summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/item_db.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/item_db.txt b/doc/item_db.txt
index 6b34b8daf..b2afc5612 100644
--- a/doc/item_db.txt
+++ b/doc/item_db.txt
@@ -34,6 +34,7 @@ item_db: (
Refine: Refineable (boolean, defaults to true)
View: View ID (int, defaults to 0)
BindOnEquip: true/false (boolean, defaults to false)
+ ForceSerial: true/false (boolean, defaults to false)
BuyingStore: true/false (boolean, defaults to false)
Delay: Delay to use item (int, defaults to 0)
KeepAfterUse: true/false (boolean, defaults to false)
@@ -243,6 +244,10 @@ BindOnEquip: Whether the item will automatically bind to the character when it
will display a confirmation dialog the first time it is equipped,
and, if accepted, the item will become character-bound.
+ForceSerial: Whether the item will be given new unique id or not. When the item
+ have this field as true, the item will be unstackable and new uniqueID
+ will be given to each item.
+
BuyingStore: Whether the item can be sold via buyingstore, one must also edit
data\buyingstoreitemlist.txt for client to accept item.