Skip to content

Commit

Permalink
раскидал по папкам
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShuEd committed Dec 31, 2023
1 parent 01e3129 commit ba7d027
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/Corvax/Lathes/misc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: latheRecipe
id: PrinterDocMachineCircuitboard
result: PrinterDocMachineCircuitboard
completetime: 4
materials:
Steel: 100
Glass: 900
8 changes: 8 additions & 0 deletions Resources/Prototypes/Corvax/Reagents/Materials/materials.yml
Original file line number Diff line number Diff line change
@@ -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

7 changes: 7 additions & 0 deletions Resources/Prototypes/Corvax/Stack/other_stacks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: stack
id: SheetPrinter
name: paper
icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper }
spawn: SheetPrinter1
maxCount: 30
itemSize: 1
4 changes: 1 addition & 3 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,7 @@
- ElectrolysisUnitMachineCircuitboard
- CentrifugeMachineCircuitboard
- CondenserMachineCircuitBoard
# Corvax-Printer-Start
- PrinterDocMachineCircuitboard
# Corvax-Printer-End
- PrinterDocMachineCircuitboard # Corvax-Printer
dynamicRecipes:
- ThermomachineFreezerMachineCircuitBoard
- PortableScrubberMachineCircuitBoard
Expand Down

0 comments on commit ba7d027

Please sign in to comment.