- add: pink handcuffs

(cherry picked from commit b16c55310d3cd6cbbb74079cb80f95a80e15aacf)
This commit is contained in:
Aviu00
2023-12-26 07:34:05 +03:00
committed by Cinka
parent 7b953074ec
commit 3ff9766e4d
10 changed files with 55 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
ent-PinkHandcuffs = розовые наручники
.desc = Очень удобные, мягкие наручники для преступников со вкусом.

View File

@@ -1,7 +1,7 @@
- type: vendingMachineInventory
id: KinkMachineInventory
startingInventory:
Leash: 4
PinkHandcuffs: 3
ClothingUniformJumpskirtJanimaid: 6
ClothingMaskSexyMime: 6
ClothingMaskSexyClown: 6
@@ -9,3 +9,11 @@
ClothingEyesBlindfold: 6
ClothingHeadHatCatEars: 6
ClothingHeadHatBunny: 6
DildoHuman: 3
DildoKnocked: 3
DildoPlain: 3
DildoFlared: 3
Darkholme: 3
Gladiator: 3
Sexyclown: 3
Sexymime: 3

View File

@@ -0,0 +1,10 @@
- type: entity
parent: Handcuffs
id: PinkHandcuffs
name: pink handcuffs
description: Very comfortable, soft handcuffs for criminals with taste.
components:
- type: Handcuff
cuffedRSI: White/Objects/Misc/handcuffs_pink.rsi
- type: Sprite
sprite: White/Objects/Misc/handcuffs_pink.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B

View File

@@ -0,0 +1,34 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Hqlle (github)",
"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
}
]
}