diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/item_db.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/item_db.txt b/doc/item_db.txt index d897e1511..50b7523cc 100644 --- a/doc/item_db.txt +++ b/doc/item_db.txt @@ -33,6 +33,7 @@ item_db: ( EquipLv: [min, max] (alternative syntax with min / max level) Refine: Refineable (boolean, defaults to true) View: View ID (int, defaults to 0) + BindOnEquip: true/false (boolean, defaults to false) Script: <" Script (it can be multi-line) @@ -216,6 +217,11 @@ View: For normal items, defines a replacement view-sprite for the item (eg: 8: Cannonballs 9: Throwable Items (Sling Item) +BindOnEquip: Whether the item will automatically bind to the character when it + is equipped for the first time. An item that has this field set, + will display a confirmation dialog the first time it is equipped, + and, if accepted, the item will become character-bound. + Script: Script to execute when the item is used/equipped. OnEquipScript: Script to execute when the item is equipped. |