Skip to content

Commit

Permalink
Update electronics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Oct 7, 2024
1 parent c908b03 commit 3b47fe2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/electronics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,23 @@
Glass: 900
Gold: 100

- type: latheRecipe
abstract: true
id: BaseElectronicsRecipe
category: Circuitry
completetime: 2
materials:
Steel: 100
Plastic: 300

- type: latheRecipe
abstract: true
parent: BaseElectronicsRecipe
id: BaseCheapElectronicsRecipe
materials:
Steel: 50
Plastic: 50

- type: latheRecipe
abstract: true
parent: BaseElectronicsRecipe
Expand Down

0 comments on commit 3b47fe2

Please sign in to comment.