B1MarketPriceTableRow
- Structure that defines a market price data table row.
* Specifies the daily price fluctuation rate, min/max price ratios, and disaster-driven change rates.
| Property | Type | Description | Metadata |
|---|---|---|---|
| PriceChangeRate | float | Daily price fluctuation rate applied to this market item's price. | Category: B1MarketPriceTableRow ClampMin: 0.000000 |
| MinRate | float | Minimum price ratio relative to base cost (e.g., 0.2 = 20% of base price). | Category: B1MarketPriceTableRow ClampMin: 0.000000 |
| MaxRate | float | Maximum price ratio relative to base cost (e.g., 10.0 = 1000% of base price). | Category: B1MarketPriceTableRow ClampMin: 1.000000 |
| DisasterChangeRateList | TArray | List of disaster-driven price change rate entries for this market item. | Category: B1MarketPriceTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |