InventoryWithCustomStackSizeSpecification :: struct
| stack_size_multiplier optional | :: double | Must be >= 0. |
Must be >= 0. | ||
| stack_size_min optional | :: ItemCountType | Must be >= 1. |
Must be >= 1. | ||
| stack_size_max optional | :: ItemCountType | Must be >= stack_size_min and <= 1000000000. |
Must be >= stack_size_min and <= 1000000000. | ||
| stack_size_override optional | :: dictionary[ItemID → ItemCountType] | Each record value must be >= 1. [...] |
Each record value must be >= 1. [...] | ||
| with_bar optional | :: boolean | |


