-
Notifications
You must be signed in to change notification settings - Fork 67
/
config.toml
798 lines (684 loc) · 12.1 KB
/
config.toml
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
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
ignore_colors = [
[0, 0, 0, 0],
# [0, 0, 0, 255], # filter all black
]
# priority: higher number = higher chance of being placed
[versions]
"browser" = 20
"python" = 3
"nodejs" = 1
[priorities]
"0" = 0
"1" = 1
"2" = 5
"3" = 10
# [[structure]]
# name = "flagge-ost"
# file = "images/flagge-ost.png"
# startx = 1332
# starty = 1122
# priority = 1
# [[structure]]
# name = "flagge_sued_west"
# file = "images/flagge_sued_west.png"
# startx = 0
# starty = 1133
# priority = 1
[[structure]]
name = "rplacede_schriftzug"
file = "images/rplacede_schriftzug.png"
priority_file = "images/rplacede_schriftzug-priority.png"
startx = 0
starty = 856
priority = 3
[[structure]]
name = "maus"
file = "images/maus.png"
priority_file = "images/maus-priority.png"
startx = 45
starty = 832
priority = 2
[[structure]]
name = "sprich_deutsch"
file = "images/sprich_deutsch_schriftzug.png"
startx = 113
starty = 831
priority = 2
[[structure]]
name = "adler"
file = "images/adler.png"
priority_file = "images/adler-priority.png"
startx = 254
starty = 830
priority = 2
[[structure]]
name = "omori"
file = "images/omori.png"
startx = 1658
starty = 1140
priority = 2
[[structure]]
name = "bier_brot"
file = "images/bier_brot.png"
priority_file = "images/bier_brot-priority.png"
startx = 169
starty = 830
priority = 2
[[structure]]
name = "mist"
file = "images/mist.png"
startx = 217
starty = 833
priority = 1
[[structure]]
name = "pootaato"
file = "images/pootaato.png"
startx = 115
starty = 1123
priority = 2
# [[structure]]
# name = "saeule"
# file = "images/saeule.png"
# startx = 431
# starty = 829
# priority = 0
[[structure]]
name = "eu-taube"
file = "images/eu-taube.png"
priority_file = "images/eu-taube-priority.png"
startx = 388
starty = 833
priority = 2
[[structure]]
name = "autobahn"
file = "images/autobahn.png"
startx = 539
starty = 838
priority = 2
[[structure]]
name = "verspaetung"
file = "images/verspaetung.png"
startx = 300
starty = 847
priority = 2
[[structure]]
name = "ice"
file = "images/ice.png"
priority_file = "images/ice-priority.png"
startx = 326
starty = 849
priority = 2
[[structure]]
name = "brandenburger_tor"
file = "images/brandenburger_tor.png"
priority_file = "images/brandenburger_tor-priority.png"
startx = 676
starty = 828
priority = 2
[[structure]]
name = "no_internet"
file = "images/no_internet.png"
priority_file = "images/no_internet-priority.png"
startx = 323
starty = 844
priority = 2
[[structure]]
name = "blume"
file = "images/blume.png"
startx = 503
starty = 836
priority = 2
[[structure]]
name = "sandmann"
file = "images/sandmann.png"
startx = 472
starty = 831
priority = 2
[[structure]]
name = "ente"
file = "images/ente.png"
startx = 666
starty = 850
priority = 2
[[structure]]
name = "doenermann"
file = "images/doenermann2.png"
priority_file = "images/doenermann2-priority.png"
startx = 1337
starty = 830
priority = 2
[[structure]]
name = "tgv"
file = "images/tgv.png"
startx = 434
starty = 843
priority = 2
[[structure]]
name = "drei_fragezeichen"
file = "images/drei_fragezeichen.png"
startx = 435
starty = 830
priority = 2
[[structure]]
name = "TU-Berlin"
file = "images/TU-Berlin.png"
startx = 1392
starty = 806
priority = 2
[[structure]]
name = "portalDackelWest"
file = "images/dackel_west.png"
startx = 739
starty = 838
priority = 2
[[structure]]
name = "portalDackelOst"
file = "images/dackel_ost.png"
startx = 1064
starty = 848
priority = 2
[[structure]]
name = "portalOrange"
file = "images/portal_orange.png"
startx = 756
starty = 828
priority = 2
[[structure]]
name = "portalBlau"
file = "images/portal_blau.png"
startx = 1054
starty = 826
priority = 2
# [[structure]]
# name = "duden"
# file = "images/duden.png"
# startx = 1700
# starty = 831
# priority = 3
[[structure]]
name = "wanderer-am-meer"
file = "images/wanderer-am-meer.png"
priority_file = "images/wanderer-am-meer-priority.png"
startx = 1979
starty = 829
priority = 2
[[structure]]
name = "amogus"
file = "images/amogus.png"
startx = 1780
starty = 781
priority = 1
# [[structure]]
# name = "nettHier"
# file = "images/nett_hier.png"
# startx = 1527
# starty = 833
# priority = 2
[[structure]]
name = "tigerente"
file = "images/tigerente_frosch_ukraine.png"
priority_file = "images/tigerente_frosch_ukraine-priority.png"
startx = 1404
starty = 831
priority = 2
[[structure]]
name = "animal_crossing"
file = "images/animal_crossing.png"
startx = 1412
starty = 861
priority = 2
[[structure]]
name = "schnellfahren"
file = "images/schnellfahren.png"
startx = 566
starty = 846
priority = 2
#[[structure]]
##name = "autobahn+schild"
##file = "images/autobahn_und_schild.png"
##startx = 1094
##starty = 828
##priority = 2
#[[structure]]
#name = "arte"
#file = "images/arte.png"
#startx = 1126
#starty = 838
#priority = 2
# [[structure]]
# name = "arte2"
# file = "images/arte2.png"
# startx = 1127
# starty = 830
# priority = 2
[[structure]]
name = "baum"
file = "images/baum.png"
startx = 1234
starty = 833
priority = 2
[[structure]]
name = "erdbeermarmeladenbrotMitHonig"
file = "images/marmeladenbrot.png"
startx = 1338
starty = 847
priority = 1
[[structure]]
name = "welle"
file = "images/welle.png"
startx = 1921
starty = 776
priority = 2
[[structure]]
name = "bundestag"
file = "images/bundestag.png"
priority_file = "images/bundestag-priority.png"
startx = 1694
starty = 830
priority = 2
[[structure]]
name = "einstein"
file = "images/Einstein.png"
priority_file = "images/Einstein-priority.png"
startx = 1946
starty = 830
priority = 2
[[structure]]
name = "belgischerLoewe"
file = "images/loewe.png"
priority_file = "images/loewe-priority.png"
startx = 1282
starty = 830
priority = 2
[[structure]]
name = "neuschwanstein"
file = "images/neuschwanstein.png"
startx = 1813
starty = 831
priority = 2
[[structure]]
name = "rose"
file = "images/rose.png"
startx = 1878
starty = 831
priority = 2
[[structure]]
name = "invite"
file = "images/invite.png"
startx = 588
starty = 846
priority = 2
[[structure]]
name = "beethoven"
file = "images/beethoven.png"
startx = 1909
starty = 830
priority = 2
[[structure]]
name = "mittwochsfrosch"
file = "images/mittwochsfrosch.png"
startx = 629
starty = 844
priority = 2
[[structure]]
name = "ue-ei"
file = "images/ue-ei.png"
startx = 1510
starty = 830
priority = 2
[[structure]]
name = "vw"
file = "images/vw.png"
startx = 1631
starty = 847
priority = 2
[[structure]]
name = "steckdose"
file = "images/steckdose.png"
startx = 1195
starty = 829
priority = 2
[[structure]]
name = "kleeblatt"
file = "images/kleeblatt.png"
startx = 1476
starty = 805
priority = 2
[[structure]]
name = "fachwerk"
file = "images/fachwerk.png"
startx = 1539
starty = 837
priority = 2
[[structure]]
name = "pokal"
file = "images/pokal_brasilien.png"
startx = 1022
starty = 589
priority = 2
[[structure]]
name = "arte_tv"
file = "images/arte_tv.png"
startx = 1129
starty = 825
priority = 2
[[structure]]
name = "blaubaer"
file = "images/blaubaer.png"
startx = 318
starty = 1129
priority = 2
[[structure]]
name = "grabstein"
file = "images/grabstein.png"
startx = 1284
starty = 1123
priority = 2
[[structure]]
name = "knolle"
file = "images/knolle.png"
startx = 1203
starty = 831
priority = 2
[[structure]]
name = "brezel"
file = "images/brezel.png"
startx = 112
starty = 850
priority = 2
[[structure]]
name = "lustigwagen"
file = "images/lustigwagen.png"
startx = 904
starty = 1132
priority = 2
[[structure]]
name = "lustig"
file = "images/lustig.png"
startx = 963
starty = 1141
priority = 2
[[structure]]
name = "eisbaer"
file = "images/eisbaer.png"
startx = 194
starty = 1126
priority = 2
[[structure]]
name = "auto"
file = "images/auto.png"
startx = 775
starty = 1124
priority = 1
[[structure]]
name = "rvnx"
file = "images/rvnx.png"
startx = 744
starty = 647
priority = 2
[[structure]]
name = "mahluna"
file = "images/mahluna.png"
startx = 1489
starty = 1172
priority = 2
[[structure]]
name = "pogostuck"
file = "images/pogostuck.png"
startx = 1575
starty = 832
priority = 2
[[structure]]
name = "start"
file = "images/start.png"
startx = 389
starty = 1972
priority = 2
[[structure]]
name = "fernsehturm"
file = "images/fernsehturm.png"
startx = 544
starty = 1106
priority = 2
# [[structure]]
# name = "denana"
# file = "images/denana.png"
# startx = 1705
# starty = 1129
# priority = 2
[[structure]]
name = "gg"
file = "images/gg.png"
startx = 245
starty = 1131
priority = 2
[[structure]]
name = "sbahn"
file = "images/sbahn.png"
startx = 0
starty = 1121
priority = 2
[[structure]]
name = "fast-food"
file = "images/fast-food.png"
startx = 88
starty = 1129
priority = 2
[[structure]]
name = "helm"
file = "images/helm.png"
startx = 542
starty = 827
priority = 2
[[structure]]
name = "haribo"
file = "images/haribo.png"
startx = 699
starty = 1138
priority = 2
[[structure]]
name = "pfandflasche"
file = "images/pfandflasche.png"
startx = 744
starty = 1131
priority = 2
[[structure]]
name = "elphi"
file = "images/elphi.png"
startx = 495
starty = 1136
priority = 2
[[structure]]
name = "drunkbanana"
file = "images/drunkbanana.png"
startx = 1016
starty = 1148
priority = 2
[[structure]]
name = "jfour"
file = "images/jfour_v2.png"
startx = 401
starty = 1119
priority = 2
[[structure]]
name = "dachs"
file = "images/dachs.png"
startx = 969
starty = 1122
priority = 2
[[structure]]
name = "bte"
file = "images/BTE.png"
startx = 1031
starty = 1130
priority = 2
# [[structure]]
# name = "rub"
# file = "images/rub.png"
# startx = 1412
# starty = 817
# priority = 2
[[structure]]
name = "raute"
file = "images/raute.png"
startx = 1567
starty = 1136
priority = 2
[[structure]]
name = "bremer_stadtmusikanten"
file = "images/bremer_stadtmusikanten.png"
startx = 1525
starty = 1134
priority = 2
[[structure]]
name = "dankpods"
file = "images/dankpods.png"
startx = 1403
starty = 831
priority = 2
[[structure]]
name = "jaegermeister_flasche"
file = "images/jaegermeister_flasche.png"
startx = 173
starty = 1130
priority = 2
[[structure]]
name = "israel"
file = "images/israel.png"
startx = 1766
starty = 1123
priority = 2
[[structure]]
name = "ahorn"
file = "images/ahorn.png"
startx = 1705
starty = 1129
priority = 2
# [[structure]]
# name = "goose"
# file = "images/goose.png"
# startx = 1723
# starty = 1158
# priority = 2
[[structure]]
name = "coldmirror"
file = "images/coldmirror.png"
startx = 354
starty = 1122
priority = 2
[[structure]]
name = "zug_italien"
file = "images/zug_italien.png"
startx = 1922
starty = 1124
priority = 2
[[structure]]
name = "koelner_dom"
file = "images/koelner_dom.png"
startx = 564
starty = 1124
priority = 2
#[[structure]]
#name = "korea"
#file = "images/korea"
#startx = 1981
#starty = 1125
#priority = 2
[[structure]]
#cars gelb auto italien
name = "luigi"
file = "images/luigi.png"
startx = 844
starty = 1122
priority = 1
[[structure]]
name = "Robbe"
file = "images/robbe.png"
startx = 1241
starty = 1140
priority = 2
[[structure]]
name = "ggPlaceDe"
file = "images/ggPlaceDe.png"
startx = 1935
starty = 1130
priority = 2
[[structure]]
name = "Krone"
file = "images/krone.png"
startx = 767
starty = 1122
priority = 2
[[structure]]
name = "Biene"
file = "images/Biene.png"
startx = 658
starty = 1126
priority = 2
[[structure]]
name = "Rainbow_Six_Pixel_Perfect"
file = "images/Rainbow_Six_Pixel_Perfect.png"
startx = 236
starty = 1147
priority = 2
[[structure]]
name = "grundgesetz"
file = "images/grundgesetz.png"
startx = 1680
starty = 1128
priority = 2
[[structure]]
name = "banner"
file = "images/banner.png"
startx = 1144
starty = 1122
priority = 2
[[structure]]
name = "banner-2"
file = "images/banner-2.png"
startx = 1333
starty = 1125
priority = 2
[[structure]]
name = "huge1"
file = "images/huge1.png"
priority_file = "images/huge1_priority.png"
startx = 1194
starty = 1120
priority = 2
[[structure]]
name = "storch"
file = "images/storch.png"
startx = 1153
starty = 1137
priority = 2
[[structure]]
name = "cussy"
file = "images/cussy.png"
startx = 809
starty = 1161
priority = 1
[[structure]]
name = "hoss"
file = "images/hoss.png"
startx = 147
starty = 1122
priority = 2
[[structure]]
name = "spelunky"
file = "images/spelunky.png"
startx = 1974
starty = 1120
priority = 2
[[structure]]
name = "pumuckel"
file = "images/pumuckel.png"
startx = 288
starty = 1127
priority = 2
[[structure]]
name = "NBC"
file = "images/NBC.png"
startx = 385
starty = 1126
priority = 2