-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.js
218 lines (216 loc) · 11.8 KB
/
data.js
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
export default {
"nodes": [
{ "name": "铁块" },
{ "name": "齿轮" },
{ "name": "传送带" },
{ "name": "传送带-高速" },
{ "name": "传送带-极速" },
{ "name": "电磁涡轮" },
{ "name": "超级磁场环" },
{ "name": "石墨烯" },
{ "name": "磁化电浆炮" },
{ "name": "钛合金" },
{ "name": "钛化玻璃" },
{ "name": "电浆激发器" },
{ "name": "处理器" },
{ "name": "大型采矿机" },
{ "name": "框架材料" },
{ "name": "量子芯片" },
{ "name": "光珊石" },
{ "name": "导弹防御塔" },
{ "name": "钢材" },
{ "name": "电动机" },
{ "name": "电路板" },
{ "name": "动力引擎" },
{ "name": "电弧熔炉" },
{ "name": "石材" },
{ "name": "磁线圈" },
{ "name": "磁铁" },
{ "name": "铜块" },
{ "name": "电力感应塔" },
{ "name": "分捡器" },
{ "name": "分捡器-高速" },
{ "name": "分捡器-极速" },
{ "name": "电磁涡轮" },
{ "name": "分捡器-集装" },
{ "name": "高频激光塔" },
{ "name": "光子合并器" },
{ "name": "棱镜" },
{ "name": "化工厂" },
{ "name": "玻璃" },
{ "name": "化工厂-量子" },
{ "name": "奇异物质" },
{ "name": "钛块" },
{ "name": "水" },
{ "name": "粒子容器" },
{ "name": "重氢" },
{ "name": "齿轮" },
{ "name": "微晶元件" },
{ "name": "卡西米尔晶体" },
{ "name": "聚爆加农炮" },
{ "name": "磁铁" },
{ "name": "高能石墨" },
{ "name": "碳纳米管" },
{ "name": "高纯硅块" },
{ "name": "堙灭约束球" },
{ "name": "微型粒子对撞机" },
{ "name": "射线接收站" },
{ "name": "卫星配电站" },
{ "name": "无线传输塔" },
{ "name": "信号塔" },
{ "name": "晶格硅" },
{ "name": "行星护盾发生器" },
{ "name": "战场分析基站" },
{ "name": "制造台" },
{ "name": "制造台-2" },
{ "name": "制造台-3" },
{ "name": "粒子宽带" },
],
"links": [
{ "source": "传送带", "target": "铁块", "value": 2 },
{ "source": "传送带", "target": "齿轮", "value": 1 },
{ "source": "传送带-高速", "target": "传送带", "value": 3 },
{ "source": "传送带-高速", "target": "电磁涡轮", "value": 1 },
{ "source": "传送带-极速", "target": "传送带-高速", "value": 3 },
{ "source": "传送带-极速", "target": "超级磁场环", "value": 1 },
{ "source": "传送带-极速", "target": "石墨烯", "value": 1 },
{ "source": "磁化电浆炮", "target": "钛合金", "value": 20 },
{ "source": "磁化电浆炮", "target": "钛化玻璃", "value": 10 },
{ "source": "磁化电浆炮", "target": "超级磁场环", "value": 10 },
{ "source": "磁化电浆炮", "target": "电浆激发器", "value": 5 },
{ "source": "磁化电浆炮", "target": "处理器", "value": 5 },
{ "source": "大型采矿机", "target": "钛合金", "value": 20 },
{ "source": "大型采矿机", "target": "框架材料", "value": 10 },
{ "source": "大型采矿机", "target": "超级磁场环", "value": 10 },
{ "source": "大型采矿机", "target": "量子芯片", "value": 4 },
{ "source": "大型采矿机", "target": "光珊石", "value": 40 },
{ "source": "钢材", "target": "铁块", "value": 3 },
{ "source": "导弹防御塔", "target": "钢材", "value": 8 },
{ "source": "导弹防御塔", "target": "电动机", "value": 6 },
{ "source": "导弹防御塔", "target": "电路板", "value": 12 },
{ "source": "导弹防御塔", "target": "动力引擎", "value": 6 },
{ "source": "电弧熔炉", "target": "铁块", value: 4 },
{ "source": "电弧熔炉", "target": "石材", value:2 },
{ "source": "电弧熔炉", "target": "电路板", value: 4},
{ "source": "电弧熔炉", "target": "磁线圈", value: 2},
{ "source": "磁线圈", "target": "磁铁", value: 2},
{ "source": "磁线圈", "target": "铜块", value: 1},
{ "source": "电力感应塔", "target": "铁块", value: 2},
{ "source": "电力感应塔", "target": "磁线圈", value: 1},
{ "source": "分捡器", "target": "铁块", value: 1},
{ "source": "分捡器", "target": "电路板", value: 1},
{ "source": "分捡器-高速", "target": "分捡器", value: 2},
{ "source": "分捡器-高速", "target": "电动机", value: 1},
{ "source": "分捡器-极速", "target": "分捡器-高速", value: 2},
{ "source": "分捡器-极速", "target": "电磁涡轮", value: 1},
{ "source": "分捡器-集装", "target": "分捡器-极速", value: 2},
{ "source": "分捡器-集装", "target": "超级磁场环", value: 1},
{ "source": "分捡器-集装", "target": "处理器", value: 1},
{ "source": "高频激光塔", "target": "钢材", value: 9},
{ "source": "高频激光塔", "target": "电浆激发器", value: 6},
{ "source": "高频激光塔", "target": "电路板", value: 6},
{ "source": "高频激光塔", "target": "光子合并器", value: 9},
{ "source": "光子合并器", "target": "棱镜", value: 2},
{ "source": "光子合并器", "target": "电路板", value: 1},
{ "source": "化工厂", "target": "钢材", value: 8},
{ "source": "化工厂", "target": "石材", value: 8},
{ "source": "化工厂", "target": "玻璃", value: 8},
{ "source": "化工厂", "target": "电路板", value: 2},
{ "source": "化工厂-量子", "target": "化工厂", value: 1},
{ "source": "化工厂-量子", "target": "钛化玻璃", value: 10},
{ "source": "化工厂-量子", "target": "奇异物质", value: 3},
{ "source": "化工厂-量子", "target": "量子芯片", value: 3},
{ "source": "钛化玻璃", "target": "玻璃", value: 2},
{ "source": "钛化玻璃", "target": "钛块", value: 2},
{ "source": "钛化玻璃", "target": "水", value: 2},
{ "source": "奇异物质", "target": "粒子容器", value: 2},
{ "source": "奇异物质", "target": "铁块", value: 2},
{ "source": "奇异物质", "target": "重氢", value: 10},
{ "source": "粒子容器", "target": "电磁涡轮", value: 2},
{ "source": "粒子容器", "target": "铜块", value: 2},
{ "source": "粒子容器", "target": "石墨烯", value: 2},
{ "source": "电磁涡轮", "target": "电动机", value: 2},
{ "source": "电磁涡轮", "target": "磁线圈", value: 2},
{ "source": "电动机", "target": "铁块", value: 2},
{ "source": "电动机", "target": "齿轮", value: 1},
{ "source": "电动机", "target": "磁线圈", value: 1},
{ "source": "量子芯片", "target": "处理器", value: 2},
{ "source": "量子芯片", "target": "位面过滤器", value: 2},
{ "source": "处理器", "target": "电路板", value: 2},
{ "source": "处理器", "target": "微晶元件", value: 2},
{ "source": "微晶元件", "target": "高纯硅块", value: 2},
{ "source": "微晶元件", "target": "铜块", value: 1},
{ "source": "电路板", "target": "铁块", value: 2},
{ "source": "电路板", "target": "铜块", value: 1},
{ "source": "位面过滤器", "target": "卡西米尔晶体", value: 1},
{ "source": "位面过滤器", "target": "钛化玻璃", value: 2},
{ "source": "聚爆加农炮", "target": "钢材", value: 10},
{ "source": "聚爆加农炮", "target": "电动机", value: 8},
{ "source": "聚爆加农炮", "target": "电路板", value: 10},
{ "source": "聚爆加农炮", "target": "超级磁场环", value: 2},
{ "source": "超级磁场环", "target": "电磁涡轮", value: 2},
{ "source": "超级磁场环", "target": "磁铁", value: 3},
{ "source": "超级磁场环", "target": "高能石墨", value: 1},
{ "source": "人造恒星", "target": "钛合金", value: 20},
{ "source": "人造恒星", "target": "框架材料", value: 20},
{ "source": "人造恒星", "target": "堙灭约束球", value: 10},
{ "source": "人造恒星", "target": "量子芯片", value: 10},
{ "source": "钛合金", "target": "钛块", value: 4},
{ "source": "钛合金", "target": "钢材", value: 4},
{ "source": "钛合金", "target": "硫酸", value: 8},
{ "source": "框架材料", "target": "碳纳米管", value: 4},
{ "source": "框架材料", "target": "钛合金", value: 1},
{ "source": "框架材料", "target": "高纯硅块", value: 2},
{ "source": "堙灭约束球", "target": "粒子容器", value: 1},
{ "source": "堙灭约束球", "target": "处理器", value: 1},
{ "source": "粒子容器", "target": "电磁涡轮", value: 2},
{ "source": "粒子容器", "target": "铜块", value: 2},
{ "source": "粒子容器", "target": "石墨烯", value: 2},
{ "source": "电动机", "target": "铁块", value: 2},
{ "source": "电动机", "target": "齿轮", value: 1},
{ "source": "电动机", "target": "磁线圈", value: 1},
{ "source": "射线接收站", "target": "钢材", value: 20},
{ "source": "射线接收站", "target": "高纯硅块", value: 20},
{ "source": "射线接收站", "target": "光子合并器", value: 10},
{ "source": "射线接收站", "target": "处理器", value: 5},
{ "source": "射线接收站", "target": "超级磁场环", value: 20},
{ "source": "微型粒子对撞机", "target": "钛合金", value: 20},
{ "source": "微型粒子对撞机", "target": "框架材料", value: 20},
{ "source": "微型粒子对撞机", "target": "超级磁场环", value: 25},
{ "source": "微型粒子对撞机", "target": "石墨烯", value: 10},
{ "source": "微型粒子对撞机", "target": "处理器", value: 8},
{ "source": "卫星配电站", "target": "无线传输塔", value: 1},
{ "source": "卫星配电站", "target": "超级磁场环", value: 10},
{ "source": "卫星配电站", "target": "框架材料", value: 2},
{ "source": "无线传输塔", "target": "电力感应塔", value: 1},
{ "source": "无线传输塔", "target": "电浆激发器", value: 2},
{ "source": "电浆激发器", "target": "磁线圈", value: 4},
{ "source": "电浆激发器", "target": "棱镜", value: 2},
{ "source": "棱镜", "target": "玻璃", value: 3},
{ "source": "信号塔", "target": "无线传输塔", value: 2},
{ "source": "信号塔", "target": "钢材", value: 12},
{ "source": "信号塔", "target": "晶格硅", value: 6},
{ "source": "行星护盾发生器", "target": "钢材", value: 20},
{ "source": "行星护盾发生器", "target": "电磁涡轮", value: 20},
{ "source": "行星护盾发生器", "target": "超级磁场环", value: 5},
{ "source": "行星护盾发生器", "target": "粒子容器", value: 5},
{ "source": "战场分析基站", "target": "钢材", value: 12},
{ "source": "战场分析基站", "target": "电路板", value: 18},
{ "source": "战场分析基站", "target": "微晶元件", value: 6},
{ "source": "战场分析基站", "target": "动力引擎", value: 12},
{ "source": "动力引擎", "target": "磁线圈", value: 1},
{ "source": "动力引擎", "target": "铜快", value: 2},
{ "source": "制造台", "target": "铁块", value: 4},
{ "source": "制造台", "target": "齿轮", value: 8},
{ "source": "制造台", "target": "电路板", value: 4},
{ "source": "制造台-2", "target": "制造台", value: 1},
{ "source": "制造台-2", "target": "石墨烯", value: 8},
{ "source": "制造台-2", "target": "处理器", value: 4},
{ "source": "制造台-3", "target": "制造台-2", value: 1},
{ "source": "制造台-3", "target": "粒子宽带", value: 8},
{ "source": "制造台-3", "target": "粒子芯片", value: 2},
{ "source": "粒子宽带", "target": "碳纳米管", value: 2},
{ "source": "粒子宽带", "target": "晶格硅", value: 2},
{ "source": "粒子宽带", "target": "塑料", value: 1},
]
}