diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-08-30 10:38:33 +0200 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-08-30 10:38:33 +0200 |
commit | 4e68ad05a1ac9b586e58d89e8eaa2e9f8dd6614b (patch) | |
tree | a5bb47ceedaf4d182cd2fed1b95272f5c7eed06b /conf | |
parent | f60c9bf671bf20885684e0146d6e51c72e9f1329 (diff) | |
parent | 33a43ec41542e25ee180bda430a3de4654a46b10 (diff) | |
download | hercules-4e68ad05a1ac9b586e58d89e8eaa2e9f8dd6614b.tar.gz hercules-4e68ad05a1ac9b586e58d89e8eaa2e9f8dd6614b.tar.bz2 hercules-4e68ad05a1ac9b586e58d89e8eaa2e9f8dd6614b.tar.xz hercules-4e68ad05a1ac9b586e58d89e8eaa2e9f8dd6614b.zip |
Merge pull request #330 from AnnieRuru/request_1
New Optional Configuration for unequipped disabled equipments
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/items.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/battle/items.conf b/conf/battle/items.conf index 2b342f4f2..09210a3ea 100644 --- a/conf/battle/items.conf +++ b/conf/battle/items.conf @@ -86,3 +86,10 @@ item_restricted_consumption_type: 1 // 1 : yes(official) // 0 : no item_enabled_npc: 1 + +// Unequip the equipments that has disabled by map_zone_db.conf ? +// 0 : disabled equipments and cards are nullify (official) +// 1 : disabled equipments are unequip, disabled cards are nullify +// 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 |