File size: 5,542 Bytes
133d4bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
<unk>	0
<s>	0
</s>	0
▁T	-0
in	-1
on	-2
ti	-3
he	-4
▁The	-5
le	-6
▁C	-7
te	-8
of	-9
▁of	-10
es	-11
▁R	-12
▁P	-13
er	-14
ing	-15
▁I	-16
▁S	-17
ar	-18
or	-19
an	-20
ol	-21
tr	-22
us	-23
▁M	-24
▁B	-25
▁F	-26
ic	-27
▁In	-28
ve	-29
ut	-30
tion	-31
▁E	-32
du	-33
odu	-34
is	-35
re	-36
▁A	-37
ble	-38
▁D	-39
ie	-40
tic	-41
it	-42
om	-43
rc	-44
▁Res	-45
ate	-46
al	-47
▁G	-48
ra	-49
ul	-50
tor	-51
ou	-52
▁Pr	-53
ch	-54
lex	-55
nt	-56
tem	-57
one	-58
tive	-59
ative	-60
▁Modu	-61
og	-62
▁U	-63
as	-64
▁N	-65
ac	-66
ous	-67
ep	-68
et	-69
ot	-70
ction	-71
di	-72
il	-73
ow	-74
▁O	-75
▁Gr	-76
▁Produ	-77
▁Production	-78
ech	-79
ob	-80
ower	-81
id	-82
ld	-83
omp	-84
ourc	-85
▁Rob	-86
▁Comp	-87
▁Complex	-88
▁Resourc	-89
▁Con	-90
em	-91
▁H	-92
▁Power	-93
ys	-94
ina	-95
vol	-96
ield	-97
ary	-98
ated	-99
ta	-100
ans	-101
▁Ra	-102
▁Sys	-103
▁System	-104
ge	-105
▁Z	-106
ient	-107
irc	-108
xp	-109
▁Pl	-110
▁Exp	-111
istic	-112
ution	-113
ful	-114
ver	-115
▁Field	-116
put	-117
echn	-118
rea	-119
uit	-120
wor	-121
olog	-122
ting	-123
▁Circ	-124
echnolog	-125
▁Circuit	-126
▁Resource	-127
ss	-128
rin	-129
bler	-130
rain	-131
ssem	-132
tric	-133
▁Plan	-134
ssembler	-135
▁Technolog	-136
lu	-137
tri	-138
▁Module	-139
▁Assembler	-140
nd	-141
trol	-142
work	-143
▁Train	-144
luep	-145
rint	-146
etwork	-147
▁Bluep	-148
▁Robot	-149
▁Control	-150
▁Blueprint	-151
▁Cle	-152
▁Out	-153
actor	-154
▁Clever	-155
mic	-156
▁Network	-157
de	-158
▁Factor	-159
pg	-160
pgra	-161
utom	-162
▁Upgra	-163
▁W	-164
cre	-165
▁Min	-166
credi	-167
▁Autom	-168
▁Mining	-169
credible	-170
▁Incredible	-171
▁V	-172
▁Bi	-173
tora	-174
▁Grid	-175
▁Zone	-176
▁Stora	-177
un	-178
ur	-179
ear	-180
ter	-181
▁Automated	-182
na	-183
are	-184
lar	-185
ound	-186
▁Modular	-187
no	-188
old	-189
▁Bold	-190
▁Upgrade	-191
▁Technology	-192
el	-193
ess	-194
gic	-195
nov	-196
unn	-197
yna	-198
▁Co	-199
▁Str	-200
▁Cunn	-201
▁Dyna	-202
ategic	-203
▁Innov	-204
▁Cunning	-205
▁Dynamic	-206
▁Strategic	-207
▁Innovative	-208
ff	-209
li	-210
oc	-211
ies	-212
nit	-213
▁Re	-214
usta	-215
ocess	-216
inable	-217
▁Revol	-218
▁Susta	-219
utionary	-220
▁Sustainable	-221
▁Revolutionary	-222
▁L	-223
ave	-224
ive	-225
brea	-226
hous	-227
ione	-228
king	-229
house	-230
▁Unit	-231
ansive	-232
ioneer	-233
▁Ground	-234
breaking	-235
▁Factory	-236
▁Process	-237
▁Storage	-238
▁Expansive	-239
▁Groundbreaking	-240
asc	-241
ion	-242
lec	-243
tel	-244
ving	-245
▁Bas	-246
▁Elec	-247
▁Evol	-248
▁Fasc	-249
▁Ware	-250
inating	-251
▁Pioneer	-252
▁Evolving	-253
▁Warehouse	-254
▁Pioneering	-255
▁Fascinating	-256
en	-257
ex	-258
cis	-259
for	-260
cise	-261
exus	-262
form	-263
rans	-264
▁Log	-265
▁Pre	-266
▁Vis	-267
▁Item	-268
ilient	-269
ionary	-270
istics	-271
ransform	-272
▁Precise	-273
▁Electric	-274
▁Logistics	-275
▁Visionary	-276
▁Resourceful	-277
elt	-278
aven	-279
ffic	-280
▁Dar	-281
earch	-282
▁Belt	-283
▁Rail	-284
▁Effic	-285
▁Haven	-286
▁Nexus	-287
▁Daring	-288
▁Research	-289
▁Efficient	-290
▁Resilient	-291
▁Transform	-292
▁Transformative	-293
ub	-294
um	-295
ron	-296
etic	-297
gent	-298
ible	-299
▁Hub	-300
telli	-301
▁Iron	-302
▁Output	-303
▁Intelli	-304
▁Intelligent	-305
ce	-306
atic	-307
epot	-308
utur	-309
▁Sta	-310
▁Flex	-311
▁Depot	-312
▁Futur	-313
▁Station	-314
▁Flexible	-315
▁Futuristic	-316
▁Systematic	-317
alc	-318
dus	-319
ity	-320
ance	-321
▁Cre	-322
alcul	-323
trial	-324
▁Base	-325
▁Indus	-326
▁Input	-327
▁Plant	-328
▁Calcul	-329
▁Creative	-330
▁Calculated	-331
▁Industrial	-332
ap	-333
dv	-334
edi	-335
pid	-336
alac	-337
▁Adv	-338
anced	-339
editi	-340
▁Galac	-341
▁Rapid	-342
▁Planet	-343
editious	-344
▁Advanced	-345
▁Galactic	-346
▁Powerful	-347
▁Electricity	-348
▁Expeditious	-349
ig	-350
trib	-351
▁Dis	-352
▁Distrib	-353
▁Distribution	-354
ust	-355
vey	-356
▁Map	-357
ulous	-358
veyor	-359
▁Metic	-360
▁Robust	-361
▁Meticulous	-362
per	-363
raf	-364
▁Des	-365
▁Conveyor	-366
st	-367
ator	-368
▁Biom	-369
▁Craf	-370
▁Biter	-371
tricate	-372
▁Crafting	-373
▁Intricate	-374
po	-375
ign	-376
ones	-377
post	-378
▁Area	-379
▁Coal	-380
▁Design	-381
▁St	-382
anic	-383
▁Mech	-384
anical	-385
▁Outpost	-386
▁Resources	-387
▁Mechanical	-388
Qu	-389
ium	-390
▁Al	-391
▁En	-392
pper	-393
▁Copper	-394
ener	-395
▁Gener	-396
▁Planets	-397
▁Generator	-398
ien	-399
▁Enem	-400
▁Alien	-401
▁Irons	-402
▁Technologies	-403
tz	-404
Quar	-405
anium	-406
▁Zones	-407
▁Robots	-408
ma	-409
ite	-410
nder	-411
Yield	-412
▁Biome	-413
▁Stone	-414
▁Trains	-415
▁Modules	-416
▁Controls	-417
▁Factories	-418
▁Assemblers	-419
at	-420
▁J	-421
▁K	-422
▁X	-423
and	-424
res	-425
▁Tit	-426
ation	-427
▁Gear	-428
▁Ores	-429
Quartz	-430
▁Coals	-431
▁Biomes	-432
▁Biters	-433
▁Fields	-434
▁Coppers	-435
▁Enemies	-436
▁Titanium	-437
▁Generators	-438
▁Productions	-439
ec	-440
pit	-441
enon	-442
▁Ore	-443
▁Spit	-444-445
e	-446
i	-447
o	-448
t	-449
n	-450
r	-451
a	-452
s	-453
l	-454
u	-455
c	-456
d	-457
h	-458
T	-459
g	-460
f	-461
m	-462
p	-463
v	-464
C	-465
b	-466
y	-467
R	-468
P	-469
S	-470
I	-471
M	-472
B	-473
F	-474
x	-475
E	-476
A	-477
D	-478
w	-479
G	-480
k	-481
N	-482
U	-483
O	-484
H	-485
Z	-486
V	-487
W	-488
L	-489
z	-490
Q	-491
J	-492
K	-493
X	-494
Y	-495
j	-496