B1RabbitHoleChoiceCardInfo
- Defines a choice card entry within a rabbit hole, including its group ID, execution probability, and time window.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Id | FName | The choice card group ID triggered by this entry. | Category: B1RabbitHoleChoiceCardInfo |
| Ratio | float | The probability that this choice card event is triggered. | Category: B1RabbitHoleChoiceCardInfo ClampMax: 1 ClampMin: 0 |
| MinTime | int32 | The minimum time in seconds before this choice card can appear. | Category: B1RabbitHoleChoiceCardInfo ClampMin: 0 |
| MaxTime | int32 | The maximum time in seconds before this choice card appears. | Category: B1RabbitHoleChoiceCardInfo ClampMin: 0 |