diff options
Diffstat (limited to 'conf/map/battle/monster.conf')
-rw-r--r-- | conf/map/battle/monster.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/map/battle/monster.conf b/conf/map/battle/monster.conf index 48e476161..694c7d104 100644 --- a/conf/map/battle/monster.conf +++ b/conf/map/battle/monster.conf @@ -259,3 +259,9 @@ mob_size_influence: false // Default (most official): mob - 220, boss - 1 mob_icewall_walk_block: 220 boss_icewall_walk_block: 1 + +// Which level of of Vulture's Eye and Snake's Eye should monsters have learned? +// Officially monsters don't have these skills learned, so their ranged skills +// only have a range of 9. If you put a number higher than 0, their range will +// be increased by that number. +monster_eye_range_bonus: 0 |