]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
EMT Belt Part 2 (#24289)
authorUbaser <134914314+UbaserB@users.noreply.github.com>
Sat, 10 Feb 2024 08:42:55 +0000 (19:42 +1100)
committerGitHub <noreply@github.com>
Sat, 10 Feb 2024 08:42:55 +0000 (00:42 -0800)
* add

* fix

* aaaa

Resources/Prototypes/Catalog/Fills/Items/belt.yml
Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml
Resources/Textures/Clothing/Belt/emt.rsi/equipped-BELT.png [new file with mode: 0644]
Resources/Textures/Clothing/Belt/emt.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Belt/emt.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Belt/emt.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Belt/emt.rsi/meta.json [new file with mode: 0644]

index 8a27e36f08b6544a00d1d71fda2d2be981b904c9..976d2a4307f16265ab98e322e7518f71cb4327be 100644 (file)
@@ -84,9 +84,8 @@
       - id: EmergencyMedipen #You never know what people are going to latejoin into
 
 - type: entity
-  id: ClothingBeltParamedicFilled
-  parent: ClothingBeltMedical #in the future, make this a seperate prototype so it can have a unique, darker sprite
-  name: EMT belt
+  id: ClothingBeltMedicalEMTFilled
+  parent: ClothingBeltMedicalEMT
   suffix: Paramedic,Filled
   components:
   - type: StorageFill
index de6c7754695e0abb86af597ce8c3b157c4a2a865..0effc02da61bad073d8e5192049e288589beab86 100644 (file)
     sprite: Clothing/Belt/belt_overlay.rsi
   - type: Appearance
 
+- type: entity
+  parent: ClothingBeltMedical
+  id: ClothingBeltMedicalEMT
+  name: EMT belt
+  description: Perfect for holding various equipment for medical emergencies.
+  components:
+  - type: Sprite
+    sprite: Clothing/Belt/emt.rsi
+  - type: Clothing
+    sprite: Clothing/Belt/emt.rsi
+
 - type: entity
   parent: ClothingBeltStorageBase
   id: ClothingBeltPlant
index a8588006b9b46bfe2818d14595b180c9369a296f..8aa7c7701232e358cde98048d8987d9c253ce1d1 100644 (file)
@@ -26,7 +26,7 @@
     shoes: ClothingShoesColorBlue
     id: ParamedicPDA
     ears: ClothingHeadsetMedical
-    belt: ClothingBeltParamedicFilled
+    belt: ClothingBeltMedicalEMTFilled
   innerClothingSkirt: ClothingUniformJumpskirtParamedic
   satchel: ClothingBackpackSatchelParamedicFilled
   duffelbag: ClothingBackpackDuffelParamedicFilled
diff --git a/Resources/Textures/Clothing/Belt/emt.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/emt.rsi/equipped-BELT.png
new file mode 100644 (file)
index 0000000..34698f7
Binary files /dev/null and b/Resources/Textures/Clothing/Belt/emt.rsi/equipped-BELT.png differ
diff --git a/Resources/Textures/Clothing/Belt/emt.rsi/icon.png b/Resources/Textures/Clothing/Belt/emt.rsi/icon.png
new file mode 100644 (file)
index 0000000..80abde9
Binary files /dev/null and b/Resources/Textures/Clothing/Belt/emt.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Belt/emt.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/emt.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..460be7e
Binary files /dev/null and b/Resources/Textures/Clothing/Belt/emt.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Belt/emt.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/emt.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..7222bcf
Binary files /dev/null and b/Resources/Textures/Clothing/Belt/emt.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Belt/emt.rsi/meta.json b/Resources/Textures/Clothing/Belt/emt.rsi/meta.json
new file mode 100644 (file)
index 0000000..8f6acfe
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Drawn by Ubaser.",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-BELT",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}