summaryrefslogtreecommitdiff
path: root/conf/map
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-11 19:00:03 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-11 19:00:03 +0300
commit0c0d6275af4c6afb0d3963a6f60764e75a0d3fbc (patch)
tree04bea36ac49f70c89f9e3a312719e5075abb53ca /conf/map
parente9f7a11672ebceec99368c847065015e302a0b26 (diff)
downloadserverdata-0c0d6275af4c6afb0d3963a6f60764e75a0d3fbc.tar.gz
serverdata-0c0d6275af4c6afb0d3963a6f60764e75a0d3fbc.tar.bz2
serverdata-0c0d6275af4c6afb0d3963a6f60764e75a0d3fbc.tar.xz
serverdata-0c0d6275af4c6afb0d3963a6f60764e75a0d3fbc.zip
Update to latest hercules.
Add item options db. some new fields in conf.
Diffstat (limited to 'conf/map')
-rw-r--r--conf/map/battle/items.conf4
-rw-r--r--conf/map/battle/monster.conf6
2 files changed, 10 insertions, 0 deletions
diff --git a/conf/map/battle/items.conf b/conf/map/battle/items.conf
index 8ff2cbb3..3c9ba71e 100644
--- a/conf/map/battle/items.conf
+++ b/conf/map/battle/items.conf
@@ -114,3 +114,7 @@ item_enabled_npc: true
// 2 : disabled equipments are nullify, disabled cards will caused the equipment to unequip
// 3 : disabled equipments are unequip, disabled cards will caused the equipment to unequip (1+2)
unequip_restricted_equipment: 0
+
+// When unequip a bow with arrow equipped, it also unequip the arrow?
+// Default: true (Official behavior, applies only in Renewal)
+bow_unequip_arrow: true
diff --git a/conf/map/battle/monster.conf b/conf/map/battle/monster.conf
index 09faec68..beffda98 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