- type: HideLayerClothing
slots:
- Snout
+
+- 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
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/6f5ca45e3ac06b30fb1957042214a888d8c01722. Inhands, worn sprites, and vox sprites created by EmoGarbage404 (github)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "icon-up"
+ },
+ {
+ "name": "equipped-MASK",
+ "directions": 4
+ },
+ {
+ "name": "up-equipped-MASK",
+ "directions": 4
+ },
+ {
+ "name": "equipped-MASK-vox",
+ "directions": 4
+ },
+ {
+ "name": "up-equipped-MASK-vox",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "up-inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "up-inhand-right",
+ "directions": 4
+ }
+ ]
+}