Skip to content
Snippets Groups Projects
Commit 97666cc7 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@2065 51575b47-30f0-44d4-a5cc-537603b46e54
parent d5aa245b
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,6 @@ newTalent{
info = function(self, t)
return ([[Open a dark portal to the target zone, all creatures caught inside will be teleported to your location and you to theirs.
All creatures(except you) traversing the portal will catch a random disease doing %0.2f blight damage per turn for 6 turns and reducing one of its physical stats (strength, constitution, dexterity) by %d.
The damage will increase with the Magic stat]]):format(damDesc(self, DamageType.BLIGHT, self:combatTalentSpellDamage(t, 12, 80), self:combatTalentSpellDamage(t, 5, 25)))
The damage will increase with the Magic stat]]):format(damDesc(self, DamageType.BLIGHT, self:combatTalentSpellDamage(t, 12, 80)), self:combatTalentSpellDamage(t, 5, 25))
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