Handcuff props.
This commit is contained in:
36
Resources/Prototypes/Entities/Items/handcuffs.yml
Normal file
36
Resources/Prototypes/Entities/Items/handcuffs.yml
Normal 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]
|
||||
Reference in New Issue
Block a user