Buff cuff times again (#9279)

This commit is contained in:
metalgearsloth
2022-06-29 19:41:28 +10:00
committed by GitHub
parent 2a59e1b7fd
commit b32846b253
2 changed files with 2 additions and 7 deletions

View File

@@ -22,14 +22,14 @@ namespace Content.Server.Cuffs.Components
/// </summary>
[ViewVariables]
[DataField("cuffTime")]
public float CuffTime { get; set; } = 5f;
public float CuffTime { get; set; } = 3.5f;
/// <summary>
/// The time it takes to remove a <see cref="CuffedComponent"/> from an entity.
/// </summary>
[ViewVariables]
[DataField("uncuffTime")]
public float UncuffTime { get; set; } = 5f;
public float UncuffTime { get; set; } = 3.5f;
/// <summary>
/// The time it takes for a cuffed entity to remove <see cref="CuffedComponent"/> from itself.

View File

@@ -25,8 +25,6 @@
- type: Item
size: 5
- type: Handcuff
cuffTime: 5
uncuffTime: 5
breakoutTime: 15
cuffedRSI: Objects/Misc/cablecuffs.rsi
bodyIconState: body-overlay
@@ -62,9 +60,6 @@
- type: Item
size: 2
- type: Handcuff
cuffTime: 5.5
uncuffTime: 5.5
stunBonus: 2.0
breakoutTime: 20 # halfway between improvised cablecuffs and metal ones
cuffedRSI: Objects/Misc/cablecuffs.rsi # cablecuffs will look fine
bodyIconState: body-overlay