Alternate atmos & sci jumpsuits + minor tie sprite changes (#14305)

This commit is contained in:
Flareguy
2023-03-06 13:42:10 -06:00
committed by GitHub
parent c5b3f62f6f
commit 78bef79609
21 changed files with 108 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
ClothingBackpackEngineering: 2
ClothingUniformJumpsuitAtmos: 3
ClothingUniformJumpskirtAtmos: 3
ClothingUniformJumpsuitAtmosCasual: 3
ClothingShoesColorWhite: 3
ClothingHeadsetEngineering: 2
ClothingHeadHelmetFire: 2

View File

@@ -6,8 +6,10 @@
ClothingBackpackDuffelScience: 3
ClothingUniformJumpsuitScientist: 3
ClothingUniformJumpskirtScientist: 3
ClothingUniformJumpsuitScientistFormal: 3
ClothingOuterCoatLab: 3
ClothingShoesColorWhite: 3
ClothingNeckTieSci: 3
ClothingHeadsetScience: 3
ClothingMaskGas: 3
ClothingOuterWinterSci: 2

View File

@@ -19,3 +19,14 @@
sprite: Clothing/Neck/Ties/dettie.rsi
- type: Clothing
sprite: Clothing/Neck/Ties/dettie.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckTieSci
name: scientist's tie
description: Why do we all have to wear these ridiculous ties?
components:
- type: Sprite
sprite: Clothing/Neck/Ties/scitie.rsi
- type: Clothing
sprite: Clothing/Neck/Ties/scitie.rsi

View File

@@ -401,6 +401,17 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/scientist.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitScientistFormal
name: scientist's formal jumpsuit
description: A uniform for sophisticated scientists, best worn with its matching tie.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/scientist_formal.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/scientist_formal.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitSec
@@ -810,6 +821,17 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/atmos.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitAtmosCasual
name: atmospheric technician's casual jumpsuit
description: Might as well relax with a job as easy as yours.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/atmos_casual.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/atmos_casual.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitPsychologist

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 211 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Flareguy for Space Station 14",
"size": {
"x": 32,
"y": 32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 B

After

Width:  |  Height:  |  Size: 195 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Flareguy for Space Station 14",
"size": {
"x": 32,
"y": 32

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Flareguy for Space Station 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "icon"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edited from the atmos jumpsuit and grey jumpsuit by Flareguy for Space Station 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edited from the scientist jumpsuit by Flareguy for Space Station 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}