Skip to content
Snippets Groups Projects
Commit 3749630d authored by Eric Wykoff's avatar Eric Wykoff
Browse files

bit better

parent 40fba46d
No related branches found
No related tags found
1 merge request!200More fixes
......@@ -57,7 +57,7 @@ newTalent{
require = chrono_req2,
points = 5,
getDefense = function(self, t) return self:combatTalentStatDamage(t, "mag", 10, 25) end,
getCritDefense = function(self, t) return self:combatTalentStatDamage(t, "mag", 5, 15) end,
getCritDefense = function(self, t) return self:combatTalentStatDamage(t, "mag", 2, 10) end,
passives = function(self, t, p)
self:talentTemporaryValue(p, "combat_def", t.getDefense(self, t))
self:talentTemporaryValue(p, "ignore_direct_crits", t.getCritDefense(self, t))
......
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