-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/_Backmen/Entities/Objects/Misc/handcuffs.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
- type: entity | ||
id: Purplecuffs | ||
parent: Handcuffs | ||
name: мягкие наручники | ||
description: Чтоб не наврядить ваши кисти, лучше использовать более мягкие штуки. | ||
components: | ||
- type: Sprite | ||
sprite: Backmen/Objects/Misc/purplecuff.rsi | ||
state: cuff | ||
- type: Item | ||
inhandVisuals: | ||
left: | ||
- state: inhand-left | ||
right: | ||
- state: inhand-right | ||
- type: Handcuff | ||
cuffedRSI: Backmen/Objects/Misc/purplecuff.rsi | ||
bodyIconState: body-overlay | ||
breakoutTime: 5 |
Binary file added
BIN
+533 Bytes
Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/body-overlay-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+381 Bytes
Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+387 Bytes
Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "https://github.com/Skyrat-SS13/Skyrat-tg, modificated by @CrimeMoot", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "cuff" | ||
}, | ||
{ | ||
"name": "body-overlay-2", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |