From 7f9333beb1c33539ea77cdc09cfd427e7d4e71b8 Mon Sep 17 00:00:00 2001 From: Radezolid Date: Mon, 21 Apr 2025 06:20:11 -0300 Subject: [PATCH] Add water vapor tanks at tank dispensers for feroxi (#3535) * Add water vapor tanks for feroxi * Suffix * Addeed comments on tankdispenser --- Resources/Prototypes/Catalog/Cargo/cargo_vending.yml | 2 +- .../Catalog/VendingMachines/Inventories/tankdispenser.yml | 2 ++ .../Entities/Structures/Machines/vending_machines.yml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index 9953931552..f6bba019c6 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -214,7 +214,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockTankDispenserFilled - cost: 1000 + cost: 1300 # DeltaV - Was 1000 category: cargoproduct-category-name-atmospherics group: market diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/tankdispenser.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/tankdispenser.yml index 188aaf7641..49c4c11552 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/tankdispenser.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/tankdispenser.yml @@ -3,6 +3,7 @@ startingInventory: OxygenTankFilled: 10 NitrogenTankFilled: 10 + WaterVaporTankFilled: 10 # DeltaV - Added water vapor tanks - type: vendingMachineInventory id: TankDispenserEngineeringInventory @@ -10,3 +11,4 @@ PlasmaTankFilled: 10 NitrogenTankFilled: 10 OxygenTankFilled: 10 + WaterVaporTankFilled: 10 # DeltaV - Added water vapor tanks diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index a1e3b5d8b2..25cd6bd4c3 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -2169,7 +2169,7 @@ - type: entity parent: VendingMachine id: VendingMachineTankDispenserEVA - suffix: EVA [O2, N2] + suffix: EVA [O2, N2, H2O] # DeltaV - Added H2O. name: gas tank dispenser description: A vendor for dispensing gas tanks. components: @@ -2182,7 +2182,7 @@ - type: entity parent: VendingMachine id: VendingMachineTankDispenserEngineering - suffix: ENG [O2, Plasma] + suffix: ENG [O2, Plasma, H2O] # DeltaV - Added H2O. name: gas tank dispenser description: A vendor for dispensing gas tanks. This one has an engineering livery. components: