diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml index 943b90656030..6f753fa413ab 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml @@ -222,6 +222,7 @@ id: SalvageEquipmentRare table: !type:GroupSelector children: + - id: BlueprintDoubleEmergencyTank - id: FultonBeacon - id: Fulton amount: !type:RangeNumberSelector diff --git a/Resources/Prototypes/Entities/Objects/Tools/blueprint.yml b/Resources/Prototypes/Entities/Objects/Tools/blueprint.yml index 43cbdc2431ff..64aa91c3736e 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/blueprint.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/blueprint.yml @@ -37,3 +37,14 @@ - type: Blueprint providedRecipes: - SeismicCharge + +- type: entity + parent: BaseBlueprint + id: BlueprintDoubleEmergencyTank + name: double emergency tank blueprint + description: A blueprint with a schematic of a double emergency tank. It can be inserted into an autolathe. + components: + - type: Blueprint + providedRecipes: + - DoubleEmergencyOxygenTank + - DoubleEmergencyNitrogenTank diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index a9ae608674ef..19b02993b27e 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -119,6 +119,20 @@ materials: Steel: 300 +- type: latheRecipe + id: DoubleEmergencyOxygenTank + result: DoubleEmergencyOxygenTank + completetime: 4 + materials: + Steel: 250 + +- type: latheRecipe + id: DoubleEmergencyNitrogenTank + result: DoubleEmergencyNitrogenTank + completetime: 4 + materials: + Steel: 250 + - type: latheRecipe id: ClothingShoesBootsMagSci result: ClothingShoesBootsMagSci