@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
stealthy: true
|
||||
|
||||
Reference in New Issue
Block a user