diff options
Diffstat (limited to 'conf-tmpl/battle/items.conf')
-rw-r--r-- | conf-tmpl/battle/items.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf-tmpl/battle/items.conf b/conf-tmpl/battle/items.conf index 3a360da4a..bcb8f11d9 100644 --- a/conf-tmpl/battle/items.conf +++ b/conf-tmpl/battle/items.conf @@ -71,3 +71,16 @@ item_check: no // How much time must pass between item uses? // Only affects the delay between using items, prevents healing item abuse. Recommended ~500 ms item_use_interval: 0 + +// The ghostring fix makes mob attacks not be affected by ghostring armor wearing players. +mob_ghostring_fix: yes + +// Does the Golden Thief Bug card only work during pvp? +// no or 0 - gtb works all the time +// 1 - 100 - percentage of magic damage reduced only during pvp (or gvg) +gtb_pvp_only: no + +// Enable autospell card effects to stack? +// NOTE: Different cards that grant the same skill will both +// always work independently of each other regardless of setting. +autospell_stacking: no |