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

Fix the description of Gravitic Trap

git-svn-id: http://svn.net-core.org/repos/t-engine4@5891 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9cb149ee
No related branches found
No related tags found
No related merge requests found
......@@ -624,9 +624,8 @@ newTalent{
return true
end,
info = function(self, t)
return ([[Lay a trap that explodes in a radius of 3, releasing a thick poisonous cloud lasting 4 turns.
Each turn the cloud infects all creatures with a poison that deals %0.2f nature damage over 5 turns.
High level lure can trigger this trap.]]):
return ([[Lay a trap that creates a gravitic anomaly, pulling in all foes around it in a radius of 5.
All foes caught inside take %0.2f temporal damage per turn.]]):
format(20 + self:getCun() * 0.5 * self:getTalentLevel(self.T_TRAP_MASTERY))
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