Blueprint double emergency tank (#34232)
* blueprint * NitrogenTank * description
This commit is contained in:
@@ -222,6 +222,7 @@
|
||||
id: SalvageEquipmentRare
|
||||
table: !type:GroupSelector
|
||||
children:
|
||||
- id: BlueprintDoubleEmergencyTank
|
||||
- id: FultonBeacon
|
||||
- id: Fulton
|
||||
amount: !type:RangeNumberSelector
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user