ert and death squad gas mask (#17444)
This commit is contained in:
@@ -262,6 +262,38 @@
|
||||
- type: Clothing
|
||||
sprite: Clothing/Mask/swat.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingMaskGasExplorer
|
||||
id: ClothingMaskGasERT
|
||||
name: ert gas mask
|
||||
description: The gas mask of the elite squad of the ERT.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Mask/ert.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Mask/ert.rsi
|
||||
- type: FlashImmunity
|
||||
- type: EyeProtection
|
||||
protectionTime: 5
|
||||
|
||||
- type: entity
|
||||
parent: ClothingMaskGasERT
|
||||
id: ClothingMaskGasDeathSquad
|
||||
name: death squad gas mask
|
||||
description: A unique gas mask for the NT's most elite squad.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Mask/squadron.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Mask/squadron.rsi
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
Blunt: 0.80
|
||||
Slash: 0.80
|
||||
Piercing: 0.90
|
||||
Heat: 0.90
|
||||
|
||||
- type: entity
|
||||
parent: ClothingMaskBase
|
||||
id: ClothingMaskRat
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
jumpsuit: ClothingUniformJumpsuitERTLeader
|
||||
back: ClothingBackpackERTLeaderFilled
|
||||
shoes: ClothingShoesBootsMag
|
||||
mask: ClothingMaskBreath
|
||||
mask: ClothingMaskGasERT
|
||||
eyes: ClothingEyesGlassesSecurity
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
outerClothing: ClothingOuterHardsuitERTLeader
|
||||
@@ -78,7 +78,7 @@
|
||||
jumpsuit: ClothingUniformJumpsuitERTEngineer
|
||||
back: ClothingBackpackERTEngineerFilled
|
||||
shoes: ClothingShoesBootsMagAdv
|
||||
mask: ClothingMaskBreath
|
||||
mask: ClothingMaskGasERT
|
||||
eyes: ClothingEyesGlassesMeson
|
||||
gloves: ClothingHandsGlovesColorYellow
|
||||
outerClothing: ClothingOuterHardsuitERTEngineer
|
||||
@@ -123,7 +123,7 @@
|
||||
jumpsuit: ClothingUniformJumpsuitERTSecurity
|
||||
back: ClothingBackpackERTSecurityFilled
|
||||
shoes: ClothingShoesBootsMag
|
||||
mask: ClothingMaskBreath
|
||||
mask: ClothingMaskGasERT
|
||||
eyes: ClothingEyesGlassesSecurity
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
outerClothing: ClothingOuterHardsuitERTSecurity
|
||||
@@ -169,7 +169,7 @@
|
||||
jumpsuit: ClothingUniformJumpsuitERTMedic
|
||||
back: ClothingBackpackERTMedicalFilled
|
||||
shoes: ClothingShoesBootsMag
|
||||
mask: ClothingMaskBreath
|
||||
mask: ClothingMaskGasERT
|
||||
eyes: ClothingEyesHudMedical
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
outerClothing: ClothingOuterHardsuitERTMedical
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitDeathSquad
|
||||
back: ClothingBackpackDuffelSyndicateAmmo
|
||||
mask: ClothingMaskBreath
|
||||
mask: ClothingMaskGasDeathSquad
|
||||
eyes: ClothingEyesGlassesSecurity
|
||||
ears: ClothingHeadsetAltCommand
|
||||
gloves: ClothingHandsGlovesCombat
|
||||
|
||||
Reference in New Issue
Block a user