Zipties (#5727)
This commit is contained in:
@@ -69,3 +69,15 @@
|
||||
cost: 1500
|
||||
category: Security
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "restraints crate"
|
||||
id: SecurityRestraints
|
||||
description: "Contains two boxes each of handcuffs and zipties. Requires Security access to open."
|
||||
icon:
|
||||
sprite: Objects/Misc/handcuffs.rsi
|
||||
state: handcuff
|
||||
product: CrateRestraints
|
||||
cost: 1500
|
||||
category: Security
|
||||
group: market
|
||||
|
||||
@@ -54,3 +54,22 @@
|
||||
- type: Item
|
||||
- type: Storage
|
||||
capacity: 20
|
||||
|
||||
- type: entity
|
||||
name: ziptie box
|
||||
parent: BoxBase
|
||||
id: BoxZiptie
|
||||
description: A box full of zipties.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: Zipties
|
||||
amount: 10
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: box_security
|
||||
- state: ziptie
|
||||
|
||||
- type: Item
|
||||
- type: Storage
|
||||
capacity: 20
|
||||
|
||||
@@ -81,4 +81,17 @@
|
||||
# - SecGasmask
|
||||
# - SpacelawBook
|
||||
|
||||
- type: entity
|
||||
id: CrateRestraints
|
||||
name: restraints crate
|
||||
parent: CrateSecgear
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxHandcuff
|
||||
amount: 2
|
||||
- id: BoxZiptie
|
||||
amount: 2
|
||||
|
||||
|
||||
# Cosmetic Crates
|
||||
|
||||
@@ -12,4 +12,5 @@
|
||||
FlashlightLantern: 4 #seclite
|
||||
ClothingEyesGlassesSunglasses: 2
|
||||
ClothingBeltSecurityWebbing: 5
|
||||
Zipties: 12
|
||||
#box evidence
|
||||
|
||||
@@ -57,3 +57,36 @@
|
||||
sprite: Objects/Misc/cablecuffs.rsi
|
||||
state: cuff
|
||||
color: red
|
||||
|
||||
- type: entity
|
||||
name: zipties
|
||||
description: Tough single-use plastic zipties, ideal for restraining rowdy prisoners.
|
||||
id: Zipties
|
||||
parent: Handcuffs
|
||||
components:
|
||||
- type: Item
|
||||
size: 2
|
||||
- type: Handcuff
|
||||
cuffTime: 3.5
|
||||
uncuffTime: 3.5
|
||||
stunBonus: 2.0
|
||||
breakoutTime: 17.5 #halfway between improvised cablecuffs and metal ones
|
||||
cuffedRSI: Objects/Misc/cablecuffs.rsi #cablecuffs will look fine
|
||||
bodyIconState: body-overlay
|
||||
breakOnRemove: true
|
||||
brokenIconState: cuff-broken
|
||||
brokenName: broken zipties
|
||||
brokenDesc: These zipties look like they tried to manage the wrong cables.
|
||||
startCuffSound:
|
||||
path: /Audio/Items/Handcuffs/ziptie_start.ogg
|
||||
endCuffSound:
|
||||
path: /Audio/Items/Handcuffs/ziptie_end.ogg
|
||||
startUncuffSound:
|
||||
path: /Audio/Items/Handcuffs/rope_start.ogg
|
||||
endUncuffSound:
|
||||
path: /Audio/Items/Handcuffs/rope_breakout.ogg
|
||||
startBreakoutSound:
|
||||
path: /Audio/Items/Handcuffs/rope_takeoff.ogg
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/zipties.rsi
|
||||
state: cuff
|
||||
|
||||
@@ -270,6 +270,7 @@
|
||||
- SecurityHelmet
|
||||
- SecuritySupplies
|
||||
- SecurityNonLethal
|
||||
- SecurityRestraints
|
||||
- HydroponicsTools
|
||||
- HydroponicsSeeds
|
||||
- HydroponicsSeedsExotic
|
||||
|
||||
Reference in New Issue
Block a user