diff options
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 3b1b078b1..5b28bac7e 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -450,7 +450,16 @@ function script HUB_SkillInvoke { // Physical Class - mostly builtin // TODO: Archery effect-absorb skill + // TODO: Something powerful for swords? Like a skill combo? + // No cast time, but cooldown present + // DEF lowers as cast, damage based on combo. + case TMW2_HORIZONTALSLASH: + case TMW2_DIAGONALSLASH: + case TMW2_VERTICALSLASH: + case TMW2_STAB: + case TMW2_GRANDBLAST: + break; // Brawling Class case TMW2_BRAWLING: |