2024-12-31 17:27:56 +00:00
|
|
|
# Item type
|
|
|
|
- This data block encodes for the type of the item that's being encoded.
|
2025-01-01 20:38:44 +00:00
|
|
|
- This will support crafteds in the future, but for now it only supports non crafted types.
|
2025-01-02 13:48:36 +00:00
|
|
|
- If you input a crafted value, literally nothing will happen, I think.
|
2024-12-31 17:27:56 +00:00
|
|
|
- Field name: `item_type`
|
|
|
|
- Field type: `String`
|
2025-01-01 20:38:44 +00:00
|
|
|
- Field potential values: `"Gear"`, `"Tome"`, `"Charm"`
|
2024-12-31 17:27:56 +00:00
|
|
|
- Example: `"item_type": "Gear"`
|