From aecde7fde819e83f84e0622e4b9fe3baf8aef9ee Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Jun 2020 05:10:50 -0300 Subject: Sponsor Necklace should not be tweakable, to don't provide an unfair advantage of the extra slot. Savior set is always tweakable, and Tolchi will not touch it. --- npc/functions/hub.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/functions/hub.txt') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 152cad7e7..1e2711622 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -305,6 +305,12 @@ function script HUB_SkillInvoke { harm(@skillTarget, .@dmg, HARM_MAGI, Ele_Holy); break; /* + // Weapon Overload attack + case TMW2_OVERLOAD: + .@PW=100+(50*@skillLv); + harm(@skillTarget, AdjustAttackpower(.@PW), HARM_MISC); + break; + // Support magic // TODO: Debuffs // TODO: Buffs -- cgit v1.2.3-70-g09d2