Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gear Bundles in Vendomats #1069

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- type: vendingMachineInventory
id: AmmoVendInventory
startingInventory:
gearbundleshotgun: 10 # Frontier, gear bundles
gearbundlemosin: 8 # Frontier, gear bundles
SurvivalKnife: 15
WeaponLaserGun: 15
WeaponSniperMosin: 15
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- type: vendingMachineInventory
id: NanoMedPlusInventory
startingInventory:
gearbundlefirstaid: 6 # Frontier, gear bundles
HandheldHealthAnalyzer: 5
Brutepack: 15
Ointment: 15
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- type: vendingMachineInventory
id: MediDrobeInventory
startingInventory:
gearbundlemedic: 4 # Frontier, gear bundles
ClothingBackpackMedical: 4
ClothingBackpackSatchelMedical: 4
ClothingBackpackDuffelMedical: 4
Expand All @@ -23,6 +24,7 @@
UniformScrubsColorBlue: 4
UniformScrubsColorPurple: 4
# Paramed:
gearbundlehardsuitparamedic: 3 # Frontier, gear bundles
ClothingUniformJumpsuitParamedic: 4
ClothingUniformJumpskirtParamedic: 4
ClothingOuterWinterPara: 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- type: vendingMachineInventory
id: NutriMaxInventory
startingInventory:
gearbundlebotanist: 4 # Frontier, gear bundles
HydroponicsToolSpade: 4
HydroponicsToolMiniHoe: 4
HydroponicsToolClippers: 4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- type: vendingMachineInventory
id: SalvageEquipmentInventory
startingInventory:
gearbundlesalvagerbasic: 3 # Frontier, gear bundles
gearbundlesalvageradvanced: 3 # Frontier, gear bundles
WeaponCrusherGlaive: 3
WeaponProtoKineticAccelerator: 3
WeaponCrusher: 3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- type: vendingMachineInventory
id: YouToolInventory
startingInventory:
gearbundletoolbeltfilled: 10 # Frontier, gear bundles
Screwdriver: 15
Crowbar: 15
Wirecutter: 15
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
- type: vendingMachineInventory
id: AstroVendInventory
startingInventory:
# gear bundles
gearbundleeva: 6
gearbundlehardsuitbasic: 6
gearbundlehardsuitspatio: 6
gearbundlehardsuitpilot: 3
# default invenventory
ClothingOuterHardsuitSpatio: 5
ClothingShoesBootsMag: 15
ClothingOuterHardsuitBasic: 5
Expand Down
Loading
Loading