From 051ad0af6f889dbbc4e40456135753cf3ced30ca Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 12 Oct 2020 22:14:09 -0300 Subject: Boost Holy Light splash damage in 50% Previously, it would cause 15% + 2.5%/lvl at splash, while Napalm Beat would be causing 40% + 5%/lvl. Now it causes 30% + 5%/lvl. --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index a9166fa10..95eb02fe0 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -377,7 +377,7 @@ function script HUB_SkillInvoke { .@PW=125+(25*@skillLv); .@dmg=AdjustSpellpower(.@PW); harm(@skillTarget, .@dmg, HARM_MAGI, Ele_Holy); - areaharm(@skillTarget, 1, .@dmg/10, HARM_MAGI, Ele_Holy); + areaharm(@skillTarget, 1, .@dmg/5, HARM_MAGI, Ele_Holy); GetManaExp(TMW2_HOLYLIGHT, 2); break; case TMW2_JUDGMENT: -- cgit v1.2.3-60-g2f50