B1SkillCheckDice
- Defines the dice configuration for a skill check, including value range and result type probabilities.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MinValue | int32 | The minimum value this dice can produce. | Category: B1SkillCheckDice ClampMin: 0 |
| MaxValue | int32 | The maximum value this dice can produce. | Category: B1SkillCheckDice ClampMin: 0 |
| ResultTypeChances | TMap | The probability distribution for each result type; values should sum to 100. | Category: B1SkillCheckDice ClampMin: 0 |