Skip to content
Snippets Groups Projects
Commit 57568f89 authored by DarkGod's avatar DarkGod
Browse files

Aether Permeation also gives 10% arcane resist cap

parent 34e9142e
No related branches found
No related tags found
No related merge requests found
...@@ -47,13 +47,14 @@ uberTalent{ ...@@ -47,13 +47,14 @@ uberTalent{
self:talentTemporaryValue(ret, "force_use_resist", DamageType.ARCANE) self:talentTemporaryValue(ret, "force_use_resist", DamageType.ARCANE)
self:talentTemporaryValue(ret, "force_use_resist_percent", 66) self:talentTemporaryValue(ret, "force_use_resist_percent", 66)
self:talentTemporaryValue(ret, "resists", {[DamageType.ARCANE] = 20}) self:talentTemporaryValue(ret, "resists", {[DamageType.ARCANE] = 20})
self:talentTemporaryValue(ret, "resists_cap", {[DamageType.ARCANE] = 10})
return ret return ret
end, end,
on_unlearn = function(self, t) on_unlearn = function(self, t)
end, end,
info = function(self, t) info = function(self, t)
return ([[You manifest a thin layer of aether all around you. Any attack passing through it will check arcane resistance instead of the incoming damage resistance. return ([[You manifest a thin layer of aether all around you. Any attack passing through it will check arcane resistance instead of the incoming damage resistance.
In effect, all of your resistances are equal to 66%% of your arcane resistance, which is increased by 20%%.]]) In effect, all of your resistances are equal to 66%% of your arcane resistance, which is increased by 20%% (and cap increased by 10%%).]])
:format() :format()
end, 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