update docs for Item Type, because it now actually supports gear, tome, charm items
This commit is contained in:
parent
3bc00f3389
commit
c030081f6b
1 changed files with 3 additions and 1 deletions
|
@ -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"`
|
Loading…
Add table
Reference in a new issue