Skip to content

Commit

Permalink
Tile Meister 5000 (Minor Update) (#1057)
Browse files Browse the repository at this point in the history
* Tile Meister 5000 (Minor Update)

* recipe for board

* Update electronics.yml

upped production price for circuit board
  • Loading branch information
ErhardSteinhauer authored Mar 8, 2024
1 parent 17fad12 commit 4baa160
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@
- UniformPrinterMachineCircuitboard
- FloorGreenCircuit
- FloorBlueCircuit
- TilePrinterNFMachineCircuitboard # Frontier
dynamicRecipes:
- ThermomachineFreezerMachineCircuitBoard
- HellfireFreezerMachineCircuitBoard
Expand Down

This file was deleted.

14 changes: 14 additions & 0 deletions Resources/Prototypes/_NF/Entities/Objects/Devices/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,17 @@
Capacitor: 3
materialRequirements:
Steel: 5

- type: entity
id: TilePrinterNFMachineCircuitboard
parent: BaseMachineCircuitboard
name: tile-meister 5000 machine board
description: A machine printed circuit board for an tile-meister 5000
components:
- type: MachineBoard
prototype: TilePrinterNF
requirements:
MatterBin: 2
Manipulator: 2
materialRequirements:
Glass: 1
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,9 @@
- FloorCarpetItemPink
- FloorTileItemCarpetClown
- FloorTileItemCarpetOffice
dynamicRecipes:
- FauxTileAstroGrass
- FauxTileAstroIce
- type: EmagLatheRecipes
emagStaticRecipes:
- MaterialSheetMeat
8 changes: 8 additions & 0 deletions Resources/Prototypes/_NF/Recipes/Lathes/electronics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@
materials:
Steel: 400
Glass: 900

- type: latheRecipe
id: TilePrinterNFMachineCircuitboard
result: TilePrinterNFMachineCircuitboard
completetime: 4
materials:
Steel: 700
Glass: 900

0 comments on commit 4baa160

Please sign in to comment.