Created
June 25, 2017 07:13
-
-
Save DanielVartanov/85f97c478c3567adea0170d169f344ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wood: | |
time: 1 | |
means_of_production: [player] | |
ingredients: {} | |
stone: | |
time: 1.53 | |
means_of_production: [player,electric_mining_drill] | |
ingredients: {} | |
coal: | |
time: 1.9 | |
means_of_production: [player,electric_mining_drill] | |
ingredients: {} | |
iron_ore: | |
time: 1.9 | |
means_of_production: [player,electric_mining_drill] | |
ingredients: {} | |
copper_ore: | |
time: 1.9 | |
means_of_production: [player,electric_mining_drill] | |
ingredients: {} | |
iron: | |
time: 3.5 | |
means_of_production: [stone_furnace] | |
ingredients: | |
iron_ore: 1 | |
copper: | |
time: 3.5 | |
means_of_production: [stone_furnace] | |
ingredients: | |
copper_ore: 1 | |
copper_cable: | |
time: 0.25 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
copper: 0.5 | |
iron_gear_wheel: | |
time: 0.5 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
iron: 2 | |
electronic_circuit: | |
time: 0.5 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
iron: 1 | |
copper_cable: 3 | |
stone_furnace: | |
time: 0.5 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
stone: 5 | |
burner_mining_drill: | |
time: 2 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
iron: 3 | |
iron_gear_wheel: 3 | |
stone_furnace: 1 | |
electric_mining_drill: | |
time: 2 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
iron: 10 | |
iron_gear_wheel: 5 | |
electronic_circuit: 3 | |
pipe: | |
time: 0.5 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
iron: 1 | |
pipe_to_ground: | |
time: 0.25 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
iron: 5 | |
pipe: 10 | |
offshore_pump: | |
time: 0.5 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
iron_gear_wheel: 1 | |
electronic_circuit: 2 | |
pipe: 1 | |
boiler: | |
time: 0.5 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
stone_furnace: 1 | |
pipe: 4 | |
steam_engine: | |
time: 0.5 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
iron: 10 | |
iron_gear_wheel: 8 | |
pipe: 5 | |
small_electric_pole: | |
time: 1 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
wood: 1 | |
copper_cable: 2 | |
wooden_chest: | |
time: 1.5 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
wood: 2 | |
iron_chest: | |
time: 0.5 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
iron: 8 | |
basic_inserter: | |
time: 0.5 | |
means_of_production: [player, assembling_machine_2] | |
ingredients: | |
iron: 1 | |
iron_gear_wheel: 1 | |
electronic_circuit: 1 | |
transport_belt: | |
time: 0.25 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
iron: 0.5 | |
iron_gear_wheel: 0.5 | |
radar: | |
time: 9.25 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
electronic_circuit: 5 | |
iron_gear_wheel: 5 | |
iron: 10 | |
research_lab: | |
time: 3 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
iron_gear_wheel: 10 | |
electronic_circuit: 10 | |
transport_belt: 4 | |
red_science_pack: | |
time: 5 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
copper: 1 | |
iron_gear_wheel: 1 | |
green_science_pack: | |
time: 6 | |
means_of_production: [player, assembling_machine_1, assembling_machine_2] | |
ingredients: | |
basic_inserter: 1 | |
transport_belt: 1 | |
assembling_machine_1: | |
time: 0.5 | |
means_of_production: [player, assembling_machine_2] | |
ingredients: | |
iron: 9 | |
iron_gear_wheel: 5 | |
electronic_circuit: 3 | |
assembling_machine_2: | |
time: 0.5 | |
means_of_production: [player, assembling_machine_2] | |
ingredients: | |
assembling_machine_1: 1 | |
electronic_circuit: 3 | |
iron_gear_wheel: 5 | |
iron: 9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment