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:
@@ -1,12 +1,24 @@
|
|||||||
ent-CrateFunPlushie = Plushie crate
|
ent-CrateFunPlushie = Plushie crate
|
||||||
.desc = A buncha soft plushies. Throw them around and then wonder how you're gonna explain this purchase to NT.
|
.desc = A buncha soft plushies. Throw them around and then wonder how you're gonna explain this purchase to NT.
|
||||||
|
|
||||||
ent-CrateFunInstruments = Big band instrument collection
|
ent-CrateFunInstrumentsVariety = Variety instrument collection
|
||||||
.desc = Get your sad station movin' and groovin' with this fine collection! Contains thirteen different instruments.
|
.desc = Get your sad station movin' and groovin' with this catch-all variety pack! Contains seven different instruments.
|
||||||
|
|
||||||
ent-CrateFunBrass = Brass instrument ensemble crate
|
ent-CrateFunInstrumentsBrass = Brass instrument ensemble crate
|
||||||
.desc = Bring some jazz to the station with the brass ensemble. Contains a variety of brass instruments for the whole station to play.
|
.desc = Bring some jazz to the station with the brass ensemble. Contains a variety of brass instruments for the whole station to play.
|
||||||
|
|
||||||
|
ent-CrateFunInstrumentsString = String instrument ensemble crate
|
||||||
|
.desc = Pluck or pick, slap or shred! Play a smooth melody or melt peoples' faces with this package of stringed instruments.
|
||||||
|
|
||||||
|
ent-CrateFunInstrumentsWoodwind = Woodwind instrument ensemble crate
|
||||||
|
.desc = If atmos is good at their job, use air to play music with these woodwind instruments! Real wood not guaranteed with every item.
|
||||||
|
|
||||||
|
ent-CrateFunInstrumentsKeyedPercussion = Keyed/Percussion instrument ensemble crate
|
||||||
|
.desc = Hit some keys with some sticks or your hands, with this Keyed and Percussion instrument ensemble crate.
|
||||||
|
|
||||||
|
ent-CrateFunInstrumentsSpecial = Special instrument collector's crate
|
||||||
|
.desc = Create some noise with this special collection of arguably-instruments! Centcomm is not responsible for any trauma caused by the contents.
|
||||||
|
|
||||||
ent-CrateFunArtSupplies = Art supplies
|
ent-CrateFunArtSupplies = Art supplies
|
||||||
.desc = Make some happy little accidents with lots of crayons!
|
.desc = Make some happy little accidents with lots of crayons!
|
||||||
|
|
||||||
|
|||||||
@@ -1,23 +1,63 @@
|
|||||||
- type: cargoProduct
|
- type: cargoProduct
|
||||||
id: FunInstruments
|
id: FunInstrumentsVariety
|
||||||
icon:
|
icon:
|
||||||
sprite: Objects/Fun/Instruments/accordion.rsi
|
sprite: Objects/Fun/Instruments/accordion.rsi
|
||||||
state: icon
|
state: icon
|
||||||
product: CrateFunInstruments
|
product: CrateFunInstrumentsVariety
|
||||||
cost: 3000
|
cost: 2000
|
||||||
category: Fun
|
category: Fun
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
- type: cargoProduct
|
- type: cargoProduct
|
||||||
id: FunBrass
|
id: FunInstrumentsBrass
|
||||||
icon:
|
icon:
|
||||||
sprite: Objects/Fun/Instruments/structureinstruments.rsi
|
sprite: Objects/Fun/Instruments/structureinstruments.rsi
|
||||||
state: tuba
|
state: tuba
|
||||||
product: CrateFunBrass
|
product: CrateFunInstrumentsBrass
|
||||||
cost: 2500
|
cost: 2500
|
||||||
category: Fun
|
category: Fun
|
||||||
group: market
|
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
|
- type: cargoProduct
|
||||||
id: FunArtSupplies
|
id: FunArtSupplies
|
||||||
icon:
|
icon:
|
||||||
|
|||||||
@@ -20,40 +20,102 @@
|
|||||||
- id: PlushieDiona
|
- id: PlushieDiona
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateFunInstruments
|
id: CrateFunInstrumentsVariety
|
||||||
parent: CrateGenericSteel
|
parent: CrateGenericSteel
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: SynthesizerInstrument
|
- id: SynthesizerInstrument
|
||||||
- id: AcousticGuitarInstrument
|
- id: AcousticGuitarInstrument
|
||||||
- id: ViolinInstrument
|
|
||||||
- id: TrumpetInstrument
|
- id: TrumpetInstrument
|
||||||
- id: ElectricGuitarInstrument
|
|
||||||
- id: AccordionInstrument
|
- id: AccordionInstrument
|
||||||
- id: HarmonicaInstrument
|
- id: HarmonicaInstrument
|
||||||
- id: RecorderInstrument
|
- id: RecorderInstrument
|
||||||
- id: TromboneInstrument
|
|
||||||
- id: SaxophoneInstrument
|
|
||||||
- id: GlockenspielInstrument
|
- id: GlockenspielInstrument
|
||||||
- id: BanjoInstrument
|
|
||||||
- id: BikeHornInstrument
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateFunBrass
|
id: CrateFunInstrumentsBrass
|
||||||
parent: CrateGenericSteel
|
parent: CrateGenericSteel
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: TrumpetInstrument
|
- id: TrumpetInstrument
|
||||||
amount: 3
|
amount: 2
|
||||||
- id: TromboneInstrument
|
- id: TromboneInstrument
|
||||||
amount: 3
|
amount: 2
|
||||||
- id: FrenchHornInstrument
|
- id: FrenchHornInstrument
|
||||||
amount: 2
|
amount: 2
|
||||||
|
- id: SaxophoneInstrument
|
||||||
|
amount: 2
|
||||||
- id: EuphoniumInstrument
|
- id: EuphoniumInstrument
|
||||||
- id: TubaInstrument
|
- 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
|
- type: entity
|
||||||
id: CrateFunArtSupplies
|
id: CrateFunArtSupplies
|
||||||
parent: CrateGenericSteel
|
parent: CrateGenericSteel
|
||||||
|
|||||||
Reference in New Issue
Block a user