item_pool
A weighted pool of items for shops — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | item_pool |
| Type | Misc |
| Color | Cyan |
| Icon | mdi:package-variant-closed |
Description
A pool of items that can be referenced by shop definitions. Pools allow grouping items with weighted random selection and limited/unlimited quantities.
Fields
| Field | Type | Description |
|---|---|---|
items | List<PoolItem> | Items in this pool with their weights and limits. |
displayCount | Int | Number of items from this pool to display in the shop. 0 means all. |
Usage Example
- entry: item_pool
name: "A weighted pool of items for shops"
items: []
displayCount: 0