Skip to content

Commit

Permalink
Music
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jan 3, 2024
1 parent b2e99e3 commit 14003ec
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
- type: Anchorable
delay: 999999
- type: VendingMachine
pack: CircuitVendInventory
pack: AutoTuneVendInventory
offState: off
brokenState: broken
normalState: normal-unshaded
Expand All @@ -264,6 +264,8 @@
radius: 1.5
energy: 1.6
color: "#4b93ad"
- type: MarketModifier
mod: 5
# Music
# - type: Instrument
# allowPercussion: true
Expand Down

0 comments on commit 14003ec

Please sign in to comment.