From 9cb101c9019ae1dda61ca7c88d6ccdcd1acb199f Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sun, 23 Dec 2012 22:24:27 +0000 Subject: [PATCH] Buffed Phantasmal Shield git-svn-id: http://svn.net-core.org/repos/t-engine4@6198 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/talents/spells/phantasm.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/data/talents/spells/phantasm.lua b/game/modules/tome/data/talents/spells/phantasm.lua index e7c6866f20..0bbdf0ff7b 100644 --- a/game/modules/tome/data/talents/spells/phantasm.lua +++ b/game/modules/tome/data/talents/spells/phantasm.lua @@ -104,10 +104,10 @@ newTalent{ mode = "sustained", require = spells_req3, points = 5, - sustain_mana = 12, + sustain_mana = 20, cooldown = 10, tactical = { BUFF = 2 }, - getDamage = function(self, t) return self:combatTalentSpellDamage(t, 10, 50) end, + getDamage = function(self, t) return self:combatTalentSpellDamage(t, 20, 120) end, activate = function(self, t) game:playSoundNear(self, "talents/heal") return { -- GitLab