Skip to content

Commit

Permalink
Update gloves.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Haltell committed Mar 19, 2024
1 parent d1a2231 commit 63f6a5a
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Hands/gloves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,27 @@
- type: Fiber
fiberMaterial: fibers-nitrile
- type: FingerprintMask

- type: entity
parent: ClothingHandsBase
id: ClothingHandsGlovesChemist
name: heavy nitrile gloves
description: A pair of thick gloves that provide some protection from caustic chemicals.
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/hvchemresgloves.rsi
- type: Clothing
sprite: Clothing/Hands/Gloves/hvchemresgloves.rsi
- type: Fiber
fiberMaterial: fibers-rubber
fiberColor: fibers-black
- type: Armor
modifiers:
coefficients:
Caustic: 0.95
- type: TemperatureProtection
coefficient: 1

####
- type: entity
parent: ClothingHandsButcherable
Expand Down Expand Up @@ -409,3 +430,47 @@
fiberMaterial: fibers-rubber
fiberColor: fibers-yellow
- type: FingerprintMask

- type: entity
parent: ClothingHandsBase
id: ClothingHandsGlovesRyuzoGauntlets
name: golden gauntlets
description: Because sometimes, things just need to be based on your fists.
suffix: ADMIN ONLY, DO NOT MAP
components:
- type: Sprite
sprite: DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi
- type: Clothing
sprite: DeltaV/Clothing/Hands/Gloves/ryuzogauntlets.rsi
- type: GloveHeatResistance
heatResistance: 1400
- type: Insulated
- type: Fiber
fiberMaterial: fibers-leather
fiberColor: fibers-white
- type: FingerprintMask
- type: StaminaDamageOnHit
damage: 20
- type: MeleeWeapon
attackRate: 1.5
damage:
types:
Blunt: 9.5

- type: entity
parent: ClothingHandsBase
id: ClothingHandsGlovesInspection
name: inspection gloves
description: A fancy pair of white gloves, both durable and delicate.
components:
- type: Sprite
sprite: DeltaV/Clothing/Hands/Gloves/inspection.rsi
- type: Clothing
sprite: DeltaV/Clothing/Hands/Gloves/inspection.rsi
- type: GloveHeatResistance
heatResistance: 1400
- type: Insulated
- type: Fiber
fiberMaterial: fibers-leather
fiberColor: fibers-white
- type: FingerprintMask

0 comments on commit 63f6a5a

Please sign in to comment.