summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-10-30 19:53:30 +0100
committerWuzzy <almikes@aol.com>2016-10-30 19:53:30 +0100
commit0a9bf5502ce58982af095d6125b164c1b44bfca5 (patch)
treef056263490e045cce66066c87bc1137d8eeb70d2 /API.md
parente653b365cb3989c4899cba01fac5e7b0e4f6dcd4 (diff)
Add more item def. fields
Diffstat (limited to 'API.md')
-rw-r--r--API.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/API.md b/API.md
index 2d048c6..fe5c808 100644
--- a/API.md
+++ b/API.md
@@ -169,6 +169,9 @@ This mod adds support for new fields of the item definition:
* `x_doc_items_longdesc`: Long description
* `x_doc_items_usagehelp`: Usage help
+* `x_doc_items_image`: Entry image (default: inventory image)
+* `x_doc_items_hidden`: Whether entry is hidden (default: `false` for Air, `true` for everything else)
+* `x_doc_items_create_entry`: Whether to create an entry for this item (default: `true`)
## Functions
This is the reference of all available functions in this API.