emp on electro supercritical (#15235)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -38,4 +38,10 @@ public sealed class ElectricityAnomalyComponent : Component
|
||||
/// </summary>
|
||||
[DataField("nextSecond", customTypeSerializer: typeof(TimeOffsetSerializer)), ViewVariables(VVAccess.ReadWrite)]
|
||||
public TimeSpan NextSecond = TimeSpan.Zero;
|
||||
|
||||
/// <summary>
|
||||
/// Energy consumed from devices by the emp pulse upon going supercritical.
|
||||
/// <summary>
|
||||
[DataField("empEnergyConsumption"), ViewVariables(VVAccess.ReadWrite)]
|
||||
public float EmpEnergyConsumption = 100000f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user