Skip to main content

B1DisasterConfig

  • Defines a complete disaster entry including its trigger conditions, probability, duration, cooldown, and effects on Zois and objects.
PropertyTypeDescriptionMetadata
DisasterIdFNameID referencing the weather entry that represents this disaster.Category: B1DisasterConfig
Foreign: Weather.Id
AndConditionsTArrayList of conditions that must all be true (AND logic) for this disaster to be eligible to occur.Category: B1DisasterConfig
ProbFB1DisasterOccurProbProbability configuration for this disaster's occurrence.Category: B1DisasterConfig
Durationint32Duration in game minutes for which this disaster remains active.Category: B1DisasterConfig
ClampMin: 0
CoolTimeint32Cooldown in game minutes before this disaster can trigger again.Category: B1DisasterConfig
ClampMin: 0
ZoiEffectsTArrayList of effects applied to Zoi characters when this disaster occurs.Category: B1DisasterConfig
ObjectEffectsTArrayList of effects applied to world objects when this disaster occurs.Category: B1DisasterConfig