diff --git a/Resources/Prototypes/Corvax/Entities/Objects/Materials/Sheets/other.yml b/Resources/Prototypes/Corvax/Entities/Objects/Materials/Sheets/other.yml index fc56c019893..59cfc943c3d 100644 --- a/Resources/Prototypes/Corvax/Entities/Objects/Materials/Sheets/other.yml +++ b/Resources/Prototypes/Corvax/Entities/Objects/Materials/Sheets/other.yml @@ -1,27 +1,3 @@ -- type: material - id: SheetPrinter - stackEntity: SheetPrinter1 - name: materials-paper - icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper } - color: "#ffffff" - price: 0.05 - -- type: stack - id: SheetPrinter - name: paper - icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper } - spawn: SheetPrinter1 - maxCount: 30 - itemSize: 1 - -- type: latheRecipe - id: PrinterDocMachineCircuitboard - result: PrinterDocMachineCircuitboard - completetime: 4 - materials: - Steel: 100 - Glass: 900 - - type: entity parent: Paper id: SheetPrinter diff --git a/Resources/Prototypes/Corvax/Lathes/misc.yml b/Resources/Prototypes/Corvax/Lathes/misc.yml new file mode 100644 index 00000000000..4414ea7e45e --- /dev/null +++ b/Resources/Prototypes/Corvax/Lathes/misc.yml @@ -0,0 +1,7 @@ +- type: latheRecipe + id: PrinterDocMachineCircuitboard + result: PrinterDocMachineCircuitboard + completetime: 4 + materials: + Steel: 100 + Glass: 900 \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/Reagents/Materials/materials.yml b/Resources/Prototypes/Corvax/Reagents/Materials/materials.yml new file mode 100644 index 00000000000..dcbcdd0d3b3 --- /dev/null +++ b/Resources/Prototypes/Corvax/Reagents/Materials/materials.yml @@ -0,0 +1,8 @@ +- type: material + id: SheetPrinter + stackEntity: SheetPrinter1 + name: materials-paper + icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper } + color: "#ffffff" + price: 0.05 + \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/Stack/other_stacks.yml b/Resources/Prototypes/Corvax/Stack/other_stacks.yml new file mode 100644 index 00000000000..6de9a305c27 --- /dev/null +++ b/Resources/Prototypes/Corvax/Stack/other_stacks.yml @@ -0,0 +1,7 @@ +- type: stack + id: SheetPrinter + name: paper + icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper } + spawn: SheetPrinter1 + maxCount: 30 + itemSize: 1 \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index d65ed8a98e1..57d6f0bd6d7 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -323,9 +323,7 @@ - ElectrolysisUnitMachineCircuitboard - CentrifugeMachineCircuitboard - CondenserMachineCircuitBoard - # Corvax-Printer-Start - - PrinterDocMachineCircuitboard - # Corvax-Printer-End + - PrinterDocMachineCircuitboard # Corvax-Printer dynamicRecipes: - ThermomachineFreezerMachineCircuitBoard - PortableScrubberMachineCircuitBoard