メインコンテンツまでスキップ

item_pool

A weighted pool of items for shops — misc entry.

Entry Information

PropertyValue
Entry IDitem_pool
TypeMisc
ColorCyan
Iconmdi: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

FieldTypeDescription
itemsList<PoolItem>Items in this pool with their weights and limits.
displayCountIntNumber 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