added cybernetic combinators

This commit is contained in:
Monica Moniot
2022-10-24 22:20:05 -04:00
parent 2991fff171
commit 8b7d8a9560
18 changed files with 456 additions and 303 deletions
+6 -17
View File
@@ -1,17 +1,10 @@
--By Mami
cybersyn_station_recipe = flib.copy_prototype(data.raw["recipe"]["train-stop"], BUFFER_STATION_NAME)
cybersyn_station_recipe.ingredients = {
{"train-stop", 1},
combinator_recipe = flib.copy_prototype(data.raw["recipe"]["train-stop"], COMBINATOR_NAME)
combinator_recipe.ingredients = {
{"copper-cable", 5},
{"advanced-circuit", 5},
}
cybersyn_station_recipe.enabled = false
cybersyn_depot_recipe = flib.copy_prototype(data.raw["recipe"]["train-stop"], DEPOT_STATION_NAME)
cybersyn_depot_recipe.ingredients = {
{"train-stop", 1},
{"electronic-circuit", 5},
}
cybersyn_depot_recipe.enabled = false
combinator_recipe.enabled = false
cybersyn_tech = {
type = "technology",
@@ -27,11 +20,7 @@ cybersyn_tech = {
effects = {
{
type = "unlock-recipe",
recipe = BUFFER_STATION_NAME
},
{
type = "unlock-recipe",
recipe = DEPOT_STATION_NAME
recipe = COMBINATOR_NAME
},
},
unit = {
@@ -39,7 +28,7 @@ cybersyn_tech = {
{"automation-science-pack", 1},
{"logistic-science-pack", 1}
},
count = 300,
count = 400,
time = 30
},
order = "c-g-c"