[Fluff] Qwertymen handcuffs (#44)

* add: флафф qwertymen

* add: qwertymen loadout
This commit is contained in:
Remuchi
2024-02-11 21:16:21 +07:00
committed by GitHub
parent bc6b06e012
commit a68c1d13b7
9 changed files with 71 additions and 0 deletions

View File

@@ -1102,3 +1102,33 @@
sprite: White/Fluff/kommendant/coat.rsi
- type: Clothing
sprite: White/Fluff/kommendant/coat.rsi
#Qwertymen
- type: entity
parent: Handcuffs
id: HandcuffsQwertymen
name: пушистые наручники
description: Настоящие наручники, созданные для эротических игр... наверное... почему они настоящие?!
suffix: fluff
components:
- type: Sprite
sprite: White/Fluff/qwertymen/fluffy_handcuffs.rsi
state: handcuff
- type: Handcuff
cuffedRSI: White/Fluff/qwertymen/fluffy_handcuffs.rsi
bodyIconState: body-overlay
- type: entity
id: ClothingBeltSecurityFilledQwertymen
parent: ClothingBeltSecurity
name: пушистый пояс охраны
description: Несмотря на свою пушистость, волос не имеет, что странно
suffix: Filled, Fluff
components:
- type: StorageFill
contents:
- id: GrenadeFlashBang
- id: TearGasGrenade
- id: Stunbaton
- id: HandcuffsQwertymen
- id: HandcuffsQwertymen

View File

@@ -430,3 +430,10 @@
entity: ClothingOuterWinterCoatKommenDant
sponsorOnly: true
whitelistJobs: [ Detective ]
# qwertymen
- type: loadout
id: QwertymenSecurityBelt
entity: ClothingBeltSecurityFilledQwertymen
sponsorOnly: true
whitelistJobs: [ HeadOfSecurity, SecurityCadet, SecurityOfficer, Warden ]

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -0,0 +1,34 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Vorestation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "handcuff"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "body-overlay-2",
"directions": 4
},
{
"name": "body-overlay-4",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}