idmangler-cli/docs/blocks/type.md

8 lines
386 B
Markdown
Raw Normal View History

2024-12-31 17:27:56 +00:00
# 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 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`
- Field potential values: `"Gear"`, `"Tome"`, `"Charm"`
2024-12-31 17:27:56 +00:00
- Example: `"item_type": "Gear"`