From 0b1848b97e36d42dc37b31165794c756031adf43 Mon Sep 17 00:00:00 2001 From: KOTOB <59124164+kotobdev@users.noreply.github.com> Date: Wed, 26 Nov 2025 07:31:20 -0800 Subject: [PATCH] make slips scary again (#4747) * evil * gamer... --- Content.Shared/Slippery/SlipperyComponent.cs | 2 +- .../Prototypes/Entities/Objects/Specific/Janitorial/soap.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Slippery/SlipperyComponent.cs b/Content.Shared/Slippery/SlipperyComponent.cs index 7b6cd90800..e6b33723a9 100644 --- a/Content.Shared/Slippery/SlipperyComponent.cs +++ b/Content.Shared/Slippery/SlipperyComponent.cs @@ -56,7 +56,7 @@ namespace Content.Shared.Slippery /// How many seconds the mob will be stunned for. /// [DataField] - public TimeSpan StunTime = TimeSpan.FromSeconds(0.5); + public TimeSpan StunTime = TimeSpan.FromSeconds(1.5); // DeltaV - buff slips /// /// How many seconds the mob will be knocked down for. diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml index f5bf266bbd..2dc8f66ee7 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml @@ -130,6 +130,7 @@ - type: Slippery staminaDamage: 50 slipData: + stunTime: 3 # DeltaV - buff slips knockdownTime: 3 launchForwardsMultiplier: 3 - type: Item @@ -228,6 +229,7 @@ - type: Slippery staminaDamage: 50 slipData: + stunTime: 5.0 # DeltaV - buff slips knockdownTime: 5.0 launchForwardsMultiplier: 3.0 - type: Item