From c5bbf2a99f7bfca4a7349c3e8456f6af38b6bdb0 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Mon, 6 Jan 2014 23:29:33 +0100 Subject: [PATCH] Buffed the rune of reflection to match the description --- game/modules/tome/data/talents/misc/inscriptions.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/data/talents/misc/inscriptions.lua b/game/modules/tome/data/talents/misc/inscriptions.lua index 3b89a432f1..5ef0379fa1 100644 --- a/game/modules/tome/data/talents/misc/inscriptions.lua +++ b/game/modules/tome/data/talents/misc/inscriptions.lua @@ -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, } -- GitLab