Skip to content

Commit

Permalink
add purple cuffs maid (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrimeMoot authored Nov 4, 2024
1 parent cb32627 commit 4ac368f
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
startingInventory:
SecurityWhistle: 5
Handcuffs: 8
Purplecuffs: 1 # Backmen
GrenadeFlashBang: 4
TearGasGrenade: 4
ClusterBangFull: 2
Expand Down
19 changes: 19 additions & 0 deletions Resources/Prototypes/_Backmen/Entities/Objects/Misc/handcuffs.yml
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
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.
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.
26 changes: 26 additions & 0 deletions Resources/Textures/Backmen/Objects/Misc/purplecuff.rsi/meta.json
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
}
]
}

0 comments on commit 4ac368f

Please sign in to comment.