summaryrefslogtreecommitdiff
path: root/doc/item_db.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/item_db.txt')
-rw-r--r--doc/item_db.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/item_db.txt b/doc/item_db.txt
index d98bf2607..66fec8ec5 100644
--- a/doc/item_db.txt
+++ b/doc/item_db.txt
@@ -39,6 +39,7 @@ item_db: (
KeepAfterUse: true/false (boolean, defaults to false)
FloorLifeTime: Delay to remove item from ground (int, default flooritem_lifetime)
AllowPickup: true/false (boolean, defaults to true)
+ Charm: true/false (boolean, defaults to false)
RequiredStr: minimal strength (int, default to 0)
RequiredAgi: minimal agility (int, default to 0)
RequiredVit: minimal vitality (int, default to 0)
@@ -84,6 +85,9 @@ item_db: (
Inherit: true/false (boolean, if true, inherit the values
that weren't specified, from item_db.conf,
else override it and use default values)
+ AllowCards: {
+ idNUM: amount (NUM is id number, amount is amount)
+ }
},
...
)