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

meh

parent abd87c8b
No related branches found
No related tags found
1 merge request!200More fixes
......@@ -56,7 +56,7 @@ newTalent{
mode = "passive",
require = chrono_req2,
points = 5,
getDefense = function(self, t) return self:combatTalentStatDamage(t, "mag", 10, 25) end,
getDefense = function(self, t) return self:combatTalentStatDamage(t, "mag", 10, 50) 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))
......
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