B1GatherableReward
- Defines a single reward entry for a gatherable object, specifying the required tool level,
* selection priority, an optional condition, and the reward object pool to draw from.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ToolLevel | int32 | Minimum tool level required to receive this reward. | Category: B1GatherableReward ClampMin: 0 |
| PriorityLevel | int32 | Priority used to sort and select rewards when multiple entries match. | Category: B1GatherableReward ClampMin: 1 |
| ConditionId | FName | Optional condition that must be satisfied to grant this reward. | Category: B1GatherableReward Foreign: Condition.Id |
| RewardObjectPoolId | FName | Identifier for the reward object pool to draw items from. | Category: B1GatherableReward Foreign: RewardObjectPool.Id |