make slips scary again (#4747)

* evil

* gamer...
This commit is contained in:
KOTOB 2025-11-26 07:31:20 -08:00 committed by GitHub
parent 84e6748138
commit 0b1848b97e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,7 @@ namespace Content.Shared.Slippery
/// How many seconds the mob will be stunned for. /// How many seconds the mob will be stunned for.
/// </summary> /// </summary>
[DataField] [DataField]
public TimeSpan StunTime = TimeSpan.FromSeconds(0.5); public TimeSpan StunTime = TimeSpan.FromSeconds(1.5); // DeltaV - buff slips
/// <summary> /// <summary>
/// How many seconds the mob will be knocked down for. /// How many seconds the mob will be knocked down for.

View File

@ -130,6 +130,7 @@
- type: Slippery - type: Slippery
staminaDamage: 50 staminaDamage: 50
slipData: slipData:
stunTime: 3 # DeltaV - buff slips
knockdownTime: 3 knockdownTime: 3
launchForwardsMultiplier: 3 launchForwardsMultiplier: 3
- type: Item - type: Item
@ -228,6 +229,7 @@
- type: Slippery - type: Slippery
staminaDamage: 50 staminaDamage: 50
slipData: slipData:
stunTime: 5.0 # DeltaV - buff slips
knockdownTime: 5.0 knockdownTime: 5.0
launchForwardsMultiplier: 3.0 launchForwardsMultiplier: 3.0
- type: Item - type: Item