Maid outfit for janidrobe (#8071)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Emisse
2022-05-23 05:19:23 -06:00
committed by GitHub
parent 57a03d9865
commit cf67baee7d
14 changed files with 89 additions and 0 deletions

View File

@@ -15,3 +15,5 @@
ClothingBeltJanitor: 2
ClothingHeadsetService: 2
ClothingOuterWinterJani: 2
emaggedInventory:
ClothingUniformJumpskirtJanimaid: 2

View File

@@ -26,3 +26,5 @@
Gohei: 2
ClothingHeadPaperSack: 2
ClothingHeadPaperSackSmile: 2
emaggedInventory:
ClothingShoesBling: 1

View File

@@ -23,6 +23,26 @@
footstepSoundCollection:
collection: footstep_clown
- type: entity
parent: ClothingShoesBase
id: ClothingShoesBling
name: bling clown shoes
description: Made of refined bananium and shined with the pulp of a fresh banana peel. These make a flashy statement.
components:
- type: Sprite
sprite: Clothing/Shoes/Specific/bling.rsi
- type: Clothing
sprite: Clothing/Shoes/Specific/bling.rsi
- type: FootstepModifier
footstepSoundCollection:
collection: footstep_clown
- type: PointLight
netsync: false
enabled: true
radius: 3
energy: 2
color: "#FFD800"
- type: entity
parent: ClothingShoesBase
id: ClothingShoesCult

View File

@@ -541,3 +541,15 @@
sprite: Clothing/Uniforms/Jumpskirt/atmosf.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/atmosf.rsi
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtJanimaid
name: janitorial maid uniform
description: For professionals, not the posers.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/janimaid.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/janimaid.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

View File

@@ -0,0 +1,27 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "taken from tg at commit https://github.com/tgstation/tgstation/commit/beaea876ea426c0e215cee64619862dc19bd9cd8",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}