Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blueprint double emergency tank #34232

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 double emergency tank. It can be inserted into an autolathe.
Boaz1111 marked this conversation as resolved.
Show resolved Hide resolved
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 @@ -114,6 +114,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
Loading