Moves ReagentDispenser Inventories to Catalog

This commit is contained in:
SweptWasTaken
2021-04-15 22:36:41 -07:00
parent eecbb6d81f
commit 6ec152e483
5 changed files with 49 additions and 51 deletions

View File

@@ -0,0 +1,22 @@
- type: reagentDispenserInventory
id: SodaDispenserInventory
inventory:
- Coffee
- Cola
- Cream
- Ice
- Tea
- Water
- type: reagentDispenserInventory
id: BoozeDispenserInventory
inventory:
- Ale
- Beer
- Cognac
- Ice
- Kahlua
- Rum
- Vodka
- Whiskey
- Wine

View File

@@ -0,0 +1,27 @@
- type: reagentDispenserInventory
id: ChemDispenserStandardInventory
inventory:
- Aluminium
- Carbon
- Chlorine
- Copper
- Ethanol
- Fluorine
- Glucose
- Hydrogen
- Iron
- Lithium
- Mercury
- Nitrogen
- Nutriment
- Oxygen
- Phosphorus
- Potassium
- Radium
- Silicon
- Sodium
- Sugar
- Sulfur
- SulfuricAcid
- Uranium
- Water

View File

@@ -9,16 +9,3 @@
state: booze_dispenser
- type: ReagentDispenser
pack: BoozeDispenserInventory
- type: reagentDispenserInventory
id: BoozeDispenserInventory
inventory:
- Ale
- Beer
- Cognac
- Ice
- Kahlua
- Rum
- Vodka
- Whiskey
- Wine

View File

@@ -13,31 +13,3 @@
- type: ReagentDispenser
pack: ChemDispenserStandardInventory
- type: PowerReceiver
- type: reagentDispenserInventory
id: ChemDispenserStandardInventory
inventory:
- Aluminium
- Carbon
- Chlorine
- Copper
- Ethanol
- Fluorine
- Glucose
- Hydrogen
- Iron
- Lithium
- Mercury
- Nitrogen
- Nutriment
- Oxygen
- Phosphorus
- Potassium
- Radium
- Silicon
- Sodium
- Sugar
- Sulfur
- SulfuricAcid
- Uranium
- Water

View File

@@ -9,13 +9,3 @@
state: soda_dispenser
- type: ReagentDispenser
pack: SodaDispenserInventory
- type: reagentDispenserInventory
id: SodaDispenserInventory
inventory:
- Coffee
- Cola
- Cream
- Ice
- Tea
- Water