Skip to content

Commit

Permalink
Flesh armor fix (#141)
Browse files Browse the repository at this point in the history
Description.
Fixes an issue with the flesh armor
also my bad for forgoring to merge this 💀

:cl:
- fix: Fixed Flesh cult helm not working
  • Loading branch information
Guloveos authored Jan 13, 2025
2 parents 48290cc + 0cb8bbe commit 6375803
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 3 deletions.
42 changes: 42 additions & 0 deletions Resources/Prototypes/_Arc/Entities/Clothing/Head/helmets.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6375803

Please sign in to comment.