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

Merge branch 'master' of git.net-core.org:darkgod/t-engine4

parents dfa5566c a1ec1a74
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ newTalent{
end,
info = function(self, t)
local statinc = t.getStatIncrease(self, t)
return ([[You concentrate on your inner self, increasing your stats each by %d.
return ([[You concentrate on your inner self, increasing all your stats by %d.
The stat increase will improve with your Spellpower.]]):
format(statinc)
end,
......
......@@ -111,7 +111,7 @@ newTalent{
local dam = 10 + self:combatTalentStatDamage(t, "con", 10, 60)
return ([[Vomit on the ground around you, healing any undead in the area and damaging anyone else.
Lasts %d turns, and deals %d blight damage or heals %d life.
Creatures standing in the retch also have %d%% chance to loose a physical effect each turn.
Creatures standing in the retch also have %d%% chance to remove a physical effect each turn.
Undeads will be stripped from a detrimental effect while others will be stripped from a beneficial effect.]]):format(t.getduration(self, t), damDesc(self, DamageType.BLIGHT, dam), dam * 1.5, t.getPurgeChance(self, t))
end,
}
......
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