Foldable ushanka (#26519)
* UpdateUshankaPrototype * UpdateUshankaPrototype
This commit is contained in:
@@ -476,17 +476,30 @@
|
|||||||
- WhitelistChameleon
|
- WhitelistChameleon
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: [ClothingHeadBase, BaseFoldable]
|
||||||
id: ClothingHeadHatUshanka
|
id: ClothingHeadHatUshanka
|
||||||
name: ushanka
|
name: ushanka
|
||||||
description: "Perfect for winter in Siberia, da?"
|
description: "Perfect for winter in Siberia, da?"
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
|
||||||
sprite: Clothing/Head/Hats/ushanka.rsi
|
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Head/Hats/ushanka.rsi
|
sprite: Clothing/Head/Hats/ushanka.rsi
|
||||||
|
- type: Appearance
|
||||||
- type: AddAccentClothing
|
- type: AddAccentClothing
|
||||||
accent: RussianAccent
|
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
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
|
|||||||
Reference in New Issue
Block a user