From: Maxtone <124747282+MagnusCrowe@users.noreply.github.com> Date: Mon, 6 Mar 2023 19:04:11 +0000 (-0600) Subject: Adds paramedic hat and jacket to game and adds them to medidrobe (#14434) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=58becca0605b07ecf64116f8ddb710fff46de04e;p=space-station-14.git Adds paramedic hat and jacket to game and adds them to medidrobe (#14434) Co-authored-by: MagnusCrowe --- diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index f4ce0e8d6c..134b903a24 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -13,6 +13,8 @@ ClothingHeadsetMedical: 4 ClothingOuterWinterMed: 2 ClothingOuterWinterPara: 2 + ClothingOuterCoatParamedicWB: 2 + ClothingHeadHatParamedicsoft: 2 ClothingHeadHelmetVoidParamed: 1 ClothingOuterHardsuitVoidParamed: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Head/soft.yml b/Resources/Prototypes/Entities/Clothing/Head/soft.yml index b956f70dde..399fca5051 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/soft.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/soft.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index 992604a328..63a6d80f43 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -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 \ No newline at end of file diff --git a/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..3073620445 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/icon.png b/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/icon.png new file mode 100644 index 0000000000..e9316eb37d Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/inhand-left.png new file mode 100644 index 0000000000..f919e81c64 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/inhand-right.png new file mode 100644 index 0000000000..a5b68442f3 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/meta.json b/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/meta.json new file mode 100644 index 0000000000..8089773135 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..abf3f976b3 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/icon.png b/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/icon.png new file mode 100644 index 0000000000..cba29bfc2a Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/inhand-left.png new file mode 100644 index 0000000000..11872b66c1 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/inhand-right.png new file mode 100644 index 0000000000..6a8fdc54f9 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/meta.json b/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/meta.json new file mode 100644 index 0000000000..8089773135 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..0cb4ebaf39 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/icon-open.png new file mode 100644 index 0000000000..1119662d92 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/icon-open.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/icon.png new file mode 100644 index 0000000000..07ad14aae3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/inhand-left.png new file mode 100644 index 0000000000..e4f8154476 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/inhand-right.png new file mode 100644 index 0000000000..6441efe508 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/meta.json new file mode 100644 index 0000000000..8e0b18f9a2 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..088df80ff4 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/open-equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/open-inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/open-inhand-left.png new file mode 100644 index 0000000000..31e271de11 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/open-inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/open-inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/open-inhand-right.png new file mode 100644 index 0000000000..0b9239b57d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/open-inhand-right.png differ