From d1f6531722d6cf51f2f12ee713ed61fe82dea136 Mon Sep 17 00:00:00 2001 From: TeenSarlacc <46608342+TeenSarlacc@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:13:23 -0500 Subject: [PATCH] add large instruments to the cargo request computer (#34240) * 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 --- .../Prototypes/Catalog/Cargo/cargo_fun.yml | 120 ++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml index 61085f13b94..48321ac8fe3 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml @@ -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