From: Kit0vras <123590995+Kit0vras@users.noreply.github.com> Date: Thu, 20 Apr 2023 23:47:48 +0000 (+0300) Subject: [Entity] forensic gloves and locker fill (#15595) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e37a549cb6c1598213759a39bcd797a97ec36601;p=space-station-14.git [Entity] forensic gloves and locker fill (#15595) --- diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index a4d26b6363..8481647d87 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -87,6 +87,7 @@ - id: WeaponRevolverInspector - id: DrinkDetFlask - id: SpeedLoaderMagnum + - id: ForensicGloves - type: entity id: ClosetBombFilled diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index 9edab0d4d1..0dd5cb5d29 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -265,3 +265,15 @@ 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 index 0000000000..36e669756f 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 index 0000000000..3a288bb7dc 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 index 0000000000..32c0a01435 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 index 0000000000..f86a9deffb 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 index 0000000000..615c803ae3 --- /dev/null +++ b/Resources/Textures/Clothing/Hands/Gloves/forensic.rsi/meta.json @@ -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 + } + ] +}