Skip to content

Commit

Permalink
Remove curse from the golden mask. (#2381)
Browse files Browse the repository at this point in the history
* Remove curse from the golden mask.

* remove mask from the loot tables

* Cursed mask suggestions

---------

Co-authored-by: Whatstone <[email protected]>
  • Loading branch information
Leander-0 and whatston3 authored Nov 9, 2024
1 parent 6c18cfc commit 8a38a09
Showing 1 changed file with 29 additions and 16 deletions.
45 changes: 29 additions & 16 deletions Resources/Prototypes/Entities/Clothing/Masks/specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
parent: ClothingMaskBase
id: ClothingMaskGoldenCursed
name: golden mask
description: Previously used in strange pantomimes, after one of the actors went mad on stage these masks have avoided use. You swear its face contorts when you're not looking.
description: An ancient-looking mask bearing the visage of some simian monarch. You swear it looks cursed. # Frontier: doesn't contort, not really cursed
components:
- type: Sprite
sprite: Clothing/Mask/goldenmask.rsi
Expand All @@ -77,26 +77,39 @@
- type: Clothing
sprite: Clothing/Mask/goldenmask.rsi
- type: Appearance
- type: GenericVisualizer
visuals:
enum.CursedMaskVisuals.State:
mask:
Neutral: { state: icon }
Despair: { state: icon-despair }
Joy: { state: icon-joy }
Anger: { state: icon-anger }
# Frontier: replace visualizer with random state
# - type: GenericVisualizer
# visuals:
# enum.CursedMaskVisuals.State:
# mask:
# Neutral: { state: icon }
# Despair: { state: icon-despair }
# Joy: { state: icon-joy }
# Anger: { state: icon-anger }
# End Frontier
- type: Tag
tags: [] # ignore "WhitelistChameleon" tag
- type: SelfEquipOnly
- type: CursedMask
despairDamageModifier:
coefficients:
Blunt: 0.6
Slash: 0.6
Piercing: 0.4
# Frontier: too much trouble for something that can insta-ghost you for wearing it.
# - type: SelfEquipOnly
# - type: CursedMask
# despairDamageModifier: # Frontier
# coefficients: # Frontier
# Blunt: 0.6 # Frontier
# Slash: 0.6 # Frontier
# Piercing: 0.4 # Frontier
# End Frontier
- type: HideLayerClothing
slots:
- Snout
- type: IngestionBlocker
- type: StaticPrice
price: 5000
# Frontier: pick random sprite on spawn
- type: RandomSprite
available:
- mask:
icon: ""
icon-despair: ""
icon-joy: ""
icon-anger: ""
# End Frontier: random sprite on spawn

0 comments on commit 8a38a09

Please sign in to comment.