@@ -6,6 +6,19 @@
|
||||
id: ClothingHeadHelmetBase
|
||||
abstract: true
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- WhitelistChameleon
|
||||
- type: HideLayerClothing
|
||||
slots:
|
||||
- HeadTop
|
||||
- HeadSide
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadHelmetBase
|
||||
id: ClothingHeadHelmetArmoredBase
|
||||
abstract: true
|
||||
components:
|
||||
- type: Armor #Values seem to let the user survive one extra hit if attacked consistently.
|
||||
modifiers:
|
||||
coefficients:
|
||||
@@ -13,17 +26,10 @@
|
||||
Slash: 0.9
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: Tag
|
||||
tags:
|
||||
- WhitelistChameleon
|
||||
- type: HideLayerClothing
|
||||
slots:
|
||||
- HeadTop
|
||||
- HeadSide
|
||||
|
||||
#Basic Helmet (Security Helmet)
|
||||
- type: entity
|
||||
parent: [ClothingHeadHelmetBase, BaseSecurityContraband]
|
||||
parent: [ClothingHeadHelmetArmoredBase, BaseSecurityContraband]
|
||||
id: ClothingHeadHelmetBasic
|
||||
name: helmet
|
||||
description: Standard security gear. Protects the head from impacts.
|
||||
@@ -39,7 +45,7 @@
|
||||
|
||||
#Mercenary Helmet
|
||||
- type: entity
|
||||
parent: [ ClothingHeadHelmetBase, BaseMajorContraband ]
|
||||
parent: [ ClothingHeadHelmetArmoredBase, BaseMajorContraband ]
|
||||
id: ClothingHeadHelmetMerc
|
||||
name: mercenary helmet
|
||||
description: The combat helmet is commonly used by mercenaries, is strong, light and smells like gunpowder and the jungle.
|
||||
@@ -51,7 +57,7 @@
|
||||
|
||||
#SWAT Helmet
|
||||
- type: entity
|
||||
parent: [ClothingHeadBase, BaseSecurityContraband]
|
||||
parent: [ClothingHeadHelmetBase, BaseSecurityContraband]
|
||||
id: ClothingHeadHelmetSwat
|
||||
name: SWAT helmet
|
||||
description: An extremely robust helmet, commonly used by paramilitary forces. This one has the Nanotrasen logo emblazoned on the top.
|
||||
@@ -87,7 +93,7 @@
|
||||
|
||||
#Light Riot Helmet
|
||||
- type: entity
|
||||
parent: [ClothingHeadBase, BaseSecurityContraband]
|
||||
parent: [ClothingHeadHelmetBase, BaseSecurityContraband]
|
||||
id: ClothingHeadHelmetRiot
|
||||
name: light riot helmet
|
||||
description: It's a helmet specifically designed to protect against close range attacks.
|
||||
@@ -146,7 +152,7 @@
|
||||
|
||||
#Cult Helmet
|
||||
- type: entity
|
||||
parent: [ClothingHeadBase, BaseMajorContraband]
|
||||
parent: [ClothingHeadHelmetBase, BaseMajorContraband]
|
||||
id: ClothingHeadHelmetCult
|
||||
name: cult helmet
|
||||
description: A robust, evil-looking cult helmet.
|
||||
@@ -189,7 +195,7 @@
|
||||
|
||||
#Knight Helmet
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
parent: ClothingHeadHelmetBase
|
||||
id: ClothingHeadHelmetTemplar
|
||||
name: knight helmet
|
||||
description: Decorative helmet fashioned to resemble the knights of old.
|
||||
@@ -203,7 +209,7 @@
|
||||
|
||||
#Thunderdome Helmet
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
parent: ClothingHeadHelmetBase
|
||||
id: ClothingHeadHelmetThunderdome
|
||||
name: thunderdome helmet
|
||||
description: Let the battle commence!
|
||||
@@ -215,7 +221,7 @@
|
||||
|
||||
#Wizard Helmet
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
parent: ClothingHeadHelmetBase
|
||||
id: ClothingHeadHelmetWizardHelm
|
||||
name: wizard helm
|
||||
description: Strange-looking helmet that most certainly belongs to a real magic user.
|
||||
@@ -293,7 +299,7 @@
|
||||
|
||||
#Chitinous Helmet
|
||||
- type: entity
|
||||
parent: [ ClothingHeadBase, BaseMajorContraband]
|
||||
parent: [ ClothingHeadHelmetBase, BaseMajorContraband]
|
||||
id: ClothingHeadHelmetLing
|
||||
name: chitinous helmet
|
||||
description: An all-consuming chitinous mass of armor.
|
||||
@@ -313,7 +319,7 @@
|
||||
#ERT HELMETS
|
||||
#ERT Leader Helmet
|
||||
- type: entity
|
||||
parent: [ BaseCentcommContraband, ClothingHeadHelmetBase ]
|
||||
parent: [ BaseCentcommContraband, ClothingHeadHelmetArmoredBase ]
|
||||
id: ClothingHeadHelmetERTLeader
|
||||
name: ERT leader helmet
|
||||
description: An in-atmosphere helmet worn by the leader of a Nanotrasen Emergency Response Team. Has blue highlights.
|
||||
@@ -325,7 +331,7 @@
|
||||
|
||||
#ERT Security Helmet
|
||||
- type: entity
|
||||
parent: [ BaseCentcommContraband, ClothingHeadHelmetBase ]
|
||||
parent: ClothingHeadHelmetERTLeader
|
||||
id: ClothingHeadHelmetERTSecurity
|
||||
name: ERT security helmet
|
||||
description: An in-atmosphere helmet worn by security members of the Nanotrasen Emergency Response Team. Has red highlights.
|
||||
@@ -337,7 +343,7 @@
|
||||
|
||||
#ERT Medic Helmet
|
||||
- type: entity
|
||||
parent: [ BaseCentcommContraband, ClothingHeadHelmetBase ]
|
||||
parent: ClothingHeadHelmetERTLeader
|
||||
id: ClothingHeadHelmetERTMedic
|
||||
name: ERT medic helmet
|
||||
description: An in-atmosphere helmet worn by medical members of the Nanotrasen Emergency Response Team. Has white highlights.
|
||||
@@ -349,7 +355,7 @@
|
||||
|
||||
#ERT Engineer Helmet
|
||||
- type: entity
|
||||
parent: [ BaseCentcommContraband, ClothingHeadHelmetBase ]
|
||||
parent: ClothingHeadHelmetERTLeader
|
||||
id: ClothingHeadHelmetERTEngineer
|
||||
name: ERT engineer helmet
|
||||
description: An in-atmosphere helmet worn by engineering members of the Nanotrasen Emergency Response Team. Has orange highlights.
|
||||
@@ -361,7 +367,7 @@
|
||||
|
||||
#ERT Janitor Helmet
|
||||
- type: entity
|
||||
parent: [ BaseCentcommContraband, ClothingHeadHelmetBase ]
|
||||
parent: ClothingHeadHelmetERTLeader
|
||||
id: ClothingHeadHelmetERTJanitor
|
||||
name: ERT janitor helmet
|
||||
description: An in-atmosphere helmet worn by janitorial members of the Nanotrasen Emergency Response Team. Has dark purple highlights.
|
||||
@@ -391,7 +397,7 @@
|
||||
|
||||
#Bone Helmet
|
||||
- type: entity
|
||||
parent: [ ClothingHeadHelmetBase, BaseMinorContraband ]
|
||||
parent: [ ClothingHeadHelmetArmoredBase, BaseMinorContraband ]
|
||||
id: ClothingHeadHelmetBone
|
||||
name: bone helmet
|
||||
description: Cool-looking helmet made of skull of your enemies.
|
||||
@@ -405,7 +411,7 @@
|
||||
node: helmet
|
||||
|
||||
- type: entity
|
||||
parent: [ ClothingHeadHelmetBase, BaseMinorContraband ]
|
||||
parent: [ ClothingHeadHelmetArmoredBase, BaseMinorContraband ]
|
||||
id: ClothingHeadHelmetPodWars
|
||||
name: ironclad II helmet
|
||||
description: An ironclad II helmet, a relic of the pod wars.
|
||||
@@ -417,7 +423,7 @@
|
||||
|
||||
#Justice Helmet
|
||||
- type: entity
|
||||
parent: [ ClothingHeadHelmetBase, BaseSecurityContraband ]
|
||||
parent: ClothingHeadHelmetBasic
|
||||
id: ClothingHeadHelmetJustice
|
||||
name: justice helm
|
||||
description: Advanced security gear. Protects the station from ne'er-do-wells.
|
||||
|
||||
Reference in New Issue
Block a user