B1CropTableRow
- Table row defining a crop type, including its temperature range, harvest behavior,
* object IDs for the crop and seed, and yield quality object mappings.
| Property | Type | Description | Metadata |
|---|---|---|---|
| TemperatureRange | FB1CropTemperatureRange | Temperature range data defining growable and optimal conditions for this crop. | Category: B1CropTableRow |
| bIsMultiHarvest | bool | Whether this crop can be harvested multiple times before the plant dies. | Category: B1CropTableRow |
| CropObjectId | FName | Object ID of the crop plant itself. | Category: B1CropTableRow Foreign: Object.Id |
| SeedObjectId | FName | Object ID of the seed used to plant this crop. | Category: B1CropTableRow Foreign: Object.Id |
| YieldObjectIds | TArray | List of object IDs for each possible yield quality of this crop. | Category: B1CropTableRow |
| bIsAdvancedYield | bool | Whether this crop can produce advanced quality yields (Gem or Unique tier). | Category: B1CropTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |