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

there you go electronicRU

parent 89bb2fc5
No related branches found
No related tags found
1 merge request!200More fixes
......@@ -121,7 +121,7 @@ newTalent{
cooldown = 10,
tactical = { BUFF = 2 },
getImmunity = function(self, t) return self:combatTalentLimit(t, 1, 0.15, 0.50) end, -- Limit <100%
getArmor = function(self, t) return self:combatTalentSpellDamage(t, 10, 23) end,
getArmor = function(self, t) return self:combatTalentStatDamage(t, "mag", 10, 50) end,
activate = function(self, t)
game:playSoundNear(self, "talents/earth")
......@@ -149,7 +149,7 @@ newTalent{
local armor = t.getArmor(self, t)
local immune = t.getImmunity(self, t) * 100
return ([[Weave matter into your flesh, becoming incredibly resilient to damage. While active you gain %d armour, %d%% resistance to stunning, and %d%% resistance to cuts.
The bonus to armour will scale with your Spellpower.]]):
The bonus to armour will scale with your Magic.]]):
format(armor, immune, immune)
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