diff options
author | Haru <haru@dotalux.com> | 2016-07-19 20:26:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-19 20:26:34 +0200 |
commit | 79464d974eda04788f69b1681f4428ad08651d8e (patch) | |
tree | 929412ea46cbd6d026b01884326f5d74735bcb33 /tools | |
parent | 2fcfb3edfd407c2a63b38138ed016c5bff7498f1 (diff) | |
parent | 64c4d5e80118c308893533bb504603ab93b07100 (diff) | |
download | hercules-79464d974eda04788f69b1681f4428ad08651d8e.tar.gz hercules-79464d974eda04788f69b1681f4428ad08651d8e.tar.bz2 hercules-79464d974eda04788f69b1681f4428ad08651d8e.tar.xz hercules-79464d974eda04788f69b1681f4428ad08651d8e.zip |
Merge pull request #1372 from 4144/freemove
Add skill attributes for allow moving while casting this skill
Diffstat (limited to 'tools')
-rw-r--r-- | tools/skilldbconverter.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/skilldbconverter.php b/tools/skilldbconverter.php index 972afbb95..d926e4474 100644 --- a/tools/skilldbconverter.php +++ b/tools/skilldbconverter.php @@ -1015,6 +1015,10 @@ function getcomments($re) NoEnemy: true/false (boolean, defaults to false) IgnoreLandProtector: true/false (boolean, defaults to false) Chorus: true/false (boolean, defaults to false) + FreeCastReduced: true/false (boolean, defaults to false) + Works like skill SA_FREECAST, allow move and attack with reduced speed. + FreeCastNormal: true/false (boolean, defaults to false) + Works like FreeCastReduced, but not reduce speed. } AttackType: \"Attack Type\" (string, defaults to \"None\") Types: \"None\", \"Weapon\", \"Magic\" or \"Misc\" |