Skip to content

Commit

Permalink
Butcher-able gloves (space-wizards#23216)
Browse files Browse the repository at this point in the history
* ya

* something

* fixe
  • Loading branch information
UbaserB authored Jan 7, 2024
1 parent a78e9a8 commit d9d2862
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 3 additions & 2 deletions Resources/Prototypes/Entities/Clothing/Hands/colored.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions Resources/Prototypes/Entities/Clothing/Hands/gloves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -188,7 +188,7 @@
- type: FingerprintMask

- type: entity
parent: ClothingHandsBase
parent: ClothingHandsButcherable
id: ClothingHandsGlovesRobohands
name: robohands gloves
description: Beep boop borp!
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Entities/Clothing/Hands/specific.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -29,4 +29,4 @@
components:
- type: Thieving
stripTimeReduction: 2
stealthy: true
stealthy: true

0 comments on commit d9d2862

Please sign in to comment.