From: Pgriha <133212269+Pgriha@users.noreply.github.com> Date: Sun, 20 Apr 2025 11:52:31 +0000 (+0300) Subject: Fix head markings under some helmets (#36074) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8be4abc3fcd8eddedc2443659701319a21fd0fbe;p=space-station-14.git Fix head markings under some helmets (#36074) * 1 * 2 --- diff --git a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml index 0dfc37a627..01c663ae32 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml @@ -6,13 +6,6 @@ id: ClothingHeadHelmetBase abstract: true components: - - type: Armor #Values seem to let the user survive one extra hit if attacked consistently. - modifiers: - coefficients: - Blunt: 0.9 - Slash: 0.9 - Piercing: 0.9 - Heat: 0.9 - type: Tag tags: - WhitelistChameleon @@ -21,9 +14,22 @@ - 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: + Blunt: 0.9 + Slash: 0.9 + Piercing: 0.9 + Heat: 0.9 + #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.