[Entity] SWAT gas mask for HoS (#15539)
* SWAT gas mask for HoS Adds a SWAT gas mask. Replaces the standard Security gas mask in the HoC box with an elite one. * fix * commit * commit2 * commit3
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
- id: ClothingUniformJumpskirtHoSParadeMale
|
||||
prob: 0.1
|
||||
- id: ClothingOuterHardsuitSecurityRed
|
||||
- id: ClothingMaskGasSecurity
|
||||
- id: ClothingMaskGasSwat
|
||||
- id: ClothingShoeSlippersDuck
|
||||
prob: 0.2
|
||||
- id: DrinkVacuumFlask
|
||||
|
||||
@@ -244,3 +244,14 @@
|
||||
- type: Unremoveable
|
||||
- type: AddAccentClothing
|
||||
accent: StutteringAccent
|
||||
|
||||
- type: entity
|
||||
parent: ClothingMaskGasExplorer
|
||||
id: ClothingMaskGasSwat
|
||||
name: swat gas mask
|
||||
description: A elite issue Security gas mask.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Mask/swat.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Mask/swat.rsi
|
||||
|
||||
BIN
Resources/Textures/Clothing/Mask/swat.rsi/equipped-MASK.png
Normal file
BIN
Resources/Textures/Clothing/Mask/swat.rsi/equipped-MASK.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 777 B |
BIN
Resources/Textures/Clothing/Mask/swat.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Mask/swat.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 431 B |
BIN
Resources/Textures/Clothing/Mask/swat.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/Clothing/Mask/swat.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 484 B |
BIN
Resources/Textures/Clothing/Mask/swat.rsi/inhand-right.png
Normal file
BIN
Resources/Textures/Clothing/Mask/swat.rsi/inhand-right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 493 B |
26
Resources/Textures/Clothing/Mask/swat.rsi/meta.json
Normal file
26
Resources/Textures/Clothing/Mask/swat.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/RemieRichards/-tg-station/blob/f8c05e21694cd3cb703e40edc5cfc375017944b1/icons/obj/clothing/masks.dmi",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-MASK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user