diff options
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 4a40e5d60..bb3f16c6b 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -346,6 +346,7 @@ function script HUB_SkillInvoke { break; //////////////////////////////// // XXX: Fire Class + // (May burn targets for damage over time) case TMW2_FIREARROW: .@PW=140+(10*@skillLv); // 4% chance, 2.5s @@ -399,7 +400,7 @@ function script HUB_SkillInvoke { break; //////////////////////////////// // XXX: Wind Class - // (No effects? TODO?) + // (Smaller cooldown than others) case TMW2_MAGICSTRIKE: .@PW=125+(25*@skillLv); .@dmg=AdjustSpellpower(.@PW); |