Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ loadout-group-mime-shoes = Mime shoes

loadout-group-musician-glasses = Musician glasses
loadout-group-musician-shoes = Musician shoes
loadout-group-musician-head = Musician head

loadout-group-passenger-glasses = Passenger eyewear

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@
- ClothingUniformMrSpaceWideSkirt
- ClothingUniformNightclubSuit
- ClothingUniformNightclubSuitSkirt
- PerformerJumpskirt
# end starcup

- type: loadoutGroup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@
id: JobMusician
canCustomizeName: true
groups:
- MusicianHead # starcup
- Scarfs # starcup
- MusicianJumpsuit
- CommonBackpack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@
id: ClothingUniformMrSpaceWideSkirt
equipment:
jumpsuit: ClothingUniformMrSpaceWideSkirt

- type: loadout
id: PerformerJumpskirt
equipment:
jumpsuit: ClothingUniformJumpskirtPerformer
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@
- BlackHeels
- HighHeels
- WinterBoots
- PerformerBoots

- type: loadoutGroup
parent: [ Glasses ]
Expand All @@ -310,6 +311,14 @@
- Sunglasses
- Mirrorshades

- type: loadoutGroup
id: MusicianHead
name: loadout-group-musician-head
minLimit: 0
maxLimit: 1
loadouts:
- PerformerWig

# Reporter
- type: loadoutGroup
id: ReporterShoes
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/_starcup/Loadouts/Miscellaneous/head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,8 @@
id: SyndieCap
equipment:
head: ClothingHeadHatSyndie

- type: loadout
id: PerformerWig
equipment:
head: ClothingHeadPerformerWig
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,10 @@
equipment:
shoes: ClothingShoesBootsCowboyWhite
groupBy: "cowboyboots"

# Special

- type: loadout
id: PerformerBoots
equipment:
shoes: ClothingShoesBootsPerformer
Loading