From a5027e430ce13d77f4dc486bc328cb4a7c7dcd2b Mon Sep 17 00:00:00 2001 From: Smith <182301147+AgentSmithRadio@users.noreply.github.com> Date: Tue, 18 Mar 2025 19:45:19 -0400 Subject: [PATCH] Smite Vendor Restock and General Soda Machine Balance (#35144) * Inventory Buff and Enabling Restock * Smite rebalance * Rebalance and swapping contraband inventory positions * Yet another rebalance * Spaceup rebalanced, removed Smite from machine. --- .../Catalog/VendingMachines/Inventories/gib.yml | 2 +- .../Catalog/VendingMachines/Inventories/smite.yml | 10 +++++----- .../Catalog/VendingMachines/Inventories/spaceup.yml | 6 ++---- .../Catalog/VendingMachines/Inventories/starkist.yml | 2 +- .../Specific/Service/vending_machine_restock.yml | 1 + 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/gib.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/gib.yml index d96c97baa1..94d05e3629 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/gib.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/gib.yml @@ -1,7 +1,7 @@ - type: vendingMachineInventory id: DrGibbInventory startingInventory: - DrinkDrGibbCan: 4 + DrinkDrGibbCan: 6 DrinkGrapeCan: 2 DrinkRootBeerCan: 2 DrinkIcedTeaCan: 2 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/smite.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/smite.yml index fc0b64b6ca..5523b80b81 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/smite.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/smite.yml @@ -1,13 +1,13 @@ - type: vendingMachineInventory id: SmiteInventory startingInventory: - DrinkLemonLimeCan: 4 - DrinkLemonLimeCranberryCan: 2 - DrinkColaCan: 2 - DrinkSolDryCan: 2 + DrinkLemonLimeCan: 8 + DrinkLemonLimeCranberryCan: 6 + DrinkColaCan: 3 + DrinkSolDryCan: 3 contrabandInventory: - ToyHammer: 1 DrinkStarkistCan: 2 + ToyHammer: 1 emaggedInventory: DrinkNukieCan: 2 DrinkChangelingStingCan: 2 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/spaceup.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/spaceup.yml index b368534eeb..d76db2a38b 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/spaceup.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/spaceup.yml @@ -1,14 +1,12 @@ - type: vendingMachineInventory id: SpaceUpInventory startingInventory: - DrinkSpaceUpCan: 3 - DrinkSpaceMountainWindCan: 3 + DrinkSpaceUpCan: 5 + DrinkSpaceMountainWindCan: 5 DrinkGrapeCan: 2 DrinkRootBeerCan: 2 DrinkIcedTeaCan: 2 DrinkSolDryCan: 2 - DrinkLemonLimeCan: 2 - DrinkLemonLimeCranberryCan: 2 DrinkFourteenLokoCan: 2 contrabandInventory: DrinkSpaceMountainWindBottleFull: 2 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/starkist.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/starkist.yml index 194e0b7a39..dac70985ab 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/starkist.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/starkist.yml @@ -1,7 +1,7 @@ - type: vendingMachineInventory id: StarkistInventory startingInventory: - DrinkStarkistCan: 4 + DrinkStarkistCan: 6 DrinkGrapeCan: 2 DrinkRootBeerCan: 2 DrinkIcedTeaCan: 2 diff --git a/Resources/Prototypes/Entities/Objects/Specific/Service/vending_machine_restock.yml b/Resources/Prototypes/Entities/Objects/Specific/Service/vending_machine_restock.yml index 415b59a6e5..95d79dc378 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Service/vending_machine_restock.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Service/vending_machine_restock.yml @@ -336,6 +336,7 @@ - SpaceUpInventory - SodaInventory - DrGibbInventory + - SmiteInventory - type: Sprite layers: - state: base -- 2.51.2