B1CollectionRewardTableRow
- Table row defining a collection reward, triggered when a specified number of encyclopedia entries are completed.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CollectionCategoryId | FName | Collection category to count completions for. Use "All" to count across all categories. | Category: B1CollectionRewardTableRow Foreign: CollectionCategory.Id |
| CollectionCount | int32 | Number of completed collection entries required to trigger the reward. | Category: B1CollectionRewardTableRow ClampMin: 1 UIMin: 1 |
| ScriptIds | TArray | Script IDs to execute when the required collection count is reached. | Category: B1CollectionRewardTableRow Foreign: Script_Collection.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |