diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-08 00:13:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-08 00:17:20 +0300 |
commit | b7bff532e4fb3faa4465cfff1c95cb941a4d1929 (patch) | |
tree | 233b75a2d5224c9d1ad26af9cbe45b112d91cc26 /db/re | |
parent | 757ed13987eff4d92bb0f7bcda06a48c72ffad30 (diff) | |
download | serverdata-b7bff532e4fb3faa4465cfff1c95cb941a4d1929.tar.gz serverdata-b7bff532e4fb3faa4465cfff1c95cb941a4d1929.tar.bz2 serverdata-b7bff532e4fb3faa4465cfff1c95cb941a4d1929.tar.xz serverdata-b7bff532e4fb3faa4465cfff1c95cb941a4d1929.zip |
Add attribute Identified into item_db.confs20180313
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 81bca463..cbd1c509 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -73,6 +73,7 @@ item_db: ( Charm: true/false (boolean, defaults to false) MaxFloorOffset: [x, y] (int, defaults to 8) MaxFloorOffset: offset (int, defaults to 8) + Identified: true/false (boolean, default to true) RequiredStr: required strength (int, default to 0) RequiredAgi: required agility (int, default to 0) RequiredVit: required vitality (int, default to 0) |