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

Fixed Hurricane description

git-svn-id: http://svn.net-core.org/repos/t-engine4@3347 51575b47-30f0-44d4-a5cc-537603b46e54
parent b964b573
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,6 @@ newTalent{
local radius = t.getRadius(self, t)
return ([[Each time one of your lightning spell dazes a target it has %d%% chances to creates a chain reaction that summons a mighty Hurricane that last for 10 turns around the target with radius of %d.
Each turn all creatures around it will take %0.2f to %0.2f lightning damage.
Only 2 hurricanes can exist at the same time.
The damage will increase with the Magic stat]]):format(chance, radius, damage / 3, damage)
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