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]

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

View 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]]}]}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

View 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]]}]}