Adds the hazard jumpsuit, resprites workboots and replaces the hi-vis vest (#10864)

* Hazard Jumpsuits

* fixes the thing not compiling, ports the pre-engi resprite /tg/ hazard vest

* Properly adds the jumpsuit to engidrobe, workboots resprite
This commit is contained in:
Flareguy
2022-08-31 08:09:54 -05:00
committed by GitHub
parent 73406123b9
commit 373ac16044
12 changed files with 39 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
ClothingBackpackEngineering: 3
ClothingUniformJumpsuitEngineering: 3
ClothingUniformJumpskirtEngineering: 3
ClothingUniformJumpsuitEngineeringHazard: 3
ClothingShoesColorBlack: 3
ClothingOuterVestHazard: 3
ClothingShoesBootsWork: 3

View File

@@ -197,6 +197,17 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/engineering.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitEngineeringHazard
name: hazard jumpsuit
description: Woven in a grungy, warm orange. Lets others around you know that you really mean business when it comes to work.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/engineering_hazard.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/engineering_hazard.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitHoP

Binary file not shown.

Before

Width:  |  Height:  |  Size: 891 B

After

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B

After

Width:  |  Height:  |  Size: 332 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/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039",
"size": {
"x": 32,
"y": 32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 B

After

Width:  |  Height:  |  Size: 535 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 397 B

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 867 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

View File

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