]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Improve/fix senior physician beret (#22051)
authorUbaser <134914314+UbaserB@users.noreply.github.com>
Fri, 1 Dec 2023 08:34:07 +0000 (19:34 +1100)
committerGitHub <noreply@github.com>
Fri, 1 Dec 2023 08:34:07 +0000 (01:34 -0700)
* add

* fix error

* Revert "fix error"

This reverts commit 19580047c0e2f4b3daed7a4e8324fc5c240c81f1.

* readd

* change name

* typo

Resources/Prototypes/Entities/Clothing/Head/hats.yml
Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml
Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/equipped-HELMET.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/meta.json [new file with mode: 0644]

index 49e686e9ee730f7b89dbb21a0dfd3409a51f60a4..5274a69bdb3a3d947a38a1bc6e093db26e81284f 100644 (file)
   - type: Clothing
     sprite: Clothing/Head/Hats/beret_warden.rsi
 
+- type: entity
+  parent: ClothingHeadBase
+  id: ClothingHeadHatBeretSeniorPhysician
+  name: physician beret
+  description: Donning the colours of medical and chemistry, physicians are the pride of this department!
+  components:
+  - type: Sprite
+    sprite: Clothing/Head/Hats/beret_physician.rsi
+  - type: Clothing
+    sprite: Clothing/Head/Hats/beret_physician.rsi
+
 - type: entity
   parent: ClothingHeadBase
   id: ClothingHeadHatBeretBrigmedic
index e4c097b0c5c7b67bb1e583819f31ab1b9ec4faa1..f10b22f3bae09d12f2d75f169033bb25f4042ce4 100644 (file)
@@ -24,7 +24,7 @@
 - type: startingGear
   id: SeniorPhysicianGear
   equipment:
-    head: ClothingHeadHatBeretBrigmedic
+    head: ClothingHeadHatBeretSeniorPhysician
     jumpsuit: ClothingUniformJumpsuitSeniorPhysician
     back: ClothingBackpackMedicalFilled
     shoes: ClothingShoesColorBlack
diff --git a/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/equipped-HELMET.png
new file mode 100644 (file)
index 0000000..4746355
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/equipped-HELMET.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/icon.png
new file mode 100644 (file)
index 0000000..2a32fed
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..a1742a0
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..8b75523
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/meta.json
new file mode 100644 (file)
index 0000000..563409c
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Sprited by Hülle#2562 (Discord), redrawn by Ubaser",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-HELMET",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}