Make Wilhelm scream much more rare, attempt 2 (#13831)

* Max Wilhelm scream much more rare

* Make Wilhelm scream much more rare, attempt 2
This commit is contained in:
Visne
2023-02-11 03:21:07 +01:00
committed by GitHub
parent e96159b672
commit 5d4de180b0

View File

@@ -31,7 +31,7 @@ public sealed class VocalComponent : Component
public SoundSpecifier Wilhelm = new SoundPathSpecifier("/Audio/Voice/Human/wilhelm_scream.ogg");
[DataField("wilhelmProbability")]
public float WilhelmProbability = 0.002f;
public float WilhelmProbability = 0.0002f;
[DataField("screamActionId", customTypeSerializer: typeof(PrototypeIdSerializer<InstantActionPrototype>))]
public string ScreamActionId = "Scream";