From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Sun, 7 Jan 2024 17:54:16 +0000 (+1100) Subject: Butcher-able gloves (#23216) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d9d28627a83cd6b7cd660da351d561085cb66585;p=space-station-14.git Butcher-able gloves (#23216) * ya * something * fixe --- diff --git a/Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml b/Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml index 965fc20194..38472e3901 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml @@ -23,3 +23,14 @@ tags: - ClothMade - WhitelistChameleon + +- type: entity + abstract: true + parent: ClothingHandsBase + id: ClothingHandsButcherable + components: + - type: Butcherable + butcheringType: Knife + spawned: + - id: MaterialCloth1 + amount: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Hands/colored.yml b/Resources/Prototypes/Entities/Clothing/Hands/colored.yml index 8c0698038e..8f4eb753cf 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/colored.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/colored.yml @@ -1,7 +1,7 @@ # gloves that cover the fingertips and have synthetic fibers - type: entity abstract: true - parent: ClothingHandsBase + parent: ClothingHandsButcherable id: ClothingHandsGlovesSyntheticBase components: - type: Fiber @@ -145,11 +145,12 @@ fiberColor: fibers-white - type: entity - parent: ClothingHandsGlovesSyntheticBase + parent: ClothingHandsBase id: ClothingHandsGlovesColorYellow name: insulated gloves description: These gloves will protect the wearer from electric shocks. components: + - type: FingerprintMask - type: Sprite sprite: Clothing/Hands/Gloves/Color/yellow.rsi - type: Clothing diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index e57cf8d600..3780be491b 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -129,7 +129,7 @@ #### Medical - type: entity - parent: ClothingHandsBase + parent: ClothingHandsButcherable id: ClothingHandsGlovesLatex name: latex gloves description: Thin sterile latex gloves. Basic PPE for any doctor. @@ -143,7 +143,7 @@ - type: FingerprintMask - type: entity - parent: ClothingHandsBase + parent: ClothingHandsButcherable id: ClothingHandsGlovesNitrile name: nitrile gloves description: High-quality nitrile gloves. Expensive medical PPE. @@ -157,7 +157,7 @@ - type: FingerprintMask #### - type: entity - parent: ClothingHandsBase + parent: ClothingHandsButcherable id: ClothingHandsGlovesLeather name: botanist's leather gloves description: These leather gloves protect against thorns, barbs, prickles, spikes and other harmful objects of floral origin. They're also quite warm. @@ -188,7 +188,7 @@ - type: FingerprintMask - type: entity - parent: ClothingHandsBase + parent: ClothingHandsButcherable id: ClothingHandsGlovesRobohands name: robohands gloves description: Beep boop borp! @@ -279,7 +279,7 @@ fiberColor: fibers-olive - type: entity - parent: ClothingHandsBase + parent: ClothingHandsButcherable id: ClothingHandsGlovesFingerless name: fingerless gloves description: Plain black gloves without fingertips for the hard working. @@ -307,7 +307,7 @@ fiberColor: fibers-yellow - type: entity - parent: ClothingHandsBase + parent: ClothingHandsButcherable id: ClothingHandsGlovesMercFingerless name: mercenary fingerless gloves description: Gloves that may not protect you from finger burns, but will make you cooler. @@ -322,7 +322,7 @@ - type: entity # Intentionally named after regular gloves, they're meant to be sneaky. - # This means they can also be butchered if you need to look unsus before a very thorough search... + # This means they can also be butchered if you need to look un-sus before a very thorough search... parent: ClothingHandsGlovesColorBlack id: ThievingGloves suffix: Thieving @@ -343,7 +343,7 @@ - type: Unremoveable - type: entity - parent: ClothingHandsBase + parent: ClothingHandsButcherable id: ClothingHandsGlovesNorthStar name: gloves of the north star description: These gloves allow you to punch incredibly fast. diff --git a/Resources/Prototypes/Entities/Clothing/Hands/specific.yml b/Resources/Prototypes/Entities/Clothing/Hands/specific.yml index 3837c0ab60..e6a5731999 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/specific.yml @@ -1,5 +1,5 @@ -- type: entity - parent: ClothingHandsBase +- type: entity + parent: ClothingHandsButcherable id: ClothingHandsChameleon # doesn't protect from electricity or heat name: black gloves description: Regular black gloves that do not keep you from frying. @@ -29,4 +29,4 @@ components: - type: Thieving stripTimeReduction: 2 - stealthy: true \ No newline at end of file + stealthy: true