From b96ef6f2c141b03d5e939abfdb90a09bee8f59c0 Mon Sep 17 00:00:00 2001 From: hal8174 Date: Mon, 10 Feb 2025 23:57:26 +0100 Subject: [PATCH] Add blue science factory graph --- .../factory_graph_blue_science.yml | 158 ++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 factorio-blueprint-generator/factory_graph_blue_science.yml diff --git a/factorio-blueprint-generator/factory_graph_blue_science.yml b/factorio-blueprint-generator/factory_graph_blue_science.yml new file mode 100644 index 0000000..9f5808a --- /dev/null +++ b/factorio-blueprint-generator/factory_graph_blue_science.yml @@ -0,0 +1,158 @@ +subfactories: + - !SubFactory + recipe: chemical-science-pack + machines: 96 + machine: assembly-machine-3 + - !SubFactory + recipe: engine-unit + machines: 80 + machine: assembly-machine-3 + - !SubFactory + recipe: iron-gear-wheel + machines: 4 + machine: assembly-machine-3 + - !SubFactory + recipe: pipe + machines: 8 + machine: assembly-machine-3 + - !SubFactory + recipe: advanced-circuit + machines: 72 + machine: assembly-machine-3 + - !SubFactory + recipe: electronic-circuit + machines: 6 + machine: assembly-machine-3 + - !SubFactory + recipe: electronic-circuit + machines: 6 + machine: assembly-machine-3 + - !SubFactory + recipe: copper-cable + machines: 10 + machine: assembly-machine-3 + - !SubFactory + recipe: copper-cable + machines: 10 + machine: assembly-machine-3 + - !SubFactory + recipe: copper-cable + machines: 10 + machine: assembly-machine-3 + - !ExternalConnection + inputs: 1 + outputs: 10 + - !Splitter + - !Splitter + - !Splitter + - !Splitter + - !Splitter +factory_connections: + - item: chemical-science-pack + amount: 10 + from: 0 + to: 10 + - item: engine-unit + amount: 10 + from: 1 + to: 0 + - item: advanced-circuit + amount: 15 + from: 4 + to: 0 + - item: sulfur + amount: 5 + from: 10 + to: 0 + - item: steel + amount: 10 + from: 10 + to: 1 + - item: iron-gear-wheel + amount: 10 + from: 2 + to: 1 + - item: pipe + amount: 20 + from: 3 + to: 1 + - item: iron-plate + amount: 20 + from: 10 + to: 2 + - item: iron-plate + amount: 20 + from: 10 + to: 3 + - item: electronic-circuit + amount: 30 + from: 15 + to: 4 + - item: electronic-circuit + amount: 15 + from: 5 + to: 15 + - item: electronic-circuit + amount: 15 + from: 6 + to: 15 + - item: plastic + amount: 30 + from: 10 + to: 4 + - item: iron-plate + amount: 15 + from: 10 + to: 5 + - item: iron-plate + amount: 15 + from: 10 + to: 6 + - item: copper-plate + amount: 25 + from: 10 + to: 7 + - item: copper-plate + amount: 25 + from: 10 + to: 8 + - item: copper-plate + amount: 25 + from: 10 + to: 9 + - item: copper-cable + amount: 45 + from: 13 + to: 5 + - item: copper-cable + amount: 60 + from: 11 + to: 4 + - item: copper-cable + amount: 5 + from: 13 + to: 11 + - item: copper-cable + amount: 50 + from: 7 + to: 13 + - item: copper-cable + amount: 55 + from: 12 + to: 11 + - item: copper-cable + amount: 50 + from: 8 + to: 12 + - item: copper-cable + amount: 5 + from: 14 + to: 12 + - item: copper-cable + amount: 45 + from: 14 + to: 6 + - item: copper-cable + amount: 50 + from: 9 + to: 14