diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/skill.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/battle/skill.conf b/conf/battle/skill.conf index 849989709..10cca4af7 100644 --- a/conf/battle/skill.conf +++ b/conf/battle/skill.conf @@ -127,6 +127,13 @@ traps_setting: 0 // one hydra out) summon_flora_setting: 3 +// When songs are canceled, terminated or the character goes out of the +// area of effect, there's an additional effect that lasts for 20 seconds +// Should that time be reset for each song? +// 0: No, you must recast the song AFTER those 20 seconds to have the effect again (Aegis) +// 1: Yes, recasting songs reset the 20 seconds timer (eathena) +song_timer_reset: 0 + // Whether placed down skills will check walls (Note 1) // (Makes it so that Storm Gust/Lord of Vermillion/etc when cast next to a wall, won't hit on the other side) skill_wall_check: yes |