@@ -38,6 +38,8 @@
|
|||||||
ClothingOuterClownPriest: 1
|
ClothingOuterClownPriest: 1
|
||||||
ClothingMaskSadMime: 1
|
ClothingMaskSadMime: 1
|
||||||
ClothingMaskScaredMime: 1
|
ClothingMaskScaredMime: 1
|
||||||
|
ClothingUniformJumpsuitKimono: 1
|
||||||
|
ClothingHeadHatCasa: 1
|
||||||
emaggedInventory:
|
emaggedInventory:
|
||||||
ClothingShoesBling: 1
|
ClothingShoesBling: 1
|
||||||
ClothingOuterDogi: 1
|
ClothingOuterDogi: 1
|
||||||
|
|||||||
@@ -24,6 +24,17 @@
|
|||||||
- HamsterWearable
|
- HamsterWearable
|
||||||
- WhitelistChameleon
|
- 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
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
id: ClothingHeadHatBeretRND
|
id: ClothingHeadHatBeretRND
|
||||||
|
|||||||
@@ -356,6 +356,17 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Uniforms/Jumpsuit/janitor.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingUniformBase
|
parent: ClothingUniformBase
|
||||||
id: ClothingUniformJumpsuitMedicalDoctor
|
id: ClothingUniformJumpsuitMedicalDoctor
|
||||||
|
|||||||
|
After Width: | Height: | Size: 831 B |
BIN
Resources/Textures/Clothing/Head/Hats/casa.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 356 B |
BIN
Resources/Textures/Clothing/Head/Hats/casa.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 609 B |
BIN
Resources/Textures/Clothing/Head/Hats/casa.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 694 B |
26
Resources/Textures/Clothing/Head/Hats/casa.rsi/meta.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 618 B |
|
After Width: | Height: | Size: 297 B |
|
After Width: | Height: | Size: 399 B |
|
After Width: | Height: | Size: 387 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||