From 14003ecc5bbba1858444fa7c50e78cb8b0cdd782 Mon Sep 17 00:00:00 2001 From: Dvir Date: Wed, 3 Jan 2024 03:17:17 +0200 Subject: [PATCH] Music --- .../Inventories/autotunevend.yml | 57 +++++++++++++++++++ .../Structures/Machines/vending_machines.yml | 4 +- 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/autotunevend.yml diff --git a/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/autotunevend.yml b/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/autotunevend.yml new file mode 100644 index 00000000000..b74e42407fb --- /dev/null +++ b/Resources/Prototypes/_NF/Catalog/VendingMachines/Inventories/autotunevend.yml @@ -0,0 +1,57 @@ +- type: vendingMachineInventory + id: AutoTuneVendInventory + startingInventory: + TrumpetInstrument: 2 + TromboneInstrument: 2 + FrenchHornInstrument: 2 + SaxophoneInstrument: 2 + EuphoniumInstrument: 2 + AcousticGuitarInstrument: 2 + ElectricGuitarInstrument: 2 + BassGuitarInstrument: 2 + RockGuitarInstrument: 2 + BanjoInstrument: 2 + ViolinInstrument: 2 + CelloInstrument: 2 + ViolaInstrument: 2 + RecorderInstrument: 2 + BagpipeInstrument: 2 + ClarinetInstrument: 2 + FluteInstrument: 2 + HarmonicaInstrument: 2 + OcarinaInstrument: 2 + PanFluteInstrument: 2 + SynthesizerInstrument: 2 + AccordionInstrument: 2 + KalimbaInstrument: 2 + WoodblockInstrument: 2 + GlockenspielInstrument: 2 + BikeHornInstrument: 1 + MusicBoxInstrument: 1 + SeashellInstrument: 1 + XylophoneInstrument: 1 + GunpetInstrument: 1 + MicrophoneInstrument: 1 + HelicopterInstrument: 1 + BirdToyInstrument: 1 + MusicalLungInstrument: 1 + ReverseCymbalsInstrument: 1 + CannedApplauseInstrument: 1 + contrabandInventory: + TubaInstrument: 1 + HarpInstrument: 1 + ContrabassInstrument: 1 + VibraphoneInstrument: 1 + MarimbaInstrument: 1 + TomDrumsInstrument: 1 + TimpaniInstrument: 1 + TaikoInstrument: 1 + MinimoogInstrument: 1 + ChurchOrganInstrument: 1 + PianoInstrument: 1 + UprightPianoInstrument: 1 + DawInstrument: 1 + Rickenbacker4003Instrument: 1 + emaggedInventory: + SuperSynthesizerInstrument: 1 + Rickenbacker4001Instrument: 1 diff --git a/Resources/Prototypes/_NF/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/_NF/Entities/Structures/Machines/vending_machines.yml index da9f18ddcf0..b184910f878 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Machines/vending_machines.yml @@ -242,7 +242,7 @@ - type: Anchorable delay: 999999 - type: VendingMachine - pack: CircuitVendInventory + pack: AutoTuneVendInventory offState: off brokenState: broken normalState: normal-unshaded @@ -264,6 +264,8 @@ radius: 1.5 energy: 1.6 color: "#4b93ad" + - type: MarketModifier + mod: 5 # Music # - type: Instrument # allowPercussion: true