Solar flare better effects (#14400)
This commit is contained in:
@@ -33,8 +33,14 @@ public sealed class SolarFlareEventRuleConfiguration : StationEventRuleConfigura
|
||||
public readonly HashSet<string> AffectedChannels = new();
|
||||
|
||||
/// <summary>
|
||||
/// Chance any given light bulb breaks due to event
|
||||
/// Chance light bulb breaks per second during event
|
||||
/// </summary>
|
||||
[DataField("lightBreakChance")]
|
||||
public float LightBreakChance;
|
||||
[DataField("lightBreakChancePerSecond")]
|
||||
public float LightBreakChancePerSecond;
|
||||
|
||||
/// <summary>
|
||||
/// Chance door toggles per second during event
|
||||
/// </summary>
|
||||
[DataField("doorToggleChancePerSecond")]
|
||||
public float DoorToggleChancePerSecond;
|
||||
}
|
||||
Reference in New Issue
Block a user