diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/battle.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/battle/battle.conf b/conf/battle/battle.conf index 05f774ea6..044acac17 100644 --- a/conf/battle/battle.conf +++ b/conf/battle/battle.conf @@ -165,3 +165,9 @@ delay_battle_damage: yes // skill is weapon-based and used with ranged weapons (auto-guesses which // skills should consume ammo when it's acquired via a card or plagiarize) arrow_decrement: 1 + +// Should the item script bonus 'Autospell' check for range/obstacles before casting? +// Official behavior is "no", setting this to "yes" will make skills use their defined +// range. For example, Sonic Blow requires a 2 cell distance before autocasting is allowed. +// This setting does not affect autospellwhenhit. +autospell_check_range: no |