Skip to content

Commit

Permalink
Added recipes and made printable
Browse files Browse the repository at this point in the history
  • Loading branch information
Radezolid committed Nov 10, 2024
1 parent 3a55490 commit 2d994cb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Resources/Prototypes/DeltaV/Recipes/Lathes/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,20 @@
materials:
Steel: 300
Glass: 100

- type: latheRecipe
id: LauncherSyringe
result: LauncherSyringe
completetime: 3
materials:
Steel: 1000
Glass: 500
Plastic: 500

- type: latheRecipe
id: MiniSyringe
result: MiniSyringe
completetime: 1
materials:
Plastic: 150
Steel: 50
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,10 @@
- WhiteCane
- AACTablet # DeltaV
dynamicRecipes:
# Begin DeltaV additions
- LauncherSyringe
- MiniSyringe
# End DeltaV additions
- ChemicalPayload
- CryostasisBeaker
- BluespaceBeaker
Expand Down

0 comments on commit 2d994cb

Please sign in to comment.