[Fluff] Qwertymen handcuffs (#44)
* add: флафф qwertymen * add: qwertymen loadout
This commit is contained in:
@@ -1102,3 +1102,33 @@
|
|||||||
sprite: White/Fluff/kommendant/coat.rsi
|
sprite: White/Fluff/kommendant/coat.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: White/Fluff/kommendant/coat.rsi
|
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
|
||||||
|
|||||||
@@ -430,3 +430,10 @@
|
|||||||
entity: ClothingOuterWinterCoatKommenDant
|
entity: ClothingOuterWinterCoatKommenDant
|
||||||
sponsorOnly: true
|
sponsorOnly: true
|
||||||
whitelistJobs: [ Detective ]
|
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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user