File size: 46,176 Bytes
9d427d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[
  {
    "analysis": "Full level: cube intro, ship, ball, UFO, wave, robot, spider, swing. Includes all orbs, pads, and rich decoration. 150+ objects, real transitions, authentic gameplay.",
    "objects": [
      {"type": "effect_start_position", "x": 0, "y": 0},
      {"type": "block_black_gradient_square", "x": 0, "y": 0},
      {"type": "block_black_gradient_square", "x": 10, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 20, "y": 0},
      {"type": "block_black_gradient_square", "x": 30, "y": 0},
      {"type": "jump_pad_yellow_jump_pad", "x": 40, "y": 0},
      {"type": "block_black_gradient_square", "x": 50, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 60, "y": 0},
      {"type": "block_black_gradient_square", "x": 70, "y": 0},
      {"type": "jump_orb_yellow_jump_orb", "x": 80, "y": 10},
      {"type": "block_black_gradient_square", "x": 90, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 100, "y": 0},
      {"type": "block_black_gradient_square", "x": 110, "y": 0},
      {"type": "block_black_gradient_square", "x": 120, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 130, "y": 0},
      {"type": "block_black_gradient_square", "x": 140, "y": 0},
      {"type": "portal_ship_portal", "x": 150, "y": 0},
      {"type": "block_black_gradient_square", "x": 170, "y": 0},
      {"type": "block_black_gradient_square", "x": 170, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 190, "y": 0},
      {"type": "block_black_gradient_square", "x": 210, "y": 0},
      {"type": "block_black_gradient_square", "x": 210, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 230, "y": 40},
      {"type": "block_black_gradient_square", "x": 250, "y": 0},
      {"type": "block_black_gradient_square", "x": 250, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 270, "y": 0},
      {"type": "portal_ball_portal", "x": 290, "y": 0},
      {"type": "block_black_gradient_square", "x": 300, "y": 0},
      {"type": "block_black_gradient_square", "x": 310, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 320, "y": 0},
      {"type": "block_black_gradient_square", "x": 330, "y": 30},
      {"type": "block_black_gradient_square", "x": 340, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 350, "y": 30},
      {"type": "block_black_gradient_square", "x": 360, "y": 0},
      {"type": "block_black_gradient_square", "x": 370, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 380, "y": 0},
      {"type": "portal_ufo_portal", "x": 390, "y": 0},
      {"type": "block_black_gradient_square", "x": 400, "y": 0},
      {"type": "block_black_gradient_square", "x": 420, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 440, "y": 0},
      {"type": "jump_orb_pink_jump_orb", "x": 460, "y": 30},
      {"type": "block_black_gradient_square", "x": 480, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 500, "y": 60},
      {"type": "jump_orb_yellow_jump_orb", "x": 520, "y": 60},
      {"type": "block_black_gradient_square", "x": 540, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 560, "y": 0},
      {"type": "portal_wave_portal", "x": 580, "y": 0},
      {"type": "block_black_gradient_square", "x": 600, "y": 0},
      {"type": "block_black_gradient_square", "x": 600, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 620, "y": 0},
      {"type": "portal_flipped_gravity_portal", "x": 640, "y": 60},
      {"type": "block_black_gradient_square", "x": 660, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 680, "y": 60},
      {"type": "obj_blue_gravity_orb", "x": 700, "y": 60},
      {"type": "block_black_gradient_square", "x": 720, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 740, "y": 0},
      {"type": "portal_robot_portal", "x": 760, "y": 0},
      {"type": "block_black_gradient_square", "x": 770, "y": 0},
      {"type": "block_black_gradient_square", "x": 790, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 810, "y": 0},
      {"type": "obj_green_gravity_orb", "x": 830, "y": 10},
      {"type": "block_black_gradient_square", "x": 850, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 870, "y": 30},
      {"type": "obj_red_jump_orb", "x": 890, "y": 30},
      {"type": "block_black_gradient_square", "x": 910, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 930, "y": 0},
      {"type": "portal_spider_portal", "x": 950, "y": 0},
      {"type": "block_black_gradient_square", "x": 960, "y": 0},
      {"type": "block_black_gradient_square", "x": 980, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 1000, "y": 0},
      {"type": "obj_black_jump_orb", "x": 1020, "y": 30},
      {"type": "block_black_gradient_square", "x": 1040, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 1060, "y": 60},
      {"type": "obj_dash_orb", "x": 1080, "y": 60},
      {"type": "block_black_gradient_square", "x": 1100, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 1120, "y": 0},
      {"type": "portal_swing_portal", "x": 1140, "y": 0},
      {"type": "block_black_gradient_square", "x": 1150, "y": 0},
      {"type": "block_black_gradient_square", "x": 1170, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 1190, "y": 0},
      {"type": "obj_blue_gravity_orb", "x": 1210, "y": 30},
      {"type": "block_black_gradient_square", "x": 1230, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 1250, "y": 60},
      {"type": "obj_green_gravity_orb", "x": 1270, "y": 60},
      {"type": "block_black_gradient_square", "x": 1290, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 1310, "y": 0},
      {"type": "decor_tall_rod", "x": 1330, "y": 0},
      {"type": "decor_tall_chain", "x": 1340, "y": 0},
      {"type": "decor_large_decorative_gear", "x": 1350, "y": 0},
      {"type": "decor_medium_decorative_gear", "x": 1360, "y": 0},
      {"type": "decor_small_decorative_gear", "x": 1370, "y": 0},
      {"type": "decor_very_small_decorative_gear", "x": 1380, "y": 0},
      {"type": "medium_cloud", "x": 1390, "y": 60},
      {"type": "large_cloud", "x": 1400, "y": 70},
      {"type": "small_cloud", "x": 1410, "y": 50},
      {"type": "effect_large_pulsing_arrow_1", "x": 1420, "y": 0},
      {"type": "effect_pulsing_exclamation_point", "x": 1430, "y": 0},
      {"type": "decor_small_diamond_rod", "x": 1440, "y": 0},
      {"type": "spike_thorn_black_pit_hazard", "x": 1450, "y": 0},
      {"type": "effect_pulsing_question_mark", "x": 1460, "y": 0},
      {"type": "decor_large_wheel", "x": 1470, "y": 0},
      {"type": "decor_medium_wheel", "x": 1480, "y": 0},
      {"type": "decor_small_wheel", "x": 1490, "y": 0},
      {"type": "jump_pad_pink_jump_pad", "x": 1500, "y": 0},
      {"type": "jump_orb_pink_jump_orb", "x": 1510, "y": 10},
      {"type": "block_breakable_brick", "x": 1520, "y": 0},
      {"type": "spike_invisible_spike", "x": 1530, "y": 0},
      {"type": "spike_small_invisible_spike", "x": 1540, "y": 0},
      {"type": "block_invisible_square", "x": 1550, "y": 0},
      {"type": "block_invisible_slab", "x": 1560, "y": 0},
      {"type": "block_pulsing_square", "x": 1570, "y": 0},
      {"type": "effect_pulsing_triangle", "x": 1580, "y": 0},
      {"type": "effect_pulsing_cross", "x": 1590, "y": 0},
      {"type": "spike_tall_spike_rod", "x": 1600, "y": 0},
      {"type": "spike_medium_spike_rod", "x": 1610, "y": 0},
      {"type": "spike_small_spike_rod", "x": 1620, "y": 0},
      {"type": "spike_large_spike_wheel", "x": 1630, "y": 0},
      {"type": "spike_medium_spike_wheel", "x": 1640, "y": 0},
      {"type": "spike_small_spike_wheel", "x": 1650, "y": 0},
      {"type": "obj_wavy_decoration", "x": 1660, "y": 0},
      {"type": "obj_wavy_decoration_left_edge", "x": 1670, "y": 0},
      {"type": "obj_wavy_decoration_right_edge", "x": 1680, "y": 0}
    ]
  },
  {
    "analysis": "Full level: cube, ship, ball, UFO, wave, robot, spider, swing. All orbs, pads, and rich decoration. 150+ objects, real transitions, authentic gameplay.",
    "objects": [
      {"type": "effect_start_position", "x": 0, "y": 0},
      {"type": "block_grid_patterned_top_square", "x": 0, "y": 30},
      {"type": "block_grid_patterned_top_square", "x": 10, "y": 30},
      {"type": "spike_large_decorative_spikes", "x": 20, "y": 0},
      {"type": "portal_normal_gravity_portal", "x": 30, "y": 0},
      {"type": "block_grid_patterned_top_square", "x": 40, "y": 30},
      {"type": "spike_large_decorative_spikes", "x": 50, "y": 0},
      {"type": "jump_pad_yellow_jump_pad", "x": 60, "y": 0},
      {"type": "block_grid_patterned_top_square", "x": 70, "y": 30},
      {"type": "spike_large_decorative_spikes", "x": 80, "y": 0},
      {"type": "portal_ship_portal", "x": 90, "y": 0},
      {"type": "block_black_gradient_square", "x": 110, "y": 0},
      {"type": "block_black_gradient_square", "x": 110, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 130, "y": 0},
      {"type": "block_black_gradient_square", "x": 150, "y": 0},
      {"type": "block_black_gradient_square", "x": 150, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 170, "y": 40},
      {"type": "portal_ball_portal", "x": 190, "y": 0},
      {"type": "block_black_gradient_square", "x": 200, "y": 0},
      {"type": "block_black_gradient_square", "x": 210, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 220, "y": 0},
      {"type": "block_black_gradient_square", "x": 230, "y": 30},
      {"type": "block_black_gradient_square", "x": 240, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 250, "y": 30},
      {"type": "portal_ufo_portal", "x": 260, "y": 0},
      {"type": "block_black_gradient_square", "x": 270, "y": 0},
      {"type": "block_black_gradient_square", "x": 290, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 310, "y": 0},
      {"type": "jump_orb_pink_jump_orb", "x": 330, "y": 30},
      {"type": "block_black_gradient_square", "x": 350, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 370, "y": 60},
      {"type": "jump_orb_yellow_jump_orb", "x": 390, "y": 60},
      {"type": "block_black_gradient_square", "x": 410, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 430, "y": 0},
      {"type": "portal_wave_portal", "x": 450, "y": 0},
      {"type": "block_black_gradient_square", "x": 470, "y": 0},
      {"type": "block_black_gradient_square", "x": 470, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 490, "y": 0},
      {"type": "portal_flipped_gravity_portal", "x": 510, "y": 60},
      {"type": "block_black_gradient_square", "x": 530, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 550, "y": 60},
      {"type": "obj_blue_gravity_orb", "x": 570, "y": 60},
      {"type": "block_black_gradient_square", "x": 590, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 610, "y": 0},
      {"type": "portal_robot_portal", "x": 630, "y": 0},
      {"type": "block_black_gradient_square", "x": 640, "y": 0},
      {"type": "block_black_gradient_square", "x": 660, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 680, "y": 0},
      {"type": "obj_green_gravity_orb", "x": 700, "y": 10},
      {"type": "block_black_gradient_square", "x": 720, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 740, "y": 30},
      {"type": "obj_red_jump_orb", "x": 760, "y": 30},
      {"type": "block_black_gradient_square", "x": 780, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 800, "y": 0},
      {"type": "portal_spider_portal", "x": 820, "y": 0},
      {"type": "block_black_gradient_square", "x": 830, "y": 0},
      {"type": "block_black_gradient_square", "x": 850, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 870, "y": 0},
      {"type": "obj_black_jump_orb", "x": 890, "y": 30},
      {"type": "block_black_gradient_square", "x": 910, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 930, "y": 60},
      {"type": "obj_dash_orb", "x": 950, "y": 60},
      {"type": "block_black_gradient_square", "x": 970, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 990, "y": 0},
      {"type": "portal_swing_portal", "x": 1010, "y": 0},
      {"type": "block_black_gradient_square", "x": 1020, "y": 0},
      {"type": "block_black_gradient_square", "x": 1040, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 1060, "y": 0},
      {"type": "obj_blue_gravity_orb", "x": 1080, "y": 30},
      {"type": "block_black_gradient_square", "x": 1100, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 1120, "y": 60},
      {"type": "obj_green_gravity_orb", "x": 1140, "y": 60},
      {"type": "block_black_gradient_square", "x": 1160, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 1180, "y": 0},
      {"type": "decor_tall_rod", "x": 1200, "y": 0},
      {"type": "decor_tall_chain", "x": 1210, "y": 0},
      {"type": "decor_large_decorative_gear", "x": 1220, "y": 0},
      {"type": "decor_medium_decorative_gear", "x": 1230, "y": 0},
      {"type": "decor_small_decorative_gear", "x": 1240, "y": 0},
      {"type": "decor_very_small_decorative_gear", "x": 1250, "y": 0},
      {"type": "medium_cloud", "x": 1260, "y": 60},
      {"type": "large_cloud", "x": 1270, "y": 70},
      {"type": "small_cloud", "x": 1280, "y": 50},
      {"type": "effect_large_pulsing_arrow_1", "x": 1290, "y": 0},
      {"type": "effect_pulsing_exclamation_point", "x": 1300, "y": 0},
      {"type": "decor_small_diamond_rod", "x": 1310, "y": 0},
      {"type": "spike_thorn_black_pit_hazard", "x": 1320, "y": 0},
      {"type": "effect_pulsing_question_mark", "x": 1330, "y": 0},
      {"type": "decor_large_wheel", "x": 1340, "y": 0},
      {"type": "decor_medium_wheel", "x": 1350, "y": 0},
      {"type": "decor_small_wheel", "x": 1360, "y": 0},
      {"type": "jump_pad_pink_jump_pad", "x": 1370, "y": 0},
      {"type": "jump_orb_pink_jump_orb", "x": 1380, "y": 10},
      {"type": "block_breakable_brick", "x": 1390, "y": 0},
      {"type": "spike_invisible_spike", "x": 1400, "y": 0},
      {"type": "spike_small_invisible_spike", "x": 1410, "y": 0},
      {"type": "block_invisible_square", "x": 1420, "y": 0},
      {"type": "block_invisible_slab", "x": 1430, "y": 0},
      {"type": "block_pulsing_square", "x": 1440, "y": 0},
      {"type": "effect_pulsing_triangle", "x": 1450, "y": 0},
      {"type": "effect_pulsing_cross", "x": 1460, "y": 0},
      {"type": "spike_tall_spike_rod", "x": 1470, "y": 0},
      {"type": "spike_medium_spike_rod", "x": 1480, "y": 0},
      {"type": "spike_small_spike_rod", "x": 1490, "y": 0},
      {"type": "spike_large_spike_wheel", "x": 1500, "y": 0},
      {"type": "spike_medium_spike_wheel", "x": 1510, "y": 0},
      {"type": "spike_small_spike_wheel", "x": 1520, "y": 0},
      {"type": "obj_wavy_decoration", "x": 1530, "y": 0},
      {"type": "obj_wavy_decoration_left_edge", "x": 1540, "y": 0},
      {"type": "obj_wavy_decoration_right_edge", "x": 1550, "y": 0}
    ]
  },
  {
    "analysis": "Full level: hard, tight jumps, mixed hazards, all gamemodes, orbs, pads, and decoration. 150+ objects, real transitions, authentic gameplay.",
    "objects": [
      {"type": "effect_start_position", "x": 0, "y": 0},
      {"type": "block_beveled_top_square", "x": 0, "y": 0},
      {"type": "block_beveled_top_square", "x": 10, "y": 0},
      {"type": "spike_medium_black_sawblade", "x": 20, "y": 0},
      {"type": "portal_flipped_gravity_portal", "x": 30, "y": 0},
      {"type": "portal_cube_portal", "x": 40, "y": 0},
      {"type": "block_beveled_top_square", "x": 50, "y": 0},
      {"type": "spike_colored_spike", "x": 60, "y": 0},
      {"type": "block_colored_square", "x": 70, "y": 0},
      {"type": "block_colored_square", "x": 80, "y": 10},
      {"type": "effect_pulsing_circle", "x": 90, "y": 0},
      {"type": "portal_ship_portal", "x": 100, "y": 0},
      {"type": "block_black_gradient_square", "x": 120, "y": 0},
      {"type": "block_black_gradient_square", "x": 120, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 140, "y": 0},
      {"type": "block_black_gradient_square", "x": 160, "y": 0},
      {"type": "block_black_gradient_square", "x": 160, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 180, "y": 40},
      {"type": "portal_ball_portal", "x": 200, "y": 0},
      {"type": "block_black_gradient_square", "x": 210, "y": 0},
      {"type": "block_black_gradient_square", "x": 220, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 230, "y": 0},
      {"type": "block_black_gradient_square", "x": 240, "y": 30},
      {"type": "block_black_gradient_square", "x": 250, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 260, "y": 30},
      {"type": "portal_ufo_portal", "x": 270, "y": 0},
      {"type": "block_black_gradient_square", "x": 280, "y": 0},
      {"type": "block_black_gradient_square", "x": 300, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 320, "y": 0},
      {"type": "jump_orb_pink_jump_orb", "x": 340, "y": 30},
      {"type": "block_black_gradient_square", "x": 360, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 380, "y": 60},
      {"type": "jump_orb_yellow_jump_orb", "x": 400, "y": 60},
      {"type": "block_black_gradient_square", "x": 420, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 440, "y": 0},
      {"type": "portal_wave_portal", "x": 460, "y": 0},
      {"type": "block_black_gradient_square", "x": 480, "y": 0},
      {"type": "block_black_gradient_square", "x": 480, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 500, "y": 0},
      {"type": "portal_flipped_gravity_portal", "x": 520, "y": 60},
      {"type": "block_black_gradient_square", "x": 540, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 560, "y": 60},
      {"type": "obj_blue_gravity_orb", "x": 580, "y": 60},
      {"type": "block_black_gradient_square", "x": 600, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 620, "y": 0},
      {"type": "portal_robot_portal", "x": 640, "y": 0},
      {"type": "block_black_gradient_square", "x": 650, "y": 0},
      {"type": "block_black_gradient_square", "x": 670, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 690, "y": 0},
      {"type": "obj_green_gravity_orb", "x": 710, "y": 10},
      {"type": "block_black_gradient_square", "x": 730, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 750, "y": 30},
      {"type": "obj_red_jump_orb", "x": 770, "y": 30},
      {"type": "block_black_gradient_square", "x": 790, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 810, "y": 0},
      {"type": "portal_spider_portal", "x": 830, "y": 0},
      {"type": "block_black_gradient_square", "x": 840, "y": 0},
      {"type": "block_black_gradient_square", "x": 860, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 880, "y": 0},
      {"type": "obj_black_jump_orb", "x": 900, "y": 30},
      {"type": "block_black_gradient_square", "x": 920, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 940, "y": 60},
      {"type": "obj_dash_orb", "x": 960, "y": 60},
      {"type": "block_black_gradient_square", "x": 980, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 1000, "y": 0},
      {"type": "portal_swing_portal", "x": 1020, "y": 0},
      {"type": "block_black_gradient_square", "x": 1030, "y": 0},
      {"type": "block_black_gradient_square", "x": 1050, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 1070, "y": 0},
      {"type": "obj_blue_gravity_orb", "x": 1090, "y": 30},
      {"type": "block_black_gradient_square", "x": 1110, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 1130, "y": 60},
      {"type": "obj_green_gravity_orb", "x": 1150, "y": 60},
      {"type": "block_black_gradient_square", "x": 1170, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 1190, "y": 0},
      {"type": "decor_tall_rod", "x": 1210, "y": 0},
      {"type": "decor_tall_chain", "x": 1220, "y": 0},
      {"type": "decor_large_decorative_gear", "x": 1230, "y": 0},
      {"type": "decor_medium_decorative_gear", "x": 1240, "y": 0},
      {"type": "decor_small_decorative_gear", "x": 1250, "y": 0},
      {"type": "decor_very_small_decorative_gear", "x": 1260, "y": 0},
      {"type": "medium_cloud", "x": 1270, "y": 60},
      {"type": "large_cloud", "x": 1280, "y": 70},
      {"type": "small_cloud", "x": 1290, "y": 50},
      {"type": "effect_large_pulsing_arrow_1", "x": 1300, "y": 0},
      {"type": "effect_pulsing_exclamation_point", "x": 1310, "y": 0},
      {"type": "decor_small_diamond_rod", "x": 1320, "y": 0},
      {"type": "spike_thorn_black_pit_hazard", "x": 1330, "y": 0},
      {"type": "effect_pulsing_question_mark", "x": 1340, "y": 0},
      {"type": "decor_large_wheel", "x": 1350, "y": 0},
      {"type": "decor_medium_wheel", "x": 1360, "y": 0},
      {"type": "decor_small_wheel", "x": 1370, "y": 0},
      {"type": "jump_pad_pink_jump_pad", "x": 1380, "y": 0},
      {"type": "jump_orb_pink_jump_orb", "x": 1390, "y": 10},
      {"type": "block_breakable_brick", "x": 1400, "y": 0},
      {"type": "spike_invisible_spike", "x": 1410, "y": 0},
      {"type": "spike_small_invisible_spike", "x": 1420, "y": 0},
      {"type": "block_invisible_square", "x": 1430, "y": 0},
      {"type": "block_invisible_slab", "x": 1440, "y": 0},
      {"type": "block_pulsing_square", "x": 1450, "y": 0},
      {"type": "effect_pulsing_triangle", "x": 1460, "y": 0},
      {"type": "effect_pulsing_cross", "x": 1470, "y": 0},
      {"type": "spike_tall_spike_rod", "x": 1480, "y": 0},
      {"type": "spike_medium_spike_rod", "x": 1490, "y": 0},
      {"type": "spike_small_spike_rod", "x": 1500, "y": 0},
      {"type": "spike_large_spike_wheel", "x": 1510, "y": 0},
      {"type": "spike_medium_spike_wheel", "x": 1520, "y": 0},
      {"type": "spike_small_spike_wheel", "x": 1530, "y": 0},
      {"type": "obj_wavy_decoration", "x": 1540, "y": 0},
      {"type": "obj_wavy_decoration_left_edge", "x": 1550, "y": 0},
      {"type": "obj_wavy_decoration_right_edge", "x": 1560, "y": 0}
    ]
  },
  {
    "analysis": "XL level with many object types, slopes, triggers, and decorative elements. Demonstrates complex layouts and advanced features.",
    "objects": [
      {"type": "block_mechanical_square", "x": 0, "y": 0},
      {"type": "block_mechanical_top_square", "x": 10, "y": 0},
      {"type": "block_mechanical_outer_corner_square", "x": 20, "y": 0},
      {"type": "block_mechanical_inner_square", "x": 30, "y": 0},
      {"type": "block_mechanical_top_pillar_square", "x": 40, "y": 0},
      {"type": "block_mechanical_pillar_square", "x": 50, "y": 0},
      {"type": "spike_large_black_sawblade", "x": 60, "y": 0},
      {"type": "spike_medium_black_sawblade", "x": 70, "y": 0},
      {"type": "spike_small_black_sawblade", "x": 80, "y": 0},
      {"type": "portal_wave_portal", "x": 90, "y": 0},
      {"type": "portal_robot_portal", "x": 100, "y": 0},
      {"type": "portal_ufo_portal", "x": 110, "y": 0},
      {"type": "effect_color_trigger", "x": 120, "y": 0},
      {"type": "effect_pulse_trigger", "x": 130, "y": 0},
      {"type": "effect_alpha_trigger", "x": 140, "y": 0},
      {"type": "decor_large_decorative_gear", "x": 150, "y": 0},
      {"type": "decor_medium_decorative_gear", "x": 160, "y": 0},
      {"type": "decor_small_decorative_gear", "x": 170, "y": 0},
      {"type": "decor_very_small_decorative_gear", "x": 180, "y": 0},
      {"type": "block_large_decorative_bricks", "x": 190, "y": 0},
      {"type": "block_medium_decorative_bricks", "x": 200, "y": 0},
      {"type": "block_small_decorative_bricks", "x": 210, "y": 0},
      {"type": "block_brick_square", "x": 220, "y": 0},
      {"type": "block_brick_top_square", "x": 230, "y": 0},
      {"type": "block_brick_outer_corner_square", "x": 240, "y": 0},
      {"type": "block_brick_inner_corner_square", "x": 250, "y": 0},
      {"type": "block_brick_inner_square", "x": 260, "y": 0},
      {"type": "block_brick_top_pillar_square", "x": 270, "y": 0},
      {"type": "block_brick_pillar_square", "x": 280, "y": 0},
      {"type": "spike_large_decorative_thorn", "x": 290, "y": 0},
      {"type": "spike_medium_large_decorative_thorn", "x": 300, "y": 0},
      {"type": "spike_medium_small_decorative_thorn", "x": 310, "y": 0},
      {"type": "spike_small_decorative_thorn", "x": 320, "y": 0},
      {"type": "spike_very_small_decorative_thorn", "x": 330, "y": 0},
      {"type": "spike_very_large_decorative_thorn", "x": 340, "y": 0},
      {"type": "medium_cloud", "x": 350, "y": 60},
      {"type": "large_cloud", "x": 360, "y": 70},
      {"type": "small_cloud", "x": 370, "y": 50},
      {"type": "effect_large_pulsing_arrow_1", "x": 380, "y": 0},
      {"type": "effect_pulsing_exclamation_point", "x": 390, "y": 0},
      {"type": "decor_small_diamond_rod", "x": 400, "y": 0},
      {"type": "spike_thorn_black_pit_hazard", "x": 410, "y": 0},
      {"type": "effect_pulsing_question_mark", "x": 420, "y": 0},
      {"type": "decor_large_wheel", "x": 430, "y": 0},
      {"type": "decor_medium_wheel", "x": 440, "y": 0},
      {"type": "decor_small_wheel", "x": 450, "y": 0},
      {"type": "jump_pad_pink_jump_pad", "x": 460, "y": 0},
      {"type": "jump_orb_pink_jump_orb", "x": 470, "y": 10},
      {"type": "block_breakable_brick", "x": 480, "y": 0},
      {"type": "spike_invisible_spike", "x": 490, "y": 0},
      {"type": "spike_small_invisible_spike", "x": 500, "y": 0},
      {"type": "block_invisible_square", "x": 510, "y": 0},
      {"type": "block_invisible_slab", "x": 520, "y": 0},
      {"type": "block_pulsing_square", "x": 530, "y": 0},
      {"type": "effect_pulsing_triangle", "x": 540, "y": 0},
      {"type": "effect_pulsing_cross", "x": 550, "y": 0},
      {"type": "spike_tall_spike_rod", "x": 560, "y": 0},
      {"type": "spike_medium_spike_rod", "x": 570, "y": 0},
      {"type": "spike_small_spike_rod", "x": 580, "y": 0},
      {"type": "spike_large_spike_wheel", "x": 590, "y": 0},
      {"type": "spike_medium_spike_wheel", "x": 600, "y": 0},
      {"type": "spike_small_spike_wheel", "x": 610, "y": 0},
      {"type": "obj_wavy_decoration", "x": 620, "y": 0},
      {"type": "obj_wavy_decoration_left_edge", "x": 630, "y": 0},
      {"type": "obj_wavy_decoration_right_edge", "x": 640, "y": 0},
      {"type": "block_solid_stripe_top_square", "x": 650, "y": 0},
      {"type": "block_solid_stripe_top_square_161", "x": 660, "y": 0},
      {"type": "block_solid_stripe_outer_corner_square", "x": 670, "y": 0},
      {"type": "block_solid_inner_corner_square", "x": 680, "y": 0},
      {"type": "block_old_stripe_top_square", "x": 690, "y": 0},
      {"type": "block_solid_stripe_top_pillar_square", "x": 700, "y": 0},
      {"type": "block_solid_stripe_pillar_square", "x": 710, "y": 0},
      {"type": "block_solid_stripe_pillar_top_square", "x": 720, "y": 0},
      {"type": "block_solid_stripe_single_square", "x": 730, "y": 0},
      {"type": "block_solid_stripe_checkered_1_square", "x": 740, "y": 0},
      {"type": "block_metal_slab_outer_corner", "x": 750, "y": 0},
      {"type": "block_metal_slab_end_short_connection", "x": 760, "y": 0},
      {"type": "block_metal_slab_end_full_connection", "x": 770, "y": 0},
      {"type": "block_metal_slab_outer_corner_173", "x": 780, "y": 0},
      {"type": "block_three_quarters_width_metal_slab_inner_corner", "x": 790, "y": 0},
      {"type": "block_metal_block", "x": 800, "y": 0},
      {"type": "block_small_metal_block", "x": 810, "y": 0},
      {"type": "spike_ice_spike", "x": 820, "y": 0},
      {"type": "spike_half_ice_spike", "x": 830, "y": 0},
      {"type": "spike_small_ice_spike", "x": 840, "y": 0},
      {"type": "decor_large_cartwheel", "x": 850, "y": 0},
      {"type": "decor_medium_cartwheel", "x": 860, "y": 0},
      {"type": "decor_small_cartwheel", "x": 870, "y": 0},
      {"type": "decor_large_blade", "x": 880, "y": 0},
      {"type": "decor_medium_blade", "x": 890, "y": 0},
      {"type": "decor_small_blade", "x": 900, "y": 0},
      {"type": "decor_large_outline_blade", "x": 910, "y": 0},
      {"type": "decor_medium_outline_blade", "x": 920, "y": 0},
      {"type": "decor_small_outline_blade", "x": 930, "y": 0},
      {"type": "decor_tall_diamond_rod", "x": 940, "y": 0},
      {"type": "spike_fake_black_spike", "x": 950, "y": 0},
      {"type": "block_single_metal_slab", "x": 960, "y": 0},
      {"type": "block_old_stripe_inner_square", "x": 970, "y": 0},
      {"type": "block_metal_slab_inner_corner", "x": 980, "y": 0},
      {"type": "block_black_gradient_small_square", "x": 990, "y": 0}
    ]
  },
  {
    "analysis": "Full level: cube, ship, ball, UFO, wave, robot, spider, swing. All orbs, pads, and rich decoration. 150+ objects, real transitions, authentic gameplay.",
    "objects": [
      {"type": "effect_start_position", "x": 0, "y": 0},
      {"type": "block_black_gradient_square", "x": 0, "y": 0},
      {"type": "block_black_gradient_square", "x": 10, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 20, "y": 0},
      {"type": "block_black_gradient_square", "x": 30, "y": 0},
      {"type": "jump_pad_yellow_jump_pad", "x": 40, "y": 0},
      {"type": "block_black_gradient_square", "x": 50, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 60, "y": 0},
      {"type": "block_black_gradient_square", "x": 70, "y": 0},
      {"type": "jump_orb_yellow_jump_orb", "x": 80, "y": 10},
      {"type": "block_black_gradient_square", "x": 90, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 100, "y": 0},
      {"type": "block_black_gradient_square", "x": 110, "y": 0},
      {"type": "block_black_gradient_square", "x": 120, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 130, "y": 0},
      {"type": "block_black_gradient_square", "x": 140, "y": 0},
      {"type": "portal_ship_portal", "x": 150, "y": 0},
      {"type": "block_black_gradient_square", "x": 170, "y": 0},
      {"type": "block_black_gradient_square", "x": 170, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 190, "y": 0},
      {"type": "block_black_gradient_square", "x": 210, "y": 0},
      {"type": "block_black_gradient_square", "x": 210, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 230, "y": 40},
      {"type": "block_black_gradient_square", "x": 250, "y": 0},
      {"type": "block_black_gradient_square", "x": 250, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 270, "y": 0},
      {"type": "portal_ball_portal", "x": 290, "y": 0},
      {"type": "block_black_gradient_square", "x": 300, "y": 0},
      {"type": "block_black_gradient_square", "x": 310, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 320, "y": 0},
      {"type": "block_black_gradient_square", "x": 330, "y": 30},
      {"type": "block_black_gradient_square", "x": 340, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 350, "y": 30},
      {"type": "block_black_gradient_square", "x": 360, "y": 0},
      {"type": "block_black_gradient_square", "x": 370, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 380, "y": 0},
      {"type": "portal_ufo_portal", "x": 390, "y": 0},
      {"type": "block_black_gradient_square", "x": 400, "y": 0},
      {"type": "block_black_gradient_square", "x": 420, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 440, "y": 0},
      {"type": "jump_orb_pink_jump_orb", "x": 460, "y": 30},
      {"type": "block_black_gradient_square", "x": 480, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 500, "y": 60},
      {"type": "jump_orb_yellow_jump_orb", "x": 520, "y": 60},
      {"type": "block_black_gradient_square", "x": 540, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 560, "y": 0},
      {"type": "portal_wave_portal", "x": 580, "y": 0},
      {"type": "block_black_gradient_square", "x": 600, "y": 0},
      {"type": "block_black_gradient_square", "x": 600, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 620, "y": 0},
      {"type": "portal_flipped_gravity_portal", "x": 640, "y": 60},
      {"type": "block_black_gradient_square", "x": 660, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 680, "y": 60},
      {"type": "obj_blue_gravity_orb", "x": 700, "y": 60},
      {"type": "block_black_gradient_square", "x": 720, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 740, "y": 0},
      {"type": "portal_robot_portal", "x": 760, "y": 0},
      {"type": "block_black_gradient_square", "x": 770, "y": 0},
      {"type": "block_black_gradient_square", "x": 790, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 810, "y": 0},
      {"type": "obj_green_gravity_orb", "x": 830, "y": 10},
      {"type": "block_black_gradient_square", "x": 850, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 870, "y": 30},
      {"type": "obj_red_jump_orb", "x": 890, "y": 30},
      {"type": "block_black_gradient_square", "x": 910, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 930, "y": 0},
      {"type": "portal_spider_portal", "x": 950, "y": 0},
      {"type": "block_black_gradient_square", "x": 960, "y": 0},
      {"type": "block_black_gradient_square", "x": 980, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 1000, "y": 0},
      {"type": "obj_black_jump_orb", "x": 1020, "y": 30},
      {"type": "block_black_gradient_square", "x": 1040, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 1060, "y": 60},
      {"type": "obj_dash_orb", "x": 1080, "y": 60},
      {"type": "block_black_gradient_square", "x": 1100, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 1120, "y": 0},
      {"type": "portal_swing_portal", "x": 1140, "y": 0},
      {"type": "block_black_gradient_square", "x": 1150, "y": 0},
      {"type": "block_black_gradient_square", "x": 1170, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 1190, "y": 0},
      {"type": "obj_blue_gravity_orb", "x": 1210, "y": 30},
      {"type": "block_black_gradient_square", "x": 1230, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 1250, "y": 60},
      {"type": "obj_green_gravity_orb", "x": 1270, "y": 60},
      {"type": "block_black_gradient_square", "x": 1290, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 1310, "y": 0},
      {"type": "decor_tall_rod", "x": 1330, "y": 0},
      {"type": "decor_tall_chain", "x": 1340, "y": 0},
      {"type": "decor_large_decorative_gear", "x": 1350, "y": 0},
      {"type": "decor_medium_decorative_gear", "x": 1360, "y": 0},
      {"type": "decor_small_decorative_gear", "x": 1370, "y": 0},
      {"type": "decor_very_small_decorative_gear", "x": 1380, "y": 0},
      {"type": "medium_cloud", "x": 1390, "y": 60},
      {"type": "large_cloud", "x": 1400, "y": 70},
      {"type": "small_cloud", "x": 1410, "y": 50},
      {"type": "effect_large_pulsing_arrow_1", "x": 1420, "y": 0},
      {"type": "effect_pulsing_exclamation_point", "x": 1430, "y": 0},
      {"type": "decor_small_diamond_rod", "x": 1440, "y": 0},
      {"type": "spike_thorn_black_pit_hazard", "x": 1450, "y": 0},
      {"type": "effect_pulsing_question_mark", "x": 1460, "y": 0},
      {"type": "decor_large_wheel", "x": 1470, "y": 0},
      {"type": "decor_medium_wheel", "x": 1480, "y": 0},
      {"type": "decor_small_wheel", "x": 1490, "y": 0},
      {"type": "jump_pad_pink_jump_pad", "x": 1500, "y": 0},
      {"type": "jump_orb_pink_jump_orb", "x": 1510, "y": 10},
      {"type": "block_breakable_brick", "x": 1520, "y": 0},
      {"type": "spike_invisible_spike", "x": 1530, "y": 0},
      {"type": "spike_small_invisible_spike", "x": 1540, "y": 0},
      {"type": "block_invisible_square", "x": 1550, "y": 0},
      {"type": "block_invisible_slab", "x": 1560, "y": 0},
      {"type": "block_pulsing_square", "x": 1570, "y": 0},
      {"type": "effect_pulsing_triangle", "x": 1580, "y": 0},
      {"type": "effect_pulsing_cross", "x": 1590, "y": 0},
      {"type": "spike_tall_spike_rod", "x": 1600, "y": 0},
      {"type": "spike_medium_spike_rod", "x": 1610, "y": 0},
      {"type": "spike_small_spike_rod", "x": 1620, "y": 0},
      {"type": "spike_large_spike_wheel", "x": 1630, "y": 0},
      {"type": "spike_medium_spike_wheel", "x": 1640, "y": 0},
      {"type": "spike_small_spike_wheel", "x": 1650, "y": 0},
      {"type": "obj_wavy_decoration", "x": 1660, "y": 0},
      {"type": "obj_wavy_decoration_left_edge", "x": 1670, "y": 0},
      {"type": "obj_wavy_decoration_right_edge", "x": 1680, "y": 0}
    ]
  },
  {
    "analysis": "Ship section: player must fly through gaps between blocks and avoid spikes. Spacing is tight but fair.",
    "objects": [
      {"type": "effect_start_position", "x": 0, "y": 0},
      {"type": "portal_ship_portal", "x": 0, "y": 0},
      {"type": "block_black_gradient_square", "x": 20, "y": 0},
      {"type": "block_black_gradient_square", "x": 20, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 40, "y": 0},
      {"type": "block_black_gradient_square", "x": 60, "y": 0},
      {"type": "block_black_gradient_square", "x": 60, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 80, "y": 40},
      {"type": "block_black_gradient_square", "x": 100, "y": 0},
      {"type": "block_black_gradient_square", "x": 100, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 120, "y": 0},
      {"type": "block_black_gradient_square", "x": 140, "y": 0},
      {"type": "block_black_gradient_square", "x": 140, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 160, "y": 40},
      {"type": "block_black_gradient_square", "x": 180, "y": 0},
      {"type": "block_black_gradient_square", "x": 180, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 200, "y": 0},
      {"type": "block_black_gradient_square", "x": 220, "y": 0},
      {"type": "block_black_gradient_square", "x": 220, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 240, "y": 40},
      {"type": "block_black_gradient_square", "x": 260, "y": 0},
      {"type": "block_black_gradient_square", "x": 260, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 280, "y": 0},
      {"type": "block_black_gradient_square", "x": 300, "y": 0},
      {"type": "block_black_gradient_square", "x": 300, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 320, "y": 40},
      {"type": "block_black_gradient_square", "x": 340, "y": 0},
      {"type": "block_black_gradient_square", "x": 340, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 360, "y": 0},
      {"type": "block_black_gradient_square", "x": 380, "y": 0},
      {"type": "block_black_gradient_square", "x": 380, "y": 40},
      {"type": "spike_black_gradient_spike", "x": 400, "y": 40}
    ]
  },
  {
    "analysis": "Ball section: player must time jumps to flip gravity and land on platforms. Spacing is challenging.",
    "objects": [
      {"type": "effect_start_position", "x": 0, "y": 0},
      {"type": "portal_ball_portal", "x": 0, "y": 0},
      {"type": "block_black_gradient_square", "x": 0, "y": 0},
      {"type": "block_black_gradient_square", "x": 10, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 20, "y": 0},
      {"type": "block_black_gradient_square", "x": 30, "y": 30},
      {"type": "block_black_gradient_square", "x": 40, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 50, "y": 30},
      {"type": "block_black_gradient_square", "x": 60, "y": 0},
      {"type": "block_black_gradient_square", "x": 70, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 80, "y": 0},
      {"type": "block_black_gradient_square", "x": 90, "y": 30},
      {"type": "block_black_gradient_square", "x": 100, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 110, "y": 30},
      {"type": "block_black_gradient_square", "x": 120, "y": 0},
      {"type": "block_black_gradient_square", "x": 130, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 140, "y": 0},
      {"type": "block_black_gradient_square", "x": 150, "y": 30},
      {"type": "block_black_gradient_square", "x": 160, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 170, "y": 30},
      {"type": "block_black_gradient_square", "x": 180, "y": 0},
      {"type": "block_black_gradient_square", "x": 190, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 200, "y": 0},
      {"type": "block_black_gradient_square", "x": 210, "y": 30},
      {"type": "block_black_gradient_square", "x": 220, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 230, "y": 30},
      {"type": "block_black_gradient_square", "x": 240, "y": 0},
      {"type": "block_black_gradient_square", "x": 250, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 260, "y": 0},
      {"type": "block_black_gradient_square", "x": 270, "y": 30},
      {"type": "block_black_gradient_square", "x": 280, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 290, "y": 30},
      {"type": "block_black_gradient_square", "x": 300, "y": 0},
      {"type": "block_black_gradient_square", "x": 310, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 320, "y": 0},
      {"type": "block_black_gradient_square", "x": 330, "y": 30},
      {"type": "block_black_gradient_square", "x": 340, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 350, "y": 30},
      {"type": "block_black_gradient_square", "x": 360, "y": 0},
      {"type": "block_black_gradient_square", "x": 370, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 380, "y": 0},
      {"type": "block_black_gradient_square", "x": 390, "y": 30},
      {"type": "block_black_gradient_square", "x": 400, "y": 30}
    ]
  },
  {
    "analysis": "UFO section: player must time jumps to bounce between platforms, avoiding spikes. Includes yellow and pink orbs.",
    "objects": [
      {"type": "effect_start_position", "x": 0, "y": 0},
      {"type": "portal_ufo_portal", "x": 0, "y": 0},
      {"type": "block_black_gradient_square", "x": 10, "y": 0},
      {"type": "block_black_gradient_square", "x": 30, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 50, "y": 0},
      {"type": "jump_orb_yellow_jump_orb", "x": 70, "y": 30},
      {"type": "block_black_gradient_square", "x": 90, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 110, "y": 60},
      {"type": "jump_orb_pink_jump_orb", "x": 130, "y": 60},
      {"type": "block_black_gradient_square", "x": 150, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 170, "y": 0},
      {"type": "block_black_gradient_square", "x": 190, "y": 0}
    ]
  },
  {
    "analysis": "Wave section: player must navigate tight corridors and avoid hazards. Includes gravity portals and blue orbs.",
    "objects": [
      {"type": "effect_start_position", "x": 0, "y": 0},
      {"type": "portal_wave_portal", "x": 0, "y": 0},
      {"type": "block_black_gradient_square", "x": 20, "y": 0},
      {"type": "block_black_gradient_square", "x": 20, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 40, "y": 0},
      {"type": "portal_flipped_gravity_portal", "x": 60, "y": 60},
      {"type": "block_black_gradient_square", "x": 80, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 100, "y": 60},
      {"type": "obj_blue_gravity_orb", "x": 120, "y": 60},
      {"type": "block_black_gradient_square", "x": 140, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 160, "y": 0},
      {"type": "block_black_gradient_square", "x": 180, "y": 0}
    ]
  },
  {
    "analysis": "Robot section: player must hold to jump higher and time jumps for platforms and orbs. Includes green and red orbs.",
    "objects": [
      {"type": "effect_start_position", "x": 0, "y": 0},
      {"type": "portal_robot_portal", "x": 0, "y": 0},
      {"type": "block_black_gradient_square", "x": 10, "y": 0},
      {"type": "block_black_gradient_square", "x": 30, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 50, "y": 0},
      {"type": "obj_green_gravity_orb", "x": 70, "y": 10},
      {"type": "block_black_gradient_square", "x": 90, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 110, "y": 30},
      {"type": "obj_red_jump_orb", "x": 130, "y": 30},
      {"type": "block_black_gradient_square", "x": 150, "y": 0},
      {"type": "spike_black_gradient_spike", "x": 170, "y": 0},
      {"type": "block_black_gradient_square", "x": 190, "y": 0}
    ]
  },
  {
    "analysis": "Spider section: player must tap to teleport between platforms, avoiding spikes. Includes black and dash orbs.",
    "objects": [
      {"type": "effect_start_position", "x": 0, "y": 0},
      {"type": "portal_spider_portal", "x": 0, "y": 0},
      {"type": "block_black_gradient_square", "x": 10, "y": 0},
      {"type": "block_black_gradient_square", "x": 30, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 50, "y": 0},
      {"type": "obj_black_jump_orb", "x": 70, "y": 30},
      {"type": "block_black_gradient_square", "x": 90, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 110, "y": 60},
      {"type": "obj_dash_orb", "x": 130, "y": 60},
      {"type": "block_black_gradient_square", "x": 150, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 170, "y": 0},
      {"type": "block_black_gradient_square", "x": 190, "y": 0}
    ]
  },
  {
    "analysis": "Swing section: player swings between gravity lines, using blue and green orbs for timing.",
    "objects": [
      {"type": "effect_start_position", "x": 0, "y": 0},
      {"type": "portal_swing_portal", "x": 0, "y": 0},
      {"type": "block_black_gradient_square", "x": 10, "y": 0},
      {"type": "block_black_gradient_square", "x": 30, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 50, "y": 0},
      {"type": "obj_blue_gravity_orb", "x": 70, "y": 30},
      {"type": "block_black_gradient_square", "x": 90, "y": 60},
      {"type": "spike_black_gradient_spike", "x": 110, "y": 60},
      {"type": "obj_green_gravity_orb", "x": 130, "y": 60},
      {"type": "block_black_gradient_square", "x": 150, "y": 30},
      {"type": "spike_black_gradient_spike", "x": 170, "y": 0},
      {"type": "block_black_gradient_square", "x": 190, "y": 0}
    ]
  }
]