Add casual jumpsuit/skirts (#20422)

This commit is contained in:
nmajask
2023-10-11 01:05:18 -04:00
committed by GitHub
parent 440a578047
commit d4667477a5
19 changed files with 254 additions and 0 deletions

View File

@@ -38,6 +38,12 @@
ClothingUniformJumpsuitHawaiRed: 2
ClothingUniformJumpsuitHawaiYellow: 2
ClothingUniformJumpsuitFlannel: 2
ClothingUniformJumpsuitCasualBlue: 2
ClothingUniformJumpskirtCasualBlue: 2
ClothingUniformJumpsuitCasualPurple: 2
ClothingUniformJumpskirtCasualPurple: 2
ClothingUniformJumpsuitCasualRed: 2
ClothingUniformJumpskirtCasualRed: 2
ClothingShoesColorBlack: 8
ClothingShoesColorBrown: 4
ClothingShoesColorWhite: 3

View File

@@ -835,3 +835,93 @@
- type: Construction
graph: WebObjects
node: jumpskirt
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtCasualBlue
name: casual blue jumpskirt
description: A loose worn blue shirt with a grey skirt, perfect for someone looking to relax.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/casual.rsi
layers:
- state: icon-jumpskirt
- state: icon-shirt
color: "#134fc1"
- type: Item
inhandVisuals:
left:
- state: inhand-left-jumpskirt
- state: inhand-left-shirt
color: "#134fc1"
right:
- state: inhand-right-jumpskirt
- state: inhand-right-shirt
color: "#134fc1"
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/casual.rsi
clothingVisuals:
jumpsuit:
- state: equipped-INNERCLOTHING-jumpskirt
- state: equipped-INNERCLOTHING-shirt
color: "#134fc1"
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtCasualPurple
name: casual purple jumpskirt
description: A loose worn purple shirt with a grey skirt, perfect for someone looking to relax.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/casual.rsi
layers:
- state: icon-jumpskirt
- state: icon-shirt
color: "#9c0dff"
- type: Item
inhandVisuals:
left:
- state: inhand-left-jumpskirt
- state: inhand-left-shirt
color: "#9c0dff"
right:
- state: inhand-right-jumpskirt
- state: inhand-right-shirt
color: "#9c0dff"
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/casual.rsi
clothingVisuals:
jumpsuit:
- state: equipped-INNERCLOTHING-jumpskirt
- state: equipped-INNERCLOTHING-shirt
color: "#9c0dff"
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtCasualRed
name: casual red jumpskirt
description: A loose worn red shirt with a grey skirt, perfect for someone looking to relax.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/casual.rsi
layers:
- state: icon-jumpskirt
- state: icon-shirt
color: "#b30000"
- type: Item
inhandVisuals:
left:
- state: inhand-left-jumpskirt
- state: inhand-left-shirt
color: "#b30000"
right:
- state: inhand-right-jumpskirt
- state: inhand-right-shirt
color: "#b30000"
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/casual.rsi
clothingVisuals:
jumpsuit:
- state: equipped-INNERCLOTHING-jumpskirt
- state: equipped-INNERCLOTHING-shirt
color: "#b30000"

View File

@@ -1338,3 +1338,93 @@
sprite: Clothing/Uniforms/Jumpsuit/gladiator.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/gladiator.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitCasualBlue
name: casual blue jumpsuit
description: A loose worn blue shirt with a grey pants, perfect for someone looking to relax.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/casual.rsi
layers:
- state: icon-jumpsuit
- state: icon-shirt
color: "#134fc1"
- type: Item
inhandVisuals:
left:
- state: inhand-left-jumpsuit
- state: inhand-left-shirt
color: "#134fc1"
right:
- state: inhand-right-jumpsuit
- state: inhand-right-shirt
color: "#134fc1"
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/casual.rsi
clothingVisuals:
jumpsuit:
- state: equipped-INNERCLOTHING-jumpsuit
- state: equipped-INNERCLOTHING-shirt
color: "#134fc1"
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitCasualPurple
name: casual purple jumpsuit
description: A loose worn purple shirt with a grey pants, perfect for someone looking to relax.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/casual.rsi
layers:
- state: icon-jumpsuit
- state: icon-shirt
color: "#9c0dff"
- type: Item
inhandVisuals:
left:
- state: inhand-left-jumpsuit
- state: inhand-left-shirt
color: "#9c0dff"
right:
- state: inhand-right-jumpsuit
- state: inhand-right-shirt
color: "#9c0dff"
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/casual.rsi
clothingVisuals:
jumpsuit:
- state: equipped-INNERCLOTHING-jumpsuit
- state: equipped-INNERCLOTHING-shirt
color: "#9c0dff"
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitCasualRed
name: casual red jumpsuit
description: A loose worn red shirt with a grey pants, perfect for someone looking to relax.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/casual.rsi
layers:
- state: icon-jumpsuit
- state: icon-shirt
color: "#b30000"
- type: Item
inhandVisuals:
left:
- state: inhand-left-jumpsuit
- state: inhand-left-shirt
color: "#b30000"
right:
- state: inhand-right-jumpsuit
- state: inhand-right-shirt
color: "#b30000"
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/casual.rsi
clothingVisuals:
jumpsuit:
- state: equipped-INNERCLOTHING-jumpsuit
- state: equipped-INNERCLOTHING-shirt
color: "#b30000"

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1005 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

View File

@@ -0,0 +1,68 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by nmajask (github) for ss14, based on sprites by Tokiko (github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon-jumpsuit"
},
{
"name": "icon-jumpskirt"
},
{
"name": "icon-shirt"
},
{
"name": "equipped-INNERCLOTHING-jumpsuit",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-jumpskirt",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-shirt",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-jumpsuit-monkey",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-jumpskirt-monkey",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-shirt-monkey",
"directions": 4
},
{
"name": "inhand-left-jumpsuit",
"directions": 4
},
{
"name": "inhand-left-jumpskirt",
"directions": 4
},
{
"name": "inhand-left-shirt",
"directions": 4
},
{
"name": "inhand-right-jumpsuit",
"directions": 4
},
{
"name": "inhand-right-jumpskirt",
"directions": 4
},
{
"name": "inhand-right-shirt",
"directions": 4
}
]
}