Emp more effects (#14550)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -44,4 +44,10 @@ public sealed class ElectricityAnomalyComponent : Component
|
||||
/// <summary>
|
||||
[DataField("empEnergyConsumption"), ViewVariables(VVAccess.ReadWrite)]
|
||||
public float EmpEnergyConsumption = 100000f;
|
||||
|
||||
/// <summary>
|
||||
/// Duration of devices being disabled by the emp pulse upon going supercritical.
|
||||
/// <summary>
|
||||
[DataField("empDisabledDuration"), ViewVariables(VVAccess.ReadWrite)]
|
||||
public float EmpDisabledDuration = 60f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user