service vending machine updates (#12151)

* botany vending machines

egg-plant seeds added to seed vendor since they are available in botany locker at roundstart
botany tool number increased to match the increased botany staff count of most stations

* dinnerware has large beakers now

* nutrimax has buckets and swabs

* bucket advertisement

Buckets!
This commit is contained in:
Stealthbomber16
2022-12-19 20:48:13 -06:00
committed by GitHub
parent 9a72b05a50
commit f40130a7bb
5 changed files with 14 additions and 7 deletions

View File

@@ -3,3 +3,4 @@ advertisement-nutrimax-2 = Don't you want some?
advertisement-nutrimax-3 = The greenest thumbs ever. advertisement-nutrimax-3 = The greenest thumbs ever.
advertisement-nutrimax-4 = We like big plants. advertisement-nutrimax-4 = We like big plants.
advertisement-nutrimax-5 = Soft soil... advertisement-nutrimax-5 = Soft soil...
advertisement-nutrimax-6 = Buckets now included!

View File

@@ -6,3 +6,4 @@
- advertisement-nutrimax-3 - advertisement-nutrimax-3
- advertisement-nutrimax-4 - advertisement-nutrimax-4
- advertisement-nutrimax-5 - advertisement-nutrimax-5
- advertisement-nutrimax-6

View File

@@ -8,7 +8,9 @@
FoodPlateSmall: 10 FoodPlateSmall: 10
FoodPlateTin: 5 FoodPlateTin: 5
FoodKebabSkewer: 5 FoodKebabSkewer: 5
DrinkGlass: 10 DrinkGlass: 5
Beaker: 5
LargeBeaker: 5
DrinkMug: 5 DrinkMug: 5
DrinkMugBlack: 2 DrinkMugBlack: 2
DrinkMugBlue: 2 DrinkMugBlue: 2

View File

@@ -1,17 +1,19 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: NutriMaxInventory id: NutriMaxInventory
startingInventory: startingInventory:
HydroponicsToolSpade: 2 HydroponicsToolSpade: 3
HydroponicsToolMiniHoe: 2 HydroponicsToolMiniHoe: 3
HydroponicsToolClippers: 2 HydroponicsToolClippers: 3
HydroponicsToolScythe: 2 HydroponicsToolScythe: 3
HydroponicsToolHatchet: 2 HydroponicsToolHatchet: 3
PlantBag: 2 PlantBag: 3
PlantBGoneSpray: 20 PlantBGoneSpray: 20
WeedSpray: 20 WeedSpray: 20
PestSpray: 20 PestSpray: 20
Syringe: 5 Syringe: 5
RobustHarvestChemistryBottle: 3 RobustHarvestChemistryBottle: 3
Bucket: 3
DiseaseSwab: 20
#TO DO: #TO DO:
#plant analyzer #plant analyzer

View File

@@ -10,6 +10,7 @@
ChiliSeeds: 5 ChiliSeeds: 5
CornSeeds: 5 CornSeeds: 5
EggplantSeeds: 5 EggplantSeeds: 5
EggySeeds: 5
GalaxythistleSeeds: 3 GalaxythistleSeeds: 3
LemonSeeds: 5 LemonSeeds: 5
LingzhiSeeds: 3 LingzhiSeeds: 3