Showing
1 changed file
with
4 additions
and
5 deletions
@@ -32,7 +32,7 @@ newTalent{ | @@ -32,7 +32,7 @@ newTalent{ | ||
32 | end, | 32 | end, |
33 | info = function(self, t) | 33 | info = function(self, t) |
34 | return ([[Improves your ghoulish body, increasing Strength and Constitution by %d. | 34 | return ([[Improves your ghoulish body, increasing Strength and Constitution by %d. |
35 | - Your body also becomes incredibly resilient to damage, you can never take a blow that deals more than %d%% of your maximum life.]]) | 35 | + Your body also becomes incredibly resilient to damage; you can never take a blow that deals more than %d%% of your maximum life.]]) |
36 | :format(t.statBonus(self, t), t.getMaxDamage(self, t)) | 36 | :format(t.statBonus(self, t), t.getMaxDamage(self, t)) |
37 | end, | 37 | end, |
38 | } | 38 | } |
@@ -131,10 +131,9 @@ newTalent{ | @@ -131,10 +131,9 @@ newTalent{ | ||
131 | info = function(self, t) | 131 | info = function(self, t) |
132 | local dam = 10 + self:combatTalentStatDamage(t, "con", 10, 60) | 132 | local dam = 10 + self:combatTalentStatDamage(t, "con", 10, 60) |
133 | return ([[Vomit on the ground around you, healing any undead in the area and damaging anyone else. | 133 | return ([[Vomit on the ground around you, healing any undead in the area and damaging anyone else. |
134 | - Lasts %d turns, and deals %d blight damage or heals %d life. | ||
135 | - Creatures standing in the retch also have %d%% chance to remove a physical effect each turn. | ||
136 | - When you stand in your own retch your racial -20%% global speed is cancelled. | ||
137 | - 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)) | 134 | + Lasts %d turns and deals %d blight damage or heals %d life. |
135 | + 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. | ||
136 | + When you stand in your own retch your racial -20%% global speed is cancelled.]]):format(t.getduration(self, t), damDesc(self, DamageType.BLIGHT, dam), dam * 1.5, t.getPurgeChance(self, t)) | ||
138 | end, | 137 | end, |
139 | } | 138 | } |
140 | 139 |
-
Please register or login to post a comment