]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add papercut-proof gloves for the HoP (#21915)
authorUbaser <134914314+UbaserB@users.noreply.github.com>
Tue, 28 Nov 2023 06:21:06 +0000 (17:21 +1100)
committerGitHub <noreply@github.com>
Tue, 28 Nov 2023 06:21:06 +0000 (23:21 -0700)
* add

* fix fr

* resolve error

* maybe now..?

* step 1

* step 2

* fix fiber

Resources/Prototypes/Entities/Clothing/Hands/gloves.yml
Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml
Resources/Textures/Clothing/Hands/Gloves/hop.rsi/equipped-HAND.png [new file with mode: 0644]
Resources/Textures/Clothing/Hands/Gloves/hop.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Hands/Gloves/hop.rsi/meta.json [new file with mode: 0644]

index ab3a46ac8fba794dd7645b8b433bea452b9bb7d2..31debf872c977e3a4287199e5d79456e6230540f 100644 (file)
     fiberColor: fibers-regal-blue
   - type: FingerprintMask
 
+- type: entity
+  parent: ClothingHandsBase
+  id: ClothingHandsGlovesHop
+  name: papercut-proof gloves
+  description: Perfect for dealing with paperwork and matters with bureaucracy.
+  components:
+  - type: Sprite
+    sprite: Clothing/Hands/Gloves/hop.rsi
+  - type: Clothing
+    sprite: Clothing/Hands/Gloves/hop.rsi
+  - type: Fiber
+    fiberMaterial: fibers-durathread
+    fiberColor: fibers-black
+  - type: Armor
+    modifiers:
+      coefficients:
+        Slash: 0.95
+  - type: FingerprintMask
+
 #### Medical
 - type: entity
   parent: ClothingHandsBase
index abd9c643e63a79b0c319503b592b0ba8cad0839a..744b6013fc8b8d88e77f6ecbb199c5c82a960c04 100644 (file)
@@ -63,6 +63,7 @@
     shoes: ClothingShoesColorBrown
     head: ClothingHeadHatHopcap
     id: HoPPDA
+    gloves: ClothingHandsGlovesHop
     ears: ClothingHeadsetAltCommand
     belt: BoxFolderClipboard
   innerClothingSkirt: ClothingUniformJumpskirtHoP
diff --git a/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/equipped-HAND.png b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/equipped-HAND.png
new file mode 100644 (file)
index 0000000..91950ad
Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/equipped-HAND.png differ
diff --git a/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/icon.png b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/icon.png
new file mode 100644 (file)
index 0000000..d636dc2
Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-left.png b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..50f6b0b
Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-right.png b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..7944703
Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/meta.json b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/meta.json
new file mode 100644 (file)
index 0000000..c79b379
--- /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-HAND",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}