B1GatheringTerritoryTableRow
- Table row defining a gathering territory, including its type, gatherable object pool,
* spawn rates, fishing rewards, display name, and valid city IDs.
| Property | Type | Description | Metadata |
|---|---|---|---|
| GatheringType | EB1GatheringType | Gathering type associated with this territory. | Category: B1GatheringTerritoryTableRow |
| GatherableObjectPool | TArray | Pool of gatherable objects that can spawn in this territory. | Category: B1GatheringTerritoryTableRow |
| TotalSpawnRate | float | Total spawn rate for all gatherable objects in this territory (0–1). | Category: B1GatheringTerritoryTableRow ClampMax: 1.000000 ClampMin: 0.000000 |
| FishingRewardList | TArray | List of fishing reward entries available in this territory. | Category: B1GatheringTerritoryTableRow |
| DisplayNameTextId | FString | Localized display name text identifier for this territory. | Category: B1GatheringTerritoryTableRow |
| ValidateCityIds | TArray | List of city IDs in which this territory is valid. | Category: B1GatheringTerritoryTableRow Foreign: Map.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |