Skip to content

Commit

Permalink
Blueprint double emergency tank (space-wizards#34232)
Browse files Browse the repository at this point in the history
* blueprint

* NitrogenTank

* description
  • Loading branch information
Nimfar11 authored and widgetbeck committed Jan 29, 2025
1 parent 6ba988d commit ed9be92
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
id: SalvageEquipmentRare
table: !type:GroupSelector
children:
- id: BlueprintDoubleEmergencyTank
- id: FultonBeacon
- id: Fulton
amount: !type:RangeNumberSelector
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 14 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed9be92

Please sign in to comment.