Buff cuff times again (#9279)
This commit is contained in:
@@ -22,14 +22,14 @@ namespace Content.Server.Cuffs.Components
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[ViewVariables]
|
[ViewVariables]
|
||||||
[DataField("cuffTime")]
|
[DataField("cuffTime")]
|
||||||
public float CuffTime { get; set; } = 5f;
|
public float CuffTime { get; set; } = 3.5f;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The time it takes to remove a <see cref="CuffedComponent"/> from an entity.
|
/// The time it takes to remove a <see cref="CuffedComponent"/> from an entity.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[ViewVariables]
|
[ViewVariables]
|
||||||
[DataField("uncuffTime")]
|
[DataField("uncuffTime")]
|
||||||
public float UncuffTime { get; set; } = 5f;
|
public float UncuffTime { get; set; } = 3.5f;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The time it takes for a cuffed entity to remove <see cref="CuffedComponent"/> from itself.
|
/// The time it takes for a cuffed entity to remove <see cref="CuffedComponent"/> from itself.
|
||||||
|
|||||||
@@ -25,8 +25,6 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
size: 5
|
size: 5
|
||||||
- type: Handcuff
|
- type: Handcuff
|
||||||
cuffTime: 5
|
|
||||||
uncuffTime: 5
|
|
||||||
breakoutTime: 15
|
breakoutTime: 15
|
||||||
cuffedRSI: Objects/Misc/cablecuffs.rsi
|
cuffedRSI: Objects/Misc/cablecuffs.rsi
|
||||||
bodyIconState: body-overlay
|
bodyIconState: body-overlay
|
||||||
@@ -62,9 +60,6 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
size: 2
|
size: 2
|
||||||
- type: Handcuff
|
- type: Handcuff
|
||||||
cuffTime: 5.5
|
|
||||||
uncuffTime: 5.5
|
|
||||||
stunBonus: 2.0
|
|
||||||
breakoutTime: 20 # halfway between improvised cablecuffs and metal ones
|
breakoutTime: 20 # halfway between improvised cablecuffs and metal ones
|
||||||
cuffedRSI: Objects/Misc/cablecuffs.rsi # cablecuffs will look fine
|
cuffedRSI: Objects/Misc/cablecuffs.rsi # cablecuffs will look fine
|
||||||
bodyIconState: body-overlay
|
bodyIconState: body-overlay
|
||||||
|
|||||||
Reference in New Issue
Block a user