Handcuff props.
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]
|
||||
BIN
Resources/Textures/Objects/Misc/cablecuffs.rsi/cuff.png
Normal file
|
After Width: | Height: | Size: 333 B |
BIN
Resources/Textures/Objects/Misc/cablecuffs.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 204 B |
BIN
Resources/Textures/Objects/Misc/cablecuffs.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 209 B |
1
Resources/Textures/Objects/Misc/cablecuffs.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "cuff", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
Before Width: | Height: | Size: 237 B |
|
Before Width: | Height: | Size: 269 B |
BIN
Resources/Textures/Objects/Misc/handcuffs.rsi/equipped-BELT.png
Normal file
|
After Width: | Height: | Size: 148 B |
BIN
Resources/Textures/Objects/Misc/handcuffs.rsi/handcuff.png
Normal file
|
After Width: | Height: | Size: 396 B |
BIN
Resources/Textures/Objects/Misc/handcuffs.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 198 B |
BIN
Resources/Textures/Objects/Misc/handcuffs.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 211 B |
1
Resources/Textures/Objects/Misc/handcuffs.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "handcuff", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "equipped-BELT", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||