Skip to content

Commit

Permalink
Foldable ushanka (#26519)
Browse files Browse the repository at this point in the history
* UpdateUshankaPrototype

* UpdateUshankaPrototype
  • Loading branch information
ValentFingerov authored Mar 29, 2024
1 parent 66e8e05 commit 8537e27
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions Resources/Prototypes/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,17 +476,30 @@
- WhitelistChameleon

- type: entity
parent: ClothingHeadBase
parent: [ClothingHeadBase, BaseFoldable]
id: ClothingHeadHatUshanka
name: ushanka
description: "Perfect for winter in Siberia, da?"
components:
- type: Sprite
sprite: Clothing/Head/Hats/ushanka.rsi
- type: Clothing
sprite: Clothing/Head/Hats/ushanka.rsi
- type: Appearance
- type: AddAccentClothing
accent: RussianAccent
- type: Foldable
canFoldInsideContainer: true
- type: FoldableClothing
foldedEquippedPrefix: up
foldedHeldPrefix: up
- type: Sprite
sprite: Clothing/Head/Hats/ushanka.rsi
layers:
- state: icon
map: [ "unfoldedLayer" ]
- state: icon-up
map: ["foldedLayer"]
visible: false


- type: entity
parent: ClothingHeadBase
Expand Down

0 comments on commit 8537e27

Please sign in to comment.