Foldable ushanka (#26519)

* UpdateUshankaPrototype

* UpdateUshankaPrototype
This commit is contained in:
Valent
2024-03-29 06:07:38 +05:00
committed by GitHub
parent 66e8e05c46
commit 8537e279e1

View File

@@ -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