diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-26 12:51:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-26 12:51:31 -0300 |
commit | d368ba19418011e8651a7fa40a4285e6b486638d (patch) | |
tree | 33f16513ebdbf75e2c9f6a5e4e08c961aa9250c7 /npc/functions | |
parent | 2133b7f03c15ecf058a84f9551cb5644ff822d25 (diff) | |
download | serverdata-d368ba19418011e8651a7fa40a4285e6b486638d.tar.gz serverdata-d368ba19418011e8651a7fa40a4285e6b486638d.tar.bz2 serverdata-d368ba19418011e8651a7fa40a4285e6b486638d.tar.xz serverdata-d368ba19418011e8651a7fa40a4285e6b486638d.zip |
Tweak a bit MQ2 - Assassin
Diffstat (limited to 'npc/functions')
-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: |