kimono and casa for AutoDrobe (#17962)

* sprite

* author fix

* code
This commit is contained in:
kxv
2023-07-11 22:31:13 +03:00
committed by GitHub
parent a9a3d5ae15
commit c51ff80a4e
13 changed files with 76 additions and 0 deletions

View File

@@ -38,6 +38,8 @@
ClothingOuterClownPriest: 1
ClothingMaskSadMime: 1
ClothingMaskScaredMime: 1
ClothingUniformJumpsuitKimono: 1
ClothingHeadHatCasa: 1
emaggedInventory:
ClothingShoesBling: 1
ClothingOuterDogi: 1

View File

@@ -24,6 +24,17 @@
- HamsterWearable
- WhitelistChameleon
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatCasa
name: casa
description: Cone-shaped hat
components:
- type: Sprite
sprite: Clothing/Head/Hats/casa.rsi
- type: Clothing
sprite: Clothing/Head/Hats/casa.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretRND

View File

@@ -356,6 +356,17 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/janitor.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitKimono
name: kimono
description: traditional chinese clothing
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/kimono.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/kimono.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitMedicalDoctor

Binary file not shown.

After

Width:  |  Height:  |  Size: 831 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprite by joestarguy, code by kxvvv",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprite by joestarguy, code by kxvvv",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}