B1DisasterConfig
- Defines a complete disaster entry including its trigger conditions, probability, duration, cooldown, and effects on Zois and objects.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisasterId | FName | ID referencing the weather entry that represents this disaster. | Category: B1DisasterConfig Foreign: Weather.Id |
| AndConditions | TArray | List of conditions that must all be true (AND logic) for this disaster to be eligible to occur. | Category: B1DisasterConfig |
| Prob | FB1DisasterOccurProb | Probability configuration for this disaster's occurrence. | Category: B1DisasterConfig |
| Duration | int32 | Duration in game minutes for which this disaster remains active. | Category: B1DisasterConfig ClampMin: 0 |
| CoolTime | int32 | Cooldown in game minutes before this disaster can trigger again. | Category: B1DisasterConfig ClampMin: 0 |
| ZoiEffects | TArray | List of effects applied to Zoi characters when this disaster occurs. | Category: B1DisasterConfig |
| ObjectEffects | TArray | List of effects applied to world objects when this disaster occurs. | Category: B1DisasterConfig |