Butcher-able gloves (#23216)

* ya

* something

* fixe
This commit is contained in:
Ubaser
2024-01-08 04:54:16 +11:00
committed by GitHub
parent a78e9a854e
commit d9d28627a8
4 changed files with 25 additions and 13 deletions

View File

@@ -23,3 +23,14 @@
tags: tags:
- ClothMade - ClothMade
- WhitelistChameleon - WhitelistChameleon
- type: entity
abstract: true
parent: ClothingHandsBase
id: ClothingHandsButcherable
components:
- type: Butcherable
butcheringType: Knife
spawned:
- id: MaterialCloth1
amount: 1

View File

@@ -1,7 +1,7 @@
# gloves that cover the fingertips and have synthetic fibers # gloves that cover the fingertips and have synthetic fibers
- type: entity - type: entity
abstract: true abstract: true
parent: ClothingHandsBase parent: ClothingHandsButcherable
id: ClothingHandsGlovesSyntheticBase id: ClothingHandsGlovesSyntheticBase
components: components:
- type: Fiber - type: Fiber
@@ -145,11 +145,12 @@
fiberColor: fibers-white fiberColor: fibers-white
- type: entity - type: entity
parent: ClothingHandsGlovesSyntheticBase parent: ClothingHandsBase
id: ClothingHandsGlovesColorYellow id: ClothingHandsGlovesColorYellow
name: insulated gloves name: insulated gloves
description: These gloves will protect the wearer from electric shocks. description: These gloves will protect the wearer from electric shocks.
components: components:
- type: FingerprintMask
- type: Sprite - type: Sprite
sprite: Clothing/Hands/Gloves/Color/yellow.rsi sprite: Clothing/Hands/Gloves/Color/yellow.rsi
- type: Clothing - type: Clothing

View File

@@ -129,7 +129,7 @@
#### Medical #### Medical
- type: entity - type: entity
parent: ClothingHandsBase parent: ClothingHandsButcherable
id: ClothingHandsGlovesLatex id: ClothingHandsGlovesLatex
name: latex gloves name: latex gloves
description: Thin sterile latex gloves. Basic PPE for any doctor. description: Thin sterile latex gloves. Basic PPE for any doctor.
@@ -143,7 +143,7 @@
- type: FingerprintMask - type: FingerprintMask
- type: entity - type: entity
parent: ClothingHandsBase parent: ClothingHandsButcherable
id: ClothingHandsGlovesNitrile id: ClothingHandsGlovesNitrile
name: nitrile gloves name: nitrile gloves
description: High-quality nitrile gloves. Expensive medical PPE. description: High-quality nitrile gloves. Expensive medical PPE.
@@ -157,7 +157,7 @@
- type: FingerprintMask - type: FingerprintMask
#### ####
- type: entity - type: entity
parent: ClothingHandsBase parent: ClothingHandsButcherable
id: ClothingHandsGlovesLeather id: ClothingHandsGlovesLeather
name: botanist's leather gloves 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. 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: FingerprintMask
- type: entity - type: entity
parent: ClothingHandsBase parent: ClothingHandsButcherable
id: ClothingHandsGlovesRobohands id: ClothingHandsGlovesRobohands
name: robohands gloves name: robohands gloves
description: Beep boop borp! description: Beep boop borp!
@@ -279,7 +279,7 @@
fiberColor: fibers-olive fiberColor: fibers-olive
- type: entity - type: entity
parent: ClothingHandsBase parent: ClothingHandsButcherable
id: ClothingHandsGlovesFingerless id: ClothingHandsGlovesFingerless
name: fingerless gloves name: fingerless gloves
description: Plain black gloves without fingertips for the hard working. description: Plain black gloves without fingertips for the hard working.
@@ -307,7 +307,7 @@
fiberColor: fibers-yellow fiberColor: fibers-yellow
- type: entity - type: entity
parent: ClothingHandsBase parent: ClothingHandsButcherable
id: ClothingHandsGlovesMercFingerless id: ClothingHandsGlovesMercFingerless
name: mercenary fingerless gloves name: mercenary fingerless gloves
description: Gloves that may not protect you from finger burns, but will make you cooler. description: Gloves that may not protect you from finger burns, but will make you cooler.
@@ -322,7 +322,7 @@
- type: entity - type: entity
# Intentionally named after regular gloves, they're meant to be sneaky. # 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 parent: ClothingHandsGlovesColorBlack
id: ThievingGloves id: ThievingGloves
suffix: Thieving suffix: Thieving
@@ -343,7 +343,7 @@
- type: Unremoveable - type: Unremoveable
- type: entity - type: entity
parent: ClothingHandsBase parent: ClothingHandsButcherable
id: ClothingHandsGlovesNorthStar id: ClothingHandsGlovesNorthStar
name: gloves of the north star name: gloves of the north star
description: These gloves allow you to punch incredibly fast. description: These gloves allow you to punch incredibly fast.

View File

@@ -1,5 +1,5 @@
- type: entity - type: entity
parent: ClothingHandsBase parent: ClothingHandsButcherable
id: ClothingHandsChameleon # doesn't protect from electricity or heat id: ClothingHandsChameleon # doesn't protect from electricity or heat
name: black gloves name: black gloves
description: Regular black gloves that do not keep you from frying. description: Regular black gloves that do not keep you from frying.
@@ -29,4 +29,4 @@
components: components:
- type: Thieving - type: Thieving
stripTimeReduction: 2 stripTimeReduction: 2
stealthy: true stealthy: true