B1TinyShopPriceTableRow
- Table row defining the pricing rules for objects sold at a tiny shop, including daily fluctuation and type selection count.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CanBeSoldObjectTags | TArray | Object tags identifying items eligible to be sold via this price rule. | Category: B1TinyShopPriceTableRow Foreign: Object.ObjectTags |
| DailyFluctuationRange | float | Maximum daily price fluctuation range as a fraction (e.g., 0.1 = 10%). // TODO: verify max value | Category: B1TinyShopPriceTableRow ClampMax: 1 ClampMin: -1 |
| TypeSelectionCount | int32 | Number of object types selected from the pool each day. // TODO: verify max value | Category: B1TinyShopPriceTableRow ClampMax: 100 ClampMin: 1 |
| PriceFluctuationWeights | TArray | Ordered list of price fluctuation weight factors applied to sold objects. | Category: B1TinyShopPriceTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |