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

Buff Spell Shield

git-svn-id: http://svn.net-core.org/repos/t-engine4@5074 51575b47-30f0-44d4-a5cc-537603b46e54
parent 76b1efca
No related branches found
No related tags found
No related merge requests found
......@@ -190,13 +190,13 @@ newTalent{
mode = "passive",
points = 5,
on_learn = function(self, t)
self.combat_spellresist = self.combat_spellresist + 6
self.combat_spellresist = self.combat_spellresist + 8
end,
on_unlearn = function(self, t)
self.combat_spellresist = self.combat_spellresist - 6
self.combat_spellresist = self.combat_spellresist - 8
end,
info = function(self, t)
return ([[Rigorous training allows you to be more resistant to some spell effects. (+%d spell save).]]):format(self:getTalentLevelRaw(t) * 6)
return ([[Rigorous training allows you to be more resistant to some spell effects. (+%d spell save).]]):format(self:getTalentLevelRaw(t) * 8)
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