update docs for Item Type, because it now actually supports gear, tome, charm items

This commit is contained in:
endernon 2025-01-01 20:38:44 +00:00
parent 3bc00f3389
commit c030081f6b

View file

@ -1,6 +1,8 @@
# Item type
- This data block encodes for the type of the item that's being encoded.
- This will support crafteds in the future, but for now the value MUST be `"Gear".`
- This will support crafteds in the future, but for now it only supports non crafted types.
- If you input a crafted value, literally nothing will happen.
- Field name: `item_type`
- Field type: `String`
- Field potential values: `"Gear"`, `"Tome"`, `"Charm"`
- Example: `"item_type": "Gear"`