Welding gas mask toggleable with action (#32691)

welding mask removable
This commit is contained in:
K-Dynamic
2025-01-20 12:32:45 +12:00
committed by GitHub
parent 9485cb6eb8
commit 6ed60fecde
2 changed files with 23 additions and 29 deletions

View File

@@ -664,3 +664,26 @@
- type: EyeProtection
- type: BreathMask
- type: IdentityBlocker
- type: entity
parent: ClothingMaskGas
id: ClothingMaskWeldingGas
name: welding gas mask
description: A gas mask with built in welding goggles and face shield. Looks like a skull, clearly designed by a nerd.
components:
- type: Sprite
sprite: Clothing/Mask/welding-gas.rsi
state: icon
- type: Clothing
sprite: Clothing/Mask/welding-gas.rsi
- type: FlashImmunity
- type: EyeProtection
- type: PhysicalComposition
materialComposition:
Steel: 200
Glass: 100
- type: StaticPrice
price: 100
- type: Tag
tags:
- WhitelistChameleon

View File

@@ -40,35 +40,6 @@
enum.VoiceMaskUIKey.Key:
type: VoiceMaskBoundUserInterface
- type: entity
parent: ClothingMaskBase
id: ClothingMaskWeldingGas
name: welding gas mask
description: A gas mask with built in welding goggles and face shield. Looks like a skull, clearly designed by a nerd.
components:
- type: Sprite
sprite: Clothing/Mask/welding-gas.rsi
state: icon
- type: Clothing
sprite: Clothing/Mask/welding-gas.rsi
- type: BreathMask
- type: IngestionBlocker
- type: IdentityBlocker
- type: FlashImmunity
- type: EyeProtection
- type: PhysicalComposition
materialComposition:
Steel: 200
Glass: 100
- type: StaticPrice
price: 100
- type: Tag
tags:
- WhitelistChameleon
- type: HideLayerClothing
slots:
- Snout
- type: entity
parent: ClothingMaskBase
id: ClothingMaskGoldenCursed