Skip to content

Commit

Permalink
FoldableUshanka
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentFingerov authored Mar 28, 2024
1 parent 08dc18a commit c898666
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions Resources/Prototypes/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,6 @@
name: ushanka
description: "Perfect for winter in Siberia, da?"
components:
- type: Clothing
sprite: Clothing/Head/Hats/ushanka.rsi
- type: AddAccentClothing
accent: RussianAccent
- type: Appearance
Expand All @@ -491,6 +489,8 @@
- type: FoldableClothing
foldedEquippedPrefix: up
foldedHeldPrefix: up
- type: Clothing
sprite: Clothing/Head/Hats/ushanka.rsi
- type: Sprite
sprite: Clothing/Head/Hats/ushanka.rsi
layers:
Expand Down Expand Up @@ -804,8 +804,8 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatMagician
name: magician's top hat.
description: "A magician's top hat."
name: magician's tophat
description: "A magician's tophat."
components:
- type: Icon
sprite: Clothing/Head/Hats/magician.rsi
Expand All @@ -822,6 +822,7 @@
- type: Item
size: Small
sprite: Clothing/Head/Hats/magician.rsi
storedRotation: 0
- type: Storage
grid:
- 0,0,0,0
Expand Down Expand Up @@ -939,6 +940,9 @@
name: grey flatcap
description: Fashionable for both the working class and old man Jenkins.
components:
- type: Tag
tags:
- BrimFlatcapGrey
- type: Sprite
sprite: Clothing/Head/Hats/greyflatcap.rsi
- type: Clothing
Expand All @@ -950,6 +954,9 @@
name: brown flatcap
description: Stupid clown! You made me look bad!
components:
- type: Tag
tags:
- BrimFlatcapBrown
- type: Sprite
sprite: Clothing/Head/Hats/brownflatcap.rsi
- type: Clothing
Expand Down

0 comments on commit c898666

Please sign in to comment.