From 9e163491a56ff4fb8eadc7dd22142c4ee539f24d Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Mon, 14 Apr 2025 07:56:28 -0700 Subject: Adds README and build/install scripts (linux only) --- prototypes/tech.lua | 73 ----------------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 prototypes/tech.lua (limited to 'prototypes/tech.lua') diff --git a/prototypes/tech.lua b/prototypes/tech.lua deleted file mode 100644 index 47ce701..0000000 --- a/prototypes/tech.lua +++ /dev/null @@ -1,73 +0,0 @@ -data.raw.technology["logistic-system"].icon = "__von-newmann-2__/graphics/technology/logistic-system.png" ---[[data.raw.technology["logistic-robotics"].effects = -{ - { - type = "unlock-recipe", - recipe = "roboport" - }, - { - type = "unlock-recipe", - recipe = "logistic-chest-passive-provider" - }, - { - type = "unlock-recipe", - recipe = "logistic-chest-storage" - }, - { - type = "unlock-recipe", - recipe = "logistic-robot" - } -}]]-- - -data:extend{ - { - type = "technology", - name = "early-logistic", - icon_size = 256, icon_mipmaps = 4, - icon = "__von-newmann-2__/graphics/technology/logistic-system-early.png", - effects = - { - { - type = "unlock-recipe", - recipe = "iron-active-provider-chest" - }, - { - type = "unlock-recipe", - recipe = "iron-buffer-chest" - }, - { - type = "unlock-recipe", - recipe = "iron-passive-provider-chest" - }, - { - type = "unlock-recipe", - recipe = "iron-requester-chest" - }, - { - type = "unlock-recipe", - recipe = "iron-storage-chest" - }, - { - type = "unlock-recipe", - recipe = "early-logistic-robot" - }, - { - type = "unlock-recipe", - recipe = "early-construction-robot" - }, - }, - prerequisites = {"logistic-science-pack"}, - unit = - { - count = 100*1, - ingredients = - { - {"automation-science-pack", 1}, - {"logistic-science-pack",5} - }, - time = 30 - }, - upgrade = false, - order = "e-l-a" - }, -} -- cgit v1.2.1