Adds paramedic hat and jacket to game and adds them to medidrobe (#14434)

Co-authored-by: MagnusCrowe <whiterider1988@yahoo.com>
This commit is contained in:
Maxtone
2023-03-06 13:04:11 -06:00
committed by GitHub
parent 086912a285
commit 58becca060
22 changed files with 128 additions and 0 deletions

View File

@@ -13,6 +13,8 @@
ClothingHeadsetMedical: 4
ClothingOuterWinterMed: 2
ClothingOuterWinterPara: 2
ClothingOuterCoatParamedicWB: 2
ClothingHeadHatParamedicsoft: 2
ClothingHeadHelmetVoidParamed: 1
ClothingOuterHardsuitVoidParamed: 1

View File

@@ -283,3 +283,25 @@
sprite: Clothing/Head/Soft/bizarresoft_flipped.rsi
- type: Clothing
sprite: Clothing/Head/Soft/bizarresoft_flipped.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatParamedicsoft
name: paramedic cap
description: "It's a paramedic's baseball hat with a medical logo."
components:
- type: Sprite
sprite: Clothing/Head/Soft/paramedicsoft.rsi
- type: Clothing
sprite: Clothing/Head/Soft/paramedicsoft.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatParamedicsoftFlipped
name: paramedic cap flipped
description: "It's a paramedic's baseball hat with a medical logo. Flipped."
components:
- type: Sprite
sprite: Clothing/Head/Soft/paramedicsoft_flipped.rsi
- type: Clothing
sprite: Clothing/Head/Soft/paramedicsoft_flipped.rsi

View File

@@ -175,4 +175,15 @@
sprite: Clothing/OuterClothing/Coats/clownpriest.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/clownpriest.rsi
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatParamedicWB
name: paramedic windbreaker
description: A paramedic's trusty windbreaker, for all the space wind.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by MagnusCrowe (Github) for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by MagnusCrowe (Github) for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by MagnusCrowe (Github) for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-open"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "open-equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "open-inhand-left",
"directions": 4
},
{
"name": "open-inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB