diff options
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) |