diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-10 02:12:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-10 03:29:08 +0300 |
commit | 9201e6af4dd9084d8a812d03c55dd097dfcdca29 (patch) | |
tree | 7594a2a1d62f6332aa55dc117ac6f12a40c23847 /db | |
parent | 2f6f33121502753f4670be57eb455be0a30c1e4a (diff) | |
download | serverdata-9201e6af4dd9084d8a812d03c55dd097dfcdca29.tar.gz serverdata-9201e6af4dd9084d8a812d03c55dd097dfcdca29.tar.bz2 serverdata-9201e6af4dd9084d8a812d03c55dd097dfcdca29.tar.xz serverdata-9201e6af4dd9084d8a812d03c55dd097dfcdca29.zip |
Add docs into skill_db.conf about TargetMiscEffect and TargetMiscEffects.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/skill_db.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 8404630c..e9407ee7 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -110,6 +110,14 @@ FixedCastTime: Fixed Cast Time (in ms) (int, defaults to 0) (can be grouped by Levels) Note: when 0, uses 20% of cast time and less than 0 means no fixed cast time. + TargetMiscEffects (int, default to -1) + one misc effect or array of effects + TargetMiscEffect (int, default to -1) + TargetMiscEffect1 (int, default to -1) + first misc effect + TargetMiscEffect2 (int, default to -1) + second misc effect + CastTimeOptions: { IgnoreDex: true/false (boolean, defaults to false) IgnoreStatusEffect: true/false (boolean, defaults to false) |