1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
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"
},
}
|