Skip to content

Commit

Permalink
remove baldness
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof committed Sep 30, 2023
1 parent f07d84f commit e6cd87a
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions Resources/Prototypes/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
sprite: Clothing/Head/Hats/plaguedoctor.rsi

- type: entity
parent: ClothingHeadEVAHelmetBase # DeltaV - Make real wizard clothes space proof
parent: ClothingHeadBase
id: ClothingHeadHatRedwizard
name: red wizard hat
description: Strange-looking red hat-wear that most certainly belongs to a real magic user.
Expand All @@ -346,6 +346,11 @@
sprite: Clothing/Head/Hats/redwizard.rsi
- type: Clothing
sprite: Clothing/Head/Hats/redwizard.rsi
- type: PressureProtection # DeltaV - Make real wizard clothes space proof
highPressureMultiplier: 0.6
lowPressureMultiplier: 1000
- type: TemperatureProtection
coefficient: 0.2

- type: entity
parent: ClothingHeadBase
Expand Down Expand Up @@ -437,7 +442,7 @@
accent: RussianAccent

- type: entity
parent: ClothingHeadEVAHelmetBase # DeltaV - Make real wizard clothes space proof
parent: ClothingHeadBase
id: ClothingHeadHatVioletwizard
name: violet wizard hat
description: "Strange-looking violet hat-wear that most certainly belongs to a real magic user."
Expand All @@ -446,6 +451,11 @@
sprite: Clothing/Head/Hats/violetwizard.rsi
- type: Clothing
sprite: Clothing/Head/Hats/violetwizard.rsi
- type: PressureProtection # DeltaV - Make real wizard clothes space proof
highPressureMultiplier: 0.6
lowPressureMultiplier: 1000
- type: TemperatureProtection
coefficient: 0.2

- type: entity
parent: ClothingHeadBase
Expand Down Expand Up @@ -481,7 +491,7 @@
sprite: Clothing/Head/Hats/wizard_fake.rsi

- type: entity
parent: ClothingHeadEVAHelmetBase # DeltaV - Make real wizard clothes space proof
parent: ClothingHeadBase
id: ClothingHeadHatWizard
name: wizard hat
description: Strange-looking blue hat-wear that most certainly belongs to a powerful magic user.
Expand All @@ -495,6 +505,11 @@
- ClothMade
- HamsterWearable
- WhitelistChameleon
- type: PressureProtection # DeltaV - Make real wizard clothes space proof
highPressureMultiplier: 0.6
lowPressureMultiplier: 1000
- type: TemperatureProtection
coefficient: 0.2

- type: entity
parent: ClothingHeadBase
Expand Down

0 comments on commit e6cd87a

Please sign in to comment.