@agent-foundry/replay-server 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/.cursor/dev.mdc +941 -0
  2. package/.cursor/project.mdc +17 -2
  3. package/.env +30 -0
  4. package/Dockerfile +6 -0
  5. package/README.md +153 -12
  6. package/dist/cli/render.js +14 -4
  7. package/dist/cli/render.js.map +1 -1
  8. package/dist/renderer/PuppeteerRenderer.d.ts +12 -2
  9. package/dist/renderer/PuppeteerRenderer.d.ts.map +1 -1
  10. package/dist/renderer/PuppeteerRenderer.js +23 -16
  11. package/dist/renderer/PuppeteerRenderer.js.map +1 -1
  12. package/dist/server/index.d.ts +4 -0
  13. package/dist/server/index.d.ts.map +1 -1
  14. package/dist/server/index.js +200 -46
  15. package/dist/server/index.js.map +1 -1
  16. package/dist/services/BundleManager.d.ts +99 -0
  17. package/dist/services/BundleManager.d.ts.map +1 -0
  18. package/dist/services/BundleManager.js +410 -0
  19. package/dist/services/BundleManager.js.map +1 -0
  20. package/dist/services/OSSClient.d.ts +51 -0
  21. package/dist/services/OSSClient.d.ts.map +1 -0
  22. package/dist/services/OSSClient.js +207 -0
  23. package/dist/services/OSSClient.js.map +1 -0
  24. package/dist/services/index.d.ts +7 -0
  25. package/dist/services/index.d.ts.map +1 -0
  26. package/dist/services/index.js +7 -0
  27. package/dist/services/index.js.map +1 -0
  28. package/dist/services/types.d.ts +73 -0
  29. package/dist/services/types.d.ts.map +1 -0
  30. package/dist/services/types.js +5 -0
  31. package/dist/services/types.js.map +1 -0
  32. package/docker-compose.local.yml +8 -0
  33. package/env.example +30 -0
  34. package/package.json +7 -3
  35. package/restart.sh +5 -0
  36. package/samples/jump_arena_0_ja-mks5um2x-nksbmz.json +1907 -0
  37. package/scripts/render-pipeline.sh +657 -0
  38. package/scripts/test-bundle-preload.sh +20 -0
  39. package/scripts/test-service-sts.sh +176 -0
  40. package/src/cli/render.ts +18 -7
  41. package/src/renderer/PuppeteerRenderer.ts +41 -21
  42. package/src/server/index.ts +249 -68
  43. package/src/services/BundleManager.ts +503 -0
  44. package/src/services/OSSClient.ts +286 -0
  45. package/src/services/index.ts +7 -0
  46. package/src/services/types.ts +78 -0
