Handcuff props.

This commit is contained in:
Pieter-Jan Briers
2020-04-24 14:59:03 +02:00
parent e6c44de46e
commit 290b3595bc
12 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
- type: entity
name: handcuffs
description: Just a prop for screenshots for now, sorry!
id: Handcuffs
parent: BaseItem
components:
- type: Sprite
sprite: Objects/Misc/handcuffs.rsi
state: handcuff
- type: Icon
sprite: Objects/Misc/handcuffs.rsi
state: handcuff
- type: Clothing
sprite: Objects/Misc/handcuffs.rsi
Slots: [belt]
- type: entity
name: cable restraints
id: Cablecuffs
parent: Handcuffs
components:
- type: Sprite
sprite: Objects/Misc/cablecuffs.rsi
state: cuff
color: red
- type: Icon
sprite: Objects/Misc/cablecuffs.rsi
state: cuff
- type: Clothing
sprite: Objects/Misc/cablecuffs.rsi
Slots: [belt]