B1CollectionTableRow
- Table row defining a single encyclopedia (collection) entry.
* Stores category, recipe, description, collectible cities, and additional classification data.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CollectionCategoryId | FName | The collection category this entry belongs to. | Category: B1CollectionTableRow Foreign: CollectionCategory.Id |
| CollectionCraftGroupId | FName | The craft group this collection entry belongs to (if craft type). | Category: B1CollectionTableRow Foreign: CollectionCraftGroup.Id |
| RecipeId | FName | The recipe ID associated with this collection entry. | Category: B1CollectionTableRow Foreign: Recipe.Id |
| DescriptionTextId | FString | String table key for the localized description of this collection entry. | Category: B1CollectionTableRow StringTableKey: Id |
| CollectibleCityIds | TArray | List of city IDs where this item can be collected. | Category: B1CollectionTableRow Foreign: Map.Id |
| RoughStone | EB1CollectionRoughStoneType | Rough stone classification for this entry (if applicable). | Category: B1CollectionTableRow |
| FishTanks | TArray | Fish tank types compatible with this entry (if a fish). | Category: B1CollectionTableRow |
| GatheringTerritoryIds | TArray | Gathering territory IDs where this item can be found. | Category: B1CollectionTableRow Foreign: GatheringTerritory.Id |
| AquaticHabitats | TArray | Aquatic habitats where this creature can be found. | Category: B1CollectionTableRow |
| ActivityTimes | TArray | Primary activity times for this creature or item. | Category: B1CollectionTableRow |
| CollectionConditionTextIds | TArray | String table keys for localized condition text entries. | Category: B1CollectionTableRow Foreign: Text.Id |
| CollectionTag | FName | Tag used to identify this collection entry for filtering or scripting. | Category: B1CollectionTableRow |
| CollectScriptIds | TArray | Script IDs to execute when this item is collected. | Category: B1CollectionTableRow Foreign: Script_Collection.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |