Swaps HV/MV/LV scaling to supply power scaling (#20880)
This commit is contained in:
@@ -7,15 +7,18 @@
|
||||
[Access(typeof(ElectrocutionSystem))]
|
||||
public sealed partial class ElectrocutionComponent : Component
|
||||
{
|
||||
[DataField("timeLeft")]
|
||||
public float TimeLeft;
|
||||
|
||||
[DataField("electrocuting")]
|
||||
public EntityUid Electrocuting;
|
||||
|
||||
[DataField("source")]
|
||||
public EntityUid Source;
|
||||
|
||||
[DataField("timeLeft")]
|
||||
public float TimeLeft;
|
||||
|
||||
[DataField("accumDamage")]
|
||||
public float AccumulatedDamage;
|
||||
|
||||
[DataField("source")]
|
||||
public EntityUid Source;
|
||||
[DataField("baseDamage")]
|
||||
public float BaseDamage = 20f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user