* 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
- id: ClothingUniformJumpskirtHoSParadeMale
prob: 0.1
- id: ClothingOuterHardsuitSecurityRed
- - id: ClothingMaskGasSecurity
+ - id: ClothingMaskGasSwat
- id: ClothingShoeSlippersDuck
prob: 0.2
- id: DrinkVacuumFlask
- 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
--- /dev/null
+{
+ "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
+ }
+ ]
+}