idmangler-cli/docs/blocks/powderlimit.md
2024-12-31 17:27:56 +00:00

8 lines
No EOL
412 B
Markdown

# Powder Limit
- This data block encodes for the number of powders allowed.
- It doesn't do anything useful, it isn't the powder limit visible on the item.
- If you are encoding powders, this must be present, and must be more than or equal to the number of powders you have encoded.
- Field name: `powder_limit`
- Field type: `Unsigned 8-bit Integer`
- Field range: `0` to `255`
- Example: `"powder_limit": 255`