Skip to content
Snippets Groups Projects
Commit eea231cd authored by DarkGod's avatar DarkGod
Browse files

Fixed Chant of Fortress tooltip

parent 2a0a8764
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ newTalent{
info = function(self, t)
local range = -t.getDamageChange(self, t)
local damageonmeleehit = t.getDamageOnMeleeHit(self, t)
return ([[You chant the glory of the Sun, reducing the damage enemies 2 or more spaces away deal by %d%%.
return ([[You chant the glory of the Sun, reducing the damage enemies 3 or more spaces away deal by %d%%.
In addition, this talent surrounds you with a shield of light, dealing %0.1f light damage to anything that hits you in melee.
You may only have one Chant active at once.
The damage reduction will increase with talent level and light damage will increase with your Spellpower.]]):
......
......@@ -55,7 +55,7 @@ newTalent{
newTalent{
name = "Kinetic Surge",
name = "Kinetic Surge", image = "talents/telekinetic_throw.png",
type = {"psionic/kinetic-mastery", 2},
require = psi_wil_high2,
points = 5,
......
......@@ -70,7 +70,7 @@ newEntity{ base = "BASE_NPC_IRKKK_TOWN",
newEntity{ base = "BASE_NPC_IRKKK_TOWN",
name = "yeek psionic", color=colors.YELLOW,
desc = [[You can literaly feel the mental energies emited by this yeek.]],
desc = [[You can literaly feel the mental energies emitted by this yeek.]],
level_range = {1, nil}, exp_worth = 1,
rarity = 3,
max_life = resolvers.rngavg(50,60),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment