]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
[Entity] forensic gloves and locker fill (#15595)
authorKit0vras <123590995+Kit0vras@users.noreply.github.com>
Thu, 20 Apr 2023 23:47:48 +0000 (02:47 +0300)
committerGitHub <noreply@github.com>
Thu, 20 Apr 2023 23:47:48 +0000 (17:47 -0600)
Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Resources/Prototypes/Entities/Clothing/Hands/gloves.yml
Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/equipped-HAND.png [new file with mode: 0644]
Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/meta.json [new file with mode: 0644]

index a4d26b6363b182d6bbb70b53511a190ac0af2019..8481647d8738ff001242040c70a1049c800aa664 100644 (file)
@@ -87,6 +87,7 @@
       - id: WeaponRevolverInspector
       - id: DrinkDetFlask
       - id: SpeedLoaderMagnum
+      - id: ForensicGloves
 
 - type: entity
   id: ClosetBombFilled
index 9edab0d4d1829028eaeb65e87564342206616c03..0dd5cb5d291ebf05cb960a1eb646dcbd21a5d61c 100644 (file)
   description:  A cursed pair of cluwne hands.
   components:
   - type: Unremoveable
+
+- type: entity
+  parent: ClothingHandsBase
+  id: ForensicGloves
+  name: forensic gloves
+  description: Do not leave fibers or fingerprints. If you work without them, you're A TERRIBLE DETECTIVE.
+  components:
+  - type: Sprite
+    sprite: Clothing/Hands/Gloves/forensic.rsi
+  - type: Clothing
+    sprite: Clothing/Hands/Gloves/forensic.rsi
+  - type: FingerprintMask
diff --git a/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/equipped-HAND.png b/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/equipped-HAND.png
new file mode 100644 (file)
index 0000000..36e6697
Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/equipped-HAND.png differ
diff --git a/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/icon.png b/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/icon.png
new file mode 100644 (file)
index 0000000..3a288bb
Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/inhand-left.png b/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..32c0a01
Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/inhand-right.png b/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..f86a9de
Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/meta.json b/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/meta.json
new file mode 100644 (file)
index 0000000..615c803
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Taken from paradise station at https://github.com/ss220-space/Paradise/blob/e13af16eec39b663112e014901960c89fb09ef8b/icons/obj/clothing/gloves.dmi",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-HAND",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}