diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-21 07:28:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-21 07:28:35 -0300 |
commit | e3a46bc3349a5744ab86cf28983126359e29dc0e (patch) | |
tree | c8e628e02e148f26a84c39b0f2da9e47394c0857 /npc/functions/hub.txt | |
parent | 7770e222abc0ac1fd608743e8881ad4bd0e2175f (diff) | |
download | serverdata-e3a46bc3349a5744ab86cf28983126359e29dc0e.tar.gz serverdata-e3a46bc3349a5744ab86cf28983126359e29dc0e.tar.bz2 serverdata-e3a46bc3349a5744ab86cf28983126359e29dc0e.tar.xz serverdata-e3a46bc3349a5744ab86cf28983126359e29dc0e.zip |
[skip ci] fix testing weirdness on Skypiercer
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 85fe79c37..9628c0a2a 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -310,10 +310,12 @@ function script HUB_SkillInvoke { /* // Weapon Overload attack case TMW2_OVERLOAD: - .@PW=100+(50*@skillLv); + .@PW=67+(33*@skillLv); harm(@skillTarget, AdjustAttackpower(.@PW), HARM_MISC); break; + // TODO: Ultimate Skills (T5/0) + // Support magic // TODO: Debuffs // TODO: Buffs |