parent
84e6748138
commit
0b1848b97e
|
|
@ -56,7 +56,7 @@ namespace Content.Shared.Slippery
|
|||
/// How many seconds the mob will be stunned for.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public TimeSpan StunTime = TimeSpan.FromSeconds(0.5);
|
||||
public TimeSpan StunTime = TimeSpan.FromSeconds(1.5); // DeltaV - buff slips
|
||||
|
||||
/// <summary>
|
||||
/// How many seconds the mob will be knocked down for.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue