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

typo

git-svn-id: http://svn.net-core.org/repos/t-engine4@6137 51575b47-30f0-44d4-a5cc-537603b46e54
parent 37b970a1
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ uberTalent{
on_unlearn = function(self, t)
end,
info = function(self, t)
return ([[Create a thin layer of aether all around you. Any attack passing through will check arcane resistance instead of the incomming damage resistance.
return ([[Create a thin layer of aether all around you. Any attack passing through will check arcane resistance instead of the incoming damage resistance.
In effect all your resistances are equal to 50%% of your arcane resistance.]])
:format()
end,
......
......@@ -117,7 +117,7 @@ floorEffect{
floorEffect{
desc = "Whistling Vortex", image = "talents/shadow_blast.png",
long_desc = function(self, eff) return ("The target is in a whistling vortex, granting +%d ranged defense, -%d ranged accuracy and incomming projectiles are 30%% slower."):format(eff.power, eff.power) end,
long_desc = function(self, eff) return ("The target is in a whistling vortex, granting +%d ranged defense, -%d ranged accuracy and incoming projectiles are 30%% slower."):format(eff.power, eff.power) end,
activate = function(self, eff)
eff.power = 10 + game.zone:level_adjust_level(game.level, game.zone, "object") / 2
self:effectTemporaryValue(eff, "combat_def_ranged", eff.power)
......
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