]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Adds paramedic hat and jacket to game and adds them to medidrobe (#14434)
authorMaxtone <124747282+MagnusCrowe@users.noreply.github.com>
Mon, 6 Mar 2023 19:04:11 +0000 (13:04 -0600)
committerGitHub <noreply@github.com>
Mon, 6 Mar 2023 19:04:11 +0000 (11:04 -0800)
Co-authored-by: MagnusCrowe <whiterider1988@yahoo.com>
22 files changed:
Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml
Resources/Prototypes/Entities/Clothing/Head/soft.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml
Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/equipped-HELMET.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/paramedicsoft.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/equipped-HELMET.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Soft/paramedicsoft_flipped.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/equipped-OUTERCLOTHING.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/icon-open.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/open-equipped-OUTERCLOTHING.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/open-inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/open-inhand-right.png [new file with mode: 0644]

index f4ce0e8d6c71e381b2815332ef11cdce1250f137..134b903a24e33bf1431213413b9d70b7117e21f2 100644 (file)
@@ -13,6 +13,8 @@
     ClothingHeadsetMedical: 4
     ClothingOuterWinterMed: 2
     ClothingOuterWinterPara: 2
+    ClothingOuterCoatParamedicWB: 2
+    ClothingHeadHatParamedicsoft: 2
     ClothingHeadHelmetVoidParamed: 1
     ClothingOuterHardsuitVoidParamed: 1
 
index b956f70dde4b589cc33d7b121df522a67c117708..399fca50512689cb6cc71accc6fc4068e5a3d9e2 100644 (file)
     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
index 992604a328d1e213a3a1c8983fc6613d413a512b..63a6d80f43064aee2388b2ee3efc1be243dc59c3 100644 (file)
     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 (file)
index 0000000..3073620
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 (file)
index 0000000..e9316eb
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 (file)
index 0000000..f919e81
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 (file)
index 0000000..a5b6844
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 (file)
index 0000000..8089773
--- /dev/null
@@ -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 (file)
index 0000000..abf3f97
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 (file)
index 0000000..cba29bf
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 (file)
index 0000000..11872b6
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 (file)
index 0000000..6a8fdc5
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 (file)
index 0000000..8089773
--- /dev/null
@@ -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 (file)
index 0000000..0cb4eba
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 (file)
index 0000000..1119662
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 (file)
index 0000000..07ad14a
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 (file)
index 0000000..e4f8154
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 (file)
index 0000000..6441efe
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 (file)
index 0000000..8e0b18f
--- /dev/null
@@ -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 (file)
index 0000000..088df80
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 (file)
index 0000000..31e271d
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 (file)
index 0000000..0b9239b
Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi/open-inhand-right.png differ