Nerf electrocution (#5651)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user