More Musical Cargo (#15107)

* Renamed 'Big Band' crate to Variety Instrument collection, narrowed down contents, reduced price. Adjusted contents of Brass crate. Added String, Woodwind, Keyed, Percussion, and Specialty Instrument crates.

* Renamed 'Big Band' crate to Variety Instrument collection, narrowed down contents, reduced price. Adjusted contents of Brass crate. Added String, Woodwind, Keyed, Percussion, and Specialty Instrument crates.

* Update Resources/Prototypes/Catalog/Cargo/cargo_fun.yml

* Update Resources/Prototypes/Catalog/Cargo/cargo_fun.yml

* Update Resources/Prototypes/Catalog/Cargo/cargo_fun.yml

* Update Resources/Prototypes/Catalog/Cargo/cargo_fun.yml

* Update Resources/Prototypes/Catalog/Cargo/cargo_fun.yml

im sure i'll get used to this
This commit is contained in:
EnDecc
2023-04-05 01:05:24 -04:00
committed by GitHub
parent b92d9fb903
commit a22a1f5cc4
3 changed files with 132 additions and 18 deletions

View File

@@ -1,23 +1,63 @@
- type: cargoProduct
id: FunInstruments
id: FunInstrumentsVariety
icon:
sprite: Objects/Fun/Instruments/accordion.rsi
state: icon
product: CrateFunInstruments
cost: 3000
product: CrateFunInstrumentsVariety
cost: 2000
category: Fun
group: market
- type: cargoProduct
id: FunBrass
id: FunInstrumentsBrass
icon:
sprite: Objects/Fun/Instruments/structureinstruments.rsi
state: tuba
product: CrateFunBrass
product: CrateFunInstrumentsBrass
cost: 2500
category: Fun
group: market
- type: cargoProduct
id: FunInstrumentsString
icon:
sprite: Objects/Fun/Instruments/bassguitar.rsi
state: icon
product: CrateFunInstrumentsString
cost: 2500
category: Fun
group: market
- type: cargoProduct
id: FunInstrumentsWoodwind
icon:
sprite: Objects/Fun/Instruments/harmonica.rsi
state: icon
product: CrateFunInstrumentsWoodwind
cost: 2500
category: Fun
group: market
- type: cargoProduct
id: FunInstrumentsKeyedPercussion
icon:
sprite: Objects/Fun/Instruments/h_synthesizer.rsi
state: icon
product: CrateFunInstrumentsKeyedPercussion
cost: 2500
category: Fun
group: market
- type: cargoProduct
id: FunInstrumentsSpecial
icon:
sprite: Objects/Fun/Instruments/gunpet.rsi
state: icon
product: CrateFunInstrumentsSpecial
cost: 10000
category: Fun
group: market
- type: cargoProduct
id: FunArtSupplies
icon:

View File

@@ -20,40 +20,102 @@
- id: PlushieDiona
- type: entity
id: CrateFunInstruments
id: CrateFunInstrumentsVariety
parent: CrateGenericSteel
components:
- type: StorageFill
contents:
- id: SynthesizerInstrument
- id: AcousticGuitarInstrument
- id: ViolinInstrument
- id: TrumpetInstrument
- id: ElectricGuitarInstrument
- id: AccordionInstrument
- id: HarmonicaInstrument
- id: RecorderInstrument
- id: TromboneInstrument
- id: SaxophoneInstrument
- id: GlockenspielInstrument
- id: BanjoInstrument
- id: BikeHornInstrument
- type: entity
id: CrateFunBrass
id: CrateFunInstrumentsBrass
parent: CrateGenericSteel
components:
- type: StorageFill
contents:
- id: TrumpetInstrument
amount: 3
amount: 2
- id: TromboneInstrument
amount: 3
amount: 2
- id: FrenchHornInstrument
amount: 2
- id: SaxophoneInstrument
amount: 2
- id: EuphoniumInstrument
- id: TubaInstrument
- type: entity
id: CrateFunInstrumentsString
parent: CrateGenericSteel
components:
- type: StorageFill
contents:
- id: AcousticGuitarInstrument
- id: ElectricGuitarInstrument
- id: BassGuitarInstrument
- id: RockGuitarInstrument
- id: BanjoInstrument
- id: ViolinInstrument
- id: CelloInstrument
- id: ViolaInstrument
- id: HarpInstrument
- type: entity
id: CrateFunInstrumentsWoodwind
parent: CrateGenericSteel
components:
- type: StorageFill
contents:
- id: RecorderInstrument
amount: 2
- id: BagpipeInstrument
- id: ClarinetInstrument
- id: FluteInstrument
- id: HarmonicaInstrument
amount: 2
- id: OcarinaInstrument
- id: PanFluteInstrument
- type: entity
id: CrateFunInstrumentsKeyedPercussion
parent: CrateGenericSteel
components:
- type: StorageFill
contents:
- id: SynthesizerInstrument
amount: 2
- id: AccordionInstrument
amount: 2
- id: KalimbaInstrument
amount: 2
- id: WoodblockInstrument
- id: GlockenspielInstrument
amount: 2
- id: VibraphoneInstrument
- type: entity
id: CrateFunInstrumentsSpecial
parent: CrateGenericSteel
components:
- type: StorageFill
contents:
- id: BikeHornInstrument
- id: MusicBoxInstrument
- id: SeashellInstrument
- id: XylophoneInstrument
- id: GunpetInstrument
- id: MicrophoneInstrument
- id: HelicopterInstrument
- id: BirdToyInstrument
- id: MusicalLungInstrument
- id: ReverseCymbalsInstrument
- type: entity
id: CrateFunArtSupplies
parent: CrateGenericSteel