diff options
Diffstat (limited to 'conf/battle/skill.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 5a94a52a8..849989709 100644 --- a/conf/battle/skill.conf +++ b/conf/battle/skill.conf @@ -280,3 +280,10 @@ skill_trap_type: 0 // Max Possible Level of Monster skills // Note: If your MVPs are too tough, reduce it to 10. mob_max_skilllvl: 100 + +// Area of Bowling Bash chain reaction +// 0: Use official gutter line system +// 1: Gutter line system without demi gutter bug +// 2-20: Area around caster (2 = 5x5, 3 = 7x7, 4 = 9x9, ..., 20 = 41x41) +// Note: If you knock the target out of the area it will only be hit once and won't do splash damage +bowling_bash_area: 0
\ No newline at end of file |