remove powderlimit from docs
This commit is contained in:
parent
9835e9f9d2
commit
2fe769e08d
2 changed files with 0 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
|||
# 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`
|
|
@ -33,7 +33,6 @@ However, it's inaccurate. This is what it SHOULD look like:
|
|||
- [Damage (NOT IMPLEMENTED YET)](blocks/damage.md)
|
||||
- [Defense (NOT IMPLEMENTED YET)](blocks/defense.md)
|
||||
- [Effects (NOT IMPLEMENTED YET)](blocks/effects.md)
|
||||
- [Powder Limit](blocks/powderlimit.md)
|
||||
- [Powders](blocks/powders.md)
|
||||
- [Custom Identifications (NOT IMPLEMENTED YET)](blocks/identifications.md)
|
||||
- [Reroll](blocks/reroll.md)
|
||||
|
|
Loading…
Reference in a new issue