diff options
Diffstat (limited to 'conf/battle/skill.conf')
-rw-r--r-- | conf/battle/skill.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/battle/skill.conf b/conf/battle/skill.conf index 9006247a2..03aae2ad1 100644 --- a/conf/battle/skill.conf +++ b/conf/battle/skill.conf @@ -275,3 +275,8 @@ invincible.nodamage: no // On official server, a fix is in place that prevents the switching of weapons to cancel songs. // Default: yes dancing_weaponswitch_fix: yes + +// Skill Trap Type +// 0: (official) traps only makes player unable to move after its walk path is complete, and it activates other traps on the way. +// 1: trap makes player stops moving right when stepping over it. +skill_trap_type: 0 |