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
@@ -6,6 +6,7 @@
|
||||
ClothingBackpackEngineering: 3
|
||||
ClothingUniformJumpsuitEngineering: 3
|
||||
ClothingUniformJumpskirtEngineering: 3
|
||||
ClothingUniformJumpsuitEngineeringHazard: 3
|
||||
ClothingShoesColorBlack: 3
|
||||
ClothingOuterVestHazard: 3
|
||||
ClothingShoesBootsWork: 3
|
||||
|
||||
@@ -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
|
||||
|
||||
|
Before Width: | Height: | Size: 891 B After Width: | Height: | Size: 480 B |
|
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 332 B |
@@ -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
|
||||
|
||||
|
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 535 B |
|
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 273 B |
|
After Width: | Height: | Size: 867 B |
|
After Width: | Height: | Size: 378 B |
|
After Width: | Height: | Size: 509 B |
|
After Width: | Height: | Size: 532 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||