diff --git a/Resources/Prototypes/_Arc/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/_Arc/Entities/Clothing/Head/helmets.yml index e69de29bb2d1d6..e67fd881a1a072 100644 --- a/Resources/Prototypes/_Arc/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/_Arc/Entities/Clothing/Head/helmets.yml @@ -0,0 +1,42 @@ +- type: entity + + id: ClothingHeadHelmetFlesh + name: flesh cult helmet + description: A boon from the one true deity, Carnemori. It's a helmet made of flesh. + components: + - type: BreathMask + - type: Sprite + sprite: /Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi + state: icon + - type: Clothing + sprite: /Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi +# equipSound: /Audio/Mecha/mechmove03.ogg +# unequipSound: /Audio/Mecha/mechmove03.ogg + quickEquip: false + slots: [ HEAD ] + - type: Item + size: Normal + - type: Armor + modifiers: + coefficients: + Blunt: 0.95 + Slash: 0.95 + Piercing: 0.95 + Heat: 0.95 + - type: Clickable + - type: InteractionOutline + - type: Armor + modifiers: + coefficients: + Blunt: 0.95 + Slash: 0.95 + Piercing: 0.95 + Heat: 0.95 + - type: GroupExamine + - type: Tag + tags: + - WhitelistChameleon + - type: IdentityBlocker + - type: HideLayerClothing + slots: + - Snout diff --git a/Resources/Prototypes/_Arc/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_Arc/Entities/Clothing/OuterClothing/armor.yml index 0c9ddfa706c074..300d49c56a54ea 100644 --- a/Resources/Prototypes/_Arc/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_Arc/Entities/Clothing/OuterClothing/armor.yml @@ -23,9 +23,9 @@ - type: HeldSpeedModifier - type: StaminaDamageResistance coefficient: 0.7 - # - type: ToggleableClothing - # slot: head - # clothingPrototype: ClothingHeadHelmetFlesh + - type: ToggleableClothing + slot: head + clothingPrototype: ClothingHeadHelmetFlesh - type: Tag tags: - Hardsuit diff --git a/Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helment.rsi/equipped-HELMET.png b/Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi/equipped-HELMET.png similarity index 100% rename from Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helment.rsi/equipped-HELMET.png rename to Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi/equipped-HELMET.png diff --git a/Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helment.rsi/icon.png b/Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi/icon.png similarity index 100% rename from Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helment.rsi/icon.png rename to Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi/icon.png diff --git a/Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helment.rsi/inhand-left.png b/Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helment.rsi/inhand-left.png rename to Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi/inhand-left.png diff --git a/Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helment.rsi/inhand-right.png b/Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helment.rsi/inhand-right.png rename to Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi/inhand-right.png diff --git a/Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helment.rsi/meta.json b/Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi/meta.json similarity index 100% rename from Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helment.rsi/meta.json rename to Resources/Textures/_Arc/Clothing/Head/Helmets/Flesh_cult_helmet.rsi/meta.json