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

Buffed the rune of reflection to match the description

parent 069c9485
No related branches found
No related merge requests found
......@@ -480,7 +480,7 @@ newInscription{
end,
action = function(self, t)
local data = self:getInscriptionData(t.short_name)
self:setEffect(self.EFF_DAMAGE_SHIELD, 5, {power=100+3*self:getMag(), reflect=100})
self:setEffect(self.EFF_DAMAGE_SHIELD, 5, {power=100+5*self:getMag(), reflect=100})
return true
end,
info = function(self, t)
......@@ -490,7 +490,7 @@ The effect will scale with your magic stat.]]):format(100+1.5*self:getMag(), 5)
end,
short_info = function(self, t)
local data = self:getInscriptionData(t.short_name)
return ([[absorb and reflect %d for %d turns]]):format(100+3*self:getMag(), 5)
return ([[absorb and reflect %d for %d turns]]):format(100+5*self:getMag(), 5)
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