Commit c5bbf2a99f7bfca4a7349c3e8456f6af38b6bdb0

Authored by DarkGod
1 parent 069c9485

Buffed the rune of reflection to match the description

... ... @@ -480,7 +480,7 @@ newInscription{
480 480 end,
481 481 action = function(self, t)
482 482 local data = self:getInscriptionData(t.short_name)
483   - self:setEffect(self.EFF_DAMAGE_SHIELD, 5, {power=100+3*self:getMag(), reflect=100})
  483 + self:setEffect(self.EFF_DAMAGE_SHIELD, 5, {power=100+5*self:getMag(), reflect=100})
484 484 return true
485 485 end,
486 486 info = function(self, t)
... ... @@ -490,7 +490,7 @@ The effect will scale with your magic stat.]]):format(100+1.5*self:getMag(), 5)
490 490 end,
491 491 short_info = function(self, t)
492 492 local data = self:getInscriptionData(t.short_name)
493   - return ([[absorb and reflect %d for %d turns]]):format(100+3*self:getMag(), 5)
  493 + return ([[absorb and reflect %d for %d turns]]):format(100+5*self:getMag(), 5)
494 494 end,
495 495 }
496 496
... ...