@agent-foundry/replay-server 1.0.0 → 1.0.2
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.
- package/.cursor/dev.mdc +941 -0
- package/.cursor/project.mdc +17 -2
- package/.env +30 -0
- package/Dockerfile +6 -0
- package/README.md +297 -27
- package/dist/cli/render.js +14 -4
- package/dist/cli/render.js.map +1 -1
- package/dist/renderer/PuppeteerRenderer.d.ts +28 -2
- package/dist/renderer/PuppeteerRenderer.d.ts.map +1 -1
- package/dist/renderer/PuppeteerRenderer.js +134 -36
- package/dist/renderer/PuppeteerRenderer.js.map +1 -1
- package/dist/server/index.d.ts +4 -0
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +200 -46
- package/dist/server/index.js.map +1 -1
- package/dist/services/BundleManager.d.ts +99 -0
- package/dist/services/BundleManager.d.ts.map +1 -0
- package/dist/services/BundleManager.js +410 -0
- package/dist/services/BundleManager.js.map +1 -0
- package/dist/services/OSSClient.d.ts +51 -0
- package/dist/services/OSSClient.d.ts.map +1 -0
- package/dist/services/OSSClient.js +207 -0
- package/dist/services/OSSClient.js.map +1 -0
- package/dist/services/index.d.ts +7 -0
- package/dist/services/index.d.ts.map +1 -0
- package/dist/services/index.js +7 -0
- package/dist/services/index.js.map +1 -0
- package/dist/services/types.d.ts +73 -0
- package/dist/services/types.d.ts.map +1 -0
- package/dist/services/types.js +5 -0
- package/dist/services/types.js.map +1 -0
- package/docker-compose.local.yml +10 -0
- package/env.example +30 -0
- package/package.json +7 -3
- package/restart.sh +5 -0
- package/samples/jump_arena_5_ja-mksi5fku-qgk5iq.json +1952 -0
- package/scripts/render-pipeline.sh +657 -0
- package/scripts/test-bundle-preload.sh +20 -0
- package/scripts/test-service-sts.sh +176 -0
- package/src/cli/render.ts +18 -7
- package/src/renderer/PuppeteerRenderer.ts +192 -39
- package/src/server/index.ts +249 -68
- package/src/services/BundleManager.ts +503 -0
- package/src/services/OSSClient.ts +286 -0
- package/src/services/index.ts +7 -0
- package/src/services/types.ts +78 -0
|
@@ -0,0 +1,1952 @@
|
|
|
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-160727/bundle-1769270846565.tar.gz",
|
|
6
|
+
"gameId": "ja-mksi5fku-qgk5iq",
|
|
7
|
+
"gameVersion": "1.0.0",
|
|
8
|
+
"createdAt": "2026-01-24T16:06:36.318Z",
|
|
9
|
+
"seed": 8354,
|
|
10
|
+
"gameRun": {
|
|
11
|
+
"seed": 8354,
|
|
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.8418771510207455
|
|
36
|
+
},
|
|
37
|
+
"width": 1.0137419998709774,
|
|
38
|
+
"depth": 1.0973514691448545,
|
|
39
|
+
"rotYDeg": 0,
|
|
40
|
+
"type": "box",
|
|
41
|
+
"variant": "box_store",
|
|
42
|
+
"colors": {
|
|
43
|
+
"top": "#FDFFE6",
|
|
44
|
+
"left": "#D7DBDD",
|
|
45
|
+
"right": "#BFC9CA",
|
|
46
|
+
"detail": "#FF6B6B"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "p-2",
|
|
51
|
+
"center": {
|
|
52
|
+
"x": 0.01587428453651922,
|
|
53
|
+
"y": 0,
|
|
54
|
+
"z": 4.7789089923626324
|
|
55
|
+
},
|
|
56
|
+
"width": 1.114595085435824,
|
|
57
|
+
"depth": 1.2216244042951727,
|
|
58
|
+
"rotYDeg": 0,
|
|
59
|
+
"type": "box",
|
|
60
|
+
"variant": "box_simple",
|
|
61
|
+
"colors": {
|
|
62
|
+
"top": "#F56C6C",
|
|
63
|
+
"left": "#d95e5e",
|
|
64
|
+
"right": "#bd4f4f"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": "p-3",
|
|
69
|
+
"center": {
|
|
70
|
+
"x": 2.879219884206178,
|
|
71
|
+
"y": 0,
|
|
72
|
+
"z": 4.792009473425341
|
|
73
|
+
},
|
|
74
|
+
"width": 1.05,
|
|
75
|
+
"depth": 1.05,
|
|
76
|
+
"rotYDeg": 0,
|
|
77
|
+
"type": "cylinder",
|
|
78
|
+
"variant": "cylinder_simple",
|
|
79
|
+
"colors": {
|
|
80
|
+
"top": "#E6A23C",
|
|
81
|
+
"left": "#cf9236",
|
|
82
|
+
"right": "#b07d2e"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"id": "p-4",
|
|
87
|
+
"center": {
|
|
88
|
+
"x": 2.923199961159006,
|
|
89
|
+
"y": 0,
|
|
90
|
+
"z": 7.476585794485447
|
|
91
|
+
},
|
|
92
|
+
"width": 1.05,
|
|
93
|
+
"depth": 1.05,
|
|
94
|
+
"rotYDeg": 0,
|
|
95
|
+
"type": "cylinder",
|
|
96
|
+
"variant": "cylinder_simple",
|
|
97
|
+
"colors": {
|
|
98
|
+
"top": "#F56C6C",
|
|
99
|
+
"left": "#d95e5e",
|
|
100
|
+
"right": "#bd4f4f"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"id": "p-5",
|
|
105
|
+
"center": {
|
|
106
|
+
"x": 5.0693786121762265,
|
|
107
|
+
"y": 0,
|
|
108
|
+
"z": 7.496932710240098
|
|
109
|
+
},
|
|
110
|
+
"width": 1.1421318948930743,
|
|
111
|
+
"depth": 1.2422101200754803,
|
|
112
|
+
"rotYDeg": 0,
|
|
113
|
+
"type": "box",
|
|
114
|
+
"variant": "box_tofu",
|
|
115
|
+
"colors": {
|
|
116
|
+
"top": "#FFFFFF",
|
|
117
|
+
"left": "#E5E7E9",
|
|
118
|
+
"right": "#CACFD2",
|
|
119
|
+
"detail": "#333333"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "p-6",
|
|
124
|
+
"center": {
|
|
125
|
+
"x": 5.0460538722556345,
|
|
126
|
+
"y": 0,
|
|
127
|
+
"z": 9.980755270868892
|
|
128
|
+
},
|
|
129
|
+
"width": 1.04928681256682,
|
|
130
|
+
"depth": 1.019618131229476,
|
|
131
|
+
"rotYDeg": 0,
|
|
132
|
+
"type": "box",
|
|
133
|
+
"variant": "box_store",
|
|
134
|
+
"colors": {
|
|
135
|
+
"top": "#FDFFE6",
|
|
136
|
+
"left": "#D7DBDD",
|
|
137
|
+
"right": "#BFC9CA",
|
|
138
|
+
"detail": "#FF6B6B"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"id": "p-7",
|
|
143
|
+
"center": {
|
|
144
|
+
"x": 7.574378035554839,
|
|
145
|
+
"y": 0,
|
|
146
|
+
"z": 10.004460944120988
|
|
147
|
+
},
|
|
148
|
+
"width": 1.141187191075267,
|
|
149
|
+
"depth": 1.1777353287570809,
|
|
150
|
+
"rotYDeg": 0,
|
|
151
|
+
"type": "box",
|
|
152
|
+
"variant": "box_tofu",
|
|
153
|
+
"colors": {
|
|
154
|
+
"top": "#FFFFFF",
|
|
155
|
+
"left": "#E5E7E9",
|
|
156
|
+
"right": "#CACFD2",
|
|
157
|
+
"detail": "#333333"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"id": "p-8",
|
|
162
|
+
"center": {
|
|
163
|
+
"x": 9.47067129426667,
|
|
164
|
+
"y": 0,
|
|
165
|
+
"z": 9.98869722028668
|
|
166
|
+
},
|
|
167
|
+
"width": 1.0714766681527144,
|
|
168
|
+
"depth": 1.1815985144030297,
|
|
169
|
+
"rotYDeg": 0,
|
|
170
|
+
"type": "box",
|
|
171
|
+
"variant": "box_vinyl",
|
|
172
|
+
"colors": {
|
|
173
|
+
"top": "#F4D03F",
|
|
174
|
+
"left": "#D4AC0D",
|
|
175
|
+
"right": "#B7950B",
|
|
176
|
+
"detail": "#111111"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"id": "p-9",
|
|
181
|
+
"center": {
|
|
182
|
+
"x": 11.381437347518018,
|
|
183
|
+
"y": 0,
|
|
184
|
+
"z": 10.010306359762469
|
|
185
|
+
},
|
|
186
|
+
"width": 1.1758430600985155,
|
|
187
|
+
"depth": 1.2058048845295817,
|
|
188
|
+
"rotYDeg": 0,
|
|
189
|
+
"type": "box",
|
|
190
|
+
"variant": "box_vinyl",
|
|
191
|
+
"colors": {
|
|
192
|
+
"top": "#F4D03F",
|
|
193
|
+
"left": "#D4AC0D",
|
|
194
|
+
"right": "#B7950B",
|
|
195
|
+
"detail": "#111111"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"id": "p-10",
|
|
200
|
+
"center": {
|
|
201
|
+
"x": 14.40281810637229,
|
|
202
|
+
"y": 0,
|
|
203
|
+
"z": 10.030991102722934
|
|
204
|
+
},
|
|
205
|
+
"width": 1.1153692305625273,
|
|
206
|
+
"depth": 1.1703861058551754,
|
|
207
|
+
"rotYDeg": 0,
|
|
208
|
+
"type": "box",
|
|
209
|
+
"variant": "box_simple",
|
|
210
|
+
"colors": {
|
|
211
|
+
"top": "#F56C6C",
|
|
212
|
+
"left": "#d95e5e",
|
|
213
|
+
"right": "#bd4f4f"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"id": "p-11",
|
|
218
|
+
"center": {
|
|
219
|
+
"x": 16.25778682111194,
|
|
220
|
+
"y": 0,
|
|
221
|
+
"z": 10.06819002778185
|
|
222
|
+
},
|
|
223
|
+
"width": 1.0236445367446376,
|
|
224
|
+
"depth": 1.2465216891125412,
|
|
225
|
+
"rotYDeg": 0,
|
|
226
|
+
"type": "box",
|
|
227
|
+
"variant": "box_simple",
|
|
228
|
+
"colors": {
|
|
229
|
+
"top": "#F56C6C",
|
|
230
|
+
"left": "#d95e5e",
|
|
231
|
+
"right": "#bd4f4f"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "p-12",
|
|
236
|
+
"center": {
|
|
237
|
+
"x": 18.23789608366224,
|
|
238
|
+
"y": 0,
|
|
239
|
+
"z": 10.066288031668535
|
|
240
|
+
},
|
|
241
|
+
"width": 1.092410087628481,
|
|
242
|
+
"depth": 1.192329883665,
|
|
243
|
+
"rotYDeg": 0,
|
|
244
|
+
"type": "box",
|
|
245
|
+
"variant": "box_simple",
|
|
246
|
+
"colors": {
|
|
247
|
+
"top": "#E6A23C",
|
|
248
|
+
"left": "#cf9236",
|
|
249
|
+
"right": "#b07d2e"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"id": "p-13",
|
|
254
|
+
"center": {
|
|
255
|
+
"x": 18.190241743992196,
|
|
256
|
+
"y": 0,
|
|
257
|
+
"z": 12.395902289727655
|
|
258
|
+
},
|
|
259
|
+
"width": 1.205101318752906,
|
|
260
|
+
"depth": 1.1580432952186295,
|
|
261
|
+
"rotYDeg": 0,
|
|
262
|
+
"type": "box",
|
|
263
|
+
"variant": "box_tofu",
|
|
264
|
+
"colors": {
|
|
265
|
+
"top": "#FFFFFF",
|
|
266
|
+
"left": "#E5E7E9",
|
|
267
|
+
"right": "#CACFD2",
|
|
268
|
+
"detail": "#333333"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"id": "p-14",
|
|
273
|
+
"center": {
|
|
274
|
+
"x": 20.340699865455136,
|
|
275
|
+
"y": 0,
|
|
276
|
+
"z": 12.414958991419969
|
|
277
|
+
},
|
|
278
|
+
"width": 1.235769748797533,
|
|
279
|
+
"depth": 1.2367458344608293,
|
|
280
|
+
"rotYDeg": 0,
|
|
281
|
+
"type": "box",
|
|
282
|
+
"variant": "box_store",
|
|
283
|
+
"colors": {
|
|
284
|
+
"top": "#FDFFE6",
|
|
285
|
+
"left": "#D7DBDD",
|
|
286
|
+
"right": "#BFC9CA",
|
|
287
|
+
"detail": "#FF6B6B"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "p-15",
|
|
292
|
+
"center": {
|
|
293
|
+
"x": 22.95895891429808,
|
|
294
|
+
"y": 0,
|
|
295
|
+
"z": 12.430871047419899
|
|
296
|
+
},
|
|
297
|
+
"width": 1.05,
|
|
298
|
+
"depth": 1.05,
|
|
299
|
+
"rotYDeg": 0,
|
|
300
|
+
"type": "cylinder",
|
|
301
|
+
"variant": "cylinder_simple",
|
|
302
|
+
"colors": {
|
|
303
|
+
"top": "#409EFF",
|
|
304
|
+
"left": "#3685d6",
|
|
305
|
+
"right": "#2c6eb5"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"id": "p-16",
|
|
310
|
+
"center": {
|
|
311
|
+
"x": 24.997159292826968,
|
|
312
|
+
"y": 0,
|
|
313
|
+
"z": 12.464859940491083
|
|
314
|
+
},
|
|
315
|
+
"width": 1.1631490952163697,
|
|
316
|
+
"depth": 1.1953855455831557,
|
|
317
|
+
"rotYDeg": 0,
|
|
318
|
+
"type": "box",
|
|
319
|
+
"variant": "box_express",
|
|
320
|
+
"colors": {
|
|
321
|
+
"top": "#E0C097",
|
|
322
|
+
"left": "#C4A480",
|
|
323
|
+
"right": "#A88865",
|
|
324
|
+
"detail": "#8B5E3C"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"id": "p-17",
|
|
329
|
+
"center": {
|
|
330
|
+
"x": 27.37538464347617,
|
|
331
|
+
"y": 0,
|
|
332
|
+
"z": 12.456562973957768
|
|
333
|
+
},
|
|
334
|
+
"width": 1.0398755148238854,
|
|
335
|
+
"depth": 1.2398918719216678,
|
|
336
|
+
"rotYDeg": 0,
|
|
337
|
+
"type": "box",
|
|
338
|
+
"variant": "box_express",
|
|
339
|
+
"colors": {
|
|
340
|
+
"top": "#E0C097",
|
|
341
|
+
"left": "#C4A480",
|
|
342
|
+
"right": "#A88865",
|
|
343
|
+
"detail": "#8B5E3C"
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "p-18",
|
|
348
|
+
"center": {
|
|
349
|
+
"x": 30.261098078201105,
|
|
350
|
+
"y": 0,
|
|
351
|
+
"z": 12.464308216103493
|
|
352
|
+
},
|
|
353
|
+
"width": 1.1529453099486164,
|
|
354
|
+
"depth": 1.1009565890305473,
|
|
355
|
+
"rotYDeg": 0,
|
|
356
|
+
"type": "box",
|
|
357
|
+
"variant": "box_simple",
|
|
358
|
+
"colors": {
|
|
359
|
+
"top": "#409EFF",
|
|
360
|
+
"left": "#3685d6",
|
|
361
|
+
"right": "#2c6eb5"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"id": "p-19",
|
|
366
|
+
"center": {
|
|
367
|
+
"x": 32.20967841484103,
|
|
368
|
+
"y": 0,
|
|
369
|
+
"z": 12.432671453493025
|
|
370
|
+
},
|
|
371
|
+
"width": 1.05,
|
|
372
|
+
"depth": 1.05,
|
|
373
|
+
"rotYDeg": 0,
|
|
374
|
+
"type": "cylinder",
|
|
375
|
+
"variant": "cylinder_simple",
|
|
376
|
+
"colors": {
|
|
377
|
+
"top": "#67C23A",
|
|
378
|
+
"left": "#529b2e",
|
|
379
|
+
"right": "#458525"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"id": "p-20",
|
|
384
|
+
"center": {
|
|
385
|
+
"x": 34.783973715446876,
|
|
386
|
+
"y": 0,
|
|
387
|
+
"z": 12.433286835711113
|
|
388
|
+
},
|
|
389
|
+
"width": 1.0588583424961466,
|
|
390
|
+
"depth": 1.2096853704236845,
|
|
391
|
+
"rotYDeg": 0,
|
|
392
|
+
"type": "box",
|
|
393
|
+
"variant": "box_express",
|
|
394
|
+
"colors": {
|
|
395
|
+
"top": "#E0C097",
|
|
396
|
+
"left": "#C4A480",
|
|
397
|
+
"right": "#A88865",
|
|
398
|
+
"detail": "#8B5E3C"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"id": "p-21",
|
|
403
|
+
"center": {
|
|
404
|
+
"x": 34.818036095084636,
|
|
405
|
+
"y": 0,
|
|
406
|
+
"z": 14.559540631486817
|
|
407
|
+
},
|
|
408
|
+
"width": 1.1738096774433784,
|
|
409
|
+
"depth": 1.197987586352037,
|
|
410
|
+
"rotYDeg": 0,
|
|
411
|
+
"type": "box",
|
|
412
|
+
"variant": "box_simple",
|
|
413
|
+
"colors": {
|
|
414
|
+
"top": "#409EFF",
|
|
415
|
+
"left": "#3685d6",
|
|
416
|
+
"right": "#2c6eb5"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"id": "p-22",
|
|
421
|
+
"center": {
|
|
422
|
+
"x": 34.846453306892165,
|
|
423
|
+
"y": 0,
|
|
424
|
+
"z": 16.40708193991197
|
|
425
|
+
},
|
|
426
|
+
"width": 1.0662552714656364,
|
|
427
|
+
"depth": 1.0898985267104109,
|
|
428
|
+
"rotYDeg": 0,
|
|
429
|
+
"type": "box",
|
|
430
|
+
"variant": "box_vinyl",
|
|
431
|
+
"colors": {
|
|
432
|
+
"top": "#F4D03F",
|
|
433
|
+
"left": "#D4AC0D",
|
|
434
|
+
"right": "#B7950B",
|
|
435
|
+
"detail": "#111111"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"id": "p-23",
|
|
440
|
+
"center": {
|
|
441
|
+
"x": 37.66444289515002,
|
|
442
|
+
"y": 0,
|
|
443
|
+
"z": 16.44654677130586
|
|
444
|
+
},
|
|
445
|
+
"width": 1.05,
|
|
446
|
+
"depth": 1.05,
|
|
447
|
+
"rotYDeg": 0,
|
|
448
|
+
"type": "cylinder",
|
|
449
|
+
"variant": "cylinder_simple",
|
|
450
|
+
"colors": {
|
|
451
|
+
"top": "#409EFF",
|
|
452
|
+
"left": "#3685d6",
|
|
453
|
+
"right": "#2c6eb5"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"id": "p-24",
|
|
458
|
+
"center": {
|
|
459
|
+
"x": 40.62892048243849,
|
|
460
|
+
"y": 0,
|
|
461
|
+
"z": 16.45737667302944
|
|
462
|
+
},
|
|
463
|
+
"width": 1.0512897372484624,
|
|
464
|
+
"depth": 1.1893681959199571,
|
|
465
|
+
"rotYDeg": 0,
|
|
466
|
+
"type": "box",
|
|
467
|
+
"variant": "box_express",
|
|
468
|
+
"colors": {
|
|
469
|
+
"top": "#E0C097",
|
|
470
|
+
"left": "#C4A480",
|
|
471
|
+
"right": "#A88865",
|
|
472
|
+
"detail": "#8B5E3C"
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"id": "p-25",
|
|
477
|
+
"center": {
|
|
478
|
+
"x": 42.532583903163946,
|
|
479
|
+
"y": 0,
|
|
480
|
+
"z": 16.47782788499157
|
|
481
|
+
},
|
|
482
|
+
"width": 1.05,
|
|
483
|
+
"depth": 1.05,
|
|
484
|
+
"rotYDeg": 0,
|
|
485
|
+
"type": "cylinder",
|
|
486
|
+
"variant": "cylinder_simple",
|
|
487
|
+
"colors": {
|
|
488
|
+
"top": "#409EFF",
|
|
489
|
+
"left": "#3685d6",
|
|
490
|
+
"right": "#2c6eb5"
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"id": "p-26",
|
|
495
|
+
"center": {
|
|
496
|
+
"x": 44.86109069574675,
|
|
497
|
+
"y": 0,
|
|
498
|
+
"z": 16.50513763653819
|
|
499
|
+
},
|
|
500
|
+
"width": 1.1881703139227677,
|
|
501
|
+
"depth": 1.2235172988025087,
|
|
502
|
+
"rotYDeg": 0,
|
|
503
|
+
"type": "box",
|
|
504
|
+
"variant": "box_express",
|
|
505
|
+
"colors": {
|
|
506
|
+
"top": "#E0C097",
|
|
507
|
+
"left": "#C4A480",
|
|
508
|
+
"right": "#A88865",
|
|
509
|
+
"detail": "#8B5E3C"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"id": "p-27",
|
|
514
|
+
"center": {
|
|
515
|
+
"x": 44.88844622366058,
|
|
516
|
+
"y": 0,
|
|
517
|
+
"z": 19.060759070148112
|
|
518
|
+
},
|
|
519
|
+
"width": 1.05,
|
|
520
|
+
"depth": 1.05,
|
|
521
|
+
"rotYDeg": 0,
|
|
522
|
+
"type": "cylinder",
|
|
523
|
+
"variant": "cylinder_simple",
|
|
524
|
+
"colors": {
|
|
525
|
+
"top": "#F56C6C",
|
|
526
|
+
"left": "#d95e5e",
|
|
527
|
+
"right": "#bd4f4f"
|
|
528
|
+
}
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"id": "p-28",
|
|
532
|
+
"center": {
|
|
533
|
+
"x": 46.69566067450012,
|
|
534
|
+
"y": 0,
|
|
535
|
+
"z": 19.038639977219812
|
|
536
|
+
},
|
|
537
|
+
"width": 1.058678746250774,
|
|
538
|
+
"depth": 1.015064366168838,
|
|
539
|
+
"rotYDeg": 0,
|
|
540
|
+
"type": "box",
|
|
541
|
+
"variant": "box_express",
|
|
542
|
+
"colors": {
|
|
543
|
+
"top": "#E0C097",
|
|
544
|
+
"left": "#C4A480",
|
|
545
|
+
"right": "#A88865",
|
|
546
|
+
"detail": "#8B5E3C"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"id": "p-29",
|
|
551
|
+
"center": {
|
|
552
|
+
"x": 49.7043397908352,
|
|
553
|
+
"y": 0,
|
|
554
|
+
"z": 19.044794252186453
|
|
555
|
+
},
|
|
556
|
+
"width": 1.028219997895984,
|
|
557
|
+
"depth": 1.1275864318607312,
|
|
558
|
+
"rotYDeg": 0,
|
|
559
|
+
"type": "box",
|
|
560
|
+
"variant": "box_vinyl",
|
|
561
|
+
"colors": {
|
|
562
|
+
"top": "#F4D03F",
|
|
563
|
+
"left": "#D4AC0D",
|
|
564
|
+
"right": "#B7950B",
|
|
565
|
+
"detail": "#111111"
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"id": "p-30",
|
|
570
|
+
"center": {
|
|
571
|
+
"x": 51.772635150571645,
|
|
572
|
+
"y": 0,
|
|
573
|
+
"z": 19.034775045204338
|
|
574
|
+
},
|
|
575
|
+
"width": 1.0562160015367978,
|
|
576
|
+
"depth": 1.1799137667659267,
|
|
577
|
+
"rotYDeg": 0,
|
|
578
|
+
"type": "box",
|
|
579
|
+
"variant": "box_express",
|
|
580
|
+
"colors": {
|
|
581
|
+
"top": "#E0C097",
|
|
582
|
+
"left": "#C4A480",
|
|
583
|
+
"right": "#A88865",
|
|
584
|
+
"detail": "#8B5E3C"
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"id": "p-31",
|
|
589
|
+
"center": {
|
|
590
|
+
"x": 53.959733963808844,
|
|
591
|
+
"y": 0,
|
|
592
|
+
"z": 18.99944993525252
|
|
593
|
+
},
|
|
594
|
+
"width": 1.0140396952694466,
|
|
595
|
+
"depth": 1.007775731388375,
|
|
596
|
+
"rotYDeg": 0,
|
|
597
|
+
"type": "box",
|
|
598
|
+
"variant": "box_express",
|
|
599
|
+
"colors": {
|
|
600
|
+
"top": "#E0C097",
|
|
601
|
+
"left": "#C4A480",
|
|
602
|
+
"right": "#A88865",
|
|
603
|
+
"detail": "#8B5E3C"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"id": "p-32",
|
|
608
|
+
"center": {
|
|
609
|
+
"x": 53.924787760584046,
|
|
610
|
+
"y": 0,
|
|
611
|
+
"z": 21.494424703737916
|
|
612
|
+
},
|
|
613
|
+
"width": 1.0353179946706248,
|
|
614
|
+
"depth": 1.0237160474172402,
|
|
615
|
+
"rotYDeg": 0,
|
|
616
|
+
"type": "box",
|
|
617
|
+
"variant": "box_tofu",
|
|
618
|
+
"colors": {
|
|
619
|
+
"top": "#FFFFFF",
|
|
620
|
+
"left": "#E5E7E9",
|
|
621
|
+
"right": "#CACFD2",
|
|
622
|
+
"detail": "#333333"
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"id": "p-33",
|
|
627
|
+
"center": {
|
|
628
|
+
"x": 53.952939582710584,
|
|
629
|
+
"y": 0,
|
|
630
|
+
"z": 23.932164392192924
|
|
631
|
+
},
|
|
632
|
+
"width": 1.1867087484275498,
|
|
633
|
+
"depth": 1.1687293649505495,
|
|
634
|
+
"rotYDeg": 0,
|
|
635
|
+
"type": "box",
|
|
636
|
+
"variant": "box_simple",
|
|
637
|
+
"colors": {
|
|
638
|
+
"top": "#F56C6C",
|
|
639
|
+
"left": "#d95e5e",
|
|
640
|
+
"right": "#bd4f4f"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"id": "p-34",
|
|
645
|
+
"center": {
|
|
646
|
+
"x": 53.9786145219014,
|
|
647
|
+
"y": 0,
|
|
648
|
+
"z": 26.658390197906826
|
|
649
|
+
},
|
|
650
|
+
"width": 1.0125931948482028,
|
|
651
|
+
"depth": 1.241777412705951,
|
|
652
|
+
"rotYDeg": 0,
|
|
653
|
+
"type": "box",
|
|
654
|
+
"variant": "box_simple",
|
|
655
|
+
"colors": {
|
|
656
|
+
"top": "#67C23A",
|
|
657
|
+
"left": "#529b2e",
|
|
658
|
+
"right": "#458525"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"id": "p-35",
|
|
663
|
+
"center": {
|
|
664
|
+
"x": 56.86184709210034,
|
|
665
|
+
"y": 0,
|
|
666
|
+
"z": 26.609851954136907
|
|
667
|
+
},
|
|
668
|
+
"width": 1.0696657076802412,
|
|
669
|
+
"depth": 1.193062305540341,
|
|
670
|
+
"rotYDeg": 0,
|
|
671
|
+
"type": "box",
|
|
672
|
+
"variant": "box_express",
|
|
673
|
+
"colors": {
|
|
674
|
+
"top": "#E0C097",
|
|
675
|
+
"left": "#C4A480",
|
|
676
|
+
"right": "#A88865",
|
|
677
|
+
"detail": "#8B5E3C"
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"id": "p-36",
|
|
682
|
+
"center": {
|
|
683
|
+
"x": 58.938531662541685,
|
|
684
|
+
"y": 0,
|
|
685
|
+
"z": 26.603956661398502
|
|
686
|
+
},
|
|
687
|
+
"width": 1.0971499234890332,
|
|
688
|
+
"depth": 1.0708112866016157,
|
|
689
|
+
"rotYDeg": 0,
|
|
690
|
+
"type": "box",
|
|
691
|
+
"variant": "box_simple",
|
|
692
|
+
"colors": {
|
|
693
|
+
"top": "#67C23A",
|
|
694
|
+
"left": "#529b2e",
|
|
695
|
+
"right": "#458525"
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"id": "p-37",
|
|
700
|
+
"center": {
|
|
701
|
+
"x": 62.1192746303134,
|
|
702
|
+
"y": 0,
|
|
703
|
+
"z": 26.563405904948436
|
|
704
|
+
},
|
|
705
|
+
"width": 1.103072464514092,
|
|
706
|
+
"depth": 1.128058016359833,
|
|
707
|
+
"rotYDeg": 0,
|
|
708
|
+
"type": "box",
|
|
709
|
+
"variant": "box_simple",
|
|
710
|
+
"colors": {
|
|
711
|
+
"top": "#409EFF",
|
|
712
|
+
"left": "#3685d6",
|
|
713
|
+
"right": "#2c6eb5"
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"id": "p-38",
|
|
718
|
+
"center": {
|
|
719
|
+
"x": 62.15307831089155,
|
|
720
|
+
"y": 0,
|
|
721
|
+
"z": 29.661106167622428
|
|
722
|
+
},
|
|
723
|
+
"width": 1.063321746915263,
|
|
724
|
+
"depth": 1.028487086309347,
|
|
725
|
+
"rotYDeg": 0,
|
|
726
|
+
"type": "box",
|
|
727
|
+
"variant": "box_vinyl",
|
|
728
|
+
"colors": {
|
|
729
|
+
"top": "#F4D03F",
|
|
730
|
+
"left": "#D4AC0D",
|
|
731
|
+
"right": "#B7950B",
|
|
732
|
+
"detail": "#111111"
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"id": "p-39",
|
|
737
|
+
"center": {
|
|
738
|
+
"x": 64.02788313551707,
|
|
739
|
+
"y": 0,
|
|
740
|
+
"z": 29.62313946325944
|
|
741
|
+
},
|
|
742
|
+
"width": 1.1285631955268622,
|
|
743
|
+
"depth": 1.1437455714418299,
|
|
744
|
+
"rotYDeg": 0,
|
|
745
|
+
"type": "box",
|
|
746
|
+
"variant": "box_express",
|
|
747
|
+
"colors": {
|
|
748
|
+
"top": "#E0C097",
|
|
749
|
+
"left": "#C4A480",
|
|
750
|
+
"right": "#A88865",
|
|
751
|
+
"detail": "#8B5E3C"
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"id": "p-40",
|
|
756
|
+
"center": {
|
|
757
|
+
"x": 63.982194807372146,
|
|
758
|
+
"y": 0,
|
|
759
|
+
"z": 32.338356839440934
|
|
760
|
+
},
|
|
761
|
+
"width": 1.1574335098999708,
|
|
762
|
+
"depth": 1.1675782204454663,
|
|
763
|
+
"rotYDeg": 0,
|
|
764
|
+
"type": "box",
|
|
765
|
+
"variant": "box_simple",
|
|
766
|
+
"colors": {
|
|
767
|
+
"top": "#F56C6C",
|
|
768
|
+
"left": "#d95e5e",
|
|
769
|
+
"right": "#bd4f4f"
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"id": "p-41",
|
|
774
|
+
"center": {
|
|
775
|
+
"x": 63.99330129848947,
|
|
776
|
+
"y": 0,
|
|
777
|
+
"z": 35.00877462549079
|
|
778
|
+
},
|
|
779
|
+
"width": 1.05,
|
|
780
|
+
"depth": 1.05,
|
|
781
|
+
"rotYDeg": 0,
|
|
782
|
+
"type": "cylinder",
|
|
783
|
+
"variant": "cylinder_simple",
|
|
784
|
+
"colors": {
|
|
785
|
+
"top": "#F56C6C",
|
|
786
|
+
"left": "#d95e5e",
|
|
787
|
+
"right": "#bd4f4f"
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"id": "p-42",
|
|
792
|
+
"center": {
|
|
793
|
+
"x": 67.02310648247278,
|
|
794
|
+
"y": 0,
|
|
795
|
+
"z": 35.037698709237254
|
|
796
|
+
},
|
|
797
|
+
"width": 1.1785433293220322,
|
|
798
|
+
"depth": 1.2081725598350972,
|
|
799
|
+
"rotYDeg": 0,
|
|
800
|
+
"type": "box",
|
|
801
|
+
"variant": "box_express",
|
|
802
|
+
"colors": {
|
|
803
|
+
"top": "#E0C097",
|
|
804
|
+
"left": "#C4A480",
|
|
805
|
+
"right": "#A88865",
|
|
806
|
+
"detail": "#8B5E3C"
|
|
807
|
+
}
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"id": "p-43",
|
|
811
|
+
"center": {
|
|
812
|
+
"x": 66.9829709498598,
|
|
813
|
+
"y": 0,
|
|
814
|
+
"z": 36.90340515305447
|
|
815
|
+
},
|
|
816
|
+
"width": 1.034872978941944,
|
|
817
|
+
"depth": 1.1330805794024283,
|
|
818
|
+
"rotYDeg": 0,
|
|
819
|
+
"type": "box",
|
|
820
|
+
"variant": "box_store",
|
|
821
|
+
"colors": {
|
|
822
|
+
"top": "#FDFFE6",
|
|
823
|
+
"left": "#D7DBDD",
|
|
824
|
+
"right": "#BFC9CA",
|
|
825
|
+
"detail": "#FF6B6B"
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"id": "p-44",
|
|
830
|
+
"center": {
|
|
831
|
+
"x": 66.97358567403796,
|
|
832
|
+
"y": 0,
|
|
833
|
+
"z": 39.35092631538908
|
|
834
|
+
},
|
|
835
|
+
"width": 1.0278232693801743,
|
|
836
|
+
"depth": 1.1624680236738492,
|
|
837
|
+
"rotYDeg": 0,
|
|
838
|
+
"type": "box",
|
|
839
|
+
"variant": "box_express",
|
|
840
|
+
"colors": {
|
|
841
|
+
"top": "#E0C097",
|
|
842
|
+
"left": "#C4A480",
|
|
843
|
+
"right": "#A88865",
|
|
844
|
+
"detail": "#8B5E3C"
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"id": "p-45",
|
|
849
|
+
"center": {
|
|
850
|
+
"x": 67.01276201001032,
|
|
851
|
+
"y": 0,
|
|
852
|
+
"z": 41.798445308114616
|
|
853
|
+
},
|
|
854
|
+
"width": 1.05,
|
|
855
|
+
"depth": 1.05,
|
|
856
|
+
"rotYDeg": 0,
|
|
857
|
+
"type": "cylinder",
|
|
858
|
+
"variant": "cylinder_simple",
|
|
859
|
+
"colors": {
|
|
860
|
+
"top": "#409EFF",
|
|
861
|
+
"left": "#3685d6",
|
|
862
|
+
"right": "#2c6eb5"
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"id": "p-46",
|
|
867
|
+
"center": {
|
|
868
|
+
"x": 67.02988488966594,
|
|
869
|
+
"y": 0,
|
|
870
|
+
"z": 44.9449147527781
|
|
871
|
+
},
|
|
872
|
+
"width": 1.178558886134326,
|
|
873
|
+
"depth": 1.1376941800758682,
|
|
874
|
+
"rotYDeg": 0,
|
|
875
|
+
"type": "box",
|
|
876
|
+
"variant": "box_store",
|
|
877
|
+
"colors": {
|
|
878
|
+
"top": "#FDFFE6",
|
|
879
|
+
"left": "#D7DBDD",
|
|
880
|
+
"right": "#BFC9CA",
|
|
881
|
+
"detail": "#FF6B6B"
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"id": "p-47",
|
|
886
|
+
"center": {
|
|
887
|
+
"x": 69.0580346376207,
|
|
888
|
+
"y": 0,
|
|
889
|
+
"z": 44.95407323297303
|
|
890
|
+
},
|
|
891
|
+
"width": 1.2266426385504392,
|
|
892
|
+
"depth": 1.1909722388679964,
|
|
893
|
+
"rotYDeg": 0,
|
|
894
|
+
"type": "box",
|
|
895
|
+
"variant": "box_tofu",
|
|
896
|
+
"colors": {
|
|
897
|
+
"top": "#FFFFFF",
|
|
898
|
+
"left": "#E5E7E9",
|
|
899
|
+
"right": "#CACFD2",
|
|
900
|
+
"detail": "#333333"
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"id": "p-48",
|
|
905
|
+
"center": {
|
|
906
|
+
"x": 71.49914026593284,
|
|
907
|
+
"y": 0,
|
|
908
|
+
"z": 44.94136515317548
|
|
909
|
+
},
|
|
910
|
+
"width": 1.1990896828701205,
|
|
911
|
+
"depth": 1.0670897662952028,
|
|
912
|
+
"rotYDeg": 0,
|
|
913
|
+
"type": "box",
|
|
914
|
+
"variant": "box_tofu",
|
|
915
|
+
"colors": {
|
|
916
|
+
"top": "#FFFFFF",
|
|
917
|
+
"left": "#E5E7E9",
|
|
918
|
+
"right": "#CACFD2",
|
|
919
|
+
"detail": "#333333"
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"id": "p-49",
|
|
924
|
+
"center": {
|
|
925
|
+
"x": 71.54514879325644,
|
|
926
|
+
"y": 0,
|
|
927
|
+
"z": 47.33367694105659
|
|
928
|
+
},
|
|
929
|
+
"width": 1.1079017818476546,
|
|
930
|
+
"depth": 1.1761058271751301,
|
|
931
|
+
"rotYDeg": 0,
|
|
932
|
+
"type": "box",
|
|
933
|
+
"variant": "box_simple",
|
|
934
|
+
"colors": {
|
|
935
|
+
"top": "#F56C6C",
|
|
936
|
+
"left": "#d95e5e",
|
|
937
|
+
"right": "#bd4f4f"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"id": "p-50",
|
|
942
|
+
"center": {
|
|
943
|
+
"x": 71.50203535894492,
|
|
944
|
+
"y": 0,
|
|
945
|
+
"z": 50.14502702487867
|
|
946
|
+
},
|
|
947
|
+
"width": 1.209482431509291,
|
|
948
|
+
"depth": 1.1225268841360356,
|
|
949
|
+
"rotYDeg": 0,
|
|
950
|
+
"type": "box",
|
|
951
|
+
"variant": "box_simple",
|
|
952
|
+
"colors": {
|
|
953
|
+
"top": "#F56C6C",
|
|
954
|
+
"left": "#d95e5e",
|
|
955
|
+
"right": "#bd4f4f"
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"id": "p-51",
|
|
960
|
+
"center": {
|
|
961
|
+
"x": 71.51803019387556,
|
|
962
|
+
"y": 0,
|
|
963
|
+
"z": 51.96464429631115
|
|
964
|
+
},
|
|
965
|
+
"width": 1.1370457262438936,
|
|
966
|
+
"depth": 1.101811587857926,
|
|
967
|
+
"rotYDeg": 0,
|
|
968
|
+
"type": "box",
|
|
969
|
+
"variant": "box_simple",
|
|
970
|
+
"colors": {
|
|
971
|
+
"top": "#67C23A",
|
|
972
|
+
"left": "#529b2e",
|
|
973
|
+
"right": "#458525"
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"id": "p-52",
|
|
978
|
+
"center": {
|
|
979
|
+
"x": 71.46820501429877,
|
|
980
|
+
"y": 0,
|
|
981
|
+
"z": 53.857393748945285
|
|
982
|
+
},
|
|
983
|
+
"width": 1.018900923439721,
|
|
984
|
+
"depth": 1.1505989731059405,
|
|
985
|
+
"rotYDeg": 0,
|
|
986
|
+
"type": "box",
|
|
987
|
+
"variant": "box_simple",
|
|
988
|
+
"colors": {
|
|
989
|
+
"top": "#67C23A",
|
|
990
|
+
"left": "#529b2e",
|
|
991
|
+
"right": "#458525"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"id": "p-53",
|
|
996
|
+
"center": {
|
|
997
|
+
"x": 71.48147151813912,
|
|
998
|
+
"y": 0,
|
|
999
|
+
"z": 56.36503394416769
|
|
1000
|
+
},
|
|
1001
|
+
"width": 1.1871468723691754,
|
|
1002
|
+
"depth": 1.117287486846227,
|
|
1003
|
+
"rotYDeg": 0,
|
|
1004
|
+
"type": "box",
|
|
1005
|
+
"variant": "box_store",
|
|
1006
|
+
"colors": {
|
|
1007
|
+
"top": "#FDFFE6",
|
|
1008
|
+
"left": "#D7DBDD",
|
|
1009
|
+
"right": "#BFC9CA",
|
|
1010
|
+
"detail": "#FF6B6B"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"id": "p-54",
|
|
1015
|
+
"center": {
|
|
1016
|
+
"x": 74.52623949452595,
|
|
1017
|
+
"y": 0,
|
|
1018
|
+
"z": 56.40233985956403
|
|
1019
|
+
},
|
|
1020
|
+
"width": 1.1354151666794974,
|
|
1021
|
+
"depth": 1.0154578387809254,
|
|
1022
|
+
"rotYDeg": 0,
|
|
1023
|
+
"type": "box",
|
|
1024
|
+
"variant": "box_express",
|
|
1025
|
+
"colors": {
|
|
1026
|
+
"top": "#E0C097",
|
|
1027
|
+
"left": "#C4A480",
|
|
1028
|
+
"right": "#A88865",
|
|
1029
|
+
"detail": "#8B5E3C"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"id": "p-55",
|
|
1034
|
+
"center": {
|
|
1035
|
+
"x": 74.50056069300072,
|
|
1036
|
+
"y": 0,
|
|
1037
|
+
"z": 59.55508564948342
|
|
1038
|
+
},
|
|
1039
|
+
"width": 1.1693079770399761,
|
|
1040
|
+
"depth": 1.1767236293185146,
|
|
1041
|
+
"rotYDeg": 0,
|
|
1042
|
+
"type": "box",
|
|
1043
|
+
"variant": "box_express",
|
|
1044
|
+
"colors": {
|
|
1045
|
+
"top": "#E0C097",
|
|
1046
|
+
"left": "#C4A480",
|
|
1047
|
+
"right": "#A88865",
|
|
1048
|
+
"detail": "#8B5E3C"
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"id": "p-56",
|
|
1053
|
+
"center": {
|
|
1054
|
+
"x": 76.37839708734697,
|
|
1055
|
+
"y": 0,
|
|
1056
|
+
"z": 59.55292791368112
|
|
1057
|
+
},
|
|
1058
|
+
"width": 1.1854311228661942,
|
|
1059
|
+
"depth": 1.135028481546337,
|
|
1060
|
+
"rotYDeg": 0,
|
|
1061
|
+
"type": "box",
|
|
1062
|
+
"variant": "box_express",
|
|
1063
|
+
"colors": {
|
|
1064
|
+
"top": "#E0C097",
|
|
1065
|
+
"left": "#C4A480",
|
|
1066
|
+
"right": "#A88865",
|
|
1067
|
+
"detail": "#8B5E3C"
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"id": "p-57",
|
|
1072
|
+
"center": {
|
|
1073
|
+
"x": 76.42699428015716,
|
|
1074
|
+
"y": 0,
|
|
1075
|
+
"z": 61.779643287872744
|
|
1076
|
+
},
|
|
1077
|
+
"width": 1.1725441292731762,
|
|
1078
|
+
"depth": 1.249537915107579,
|
|
1079
|
+
"rotYDeg": 0,
|
|
1080
|
+
"type": "box",
|
|
1081
|
+
"variant": "box_tofu",
|
|
1082
|
+
"colors": {
|
|
1083
|
+
"top": "#FFFFFF",
|
|
1084
|
+
"left": "#E5E7E9",
|
|
1085
|
+
"right": "#CACFD2",
|
|
1086
|
+
"detail": "#333333"
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"id": "p-58",
|
|
1091
|
+
"center": {
|
|
1092
|
+
"x": 76.44883327898516,
|
|
1093
|
+
"y": 0,
|
|
1094
|
+
"z": 64.41125444472361
|
|
1095
|
+
},
|
|
1096
|
+
"width": 1.2060629130369345,
|
|
1097
|
+
"depth": 1.1094795465979164,
|
|
1098
|
+
"rotYDeg": 0,
|
|
1099
|
+
"type": "box",
|
|
1100
|
+
"variant": "box_vinyl",
|
|
1101
|
+
"colors": {
|
|
1102
|
+
"top": "#F4D03F",
|
|
1103
|
+
"left": "#D4AC0D",
|
|
1104
|
+
"right": "#B7950B",
|
|
1105
|
+
"detail": "#111111"
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"id": "p-59",
|
|
1110
|
+
"center": {
|
|
1111
|
+
"x": 78.97813501806378,
|
|
1112
|
+
"y": 0,
|
|
1113
|
+
"z": 64.41245249810744
|
|
1114
|
+
},
|
|
1115
|
+
"width": 1.05,
|
|
1116
|
+
"depth": 1.05,
|
|
1117
|
+
"rotYDeg": 0,
|
|
1118
|
+
"type": "cylinder",
|
|
1119
|
+
"variant": "cylinder_simple",
|
|
1120
|
+
"colors": {
|
|
1121
|
+
"top": "#409EFF",
|
|
1122
|
+
"left": "#3685d6",
|
|
1123
|
+
"right": "#2c6eb5"
|
|
1124
|
+
}
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"id": "p-60",
|
|
1128
|
+
"center": {
|
|
1129
|
+
"x": 80.8176257416921,
|
|
1130
|
+
"y": 0,
|
|
1131
|
+
"z": 64.37707708183541
|
|
1132
|
+
},
|
|
1133
|
+
"width": 1.05,
|
|
1134
|
+
"depth": 1.05,
|
|
1135
|
+
"rotYDeg": 0,
|
|
1136
|
+
"type": "cylinder",
|
|
1137
|
+
"variant": "cylinder_simple",
|
|
1138
|
+
"colors": {
|
|
1139
|
+
"top": "#F56C6C",
|
|
1140
|
+
"left": "#d95e5e",
|
|
1141
|
+
"right": "#bd4f4f"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"id": "p-61",
|
|
1146
|
+
"center": {
|
|
1147
|
+
"x": 83.08969963069062,
|
|
1148
|
+
"y": 0,
|
|
1149
|
+
"z": 64.40481577224789
|
|
1150
|
+
},
|
|
1151
|
+
"width": 1.160158217027857,
|
|
1152
|
+
"depth": 1.0199607014749017,
|
|
1153
|
+
"rotYDeg": 0,
|
|
1154
|
+
"type": "box",
|
|
1155
|
+
"variant": "box_vinyl",
|
|
1156
|
+
"colors": {
|
|
1157
|
+
"top": "#F4D03F",
|
|
1158
|
+
"left": "#D4AC0D",
|
|
1159
|
+
"right": "#B7950B",
|
|
1160
|
+
"detail": "#111111"
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"id": "p-62",
|
|
1165
|
+
"center": {
|
|
1166
|
+
"x": 83.05600709456766,
|
|
1167
|
+
"y": 0,
|
|
1168
|
+
"z": 66.86669244506243
|
|
1169
|
+
},
|
|
1170
|
+
"width": 1.05,
|
|
1171
|
+
"depth": 1.05,
|
|
1172
|
+
"rotYDeg": 0,
|
|
1173
|
+
"type": "cylinder",
|
|
1174
|
+
"variant": "cylinder_simple",
|
|
1175
|
+
"colors": {
|
|
1176
|
+
"top": "#67C23A",
|
|
1177
|
+
"left": "#529b2e",
|
|
1178
|
+
"right": "#458525"
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"id": "p-63",
|
|
1183
|
+
"center": {
|
|
1184
|
+
"x": 83.09868866049159,
|
|
1185
|
+
"y": 0,
|
|
1186
|
+
"z": 69.16197697879373
|
|
1187
|
+
},
|
|
1188
|
+
"width": 1.109526038220863,
|
|
1189
|
+
"depth": 1.094894766851745,
|
|
1190
|
+
"rotYDeg": 0,
|
|
1191
|
+
"type": "box",
|
|
1192
|
+
"variant": "box_express",
|
|
1193
|
+
"colors": {
|
|
1194
|
+
"top": "#E0C097",
|
|
1195
|
+
"left": "#C4A480",
|
|
1196
|
+
"right": "#A88865",
|
|
1197
|
+
"detail": "#8B5E3C"
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"id": "p-64",
|
|
1202
|
+
"center": {
|
|
1203
|
+
"x": 85.41870256530527,
|
|
1204
|
+
"y": 0,
|
|
1205
|
+
"z": 69.12647526027936
|
|
1206
|
+
},
|
|
1207
|
+
"width": 1.2412227095296713,
|
|
1208
|
+
"depth": 1.0322446525247044,
|
|
1209
|
+
"rotYDeg": 0,
|
|
1210
|
+
"type": "box",
|
|
1211
|
+
"variant": "box_tofu",
|
|
1212
|
+
"colors": {
|
|
1213
|
+
"top": "#FFFFFF",
|
|
1214
|
+
"left": "#E5E7E9",
|
|
1215
|
+
"right": "#CACFD2",
|
|
1216
|
+
"detail": "#333333"
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"id": "p-65",
|
|
1221
|
+
"center": {
|
|
1222
|
+
"x": 87.85806086557362,
|
|
1223
|
+
"y": 0,
|
|
1224
|
+
"z": 69.11372036699379
|
|
1225
|
+
},
|
|
1226
|
+
"width": 1.0550733208912766,
|
|
1227
|
+
"depth": 1.1680019573159526,
|
|
1228
|
+
"rotYDeg": 0,
|
|
1229
|
+
"type": "box",
|
|
1230
|
+
"variant": "box_store",
|
|
1231
|
+
"colors": {
|
|
1232
|
+
"top": "#FDFFE6",
|
|
1233
|
+
"left": "#D7DBDD",
|
|
1234
|
+
"right": "#BFC9CA",
|
|
1235
|
+
"detail": "#FF6B6B"
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"id": "p-66",
|
|
1240
|
+
"center": {
|
|
1241
|
+
"x": 87.90414752266564,
|
|
1242
|
+
"y": 0,
|
|
1243
|
+
"z": 70.92303917173903
|
|
1244
|
+
},
|
|
1245
|
+
"width": 1.05,
|
|
1246
|
+
"depth": 1.05,
|
|
1247
|
+
"rotYDeg": 0,
|
|
1248
|
+
"type": "cylinder",
|
|
1249
|
+
"variant": "cylinder_simple",
|
|
1250
|
+
"colors": {
|
|
1251
|
+
"top": "#E6A23C",
|
|
1252
|
+
"left": "#cf9236",
|
|
1253
|
+
"right": "#b07d2e"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"id": "p-67",
|
|
1258
|
+
"center": {
|
|
1259
|
+
"x": 87.95098267104524,
|
|
1260
|
+
"y": 0,
|
|
1261
|
+
"z": 73.89299535571737
|
|
1262
|
+
},
|
|
1263
|
+
"width": 1.1961113513429236,
|
|
1264
|
+
"depth": 1.0736942589626155,
|
|
1265
|
+
"rotYDeg": 0,
|
|
1266
|
+
"type": "box",
|
|
1267
|
+
"variant": "box_tofu",
|
|
1268
|
+
"colors": {
|
|
1269
|
+
"top": "#FFFFFF",
|
|
1270
|
+
"left": "#E5E7E9",
|
|
1271
|
+
"right": "#CACFD2",
|
|
1272
|
+
"detail": "#333333"
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"id": "p-68",
|
|
1277
|
+
"center": {
|
|
1278
|
+
"x": 90.85058010178646,
|
|
1279
|
+
"y": 0,
|
|
1280
|
+
"z": 73.86314083159117
|
|
1281
|
+
},
|
|
1282
|
+
"width": 1.0580222606929124,
|
|
1283
|
+
"depth": 1.1941788271973741,
|
|
1284
|
+
"rotYDeg": 0,
|
|
1285
|
+
"type": "box",
|
|
1286
|
+
"variant": "box_tofu",
|
|
1287
|
+
"colors": {
|
|
1288
|
+
"top": "#FFFFFF",
|
|
1289
|
+
"left": "#E5E7E9",
|
|
1290
|
+
"right": "#CACFD2",
|
|
1291
|
+
"detail": "#333333"
|
|
1292
|
+
}
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"id": "p-69",
|
|
1296
|
+
"center": {
|
|
1297
|
+
"x": 90.81757661957182,
|
|
1298
|
+
"y": 0,
|
|
1299
|
+
"z": 76.88810127851931
|
|
1300
|
+
},
|
|
1301
|
+
"width": 1.1170313358851853,
|
|
1302
|
+
"depth": 1.2318809033519966,
|
|
1303
|
+
"rotYDeg": 0,
|
|
1304
|
+
"type": "box",
|
|
1305
|
+
"variant": "box_express",
|
|
1306
|
+
"colors": {
|
|
1307
|
+
"top": "#E0C097",
|
|
1308
|
+
"left": "#C4A480",
|
|
1309
|
+
"right": "#A88865",
|
|
1310
|
+
"detail": "#8B5E3C"
|
|
1311
|
+
}
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"id": "p-70",
|
|
1315
|
+
"center": {
|
|
1316
|
+
"x": 92.64079343934581,
|
|
1317
|
+
"y": 0,
|
|
1318
|
+
"z": 76.8674208509817
|
|
1319
|
+
},
|
|
1320
|
+
"width": 1.1770820618500384,
|
|
1321
|
+
"depth": 1.0265555381898561,
|
|
1322
|
+
"rotYDeg": 0,
|
|
1323
|
+
"type": "box",
|
|
1324
|
+
"variant": "box_express",
|
|
1325
|
+
"colors": {
|
|
1326
|
+
"top": "#E0C097",
|
|
1327
|
+
"left": "#C4A480",
|
|
1328
|
+
"right": "#A88865",
|
|
1329
|
+
"detail": "#8B5E3C"
|
|
1330
|
+
}
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"id": "p-71",
|
|
1334
|
+
"center": {
|
|
1335
|
+
"x": 95.66182543354195,
|
|
1336
|
+
"y": 0,
|
|
1337
|
+
"z": 76.83065249800248
|
|
1338
|
+
},
|
|
1339
|
+
"width": 1.05,
|
|
1340
|
+
"depth": 1.05,
|
|
1341
|
+
"rotYDeg": 0,
|
|
1342
|
+
"type": "cylinder",
|
|
1343
|
+
"variant": "cylinder_simple",
|
|
1344
|
+
"colors": {
|
|
1345
|
+
"top": "#E6A23C",
|
|
1346
|
+
"left": "#cf9236",
|
|
1347
|
+
"right": "#b07d2e"
|
|
1348
|
+
}
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"id": "p-72",
|
|
1352
|
+
"center": {
|
|
1353
|
+
"x": 95.64798029977736,
|
|
1354
|
+
"y": 0,
|
|
1355
|
+
"z": 79.84362718995831
|
|
1356
|
+
},
|
|
1357
|
+
"width": 1.009005129341504,
|
|
1358
|
+
"depth": 1.0069206431540292,
|
|
1359
|
+
"rotYDeg": 0,
|
|
1360
|
+
"type": "box",
|
|
1361
|
+
"variant": "box_store",
|
|
1362
|
+
"colors": {
|
|
1363
|
+
"top": "#FDFFE6",
|
|
1364
|
+
"left": "#D7DBDD",
|
|
1365
|
+
"right": "#BFC9CA",
|
|
1366
|
+
"detail": "#FF6B6B"
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"id": "p-73",
|
|
1371
|
+
"center": {
|
|
1372
|
+
"x": 98.69185881467624,
|
|
1373
|
+
"y": 0,
|
|
1374
|
+
"z": 79.80496537622763
|
|
1375
|
+
},
|
|
1376
|
+
"width": 1.05,
|
|
1377
|
+
"depth": 1.05,
|
|
1378
|
+
"rotYDeg": 0,
|
|
1379
|
+
"type": "cylinder",
|
|
1380
|
+
"variant": "cylinder_simple",
|
|
1381
|
+
"colors": {
|
|
1382
|
+
"top": "#E6A23C",
|
|
1383
|
+
"left": "#cf9236",
|
|
1384
|
+
"right": "#b07d2e"
|
|
1385
|
+
}
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"id": "p-74",
|
|
1389
|
+
"center": {
|
|
1390
|
+
"x": 98.69506374154942,
|
|
1391
|
+
"y": 0,
|
|
1392
|
+
"z": 81.68935236276099
|
|
1393
|
+
},
|
|
1394
|
+
"width": 1.05,
|
|
1395
|
+
"depth": 1.05,
|
|
1396
|
+
"rotYDeg": 0,
|
|
1397
|
+
"type": "cylinder",
|
|
1398
|
+
"variant": "cylinder_simple",
|
|
1399
|
+
"colors": {
|
|
1400
|
+
"top": "#E6A23C",
|
|
1401
|
+
"left": "#cf9236",
|
|
1402
|
+
"right": "#b07d2e"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"id": "p-75",
|
|
1407
|
+
"center": {
|
|
1408
|
+
"x": 101.66283104031479,
|
|
1409
|
+
"y": 0,
|
|
1410
|
+
"z": 81.70286478344485
|
|
1411
|
+
},
|
|
1412
|
+
"width": 1.0140919759935196,
|
|
1413
|
+
"depth": 1.083783015647802,
|
|
1414
|
+
"rotYDeg": 0,
|
|
1415
|
+
"type": "box",
|
|
1416
|
+
"variant": "box_tofu",
|
|
1417
|
+
"colors": {
|
|
1418
|
+
"top": "#FFFFFF",
|
|
1419
|
+
"left": "#E5E7E9",
|
|
1420
|
+
"right": "#CACFD2",
|
|
1421
|
+
"detail": "#333333"
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"id": "p-76",
|
|
1426
|
+
"center": {
|
|
1427
|
+
"x": 104.8425110665348,
|
|
1428
|
+
"y": 0,
|
|
1429
|
+
"z": 81.73946289368415
|
|
1430
|
+
},
|
|
1431
|
+
"width": 1.05,
|
|
1432
|
+
"depth": 1.05,
|
|
1433
|
+
"rotYDeg": 0,
|
|
1434
|
+
"type": "cylinder",
|
|
1435
|
+
"variant": "cylinder_simple",
|
|
1436
|
+
"colors": {
|
|
1437
|
+
"top": "#F56C6C",
|
|
1438
|
+
"left": "#d95e5e",
|
|
1439
|
+
"right": "#bd4f4f"
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"id": "p-77",
|
|
1444
|
+
"center": {
|
|
1445
|
+
"x": 107.12126751836449,
|
|
1446
|
+
"y": 0,
|
|
1447
|
+
"z": 81.72448022911534
|
|
1448
|
+
},
|
|
1449
|
+
"width": 1.2457067744087924,
|
|
1450
|
+
"depth": 1.2336198688641282,
|
|
1451
|
+
"rotYDeg": 0,
|
|
1452
|
+
"type": "box",
|
|
1453
|
+
"variant": "box_vinyl",
|
|
1454
|
+
"colors": {
|
|
1455
|
+
"top": "#F4D03F",
|
|
1456
|
+
"left": "#D4AC0D",
|
|
1457
|
+
"right": "#B7950B",
|
|
1458
|
+
"detail": "#111111"
|
|
1459
|
+
}
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"id": "p-78",
|
|
1463
|
+
"center": {
|
|
1464
|
+
"x": 110.07721353521441,
|
|
1465
|
+
"y": 0,
|
|
1466
|
+
"z": 81.77142100884646
|
|
1467
|
+
},
|
|
1468
|
+
"width": 1.0335518717922045,
|
|
1469
|
+
"depth": 1.0037435963767318,
|
|
1470
|
+
"rotYDeg": 0,
|
|
1471
|
+
"type": "box",
|
|
1472
|
+
"variant": "box_store",
|
|
1473
|
+
"colors": {
|
|
1474
|
+
"top": "#FDFFE6",
|
|
1475
|
+
"left": "#D7DBDD",
|
|
1476
|
+
"right": "#BFC9CA",
|
|
1477
|
+
"detail": "#FF6B6B"
|
|
1478
|
+
}
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"id": "p-79",
|
|
1482
|
+
"center": {
|
|
1483
|
+
"x": 112.83441058864557,
|
|
1484
|
+
"y": 0,
|
|
1485
|
+
"z": 81.79390311795004
|
|
1486
|
+
},
|
|
1487
|
+
"width": 1.0245361328239255,
|
|
1488
|
+
"depth": 1.1119399145766813,
|
|
1489
|
+
"rotYDeg": 0,
|
|
1490
|
+
"type": "box",
|
|
1491
|
+
"variant": "box_store",
|
|
1492
|
+
"colors": {
|
|
1493
|
+
"top": "#FDFFE6",
|
|
1494
|
+
"left": "#D7DBDD",
|
|
1495
|
+
"right": "#BFC9CA",
|
|
1496
|
+
"detail": "#FF6B6B"
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"id": "p-80",
|
|
1501
|
+
"center": {
|
|
1502
|
+
"x": 112.88080592925232,
|
|
1503
|
+
"y": 0,
|
|
1504
|
+
"z": 84.72423523078871
|
|
1505
|
+
},
|
|
1506
|
+
"width": 1.2368474603802186,
|
|
1507
|
+
"depth": 1.1473987699241373,
|
|
1508
|
+
"rotYDeg": 0,
|
|
1509
|
+
"type": "box",
|
|
1510
|
+
"variant": "box_vinyl",
|
|
1511
|
+
"colors": {
|
|
1512
|
+
"top": "#F4D03F",
|
|
1513
|
+
"left": "#D4AC0D",
|
|
1514
|
+
"right": "#B7950B",
|
|
1515
|
+
"detail": "#111111"
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"id": "p-81",
|
|
1520
|
+
"center": {
|
|
1521
|
+
"x": 112.92884500801044,
|
|
1522
|
+
"y": 0,
|
|
1523
|
+
"z": 87.25106661960068
|
|
1524
|
+
},
|
|
1525
|
+
"width": 1.09193354849328,
|
|
1526
|
+
"depth": 1.2420411707097856,
|
|
1527
|
+
"rotYDeg": 0,
|
|
1528
|
+
"type": "box",
|
|
1529
|
+
"variant": "box_vinyl",
|
|
1530
|
+
"colors": {
|
|
1531
|
+
"top": "#F4D03F",
|
|
1532
|
+
"left": "#D4AC0D",
|
|
1533
|
+
"right": "#B7950B",
|
|
1534
|
+
"detail": "#111111"
|
|
1535
|
+
}
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"id": "p-82",
|
|
1539
|
+
"center": {
|
|
1540
|
+
"x": 115.68936265333991,
|
|
1541
|
+
"y": 0,
|
|
1542
|
+
"z": 87.249750668276
|
|
1543
|
+
},
|
|
1544
|
+
"width": 1.0959406495541058,
|
|
1545
|
+
"depth": 1.0988591313822471,
|
|
1546
|
+
"rotYDeg": 0,
|
|
1547
|
+
"type": "box",
|
|
1548
|
+
"variant": "box_express",
|
|
1549
|
+
"colors": {
|
|
1550
|
+
"top": "#E0C097",
|
|
1551
|
+
"left": "#C4A480",
|
|
1552
|
+
"right": "#A88865",
|
|
1553
|
+
"detail": "#8B5E3C"
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"id": "p-83",
|
|
1558
|
+
"center": {
|
|
1559
|
+
"x": 117.69638775223697,
|
|
1560
|
+
"y": 0,
|
|
1561
|
+
"z": 87.23846256185253
|
|
1562
|
+
},
|
|
1563
|
+
"width": 1.2193406821318626,
|
|
1564
|
+
"depth": 1.2184995413844006,
|
|
1565
|
+
"rotYDeg": 0,
|
|
1566
|
+
"type": "box",
|
|
1567
|
+
"variant": "box_simple",
|
|
1568
|
+
"colors": {
|
|
1569
|
+
"top": "#E6A23C",
|
|
1570
|
+
"left": "#cf9236",
|
|
1571
|
+
"right": "#b07d2e"
|
|
1572
|
+
}
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"id": "p-84",
|
|
1576
|
+
"center": {
|
|
1577
|
+
"x": 117.6751060807263,
|
|
1578
|
+
"y": 0,
|
|
1579
|
+
"z": 89.49159643123468
|
|
1580
|
+
},
|
|
1581
|
+
"width": 1.0867818668888798,
|
|
1582
|
+
"depth": 1.0568468272950717,
|
|
1583
|
+
"rotYDeg": 0,
|
|
1584
|
+
"type": "box",
|
|
1585
|
+
"variant": "box_express",
|
|
1586
|
+
"colors": {
|
|
1587
|
+
"top": "#E0C097",
|
|
1588
|
+
"left": "#C4A480",
|
|
1589
|
+
"right": "#A88865",
|
|
1590
|
+
"detail": "#8B5E3C"
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"id": "p-85",
|
|
1595
|
+
"center": {
|
|
1596
|
+
"x": 119.59149513484047,
|
|
1597
|
+
"y": 0,
|
|
1598
|
+
"z": 89.46513912152274
|
|
1599
|
+
},
|
|
1600
|
+
"width": 1.0492717921963295,
|
|
1601
|
+
"depth": 1.0618041530539302,
|
|
1602
|
+
"rotYDeg": 0,
|
|
1603
|
+
"type": "box",
|
|
1604
|
+
"variant": "box_tofu",
|
|
1605
|
+
"colors": {
|
|
1606
|
+
"top": "#FFFFFF",
|
|
1607
|
+
"left": "#E5E7E9",
|
|
1608
|
+
"right": "#CACFD2",
|
|
1609
|
+
"detail": "#333333"
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"id": "p-86",
|
|
1614
|
+
"center": {
|
|
1615
|
+
"x": 121.76987395543598,
|
|
1616
|
+
"y": 0,
|
|
1617
|
+
"z": 89.44485229921754
|
|
1618
|
+
},
|
|
1619
|
+
"width": 1.2489262224402866,
|
|
1620
|
+
"depth": 1.215204537015038,
|
|
1621
|
+
"rotYDeg": 0,
|
|
1622
|
+
"type": "box",
|
|
1623
|
+
"variant": "box_store",
|
|
1624
|
+
"colors": {
|
|
1625
|
+
"top": "#FDFFE6",
|
|
1626
|
+
"left": "#D7DBDD",
|
|
1627
|
+
"right": "#BFC9CA",
|
|
1628
|
+
"detail": "#FF6B6B"
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"id": "p-87",
|
|
1633
|
+
"center": {
|
|
1634
|
+
"x": 121.79566508792138,
|
|
1635
|
+
"y": 0,
|
|
1636
|
+
"z": 91.40544108827854
|
|
1637
|
+
},
|
|
1638
|
+
"width": 1.05,
|
|
1639
|
+
"depth": 1.05,
|
|
1640
|
+
"rotYDeg": 0,
|
|
1641
|
+
"type": "cylinder",
|
|
1642
|
+
"variant": "cylinder_simple",
|
|
1643
|
+
"colors": {
|
|
1644
|
+
"top": "#67C23A",
|
|
1645
|
+
"left": "#529b2e",
|
|
1646
|
+
"right": "#458525"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"id": "p-88",
|
|
1651
|
+
"center": {
|
|
1652
|
+
"x": 121.82965846922231,
|
|
1653
|
+
"y": 0,
|
|
1654
|
+
"z": 93.40086211650674
|
|
1655
|
+
},
|
|
1656
|
+
"width": 1.2270419039889433,
|
|
1657
|
+
"depth": 1.188958048908486,
|
|
1658
|
+
"rotYDeg": 0,
|
|
1659
|
+
"type": "box",
|
|
1660
|
+
"variant": "box_simple",
|
|
1661
|
+
"colors": {
|
|
1662
|
+
"top": "#67C23A",
|
|
1663
|
+
"left": "#529b2e",
|
|
1664
|
+
"right": "#458525"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"id": "p-89",
|
|
1669
|
+
"center": {
|
|
1670
|
+
"x": 121.78662476804413,
|
|
1671
|
+
"y": 0,
|
|
1672
|
+
"z": 95.41854867437789
|
|
1673
|
+
},
|
|
1674
|
+
"width": 1.0236226096859307,
|
|
1675
|
+
"depth": 1.1529718191143925,
|
|
1676
|
+
"rotYDeg": 0,
|
|
1677
|
+
"type": "box",
|
|
1678
|
+
"variant": "box_store",
|
|
1679
|
+
"colors": {
|
|
1680
|
+
"top": "#FDFFE6",
|
|
1681
|
+
"left": "#D7DBDD",
|
|
1682
|
+
"right": "#BFC9CA",
|
|
1683
|
+
"detail": "#FF6B6B"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"id": "p-90",
|
|
1688
|
+
"center": {
|
|
1689
|
+
"x": 121.83009839327077,
|
|
1690
|
+
"y": 0,
|
|
1691
|
+
"z": 97.88780030737996
|
|
1692
|
+
},
|
|
1693
|
+
"width": 1.05,
|
|
1694
|
+
"depth": 1.05,
|
|
1695
|
+
"rotYDeg": 0,
|
|
1696
|
+
"type": "cylinder",
|
|
1697
|
+
"variant": "cylinder_simple",
|
|
1698
|
+
"colors": {
|
|
1699
|
+
"top": "#E6A23C",
|
|
1700
|
+
"left": "#cf9236",
|
|
1701
|
+
"right": "#b07d2e"
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"id": "p-91",
|
|
1706
|
+
"center": {
|
|
1707
|
+
"x": 121.81638608547689,
|
|
1708
|
+
"y": 0,
|
|
1709
|
+
"z": 100.92139329501495
|
|
1710
|
+
},
|
|
1711
|
+
"width": 1.247212499495229,
|
|
1712
|
+
"depth": 1.070507764849117,
|
|
1713
|
+
"rotYDeg": 0,
|
|
1714
|
+
"type": "box",
|
|
1715
|
+
"variant": "box_tofu",
|
|
1716
|
+
"colors": {
|
|
1717
|
+
"top": "#FFFFFF",
|
|
1718
|
+
"left": "#E5E7E9",
|
|
1719
|
+
"right": "#CACFD2",
|
|
1720
|
+
"detail": "#333333"
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"id": "p-92",
|
|
1725
|
+
"center": {
|
|
1726
|
+
"x": 121.80808769141234,
|
|
1727
|
+
"y": 0,
|
|
1728
|
+
"z": 103.36900891879064
|
|
1729
|
+
},
|
|
1730
|
+
"width": 1.0522330776100202,
|
|
1731
|
+
"depth": 1.1590860635782994,
|
|
1732
|
+
"rotYDeg": 0,
|
|
1733
|
+
"type": "box",
|
|
1734
|
+
"variant": "box_vinyl",
|
|
1735
|
+
"colors": {
|
|
1736
|
+
"top": "#F4D03F",
|
|
1737
|
+
"left": "#D4AC0D",
|
|
1738
|
+
"right": "#B7950B",
|
|
1739
|
+
"detail": "#111111"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"id": "p-93",
|
|
1744
|
+
"center": {
|
|
1745
|
+
"x": 124.13418117462851,
|
|
1746
|
+
"y": 0,
|
|
1747
|
+
"z": 103.41794681175053
|
|
1748
|
+
},
|
|
1749
|
+
"width": 1.1088154316455197,
|
|
1750
|
+
"depth": 1.1561715603601987,
|
|
1751
|
+
"rotYDeg": 0,
|
|
1752
|
+
"type": "box",
|
|
1753
|
+
"variant": "box_tofu",
|
|
1754
|
+
"colors": {
|
|
1755
|
+
"top": "#FFFFFF",
|
|
1756
|
+
"left": "#E5E7E9",
|
|
1757
|
+
"right": "#CACFD2",
|
|
1758
|
+
"detail": "#333333"
|
|
1759
|
+
}
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"id": "p-94",
|
|
1763
|
+
"center": {
|
|
1764
|
+
"x": 124.18380094472495,
|
|
1765
|
+
"y": 0,
|
|
1766
|
+
"z": 105.84888381613368
|
|
1767
|
+
},
|
|
1768
|
+
"width": 1.0545718670145479,
|
|
1769
|
+
"depth": 1.1706249789198044,
|
|
1770
|
+
"rotYDeg": 0,
|
|
1771
|
+
"type": "box",
|
|
1772
|
+
"variant": "box_store",
|
|
1773
|
+
"colors": {
|
|
1774
|
+
"top": "#FDFFE6",
|
|
1775
|
+
"left": "#D7DBDD",
|
|
1776
|
+
"right": "#BFC9CA",
|
|
1777
|
+
"detail": "#FF6B6B"
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"id": "p-95",
|
|
1782
|
+
"center": {
|
|
1783
|
+
"x": 126.42133615935283,
|
|
1784
|
+
"y": 0,
|
|
1785
|
+
"z": 105.82073796643911
|
|
1786
|
+
},
|
|
1787
|
+
"width": 1.0149072557757177,
|
|
1788
|
+
"depth": 1.001959882677514,
|
|
1789
|
+
"rotYDeg": 0,
|
|
1790
|
+
"type": "box",
|
|
1791
|
+
"variant": "box_simple",
|
|
1792
|
+
"colors": {
|
|
1793
|
+
"top": "#E6A23C",
|
|
1794
|
+
"left": "#cf9236",
|
|
1795
|
+
"right": "#b07d2e"
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"id": "p-96",
|
|
1800
|
+
"center": {
|
|
1801
|
+
"x": 126.38046479212608,
|
|
1802
|
+
"y": 0,
|
|
1803
|
+
"z": 108.5281759537422
|
|
1804
|
+
},
|
|
1805
|
+
"width": 1.2318344266302113,
|
|
1806
|
+
"depth": 1.2331420780313862,
|
|
1807
|
+
"rotYDeg": 0,
|
|
1808
|
+
"type": "box",
|
|
1809
|
+
"variant": "box_tofu",
|
|
1810
|
+
"colors": {
|
|
1811
|
+
"top": "#FFFFFF",
|
|
1812
|
+
"left": "#E5E7E9",
|
|
1813
|
+
"right": "#CACFD2",
|
|
1814
|
+
"detail": "#333333"
|
|
1815
|
+
}
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"id": "p-97",
|
|
1819
|
+
"center": {
|
|
1820
|
+
"x": 129.51781415989055,
|
|
1821
|
+
"y": 0,
|
|
1822
|
+
"z": 108.51747780217207
|
|
1823
|
+
},
|
|
1824
|
+
"width": 1.0232245400656128,
|
|
1825
|
+
"depth": 1.0085843056480328,
|
|
1826
|
+
"rotYDeg": 0,
|
|
1827
|
+
"type": "box",
|
|
1828
|
+
"variant": "box_express",
|
|
1829
|
+
"colors": {
|
|
1830
|
+
"top": "#E0C097",
|
|
1831
|
+
"left": "#C4A480",
|
|
1832
|
+
"right": "#A88865",
|
|
1833
|
+
"detail": "#8B5E3C"
|
|
1834
|
+
}
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"id": "p-98",
|
|
1838
|
+
"center": {
|
|
1839
|
+
"x": 129.55483461970223,
|
|
1840
|
+
"y": 0,
|
|
1841
|
+
"z": 111.13470808080618
|
|
1842
|
+
},
|
|
1843
|
+
"width": 1.2004634142855477,
|
|
1844
|
+
"depth": 1.125843167363593,
|
|
1845
|
+
"rotYDeg": 0,
|
|
1846
|
+
"type": "box",
|
|
1847
|
+
"variant": "box_express",
|
|
1848
|
+
"colors": {
|
|
1849
|
+
"top": "#E0C097",
|
|
1850
|
+
"left": "#C4A480",
|
|
1851
|
+
"right": "#A88865",
|
|
1852
|
+
"detail": "#8B5E3C"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"id": "p-99",
|
|
1857
|
+
"center": {
|
|
1858
|
+
"x": 129.57259475347706,
|
|
1859
|
+
"y": 0,
|
|
1860
|
+
"z": 113.49552799302411
|
|
1861
|
+
},
|
|
1862
|
+
"width": 1.05,
|
|
1863
|
+
"depth": 1.05,
|
|
1864
|
+
"rotYDeg": 0,
|
|
1865
|
+
"type": "cylinder",
|
|
1866
|
+
"variant": "cylinder_simple",
|
|
1867
|
+
"colors": {
|
|
1868
|
+
"top": "#409EFF",
|
|
1869
|
+
"left": "#3685d6",
|
|
1870
|
+
"right": "#2c6eb5"
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
],
|
|
1874
|
+
"inputs": [{
|
|
1875
|
+
"jumpIndex": 0,
|
|
1876
|
+
"pressMs": 430
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"jumpIndex": 1,
|
|
1880
|
+
"pressMs": 273
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"jumpIndex": 2,
|
|
1884
|
+
"pressMs": 367
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"jumpIndex": 3,
|
|
1888
|
+
"pressMs": 298
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"jumpIndex": 4,
|
|
1892
|
+
"pressMs": 227
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"jumpIndex": 5,
|
|
1896
|
+
"pressMs": 214
|
|
1897
|
+
}
|
|
1898
|
+
],
|
|
1899
|
+
"events": [{
|
|
1900
|
+
"type": "GOOD",
|
|
1901
|
+
"jumpIndex": 0,
|
|
1902
|
+
"scoreDelta": 1,
|
|
1903
|
+
"streak": 0
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"type": "GOOD",
|
|
1907
|
+
"jumpIndex": 1,
|
|
1908
|
+
"scoreDelta": 1,
|
|
1909
|
+
"streak": 0
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"type": "GOOD",
|
|
1913
|
+
"jumpIndex": 2,
|
|
1914
|
+
"scoreDelta": 1,
|
|
1915
|
+
"streak": 0
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"type": "GOOD",
|
|
1919
|
+
"jumpIndex": 3,
|
|
1920
|
+
"scoreDelta": 1,
|
|
1921
|
+
"streak": 0
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"type": "GOOD",
|
|
1925
|
+
"jumpIndex": 4,
|
|
1926
|
+
"scoreDelta": 1,
|
|
1927
|
+
"streak": 0
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"type": "MISS",
|
|
1931
|
+
"jumpIndex": 5,
|
|
1932
|
+
"scoreDelta": 0,
|
|
1933
|
+
"failReason": "short"
|
|
1934
|
+
}
|
|
1935
|
+
],
|
|
1936
|
+
"result": {
|
|
1937
|
+
"totalScore": 5,
|
|
1938
|
+
"maxStreak": 0,
|
|
1939
|
+
"totalJumps": 6,
|
|
1940
|
+
"isNewRecord": false
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
"summary": {
|
|
1944
|
+
"totalScore": 5,
|
|
1945
|
+
"totalJumps": 6,
|
|
1946
|
+
"maxStreak": 0,
|
|
1947
|
+
"durationSeconds": 8.26275,
|
|
1948
|
+
"perfectCount": 0,
|
|
1949
|
+
"goodCount": 5,
|
|
1950
|
+
"milestoneCount": 0
|
|
1951
|
+
}
|
|
1952
|
+
}
|