Small addition to mercenary items (#17464)
* Small addition to mercenary items try number three * Bot * Bot fix
This commit is contained in:
@@ -222,6 +222,24 @@
|
||||
fiberColor: fibers-black
|
||||
- type: FingerprintMask
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHandsBase
|
||||
id: ClothingHandsMercGlovesCombat
|
||||
name: mercenary combat gloves
|
||||
description: High-quality combat gloves to protect hands from mechanical damage during combat.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Hands/Gloves/Color/olive.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Hands/Gloves/Color/olive.rsi
|
||||
- type: GloveHeatResistance
|
||||
heatResistance: 1400
|
||||
- type: Insulated
|
||||
- type: Fiber
|
||||
fiberMaterial: fibers-insulative
|
||||
fiberColor: fibers-olive
|
||||
- type: FingerprintMask
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHandsBase
|
||||
id: ClothingHandsGlovesFingerless
|
||||
|
||||
@@ -75,6 +75,17 @@
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Hats/beret_brigmedic.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatBeretMerc
|
||||
name: mercenary beret
|
||||
description: Olive beret, the badge depicts a jackal on a rock.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Hats/beret_merc.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Hats/beret_merc.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatBowlerHat
|
||||
|
||||
@@ -29,6 +29,18 @@
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Helmets/securityold.rsi
|
||||
|
||||
#Mercenary Helmet
|
||||
- type: entity
|
||||
parent: ClothingHeadHelmetHelmet
|
||||
id: ClothingHeadHelmetMerc
|
||||
name: mercenary helmet
|
||||
description: The combat helmet is commonly used by mercenaries, is strong, light and smells like gunpowder and the jungle.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Helmets/merc_helmet.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Helmets/merc_helmet.rsi
|
||||
|
||||
#SWAT Helmet
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
|
||||
@@ -262,6 +262,17 @@
|
||||
- type: Clothing
|
||||
sprite: Clothing/Mask/swat.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingMaskGasExplorer
|
||||
id: ClothingMaskGasMerc
|
||||
name: mercenary gas mask
|
||||
description: Slightly outdated, but reliable military-style gas mask.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Mask/merc.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Mask/merc.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingMaskGasExplorer
|
||||
id: ClothingMaskGasERT
|
||||
|
||||
Reference in New Issue
Block a user