Nerf electrocution (#5651)

This commit is contained in:
mirrorcult
2021-12-01 20:03:38 -07:00
committed by GitHub
parent a4b2921c1d
commit 207dacd1f2
2 changed files with 2 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ namespace Content.Server.Electrocution
/// Shock time, in seconds. /// Shock time, in seconds.
/// </summary> /// </summary>
[DataField("shockTime")] [DataField("shockTime")]
public float ShockTime { get; } = 30f; public float ShockTime { get; } = 8f;
[DataField("siemensCoefficient")] [DataField("siemensCoefficient")]
public float SiemensCoefficient { get; } = 1f; public float SiemensCoefficient { get; } = 1f;

View File

@@ -32,6 +32,7 @@
acts: ["Destruction"] acts: ["Destruction"]
- type: SubFloorHide - type: SubFloorHide
- type: Electrified - type: Electrified
onHandInteract: false
onBump: false onBump: false
requirePower: true requirePower: true
highVoltageNode: power highVoltageNode: power