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

Buffed a bit Aether Permeation

git-svn-id: http://svn.net-core.org/repos/t-engine4@6163 51575b47-30f0-44d4-a5cc-537603b46e54
parent 96d58be2
No related branches found
No related tags found
No related merge requests found
......@@ -44,14 +44,14 @@ uberTalent{
on_learn = function(self, t)
local ret = {}
self:talentTemporaryValue(ret, "force_use_resist", DamageType.ARCANE)
self:talentTemporaryValue(ret, "force_use_resist_percent", 50)
self:talentTemporaryValue(ret, "force_use_resist_percent", 66)
return ret
end,
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 incoming damage resistance.
In effect all your resistances are equal to 50%% of your arcane resistance.]])
In effect all your resistances are equal to 66%% of your arcane resistance.]])
:format()
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