Instruments for Musician lodouts (#29059)

* Musician Instruments to Musician lodouts

* Move instruments to their own file, fix instruments spawning on the floor, Found bug of Loadout dropping items on the floor rather than sorting inventory

* Whoops, I removed bagpipes for some reason
This commit is contained in:
Cojoke
2024-06-16 06:27:35 -05:00
committed by GitHub
parent f730d120c7
commit 26f809aebf
6 changed files with 318 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
loadout-group-trinkets = Trinkets
loadout-group-glasses = Glasses
loadout-group-backpack = Backpack
loadout-group-instruments = Instruments
# Command
loadout-group-captain-head = Captain head

View File

@@ -6,4 +6,4 @@
- type: startingGear
id: MusicianWintercoat
equipment:
outerClothing: ClothingOuterWinterMusician
outerClothing: ClothingOuterWinterMusician

View File

@@ -0,0 +1,280 @@
# Instruments
- type: loadout
id: Glockenspiel
equipment: Glockenspiel
- type: startingGear
id: Glockenspiel
storage:
back:
- GlockenspielInstrument
- type: loadout
id: MusicBox
equipment: MusicBox
- type: startingGear
id: MusicBox
storage:
back:
- MusicBoxInstrument
- type: loadout
id: Xylophone
equipment: Xylophone
- type: startingGear
id: Xylophone
storage:
back:
- XylophoneInstrument
- type: loadout
id: Microphone
equipment: Microphone
- type: startingGear
id: Microphone
storage:
back:
- MicrophoneInstrument
- type: loadout
id: Synthesizer
equipment: Synthesizer
- type: startingGear
id: Synthesizer
storage:
back:
- SynthesizerInstrument
- type: loadout
id: Kalimba
equipment: Kalimba
- type: startingGear
id: Kalimba
storage:
back:
- KalimbaInstrument
- type: loadout
id: Woodblock
equipment: Woodblock
- type: startingGear
id: Woodblock
storage:
back:
- WoodblockInstrument
- type: loadout
id: ElectricGuitar
equipment: ElectricGuitar
- type: startingGear
id: ElectricGuitar
storage:
back:
- ElectricGuitarInstrument
- type: loadout
id: BassGuitar
equipment: BassGuitar
- type: startingGear
id: BassGuitar
storage:
back:
- BassGuitarInstrument
- type: loadout
id: RockGuitar
equipment: RockGuitar
- type: startingGear
id: RockGuitar
storage:
back:
- RockGuitarInstrument
- type: loadout
id: AcousticGuitar
equipment: AcousticGuitar
- type: startingGear
id: AcousticGuitar
storage:
back:
- AcousticGuitarInstrument
- type: loadout
id: Banjo
equipment: Banjo
- type: startingGear
id: Banjo
storage:
back:
- BanjoInstrument
- type: loadout
id: Violin
equipment: Violin
- type: startingGear
id: Violin
storage:
back:
- ViolinInstrument
- type: loadout
id: Viola
equipment: Viola
- type: startingGear
id: Viola
storage:
back:
- ViolaInstrument
- type: loadout
id: Cello
equipment: Cello
- type: startingGear
id: Cello
storage:
back:
- CelloInstrument
- type: loadout
id: Trumpet
equipment: Trumpet
- type: startingGear
id: Trumpet
storage:
back:
- TrumpetInstrument
- type: loadout
id: Trombone
equipment: Trombone
- type: startingGear
id: Trombone
storage:
back:
- TromboneInstrument
- type: loadout
id: FrenchHorn
equipment: FrenchHorn
- type: startingGear
id: FrenchHorn
storage:
back:
- FrenchHornInstrument
- type: loadout
id: Euphonium
equipment: Euphonium
- type: startingGear
id: Euphonium
storage:
back:
- EuphoniumInstrument
- type: loadout
id: Saxophone
equipment: Saxophone
- type: startingGear
id: Saxophone
storage:
back:
- SaxophoneInstrument
- type: loadout
id: Accordion
equipment: Accordion
- type: startingGear
id: Accordion
storage:
back:
- AccordionInstrument
- type: loadout
id: Harmonica
equipment: Harmonica
- type: startingGear
id: Harmonica
storage:
back:
- HarmonicaInstrument
- type: loadout
id: Clarinet
equipment: Clarinet
- type: startingGear
id: Clarinet
storage:
back:
- ClarinetInstrument
- type: loadout
id: Flute
equipment: Flute
- type: startingGear
id: Flute
storage:
back:
- FluteInstrument
- type: loadout
id: Recorder
equipment: Recorder
- type: startingGear
id: Recorder
storage:
back:
- RecorderInstrument
- type: loadout
id: PanFlute
equipment: PanFlute
- type: startingGear
id: PanFlute
storage:
back:
- PanFluteInstrument
- type: loadout
id: Ocarina
equipment: Ocarina
- type: startingGear
id: Ocarina
storage:
back:
- OcarinaInstrument
- type: loadout
id: Bagpipe
equipment: Bagpipe
- type: startingGear
id: Bagpipe
storage:
back:
- BagpipeInstrument

View File

@@ -436,6 +436,41 @@
loadouts:
- MusicianWintercoat
- type: loadoutGroup
id: Instruments
name: loadout-group-instruments
minLimit: 0
maxLimit: 2
loadouts:
- Glockenspiel
- MusicBox
- Xylophone
- Microphone
- Synthesizer
- Kalimba
- Woodblock
- ElectricGuitar
- BassGuitar
- RockGuitar
- AcousticGuitar
- Banjo
- Violin
- Viola
- Cello
- Trumpet
- Trombone
- FrenchHorn
- Euphonium
- Saxophone
- Accordion
- Harmonica
- Clarinet
- Flute
- Recorder
- PanFlute
- Ocarina
- Bagpipe
# Cargo
- type: loadoutGroup
id: QuartermasterHead

View File

@@ -141,6 +141,7 @@
- MusicianOuterClothing
- Glasses
- Trinkets
- Instruments
# Cargo
- type: roleLoadout

View File

@@ -25,5 +25,3 @@
storage:
back:
- BoxSurvival
- AcousticGuitarInstrument
- SaxophoneInstrument