welding gas mask (#27108)

* welding gas mask

* eek
This commit is contained in:
Nemanja
2024-04-27 01:47:38 -04:00
committed by GitHub
parent 87cd1bb0ef
commit 0215292baa
15 changed files with 89 additions and 1 deletions

View File

@@ -33,3 +33,32 @@
- 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

View File

@@ -287,6 +287,7 @@
- PowerCellMicroreactor
- PowerCellHigh
- WeaponPistolCHIMP
- ClothingMaskWeldingGas
- WeaponGauntletGorilla
- SynthesizerInstrument
- ClothingShoesBootsMagSci

View File

@@ -76,7 +76,7 @@
Steel: 100
Plastic: 200
Glass: 100
- type: latheRecipe
id: SignallerAdvanced
result: RemoteSignallerAdvanced
@@ -175,6 +175,14 @@
Plasma: 1500
Uranium: 150
- type: latheRecipe
id: ClothingMaskWeldingGas
result: ClothingMaskWeldingGas
completetime: 3
materials:
Steel: 600
Glass: 200
- type: latheRecipe
id: WeaponForceGun
result: WeaponForceGun

View File

@@ -14,6 +14,7 @@
- BorgModuleMining
- OreProcessorIndustrialMachineCircuitboard
- OreBagOfHolding
- ClothingMaskWeldingGas
- type: technology
id: AdvancedPowercells

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 B

View File

@@ -0,0 +1,49 @@
{
"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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B