Skip to content

Commit

Permalink
add large instruments to the cargo request computer (#34240)
Browse files Browse the repository at this point in the history
* added the church organ to the cargo console (will add more in this PR, assuming i did this right (HOW DO YOU BUY CARGO ORDERS IN DEV ENVIROMENT???? *sobs))

* added other structure instruments to cargo Catalog

* fixed an epic copy/paste fail

* changed prices

* fixed epic copy/paste fail #2

---------

Co-authored-by: TeenSarlacc <[email protected]>
  • Loading branch information
TeenSarlacc and TeenSarlacc authored Jan 10, 2025
1 parent fa720a0 commit d1f6531
Showing 1 changed file with 120 additions and 0 deletions.
120 changes: 120 additions & 0 deletions Resources/Prototypes/Catalog/Cargo/cargo_fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,123 @@
cost: 10000
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: ChurchOrganInstrument
icon:
sprite: Objects/Fun/Instruments/structureinstruments.rsi
state: church-organ
product: ChurchOrganInstrument
cost: 1500
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: PianoInstrument
icon:
sprite: Objects/Fun/Instruments/structureinstruments.rsi
state: piano
product: PianoInstrument
cost: 1500
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: UprightPianoInstrument
icon:
sprite: Objects/Fun/Instruments/structureinstruments.rsi
state: piano-upright
product: UprightPianoInstrument
cost: 1500
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: VibraphoneInstrument
icon:
sprite: Objects/Fun/Instruments/structureinstruments.rsi
state: vibraphone
product: VibraphoneInstrument
cost: 1500
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: MarimbaInstrument
icon:
sprite: Objects/Fun/Instruments/structureinstruments.rsi
state: marimba
product: MarimbaInstrument
cost: 1500
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: TubaInstrument
icon:
sprite: Objects/Fun/Instruments/structureinstruments.rsi
state: tuba
product: TubaInstrument
cost: 1500
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: HarpInstrument
icon:
sprite: Objects/Fun/Instruments/structureinstruments.rsi
state: harp
product: HarpInstrument
cost: 1500
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: TimpaniInstrument
icon:
sprite: Objects/Fun/Instruments/structureinstruments.rsi
state: timpani
product: TimpaniInstrument
cost: 1500
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: TaikoInstrument
icon:
sprite: Objects/Fun/Instruments/structureinstruments.rsi
state: taiko
product: TaikoInstrument
cost: 1500
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: ContrabassInstrument
icon:
sprite: Objects/Fun/Instruments/structureinstruments.rsi
state: contrabass
product: ContrabassInstrument
cost: 1500
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: MinimoogInstrument
icon:
sprite: Objects/Fun/Instruments/structureinstruments.rsi
state: minimoog
product: MinimoogInstrument
cost: 1500
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: TomDrumsInstrument
icon:
sprite: Objects/Fun/Instruments/structureinstruments.rsi
state: toms
product: TomDrumsInstrument
cost: 1500
category: cargoproduct-category-name-fun
group: market

0 comments on commit d1f6531

Please sign in to comment.