diff options
Diffstat (limited to 'conf-tmpl/battle_athena.conf')
-rw-r--r-- | conf-tmpl/battle_athena.conf | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index f2c76990d..ef0802342 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -240,6 +240,9 @@ potion_produce_rate: 100 // Allow monsters to be aggresive and attack first? (Note 1) monster_active_enable: yes +// If a monster is attacked, will they have a delay in being able to move? (Note 1) +monster_damage_delay: yes + // Monster damage delay rate (Note 1) monster_damage_delay_rate: 100 @@ -552,16 +555,16 @@ party_skill_penalty: yes monster_class_change_full_recover: no // Do produced items have the maker's name on them? (Note 1) -produce_item_name_input: yes +produce_item_name_input: no // Do produced potions have the maker's name on them? (Note 1) -produce_potion_name_input: yes +produce_potion_name_input: no // Do crafted arrows have the maker's name on them? (Note 1) -making_arrow_name_input: yes +making_arrow_name_input: no // Does created holy water have the maker's name on it? (Note 1) -holywater_name_input: yes +holywater_name_input: no // Stop logout for 10 seconds after a hit? (Note 1) prevent_logout: yes |