]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Change combat gloves sprite (#27373)
authorOnsenCapy <101037138+LGRuthes@users.noreply.github.com>
Wed, 8 May 2024 00:19:55 +0000 (21:19 -0300)
committerGitHub <noreply@github.com>
Wed, 8 May 2024 00:19:55 +0000 (17:19 -0700)
* Changed combat gloves sprite.

* Edited combat gloves sprite.

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

index 0c2ded620eb1611df0d0e2ccc9a2efa432d9147c..8b73eee0d249c9c3450ae74a37a952726a88d6de 100644 (file)
   name: combat gloves
   description: These tactical gloves are fireproof and shock resistant.
   components:
+  - type: Sprite
+    sprite: Clothing/Hands/Gloves/combat.rsi
+  - type: Clothing
+    sprite: Clothing/Hands/Gloves/combat.rsi
+  - type: GloveHeatResistance
+    heatResistance: 1400
   - type: Insulated
   - type: Fiber
     fiberMaterial: fibers-insulative
diff --git a/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/equipped-HAND.png b/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/equipped-HAND.png
new file mode 100644 (file)
index 0000000..7ca2246
Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/equipped-HAND.png differ
diff --git a/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/icon.png b/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/icon.png
new file mode 100644 (file)
index 0000000..eedef52
Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/inhand-left.png b/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..2e6ce0b
Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/inhand-right.png b/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..41ca0dd
Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/meta.json b/Resources/Textures/Clothing/Hands/Gloves/combat.rsi/meta.json
new file mode 100644 (file)
index 0000000..1ad417f
--- /dev/null
@@ -0,0 +1,26 @@
+{
+    "version": 1,
+    "license": "CC-BY-SA-3.0",
+    "copyright": "Sprited by OnsenCapy (NamelessName on Discord)",
+    "size": {
+        "x": 32,
+        "y": 32
+    },
+    "states": [
+        {
+            "name": "icon"
+        },
+        {
+            "name": "equipped-HAND",
+            "directions": 4
+        },
+        {
+            "name": "inhand-left",
+            "directions": 4
+        },
+        {
+            "name": "inhand-right",
+            "directions": 4
+        }
+    ]
+}