B1TinyShopLevel
- Defines the settings for a single level of a tiny shop, including score threshold, owner costume, state, and sell pool.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Level | int32 | The shop level number. // TODO: verify max value | Category: B1TinyShopLevel ClampMax: 10 ClampMin: 0 |
| NextScore | int32 | Score required to advance to the next level. // TODO: verify max value | Category: B1TinyShopLevel ClampMax: 10000 ClampMin: 1 |
| OwnerCostumeId | FName | Costume ID applied to the shop owner at this level. | Category: B1TinyShopLevel Foreign: Costume.Id |
| ApplyObjectState | FName | Object state variation applied to shop display objects at this level. // State | Category: B1TinyShopLevel Foreign: StateVariation.Id |
| SellObjectPool | TArray | List of object pools available for purchase at this shop level. | Category: B1TinyShopLevel |