@@ -0,0 +1,1907 @@
1
+ {
2
+ "schema": "jumpArena.replay.v1",
3
+ "projectId": "648b3517-4a1d-4768-8246-edc8f8713d4d",
4
+ "bundleId": "game-jump-arena",
5
+ "bundleUrl": "https://agent-foundry.oss-cn-beijing.aliyuncs.com/studio-bundles/92922750-9ea6-4fc7-aeef-a13b8cc9eae5/game-jump-arena/2026.01.24-104533/bundle-1769251533018.tar.gz",
6
+ "gameId": "ja-mks5um2x-nksbmz",
7
+ "gameVersion": "1.0.0",
8
+ "createdAt": "2026-01-24T10:22:16.137Z",
9
+ "seed": 2873,
10
+ "gameRun": {
11
+ "seed": 2873,
12
+ "platforms": [{
13
+ "id": "p-0",
14
+ "center": {
15
+ "x": 0,
16
+ "y": 0,
17
+ "z": 0
18
+ },
19
+ "width": 1.2,
20
+ "depth": 1.2,
21
+ "rotYDeg": 0,
22
+ "type": "box",
23
+ "variant": "box_simple",
24
+ "colors": {
25
+ "top": "#67C23A",
26
+ "left": "#529b2e",
27
+ "right": "#458525"
28
+ }
29
+ },
30
+ {
31
+ "id": "p-1",
32
+ "center": {
33
+ "x": 0,
34
+ "y": 0,
35
+ "z": 2.910250711958041
36
+ },
37
+ "width": 1.17475765951665,
38
+ "depth": 1.117342412526413,
39
+ "rotYDeg": 0,
40
+ "type": "box",
41
+ "variant": "box_vinyl",
42
+ "colors": {
43
+ "top": "#F4D03F",
44
+ "left": "#D4AC0D",
45
+ "right": "#B7950B",
46
+ "detail": "#111111"
47
+ }
48
+ },
49
+ {
50
+ "id": "p-2",
51
+ "center": {
52
+ "x": 2.067003107195256,
53
+ "y": 0,
54
+ "z": 2.8781189566143413
55
+ },
56
+ "width": 1.085802674333473,
57
+ "depth": 1.1446682215410602,
58
+ "rotYDeg": 0,
59
+ "type": "box",
60
+ "variant": "box_express",
61
+ "colors": {
62
+ "top": "#E0C097",
63
+ "left": "#C4A480",
64
+ "right": "#A88865",
65
+ "detail": "#8B5E3C"
66
+ }
67
+ },
68
+ {
69
+ "id": "p-3",
70
+ "center": {
71
+ "x": 4.501253271522584,
72
+ "y": 0,
73
+ "z": 2.901195824705621
74
+ },
75
+ "width": 1.0191284492700958,
76
+ "depth": 1.1229319424009565,
77
+ "rotYDeg": 0,
78
+ "type": "box",
79
+ "variant": "box_vinyl",
80
+ "colors": {
81
+ "top": "#F4D03F",
82
+ "left": "#D4AC0D",
83
+ "right": "#B7950B",
84
+ "detail": "#111111"
85
+ }
86
+ },
87
+ {
88
+ "id": "p-4",
89
+ "center": {
90
+ "x": 7.554244900752905,
91
+ "y": 0,
92
+ "z": 2.9251730328775816
93
+ },
94
+ "width": 1.2202945352626473,
95
+ "depth": 1.1893213392185613,
96
+ "rotYDeg": 0,
97
+ "type": "box",
98
+ "variant": "box_vinyl",
99
+ "colors": {
100
+ "top": "#F4D03F",
101
+ "left": "#D4AC0D",
102
+ "right": "#B7950B",
103
+ "detail": "#111111"
104
+ }
105
+ },
106
+ {
107
+ "id": "p-5",
108
+ "center": {
109
+ "x": 10.385846950107183,
110
+ "y": 0,
111
+ "z": 2.943171752124639
112
+ },
113
+ "width": 1.05,
114
+ "depth": 1.05,
115
+ "rotYDeg": 0,
116
+ "type": "cylinder",
117
+ "variant": "cylinder_simple",
118
+ "colors": {
119
+ "top": "#E6A23C",
120
+ "left": "#cf9236",
121
+ "right": "#b07d2e"
122
+ }
123
+ },
124
+ {
125
+ "id": "p-6",
126
+ "center": {
127
+ "x": 10.400502313697013,
128
+ "y": 0,
129
+ "z": 4.844534886555995
130
+ },
131
+ "width": 1.0208671391107456,
132
+ "depth": 1.1175219193648183,
133
+ "rotYDeg": 0,
134
+ "type": "box",
135
+ "variant": "box_vinyl",
136
+ "colors": {
137
+ "top": "#F4D03F",
138
+ "left": "#D4AC0D",
139
+ "right": "#B7950B",
140
+ "detail": "#111111"
141
+ }
142
+ },
143
+ {
144
+ "id": "p-7",
145
+ "center": {
146
+ "x": 10.424606575129836,
147
+ "y": 0,
148
+ "z": 7.094488442826313
149
+ },
150
+ "width": 1.1156157255711108,
151
+ "depth": 1.1700476408796607,
152
+ "rotYDeg": 0,
153
+ "type": "box",
154
+ "variant": "box_express",
155
+ "colors": {
156
+ "top": "#E0C097",
157
+ "left": "#C4A480",
158
+ "right": "#A88865",
159
+ "detail": "#8B5E3C"
160
+ }
161
+ },
162
+ {
163
+ "id": "p-8",
164
+ "center": {
165
+ "x": 13.622426953130601,
166
+ "y": 0,
167
+ "z": 7.120562613928022
168
+ },
169
+ "width": 1.248360365744848,
170
+ "depth": 1.225593447790292,
171
+ "rotYDeg": 0,
172
+ "type": "box",
173
+ "variant": "box_simple",
174
+ "colors": {
175
+ "top": "#F56C6C",
176
+ "left": "#d95e5e",
177
+ "right": "#bd4f4f"
178
+ }
179
+ },
180
+ {
181
+ "id": "p-9",
182
+ "center": {
183
+ "x": 13.59345504564394,
184
+ "y": 0,
185
+ "z": 10.000106014241513
186
+ },
187
+ "width": 1.0580976605685883,
188
+ "depth": 1.1064196303982379,
189
+ "rotYDeg": 0,
190
+ "type": "box",
191
+ "variant": "box_store",
192
+ "colors": {
193
+ "top": "#FDFFE6",
194
+ "left": "#D7DBDD",
195
+ "right": "#BFC9CA",
196
+ "detail": "#FF6B6B"
197
+ }
198
+ },
199
+ {
200
+ "id": "p-10",
201
+ "center": {
202
+ "x": 13.600899582356634,
203
+ "y": 0,
204
+ "z": 12.959513892703463
205
+ },
206
+ "width": 1.166903525668617,
207
+ "depth": 1.1838034690282324,
208
+ "rotYDeg": 0,
209
+ "type": "box",
210
+ "variant": "box_express",
211
+ "colors": {
212
+ "top": "#E0C097",
213
+ "left": "#C4A480",
214
+ "right": "#A88865",
215
+ "detail": "#8B5E3C"
216
+ }
217
+ },
218
+ {
219
+ "id": "p-11",
220
+ "center": {
221
+ "x": 15.748609977377864,
222
+ "y": 0,
223
+ "z": 12.995365001771303
224
+ },
225
+ "width": 1.2230534554566506,
226
+ "depth": 1.1817245484244658,
227
+ "rotYDeg": 0,
228
+ "type": "box",
229
+ "variant": "box_simple",
230
+ "colors": {
231
+ "top": "#E6A23C",
232
+ "left": "#cf9236",
233
+ "right": "#b07d2e"
234
+ }
235
+ },
236
+ {
237
+ "id": "p-12",
238
+ "center": {
239
+ "x": 18.85765729549232,
240
+ "y": 0,
241
+ "z": 12.951954700565874
242
+ },
243
+ "width": 1.0784825981028763,
244
+ "depth": 1.1834040583034064,
245
+ "rotYDeg": 0,
246
+ "type": "box",
247
+ "variant": "box_express",
248
+ "colors": {
249
+ "top": "#E0C097",
250
+ "left": "#C4A480",
251
+ "right": "#A88865",
252
+ "detail": "#8B5E3C"
253
+ }
254
+ },
255
+ {
256
+ "id": "p-13",
257
+ "center": {
258
+ "x": 21.992890626840712,
259
+ "y": 0,
260
+ "z": 12.980690230978972
261
+ },
262
+ "width": 1.05,
263
+ "depth": 1.05,
264
+ "rotYDeg": 0,
265
+ "type": "cylinder",
266
+ "variant": "cylinder_simple",
267
+ "colors": {
268
+ "top": "#F56C6C",
269
+ "left": "#d95e5e",
270
+ "right": "#bd4f4f"
271
+ }
272
+ },
273
+ {
274
+ "id": "p-14",
275
+ "center": {
276
+ "x": 21.97706986434156,
277
+ "y": 0,
278
+ "z": 15.281124123223648
279
+ },
280
+ "width": 1.2015229762538908,
281
+ "depth": 1.1603875458987372,
282
+ "rotYDeg": 0,
283
+ "type": "box",
284
+ "variant": "box_tofu",
285
+ "colors": {
286
+ "top": "#FFFFFF",
287
+ "left": "#E5E7E9",
288
+ "right": "#CACFD2",
289
+ "detail": "#333333"
290
+ }
291
+ },
292
+ {
293
+ "id": "p-15",
294
+ "center": {
295
+ "x": 24.75694492869403,
296
+ "y": 0,
297
+ "z": 15.240168257844712
298
+ },
299
+ "width": 1.102536439943377,
300
+ "depth": 1.092855215115871,
301
+ "rotYDeg": 0,
302
+ "type": "box",
303
+ "variant": "box_tofu",
304
+ "colors": {
305
+ "top": "#FFFFFF",
306
+ "left": "#E5E7E9",
307
+ "right": "#CACFD2",
308
+ "detail": "#333333"
309
+ }
310
+ },
311
+ {
312
+ "id": "p-16",
313
+ "center": {
314
+ "x": 24.806836308216138,
315
+ "y": 0,
316
+ "z": 17.93843314321173
317
+ },
318
+ "width": 1.05,
319
+ "depth": 1.05,
320
+ "rotYDeg": 0,
321
+ "type": "cylinder",
322
+ "variant": "cylinder_simple",
323
+ "colors": {
324
+ "top": "#67C23A",
325
+ "left": "#529b2e",
326
+ "right": "#458525"
327
+ }
328
+ },
329
+ {
330
+ "id": "p-17",
331
+ "center": {
332
+ "x": 27.91825000225485,
333
+ "y": 0,
334
+ "z": 17.906172772965473
335
+ },
336
+ "width": 1.0194562450141909,
337
+ "depth": 1.2236183435766113,
338
+ "rotYDeg": 0,
339
+ "type": "box",
340
+ "variant": "box_vinyl",
341
+ "colors": {
342
+ "top": "#F4D03F",
343
+ "left": "#D4AC0D",
344
+ "right": "#B7950B",
345
+ "detail": "#111111"
346
+ }
347
+ },
348
+ {
349
+ "id": "p-18",
350
+ "center": {
351
+ "x": 30.18601905307082,
352
+ "y": 0,
353
+ "z": 17.92607586061399
354
+ },
355
+ "width": 1.1902925969056284,
356
+ "depth": 1.0982177257995205,
357
+ "rotYDeg": 0,
358
+ "type": "box",
359
+ "variant": "box_vinyl",
360
+ "colors": {
361
+ "top": "#F4D03F",
362
+ "left": "#D4AC0D",
363
+ "right": "#B7950B",
364
+ "detail": "#111111"
365
+ }
366
+ },
367
+ {
368
+ "id": "p-19",
369
+ "center": {
370
+ "x": 33.09779483331265,
371
+ "y": 0,
372
+ "z": 17.973978635470374
373
+ },
374
+ "width": 1.126264333783772,
375
+ "depth": 1.1652796269232777,
376
+ "rotYDeg": 0,
377
+ "type": "box",
378
+ "variant": "box_tofu",
379
+ "colors": {
380
+ "top": "#FFFFFF",
381
+ "left": "#E5E7E9",
382
+ "right": "#CACFD2",
383
+ "detail": "#333333"
384
+ }
385
+ },
386
+ {
387
+ "id": "p-20",
388
+ "center": {
389
+ "x": 35.80958472784124,
390
+ "y": 0,
391
+ "z": 17.936733361886226
392
+ },
393
+ "width": 1.1599056423455036,
394
+ "depth": 1.007612556222646,
395
+ "rotYDeg": 0,
396
+ "type": "box",
397
+ "variant": "box_tofu",
398
+ "colors": {
399
+ "top": "#FFFFFF",
400
+ "left": "#E5E7E9",
401
+ "right": "#CACFD2",
402
+ "detail": "#333333"
403
+ }
404
+ },
405
+ {
406
+ "id": "p-21",
407
+ "center": {
408
+ "x": 38.12029856164954,
409
+ "y": 0,
410
+ "z": 17.890077587771266
411
+ },
412
+ "width": 1.0794495717060983,
413
+ "depth": 1.0455752611372504,
414
+ "rotYDeg": 0,
415
+ "type": "box",
416
+ "variant": "box_store",
417
+ "colors": {
418
+ "top": "#FDFFE6",
419
+ "left": "#D7DBDD",
420
+ "right": "#BFC9CA",
421
+ "detail": "#FF6B6B"
422
+ }
423
+ },
424
+ {
425
+ "id": "p-22",
426
+ "center": {
427
+ "x": 40.9641042030715,
428
+ "y": 0,
429
+ "z": 17.910952421864938
430
+ },
431
+ "width": 1.167727589685343,
432
+ "depth": 1.1386929751088344,
433
+ "rotYDeg": 0,
434
+ "type": "box",
435
+ "variant": "box_express",
436
+ "colors": {
437
+ "top": "#E0C097",
438
+ "left": "#C4A480",
439
+ "right": "#A88865",
440
+ "detail": "#8B5E3C"
441
+ }
442
+ },
443
+ {
444
+ "id": "p-23",
445
+ "center": {
446
+ "x": 40.936409169755144,
447
+ "y": 0,
448
+ "z": 20.191076228088267
449
+ },
450
+ "width": 1.085196852723694,
451
+ "depth": 1.0128377676069913,
452
+ "rotYDeg": 0,
453
+ "type": "box",
454
+ "variant": "box_vinyl",
455
+ "colors": {
456
+ "top": "#F4D03F",
457
+ "left": "#D4AC0D",
458
+ "right": "#B7950B",
459
+ "detail": "#111111"
460
+ }
461
+ },
462
+ {
463
+ "id": "p-24",
464
+ "center": {
465
+ "x": 42.78953392540084,
466
+ "y": 0,
467
+ "z": 20.164434787707602
468
+ },
469
+ "width": 1.0652568638628614,
470
+ "depth": 1.080025345124316,
471
+ "rotYDeg": 0,
472
+ "type": "box",
473
+ "variant": "box_tofu",
474
+ "colors": {
475
+ "top": "#FFFFFF",
476
+ "left": "#E5E7E9",
477
+ "right": "#CACFD2",
478
+ "detail": "#333333"
479
+ }
480
+ },
481
+ {
482
+ "id": "p-25",
483
+ "center": {
484
+ "x": 42.79091261066074,
485
+ "y": 0,
486
+ "z": 22.188146349968452
487
+ },
488
+ "width": 1.032371819034392,
489
+ "depth": 1.0461993888235648,
490
+ "rotYDeg": 0,
491
+ "type": "box",
492
+ "variant": "box_tofu",
493
+ "colors": {
494
+ "top": "#FFFFFF",
495
+ "left": "#E5E7E9",
496
+ "right": "#CACFD2",
497
+ "detail": "#333333"
498
+ }
499
+ },
500
+ {
501
+ "id": "p-26",
502
+ "center": {
503
+ "x": 45.16629919473376,
504
+ "y": 0,
505
+ "z": 22.199748203367804
506
+ },
507
+ "width": 1.0739652365790517,
508
+ "depth": 1.1270086616869124,
509
+ "rotYDeg": 0,
510
+ "type": "box",
511
+ "variant": "box_simple",
512
+ "colors": {
513
+ "top": "#67C23A",
514
+ "left": "#529b2e",
515
+ "right": "#458525"
516
+ }
517
+ },
518
+ {
519
+ "id": "p-27",
520
+ "center": {
521
+ "x": 47.54473199338874,
522
+ "y": 0,
523
+ "z": 22.194368168941864
524
+ },
525
+ "width": 1.0664187968086538,
526
+ "depth": 1.0487780869234251,
527
+ "rotYDeg": 0,
528
+ "type": "box",
529
+ "variant": "box_simple",
530
+ "colors": {
531
+ "top": "#409EFF",
532
+ "left": "#3685d6",
533
+ "right": "#2c6eb5"
534
+ }
535
+ },
536
+ {
537
+ "id": "p-28",
538
+ "center": {
539
+ "x": 49.43920899724552,
540
+ "y": 0,
541
+ "z": 22.202361986298275
542
+ },
543
+ "width": 1.0224781632528073,
544
+ "depth": 1.0675223544554424,
545
+ "rotYDeg": 0,
546
+ "type": "box",
547
+ "variant": "box_tofu",
548
+ "colors": {
549
+ "top": "#FFFFFF",
550
+ "left": "#E5E7E9",
551
+ "right": "#CACFD2",
552
+ "detail": "#333333"
553
+ }
554
+ },
555
+ {
556
+ "id": "p-29",
557
+ "center": {
558
+ "x": 52.556207932604586,
559
+ "y": 0,
560
+ "z": 22.18065546480037
561
+ },
562
+ "width": 1.0988524258597068,
563
+ "depth": 1.1406232417284619,
564
+ "rotYDeg": 0,
565
+ "type": "box",
566
+ "variant": "box_store",
567
+ "colors": {
568
+ "top": "#FDFFE6",
569
+ "left": "#D7DBDD",
570
+ "right": "#BFC9CA",
571
+ "detail": "#FF6B6B"
572
+ }
573
+ },
574
+ {
575
+ "id": "p-30",
576
+ "center": {
577
+ "x": 52.525869180343996,
578
+ "y": 0,
579
+ "z": 25.24859653499377
580
+ },
581
+ "width": 1.0280509591233222,
582
+ "depth": 1.0150449946592772,
583
+ "rotYDeg": 0,
584
+ "type": "box",
585
+ "variant": "box_simple",
586
+ "colors": {
587
+ "top": "#409EFF",
588
+ "left": "#3685d6",
589
+ "right": "#2c6eb5"
590
+ }
591
+ },
592
+ {
593
+ "id": "p-31",
594
+ "center": {
595
+ "x": 55.5003362319201,
596
+ "y": 0,
597
+ "z": 25.203861007957645
598
+ },
599
+ "width": 1.1526460350270598,
600
+ "depth": 1.1627264917654574,
601
+ "rotYDeg": 0,
602
+ "type": "box",
603
+ "variant": "box_vinyl",
604
+ "colors": {
605
+ "top": "#F4D03F",
606
+ "left": "#D4AC0D",
607
+ "right": "#B7950B",
608
+ "detail": "#111111"
609
+ }
610
+ },
611
+ {
612
+ "id": "p-32",
613
+ "center": {
614
+ "x": 55.514047195675815,
615
+ "y": 0,
616
+ "z": 27.5354764800451
617
+ },
618
+ "width": 1.1547444761519994,
619
+ "depth": 1.183753937568401,
620
+ "rotYDeg": 0,
621
+ "type": "box",
622
+ "variant": "box_store",
623
+ "colors": {
624
+ "top": "#FDFFE6",
625
+ "left": "#D7DBDD",
626
+ "right": "#BFC9CA",
627
+ "detail": "#FF6B6B"
628
+ }
629
+ },
630
+ {
631
+ "id": "p-33",
632
+ "center": {
633
+ "x": 57.824126126768135,
634
+ "y": 0,
635
+ "z": 27.509513972331533
636
+ },
637
+ "width": 1.1026679948450382,
638
+ "depth": 1.1823251546278248,
639
+ "rotYDeg": 0,
640
+ "type": "box",
641
+ "variant": "box_express",
642
+ "colors": {
643
+ "top": "#E0C097",
644
+ "left": "#C4A480",
645
+ "right": "#A88865",
646
+ "detail": "#8B5E3C"
647
+ }
648
+ },
649
+ {
650
+ "id": "p-34",
651
+ "center": {
652
+ "x": 57.852996104025756,
653
+ "y": 0,
654
+ "z": 29.786062429699133
655
+ },
656
+ "width": 1.2489488424029895,
657
+ "depth": 1.1888767481729745,
658
+ "rotYDeg": 0,
659
+ "type": "box",
660
+ "variant": "box_tofu",
661
+ "colors": {
662
+ "top": "#FFFFFF",
663
+ "left": "#E5E7E9",
664
+ "right": "#CACFD2",
665
+ "detail": "#333333"
666
+ }
667
+ },
668
+ {
669
+ "id": "p-35",
670
+ "center": {
671
+ "x": 60.704943412102274,
672
+ "y": 0,
673
+ "z": 29.777024124435613
674
+ },
675
+ "width": 1.1393562555962038,
676
+ "depth": 1.2149187327432067,
677
+ "rotYDeg": 0,
678
+ "type": "box",
679
+ "variant": "box_express",
680
+ "colors": {
681
+ "top": "#E0C097",
682
+ "left": "#C4A480",
683
+ "right": "#A88865",
684
+ "detail": "#8B5E3C"
685
+ }
686
+ },
687
+ {
688
+ "id": "p-36",
689
+ "center": {
690
+ "x": 63.388464969367945,
691
+ "y": 0,
692
+ "z": 29.76787862617888
693
+ },
694
+ "width": 1.1308904886855233,
695
+ "depth": 1.122716546115799,
696
+ "rotYDeg": 0,
697
+ "type": "box",
698
+ "variant": "box_express",
699
+ "colors": {
700
+ "top": "#E0C097",
701
+ "left": "#C4A480",
702
+ "right": "#A88865",
703
+ "detail": "#8B5E3C"
704
+ }
705
+ },
706
+ {
707
+ "id": "p-37",
708
+ "center": {
709
+ "x": 65.96950621042379,
710
+ "y": 0,
711
+ "z": 29.75556044420485
712
+ },
713
+ "width": 1.14544641978361,
714
+ "depth": 1.2371450663717207,
715
+ "rotYDeg": 0,
716
+ "type": "box",
717
+ "variant": "box_tofu",
718
+ "colors": {
719
+ "top": "#FFFFFF",
720
+ "left": "#E5E7E9",
721
+ "right": "#CACFD2",
722
+ "detail": "#333333"
723
+ }
724
+ },
725
+ {
726
+ "id": "p-38",
727
+ "center": {
728
+ "x": 66.00314101912228,
729
+ "y": 0,
730
+ "z": 32.372442291966834
731
+ },
732
+ "width": 1.1721489132252283,
733
+ "depth": 1.0657618940182785,
734
+ "rotYDeg": 0,
735
+ "type": "box",
736
+ "variant": "box_vinyl",
737
+ "colors": {
738
+ "top": "#F4D03F",
739
+ "left": "#D4AC0D",
740
+ "right": "#B7950B",
741
+ "detail": "#111111"
742
+ }
743
+ },
744
+ {
745
+ "id": "p-39",
746
+ "center": {
747
+ "x": 66.006733534139,
748
+ "y": 0,
749
+ "z": 34.48298060788445
750
+ },
751
+ "width": 1.0161458700970494,
752
+ "depth": 1.0375883504923378,
753
+ "rotYDeg": 0,
754
+ "type": "box",
755
+ "variant": "box_simple",
756
+ "colors": {
757
+ "top": "#67C23A",
758
+ "left": "#529b2e",
759
+ "right": "#458525"
760
+ }
761
+ },
762
+ {
763
+ "id": "p-40",
764
+ "center": {
765
+ "x": 65.96041624288095,
766
+ "y": 0,
767
+ "z": 36.469932316765146
768
+ },
769
+ "width": 1.0877766609600636,
770
+ "depth": 1.2295227051850048,
771
+ "rotYDeg": 0,
772
+ "type": "box",
773
+ "variant": "box_tofu",
774
+ "colors": {
775
+ "top": "#FFFFFF",
776
+ "left": "#E5E7E9",
777
+ "right": "#CACFD2",
778
+ "detail": "#333333"
779
+ }
780
+ },
781
+ {
782
+ "id": "p-41",
783
+ "center": {
784
+ "x": 68.4735834337648,
785
+ "y": 0,
786
+ "z": 36.45898356342639
787
+ },
788
+ "width": 1.1550329775340078,
789
+ "depth": 1.1068555713197474,
790
+ "rotYDeg": 0,
791
+ "type": "box",
792
+ "variant": "box_simple",
793
+ "colors": {
794
+ "top": "#67C23A",
795
+ "left": "#529b2e",
796
+ "right": "#458525"
797
+ }
798
+ },
799
+ {
800
+ "id": "p-42",
801
+ "center": {
802
+ "x": 71.1674460154341,
803
+ "y": 0,
804
+ "z": 36.41334545517495
805
+ },
806
+ "width": 1.0323750153334694,
807
+ "depth": 1.210957422950751,
808
+ "rotYDeg": 0,
809
+ "type": "box",
810
+ "variant": "box_tofu",
811
+ "colors": {
812
+ "top": "#FFFFFF",
813
+ "left": "#E5E7E9",
814
+ "right": "#CACFD2",
815
+ "detail": "#333333"
816
+ }
817
+ },
818
+ {
819
+ "id": "p-43",
820
+ "center": {
821
+ "x": 71.12809591110708,
822
+ "y": 0,
823
+ "z": 39.12986609883599
824
+ },
825
+ "width": 1.020641118297652,
826
+ "depth": 1.204702057039692,
827
+ "rotYDeg": 0,
828
+ "type": "box",
829
+ "variant": "box_tofu",
830
+ "colors": {
831
+ "top": "#FFFFFF",
832
+ "left": "#E5E7E9",
833
+ "right": "#CACFD2",
834
+ "detail": "#333333"
835
+ }
836
+ },
837
+ {
838
+ "id": "p-44",
839
+ "center": {
840
+ "x": 73.04553985418545,
841
+ "y": 0,
842
+ "z": 39.15180965613191
843
+ },
844
+ "width": 1.163101613597526,
845
+ "depth": 1.0051586031937778,
846
+ "rotYDeg": 0,
847
+ "type": "box",
848
+ "variant": "box_simple",
849
+ "colors": {
850
+ "top": "#F56C6C",
851
+ "left": "#d95e5e",
852
+ "right": "#bd4f4f"
853
+ }
854
+ },
855
+ {
856
+ "id": "p-45",
857
+ "center": {
858
+ "x": 74.92724503179885,
859
+ "y": 0,
860
+ "z": 39.14475098801531
861
+ },
862
+ "width": 1.1938334704348041,
863
+ "depth": 1.0164605379181264,
864
+ "rotYDeg": 0,
865
+ "type": "box",
866
+ "variant": "box_store",
867
+ "colors": {
868
+ "top": "#FDFFE6",
869
+ "left": "#D7DBDD",
870
+ "right": "#BFC9CA",
871
+ "detail": "#FF6B6B"
872
+ }
873
+ },
874
+ {
875
+ "id": "p-46",
876
+ "center": {
877
+ "x": 76.86778300312245,
878
+ "y": 0,
879
+ "z": 39.1168238992881
880
+ },
881
+ "width": 1.2161670030169967,
882
+ "depth": 1.1841377318762885,
883
+ "rotYDeg": 0,
884
+ "type": "box",
885
+ "variant": "box_express",
886
+ "colors": {
887
+ "top": "#E0C097",
888
+ "left": "#C4A480",
889
+ "right": "#A88865",
890
+ "detail": "#8B5E3C"
891
+ }
892
+ },
893
+ {
894
+ "id": "p-47",
895
+ "center": {
896
+ "x": 79.84706650338931,
897
+ "y": 0,
898
+ "z": 39.124336576030736
899
+ },
900
+ "width": 1.1541577876332019,
901
+ "depth": 1.2094960511706285,
902
+ "rotYDeg": 0,
903
+ "type": "box",
904
+ "variant": "box_tofu",
905
+ "colors": {
906
+ "top": "#FFFFFF",
907
+ "left": "#E5E7E9",
908
+ "right": "#CACFD2",
909
+ "detail": "#333333"
910
+ }
911
+ },
912
+ {
913
+ "id": "p-48",
914
+ "center": {
915
+ "x": 82.35511692161911,
916
+ "y": 0,
917
+ "z": 39.086492740682544
918
+ },
919
+ "width": 1.0188417062251092,
920
+ "depth": 1.0515387058498051,
921
+ "rotYDeg": 0,
922
+ "type": "box",
923
+ "variant": "box_simple",
924
+ "colors": {
925
+ "top": "#67C23A",
926
+ "left": "#529b2e",
927
+ "right": "#458525"
928
+ }
929
+ },
930
+ {
931
+ "id": "p-49",
932
+ "center": {
933
+ "x": 82.32683693763188,
934
+ "y": 0,
935
+ "z": 41.370043235817
936
+ },
937
+ "width": 1.051202356839181,
938
+ "depth": 1.0756567195410174,
939
+ "rotYDeg": 0,
940
+ "type": "box",
941
+ "variant": "box_express",
942
+ "colors": {
943
+ "top": "#E0C097",
944
+ "left": "#C4A480",
945
+ "right": "#A88865",
946
+ "detail": "#8B5E3C"
947
+ }
948
+ },
949
+ {
950
+ "id": "p-50",
951
+ "center": {
952
+ "x": 84.75026325609083,
953
+ "y": 0,
954
+ "z": 41.32105380872778
955
+ },
956
+ "width": 1.0947532952273047,
957
+ "depth": 1.2486275733675005,
958
+ "rotYDeg": 0,
959
+ "type": "box",
960
+ "variant": "box_simple",
961
+ "colors": {
962
+ "top": "#E6A23C",
963
+ "left": "#cf9236",
964
+ "right": "#b07d2e"
965
+ }
966
+ },
967
+ {
968
+ "id": "p-51",
969
+ "center": {
970
+ "x": 87.4498098797397,
971
+ "y": 0,
972
+ "z": 41.28993322234131
973
+ },
974
+ "width": 1.197439879270941,
975
+ "depth": 1.1449869573791451,
976
+ "rotYDeg": 0,
977
+ "type": "box",
978
+ "variant": "box_tofu",
979
+ "colors": {
980
+ "top": "#FFFFFF",
981
+ "left": "#E5E7E9",
982
+ "right": "#CACFD2",
983
+ "detail": "#333333"
984
+ }
985
+ },
986
+ {
987
+ "id": "p-52",
988
+ "center": {
989
+ "x": 90.47928778653933,
990
+ "y": 0,
991
+ "z": 41.305727678377046
992
+ },
993
+ "width": 1.205190755522433,
994
+ "depth": 1.2466340662197368,
995
+ "rotYDeg": 0,
996
+ "type": "box",
997
+ "variant": "box_tofu",
998
+ "colors": {
999
+ "top": "#FFFFFF",
1000
+ "left": "#E5E7E9",
1001
+ "right": "#CACFD2",
1002
+ "detail": "#333333"
1003
+ }
1004
+ },
1005
+ {
1006
+ "id": "p-53",
1007
+ "center": {
1008
+ "x": 93.02455884973733,
1009
+ "y": 0,
1010
+ "z": 41.355687361841866
1011
+ },
1012
+ "width": 1.0325403884204758,
1013
+ "depth": 1.183496639217947,
1014
+ "rotYDeg": 0,
1015
+ "type": "box",
1016
+ "variant": "box_tofu",
1017
+ "colors": {
1018
+ "top": "#FFFFFF",
1019
+ "left": "#E5E7E9",
1020
+ "right": "#CACFD2",
1021
+ "detail": "#333333"
1022
+ }
1023
+ },
1024
+ {
1025
+ "id": "p-54",
1026
+ "center": {
1027
+ "x": 95.88283807844059,
1028
+ "y": 0,
1029
+ "z": 41.3060769378003
1030
+ },
1031
+ "width": 1.1887354255601463,
1032
+ "depth": 1.0302011370799509,
1033
+ "rotYDeg": 0,
1034
+ "type": "box",
1035
+ "variant": "box_simple",
1036
+ "colors": {
1037
+ "top": "#409EFF",
1038
+ "left": "#3685d6",
1039
+ "right": "#2c6eb5"
1040
+ }
1041
+ },
1042
+ {
1043
+ "id": "p-55",
1044
+ "center": {
1045
+ "x": 95.8906019082948,
1046
+ "y": 0,
1047
+ "z": 44.04991667303252
1048
+ },
1049
+ "width": 1.2447027863211477,
1050
+ "depth": 1.0736213922843436,
1051
+ "rotYDeg": 0,
1052
+ "type": "box",
1053
+ "variant": "box_simple",
1054
+ "colors": {
1055
+ "top": "#F56C6C",
1056
+ "left": "#d95e5e",
1057
+ "right": "#bd4f4f"
1058
+ }
1059
+ },
1060
+ {
1061
+ "id": "p-56",
1062
+ "center": {
1063
+ "x": 98.84458626475868,
1064
+ "y": 0,
1065
+ "z": 44.04248435531858
1066
+ },
1067
+ "width": 1.223487496480107,
1068
+ "depth": 1.0678411722499137,
1069
+ "rotYDeg": 0,
1070
+ "type": "box",
1071
+ "variant": "box_tofu",
1072
+ "colors": {
1073
+ "top": "#FFFFFF",
1074
+ "left": "#E5E7E9",
1075
+ "right": "#CACFD2",
1076
+ "detail": "#333333"
1077
+ }
1078
+ },
1079
+ {
1080
+ "id": "p-57",
1081
+ "center": {
1082
+ "x": 98.8062258478749,
1083
+ "y": 0,
1084
+ "z": 46.01939427895442
1085
+ },
1086
+ "width": 1.0401544720121447,
1087
+ "depth": 1.2496950255006993,
1088
+ "rotYDeg": 0,
1089
+ "type": "box",
1090
+ "variant": "box_simple",
1091
+ "colors": {
1092
+ "top": "#67C23A",
1093
+ "left": "#529b2e",
1094
+ "right": "#458525"
1095
+ }
1096
+ },
1097
+ {
1098
+ "id": "p-58",
1099
+ "center": {
1100
+ "x": 101.23554065224509,
1101
+ "y": 0,
1102
+ "z": 46.001232314552745
1103
+ },
1104
+ "width": 1.213171005348289,
1105
+ "depth": 1.0842738151942724,
1106
+ "rotYDeg": 0,
1107
+ "type": "box",
1108
+ "variant": "box_tofu",
1109
+ "colors": {
1110
+ "top": "#FFFFFF",
1111
+ "left": "#E5E7E9",
1112
+ "right": "#CACFD2",
1113
+ "detail": "#333333"
1114
+ }
1115
+ },
1116
+ {
1117
+ "id": "p-59",
1118
+ "center": {
1119
+ "x": 101.21937429307468,
1120
+ "y": 0,
1121
+ "z": 47.95740678361961
1122
+ },
1123
+ "width": 1.2225208730541732,
1124
+ "depth": 1.1316457987444688,
1125
+ "rotYDeg": 0,
1126
+ "type": "box",
1127
+ "variant": "box_tofu",
1128
+ "colors": {
1129
+ "top": "#FFFFFF",
1130
+ "left": "#E5E7E9",
1131
+ "right": "#CACFD2",
1132
+ "detail": "#333333"
1133
+ }
1134
+ },
1135
+ {
1136
+ "id": "p-60",
1137
+ "center": {
1138
+ "x": 103.22700321086546,
1139
+ "y": 0,
1140
+ "z": 47.95412633472779
1141
+ },
1142
+ "width": 1.1785020829078285,
1143
+ "depth": 1.1613183022296607,
1144
+ "rotYDeg": 0,
1145
+ "type": "box",
1146
+ "variant": "box_vinyl",
1147
+ "colors": {
1148
+ "top": "#F4D03F",
1149
+ "left": "#D4AC0D",
1150
+ "right": "#B7950B",
1151
+ "detail": "#111111"
1152
+ }
1153
+ },
1154
+ {
1155
+ "id": "p-61",
1156
+ "center": {
1157
+ "x": 106.28730441994843,
1158
+ "y": 0,
1159
+ "z": 48.001077247248524
1160
+ },
1161
+ "width": 1.0268454551821786,
1162
+ "depth": 1.0387048795999516,
1163
+ "rotYDeg": 0,
1164
+ "type": "box",
1165
+ "variant": "box_tofu",
1166
+ "colors": {
1167
+ "top": "#FFFFFF",
1168
+ "left": "#E5E7E9",
1169
+ "right": "#CACFD2",
1170
+ "detail": "#333333"
1171
+ }
1172
+ },
1173
+ {
1174
+ "id": "p-62",
1175
+ "center": {
1176
+ "x": 109.06477597468293,
1177
+ "y": 0,
1178
+ "z": 47.961431646934436
1179
+ },
1180
+ "width": 1.2409694195915804,
1181
+ "depth": 1.2242863179297587,
1182
+ "rotYDeg": 0,
1183
+ "type": "box",
1184
+ "variant": "box_simple",
1185
+ "colors": {
1186
+ "top": "#E6A23C",
1187
+ "left": "#cf9236",
1188
+ "right": "#b07d2e"
1189
+ }
1190
+ },
1191
+ {
1192
+ "id": "p-63",
1193
+ "center": {
1194
+ "x": 109.07422450300041,
1195
+ "y": 0,
1196
+ "z": 50.96629634018348
1197
+ },
1198
+ "width": 1.192026384264243,
1199
+ "depth": 1.1291461885576817,
1200
+ "rotYDeg": 0,
1201
+ "type": "box",
1202
+ "variant": "box_vinyl",
1203
+ "colors": {
1204
+ "top": "#F4D03F",
1205
+ "left": "#D4AC0D",
1206
+ "right": "#B7950B",
1207
+ "detail": "#111111"
1208
+ }
1209
+ },
1210
+ {
1211
+ "id": "p-64",
1212
+ "center": {
1213
+ "x": 111.38205571909535,
1214
+ "y": 0,
1215
+ "z": 50.95016055223539
1216
+ },
1217
+ "width": 1.0133166387739203,
1218
+ "depth": 1.142337665028096,
1219
+ "rotYDeg": 0,
1220
+ "type": "box",
1221
+ "variant": "box_store",
1222
+ "colors": {
1223
+ "top": "#FDFFE6",
1224
+ "left": "#D7DBDD",
1225
+ "right": "#BFC9CA",
1226
+ "detail": "#FF6B6B"
1227
+ }
1228
+ },
1229
+ {
1230
+ "id": "p-65",
1231
+ "center": {
1232
+ "x": 111.36632951042448,
1233
+ "y": 0,
1234
+ "z": 53.99933300192902
1235
+ },
1236
+ "width": 1.13465288287711,
1237
+ "depth": 1.2188984454697456,
1238
+ "rotYDeg": 0,
1239
+ "type": "box",
1240
+ "variant": "box_simple",
1241
+ "colors": {
1242
+ "top": "#E6A23C",
1243
+ "left": "#cf9236",
1244
+ "right": "#b07d2e"
1245
+ }
1246
+ },
1247
+ {
1248
+ "id": "p-66",
1249
+ "center": {
1250
+ "x": 113.55935335914113,
1251
+ "y": 0,
1252
+ "z": 54.015220560419934
1253
+ },
1254
+ "width": 1.159517526700868,
1255
+ "depth": 1.2271335126027156,
1256
+ "rotYDeg": 0,
1257
+ "type": "box",
1258
+ "variant": "box_simple",
1259
+ "colors": {
1260
+ "top": "#E6A23C",
1261
+ "left": "#cf9236",
1262
+ "right": "#b07d2e"
1263
+ }
1264
+ },
1265
+ {
1266
+ "id": "p-67",
1267
+ "center": {
1268
+ "x": 113.5743528471675,
1269
+ "y": 0,
1270
+ "z": 56.8835988186689
1271
+ },
1272
+ "width": 1.1425258517929007,
1273
+ "depth": 1.1868390441810894,
1274
+ "rotYDeg": 0,
1275
+ "type": "box",
1276
+ "variant": "box_simple",
1277
+ "colors": {
1278
+ "top": "#F56C6C",
1279
+ "left": "#d95e5e",
1280
+ "right": "#bd4f4f"
1281
+ }
1282
+ },
1283
+ {
1284
+ "id": "p-68",
1285
+ "center": {
1286
+ "x": 115.48104520904886,
1287
+ "y": 0,
1288
+ "z": 56.839077880275
1289
+ },
1290
+ "width": 1.0381019711671873,
1291
+ "depth": 1.027963705373911,
1292
+ "rotYDeg": 0,
1293
+ "type": "box",
1294
+ "variant": "box_simple",
1295
+ "colors": {
1296
+ "top": "#409EFF",
1297
+ "left": "#3685d6",
1298
+ "right": "#2c6eb5"
1299
+ }
1300
+ },
1301
+ {
1302
+ "id": "p-69",
1303
+ "center": {
1304
+ "x": 118.24665968331824,
1305
+ "y": 0,
1306
+ "z": 56.86159060232415
1307
+ },
1308
+ "width": 1.1189637184697034,
1309
+ "depth": 1.1220760346027445,
1310
+ "rotYDeg": 0,
1311
+ "type": "box",
1312
+ "variant": "box_simple",
1313
+ "colors": {
1314
+ "top": "#409EFF",
1315
+ "left": "#3685d6",
1316
+ "right": "#2c6eb5"
1317
+ }
1318
+ },
1319
+ {
1320
+ "id": "p-70",
1321
+ "center": {
1322
+ "x": 121.00172293144364,
1323
+ "y": 0,
1324
+ "z": 56.84415915244918
1325
+ },
1326
+ "width": 1.1267366409891921,
1327
+ "depth": 1.1165413857049036,
1328
+ "rotYDeg": 0,
1329
+ "type": "box",
1330
+ "variant": "box_store",
1331
+ "colors": {
1332
+ "top": "#FDFFE6",
1333
+ "left": "#D7DBDD",
1334
+ "right": "#BFC9CA",
1335
+ "detail": "#FF6B6B"
1336
+ }
1337
+ },
1338
+ {
1339
+ "id": "p-71",
1340
+ "center": {
1341
+ "x": 124.13956930657834,
1342
+ "y": 0,
1343
+ "z": 56.83988631006325
1344
+ },
1345
+ "width": 1.077738136089285,
1346
+ "depth": 1.0024652183067357,
1347
+ "rotYDeg": 0,
1348
+ "type": "box",
1349
+ "variant": "box_simple",
1350
+ "colors": {
1351
+ "top": "#E6A23C",
1352
+ "left": "#cf9236",
1353
+ "right": "#b07d2e"
1354
+ }
1355
+ },
1356
+ {
1357
+ "id": "p-72",
1358
+ "center": {
1359
+ "x": 124.15865885341017,
1360
+ "y": 0,
1361
+ "z": 59.941721717241094
1362
+ },
1363
+ "width": 1.0416203141406273,
1364
+ "depth": 1.1344855502874058,
1365
+ "rotYDeg": 0,
1366
+ "type": "box",
1367
+ "variant": "box_vinyl",
1368
+ "colors": {
1369
+ "top": "#F4D03F",
1370
+ "left": "#D4AC0D",
1371
+ "right": "#B7950B",
1372
+ "detail": "#111111"
1373
+ }
1374
+ },
1375
+ {
1376
+ "id": "p-73",
1377
+ "center": {
1378
+ "x": 126.82811750535771,
1379
+ "y": 0,
1380
+ "z": 59.990025571752355
1381
+ },
1382
+ "width": 1.1094007492574867,
1383
+ "depth": 1.0638432503043875,
1384
+ "rotYDeg": 0,
1385
+ "type": "box",
1386
+ "variant": "box_store",
1387
+ "colors": {
1388
+ "top": "#FDFFE6",
1389
+ "left": "#D7DBDD",
1390
+ "right": "#BFC9CA",
1391
+ "detail": "#FF6B6B"
1392
+ }
1393
+ },
1394
+ {
1395
+ "id": "p-74",
1396
+ "center": {
1397
+ "x": 126.85615591176612,
1398
+ "y": 0,
1399
+ "z": 63.0132738633376
1400
+ },
1401
+ "width": 1.0412020683480436,
1402
+ "depth": 1.0264272764448203,
1403
+ "rotYDeg": 0,
1404
+ "type": "box",
1405
+ "variant": "box_tofu",
1406
+ "colors": {
1407
+ "top": "#FFFFFF",
1408
+ "left": "#E5E7E9",
1409
+ "right": "#CACFD2",
1410
+ "detail": "#333333"
1411
+ }
1412
+ },
1413
+ {
1414
+ "id": "p-75",
1415
+ "center": {
1416
+ "x": 129.64797225410496,
1417
+ "y": 0,
1418
+ "z": 62.9761360450071
1419
+ },
1420
+ "width": 1.0711390078399046,
1421
+ "depth": 1.1289549172525084,
1422
+ "rotYDeg": 0,
1423
+ "type": "box",
1424
+ "variant": "box_store",
1425
+ "colors": {
1426
+ "top": "#FDFFE6",
1427
+ "left": "#D7DBDD",
1428
+ "right": "#BFC9CA",
1429
+ "detail": "#FF6B6B"
1430
+ }
1431
+ },
1432
+ {
1433
+ "id": "p-76",
1434
+ "center": {
1435
+ "x": 131.66969111388076,
1436
+ "y": 0,
1437
+ "z": 62.99486926037114
1438
+ },
1439
+ "width": 1.167517185289188,
1440
+ "depth": 1.180028915489106,
1441
+ "rotYDeg": 0,
1442
+ "type": "box",
1443
+ "variant": "box_vinyl",
1444
+ "colors": {
1445
+ "top": "#F4D03F",
1446
+ "left": "#D4AC0D",
1447
+ "right": "#B7950B",
1448
+ "detail": "#111111"
1449
+ }
1450
+ },
1451
+ {
1452
+ "id": "p-77",
1453
+ "center": {
1454
+ "x": 134.53669283862078,
1455
+ "y": 0,
1456
+ "z": 63.03572638474206
1457
+ },
1458
+ "width": 1.0053957402731273,
1459
+ "depth": 1.1466851002288447,
1460
+ "rotYDeg": 0,
1461
+ "type": "box",
1462
+ "variant": "box_simple",
1463
+ "colors": {
1464
+ "top": "#F56C6C",
1465
+ "left": "#d95e5e",
1466
+ "right": "#bd4f4f"
1467
+ }
1468
+ },
1469
+ {
1470
+ "id": "p-78",
1471
+ "center": {
1472
+ "x": 134.5235567736317,
1473
+ "y": 0,
1474
+ "z": 66.18817306067244
1475
+ },
1476
+ "width": 1.123529404459302,
1477
+ "depth": 1.2131348551312158,
1478
+ "rotYDeg": 0,
1479
+ "type": "box",
1480
+ "variant": "box_vinyl",
1481
+ "colors": {
1482
+ "top": "#F4D03F",
1483
+ "left": "#D4AC0D",
1484
+ "right": "#B7950B",
1485
+ "detail": "#111111"
1486
+ }
1487
+ },
1488
+ {
1489
+ "id": "p-79",
1490
+ "center": {
1491
+ "x": 134.52204933046465,
1492
+ "y": 0,
1493
+ "z": 68.09256914169181
1494
+ },
1495
+ "width": 1.1878917218129579,
1496
+ "depth": 1.0833485126883482,
1497
+ "rotYDeg": 0,
1498
+ "type": "box",
1499
+ "variant": "box_simple",
1500
+ "colors": {
1501
+ "top": "#E6A23C",
1502
+ "left": "#cf9236",
1503
+ "right": "#b07d2e"
1504
+ }
1505
+ },
1506
+ {
1507
+ "id": "p-80",
1508
+ "center": {
1509
+ "x": 136.92035274413436,
1510
+ "y": 0,
1511
+ "z": 68.07624557527073
1512
+ },
1513
+ "width": 1.1317160130160469,
1514
+ "depth": 1.0561435222887172,
1515
+ "rotYDeg": 0,
1516
+ "type": "box",
1517
+ "variant": "box_tofu",
1518
+ "colors": {
1519
+ "top": "#FFFFFF",
1520
+ "left": "#E5E7E9",
1521
+ "right": "#CACFD2",
1522
+ "detail": "#333333"
1523
+ }
1524
+ },
1525
+ {
1526
+ "id": "p-81",
1527
+ "center": {
1528
+ "x": 139.97894100513267,
1529
+ "y": 0,
1530
+ "z": 68.09209648882603
1531
+ },
1532
+ "width": 1.023706525575233,
1533
+ "depth": 1.1160714403335337,
1534
+ "rotYDeg": 0,
1535
+ "type": "box",
1536
+ "variant": "box_express",
1537
+ "colors": {
1538
+ "top": "#E0C097",
1539
+ "left": "#C4A480",
1540
+ "right": "#A88865",
1541
+ "detail": "#8B5E3C"
1542
+ }
1543
+ },
1544
+ {
1545
+ "id": "p-82",
1546
+ "center": {
1547
+ "x": 139.94488117364003,
1548
+ "y": 0,
1549
+ "z": 70.49420205894589
1550
+ },
1551
+ "width": 1.1995436475610097,
1552
+ "depth": 1.023944467317287,
1553
+ "rotYDeg": 0,
1554
+ "type": "box",
1555
+ "variant": "box_store",
1556
+ "colors": {
1557
+ "top": "#FDFFE6",
1558
+ "left": "#D7DBDD",
1559
+ "right": "#BFC9CA",
1560
+ "detail": "#FF6B6B"
1561
+ }
1562
+ },
1563
+ {
1564
+ "id": "p-83",
1565
+ "center": {
1566
+ "x": 142.89695681652384,
1567
+ "y": 0,
1568
+ "z": 70.4451133662812
1569
+ },
1570
+ "width": 1.1472172141760668,
1571
+ "depth": 1.0940715671023686,
1572
+ "rotYDeg": 0,
1573
+ "type": "box",
1574
+ "variant": "box_tofu",
1575
+ "colors": {
1576
+ "top": "#FFFFFF",
1577
+ "left": "#E5E7E9",
1578
+ "right": "#CACFD2",
1579
+ "detail": "#333333"
1580
+ }
1581
+ },
1582
+ {
1583
+ "id": "p-84",
1584
+ "center": {
1585
+ "x": 145.36988510243594,
1586
+ "y": 0,
1587
+ "z": 70.4414914781421
1588
+ },
1589
+ "width": 1.0162493586615888,
1590
+ "depth": 1.246187634880742,
1591
+ "rotYDeg": 0,
1592
+ "type": "box",
1593
+ "variant": "box_store",
1594
+ "colors": {
1595
+ "top": "#FDFFE6",
1596
+ "left": "#D7DBDD",
1597
+ "right": "#BFC9CA",
1598
+ "detail": "#FF6B6B"
1599
+ }
1600
+ },
1601
+ {
1602
+ "id": "p-85",
1603
+ "center": {
1604
+ "x": 145.3222485219698,
1605
+ "y": 0,
1606
+ "z": 72.77285777897242
1607
+ },
1608
+ "width": 1.030250132097979,
1609
+ "depth": 1.1678407863564049,
1610
+ "rotYDeg": 0,
1611
+ "type": "box",
1612
+ "variant": "box_express",
1613
+ "colors": {
1614
+ "top": "#E0C097",
1615
+ "left": "#C4A480",
1616
+ "right": "#A88865",
1617
+ "detail": "#8B5E3C"
1618
+ }
1619
+ },
1620
+ {
1621
+ "id": "p-86",
1622
+ "center": {
1623
+ "x": 147.91092294841587,
1624
+ "y": 0,
1625
+ "z": 72.80190103624571
1626
+ },
1627
+ "width": 1.2452562228987256,
1628
+ "depth": 1.023834705363882,
1629
+ "rotYDeg": 0,
1630
+ "type": "box",
1631
+ "variant": "box_express",
1632
+ "colors": {
1633
+ "top": "#E0C097",
1634
+ "left": "#C4A480",
1635
+ "right": "#A88865",
1636
+ "detail": "#8B5E3C"
1637
+ }
1638
+ },
1639
+ {
1640
+ "id": "p-87",
1641
+ "center": {
1642
+ "x": 147.8728694269075,
1643
+ "y": 0,
1644
+ "z": 75.81643354923764
1645
+ },
1646
+ "width": 1.1001320705284048,
1647
+ "depth": 1.0400570631213752,
1648
+ "rotYDeg": 0,
1649
+ "type": "box",
1650
+ "variant": "box_tofu",
1651
+ "colors": {
1652
+ "top": "#FFFFFF",
1653
+ "left": "#E5E7E9",
1654
+ "right": "#CACFD2",
1655
+ "detail": "#333333"
1656
+ }
1657
+ },
1658
+ {
1659
+ "id": "p-88",
1660
+ "center": {
1661
+ "x": 147.9085065374191,
1662
+ "y": 0,
1663
+ "z": 77.91761471674201
1664
+ },
1665
+ "width": 1.1244460344894072,
1666
+ "depth": 1.1749097109655429,
1667
+ "rotYDeg": 0,
1668
+ "type": "box",
1669
+ "variant": "box_store",
1670
+ "colors": {
1671
+ "top": "#FDFFE6",
1672
+ "left": "#D7DBDD",
1673
+ "right": "#BFC9CA",
1674
+ "detail": "#FF6B6B"
1675
+ }
1676
+ },
1677
+ {
1678
+ "id": "p-89",
1679
+ "center": {
1680
+ "x": 147.9185281763173,
1681
+ "y": 0,
1682
+ "z": 80.88880907992777
1683
+ },
1684
+ "width": 1.1845407188798025,
1685
+ "depth": 1.0122939050254849,
1686
+ "rotYDeg": 0,
1687
+ "type": "box",
1688
+ "variant": "box_simple",
1689
+ "colors": {
1690
+ "top": "#409EFF",
1691
+ "left": "#3685d6",
1692
+ "right": "#2c6eb5"
1693
+ }
1694
+ },
1695
+ {
1696
+ "id": "p-90",
1697
+ "center": {
1698
+ "x": 147.87613408662205,
1699
+ "y": 0,
1700
+ "z": 83.30418619045717
1701
+ },
1702
+ "width": 1.0706059038967852,
1703
+ "depth": 1.050827056193178,
1704
+ "rotYDeg": 0,
1705
+ "type": "box",
1706
+ "variant": "box_vinyl",
1707
+ "colors": {
1708
+ "top": "#F4D03F",
1709
+ "left": "#D4AC0D",
1710
+ "right": "#B7950B",
1711
+ "detail": "#111111"
1712
+ }
1713
+ },
1714
+ {
1715
+ "id": "p-91",
1716
+ "center": {
1717
+ "x": 147.86262705722487,
1718
+ "y": 0,
1719
+ "z": 85.61673684868344
1720
+ },
1721
+ "width": 1.1407601610481555,
1722
+ "depth": 1.0329644084130247,
1723
+ "rotYDeg": 0,
1724
+ "type": "box",
1725
+ "variant": "box_express",
1726
+ "colors": {
1727
+ "top": "#E0C097",
1728
+ "left": "#C4A480",
1729
+ "right": "#A88865",
1730
+ "detail": "#8B5E3C"
1731
+ }
1732
+ },
1733
+ {
1734
+ "id": "p-92",
1735
+ "center": {
1736
+ "x": 150.83437855098606,
1737
+ "y": 0,
1738
+ "z": 85.60835058247129
1739
+ },
1740
+ "width": 1.1193374544937804,
1741
+ "depth": 1.0220585614545543,
1742
+ "rotYDeg": 0,
1743
+ "type": "box",
1744
+ "variant": "box_simple",
1745
+ "colors": {
1746
+ "top": "#67C23A",
1747
+ "left": "#529b2e",
1748
+ "right": "#458525"
1749
+ }
1750
+ },
1751
+ {
1752
+ "id": "p-93",
1753
+ "center": {
1754
+ "x": 150.88393464246022,
1755
+ "y": 0,
1756
+ "z": 87.89295458970264
1757
+ },
1758
+ "width": 1.1857793630034568,
1759
+ "depth": 1.1852394641308297,
1760
+ "rotYDeg": 0,
1761
+ "type": "box",
1762
+ "variant": "box_simple",
1763
+ "colors": {
1764
+ "top": "#F56C6C",
1765
+ "left": "#d95e5e",
1766
+ "right": "#bd4f4f"
1767
+ }
1768
+ },
1769
+ {
1770
+ "id": "p-94",
1771
+ "center": {
1772
+ "x": 152.9572975414141,
1773
+ "y": 0,
1774
+ "z": 87.93488235654537
1775
+ },
1776
+ "width": 1.0396474637275783,
1777
+ "depth": 1.1285951659682185,
1778
+ "rotYDeg": 0,
1779
+ "type": "box",
1780
+ "variant": "box_simple",
1781
+ "colors": {
1782
+ "top": "#67C23A",
1783
+ "left": "#529b2e",
1784
+ "right": "#458525"
1785
+ }
1786
+ },
1787
+ {
1788
+ "id": "p-95",
1789
+ "center": {
1790
+ "x": 152.92309146098475,
1791
+ "y": 0,
1792
+ "z": 89.80855143254556
1793
+ },
1794
+ "width": 1.0803005546705333,
1795
+ "depth": 1.2196274251768493,
1796
+ "rotYDeg": 0,
1797
+ "type": "box",
1798
+ "variant": "box_simple",
1799
+ "colors": {
1800
+ "top": "#E6A23C",
1801
+ "left": "#cf9236",
1802
+ "right": "#b07d2e"
1803
+ }
1804
+ },
1805
+ {
1806
+ "id": "p-96",
1807
+ "center": {
1808
+ "x": 154.94649110021842,
1809
+ "y": 0,
1810
+ "z": 89.78390294498946
1811
+ },
1812
+ "width": 1.0754130855553845,
1813
+ "depth": 1.0441053509917602,
1814
+ "rotYDeg": 0,
1815
+ "type": "box",
1816
+ "variant": "box_store",
1817
+ "colors": {
1818
+ "top": "#FDFFE6",
1819
+ "left": "#D7DBDD",
1820
+ "right": "#BFC9CA",
1821
+ "detail": "#FF6B6B"
1822
+ }
1823
+ },
1824
+ {
1825
+ "id": "p-97",
1826
+ "center": {
1827
+ "x": 154.96184774821714,
1828
+ "y": 0,
1829
+ "z": 92.60769711370008
1830
+ },
1831
+ "width": 1.05,
1832
+ "depth": 1.05,
1833
+ "rotYDeg": 0,
1834
+ "type": "cylinder",
1835
+ "variant": "cylinder_simple",
1836
+ "colors": {
1837
+ "top": "#F56C6C",
1838
+ "left": "#d95e5e",
1839
+ "right": "#bd4f4f"
1840
+ }
1841
+ },
1842
+ {
1843
+ "id": "p-98",
1844
+ "center": {
1845
+ "x": 157.6069873355362,
1846
+ "y": 0,
1847
+ "z": 92.56912735338284
1848
+ },
1849
+ "width": 1.2100504935765874,
1850
+ "depth": 1.0236027538886308,
1851
+ "rotYDeg": 0,
1852
+ "type": "box",
1853
+ "variant": "box_tofu",
1854
+ "colors": {
1855
+ "top": "#FFFFFF",
1856
+ "left": "#E5E7E9",
1857
+ "right": "#CACFD2",
1858
+ "detail": "#333333"
1859
+ }
1860
+ },
1861
+ {
1862
+ "id": "p-99",
1863
+ "center": {
1864
+ "x": 157.62820253897377,
1865
+ "y": 0,
1866
+ "z": 95.64570217425737
1867
+ },
1868
+ "width": 1.2097482384227907,
1869
+ "depth": 1.1036635339742822,
1870
+ "rotYDeg": 0,
1871
+ "type": "box",
1872
+ "variant": "box_tofu",
1873
+ "colors": {
1874
+ "top": "#FFFFFF",
1875
+ "left": "#E5E7E9",
1876
+ "right": "#CACFD2",
1877
+ "detail": "#333333"
1878
+ }
1879
+ }
1880
+ ],
1881
+ "inputs": [{
1882
+ "jumpIndex": 0,
1883
+ "pressMs": 228
1884
+ }],
1885
+ "events": [{
1886
+ "type": "MISS",
1887
+ "jumpIndex": 0,
1888
+ "scoreDelta": 0,
1889
+ "failReason": "short"
1890
+ }],
1891
+ "result": {
1892
+ "totalScore": 0,
1893
+ "maxStreak": 0,
1894
+ "totalJumps": 1,
1895
+ "isNewRecord": false
1896
+ }
1897
+ },
1898
+ "summary": {
1899
+ "totalScore": 0,
1900
+ "totalJumps": 1,
1901
+ "maxStreak": 0,
1902
+ "durationSeconds": 1.2730000000000001,
1903
+ "perfectCount": 0,
1904
+ "goodCount": 0,
1905
+ "milestoneCount": 0
1906
+ }
1907
+ }