-
Notifications
You must be signed in to change notification settings - Fork 0
/
box2dModelTemplate.b2m
652 lines (648 loc) · 26.2 KB
/
box2dModelTemplate.b2m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
{
"prompt": "",
"prompt2": "",
"expectedLines": 0,
"excelExportStringTemplate":"",
"isMustCompleteAllPartsBeforeExit":true,
"type": "Box2dModel",
"LAB_HEIGHT" : 560,
"INCLUDE_BLOCKCOMP_BUILDER": false,
"INCLUDE_CYLINDER_BUILDER":false,
"INCLUDE_RECTPRISM_BUILDER":false,
"INCLUDE_BEAKER_BUILDER":false,
"INCLUDE_GRAPH_BUILDER":false,
"INCLUDE_TABLE_BUILDER":false,
"ALLOW_REVISION":true,
"ALLOW_DUPLICATION":false,
"BUILDER_SHOW_SLIDER_VALUES":true,
"BUILDER_SLIDER_INCREMENTS": 0.1,
"BUILDER_RANDOMIZE_INITIAL_SLIDER_VALUES":false,
"INCLUDE_EMPTY": false,
"INCLUDE_BALANCE": false,
"INCLUDE_SCALE": true,
"INCLUDE_BEAKER": true,
"SHOW_UNITS_ON_SCALE":false,
"SCALE" : 30,
"LENGTH_UNITS":"cm",
"VOLUME_UNITS":"ml",
"MASS_UNITS":"ml",
"SCALE_UNITS":"N",
"MAX_WIDTH_UNITS":5,
"MAX_HEIGHT_UNITS":5,
"MAX_DEPTH_UNITS":5,
"view_sideAngle_degrees" : 10,
"view_topAngle_degrees" : 20,
"results_chart": {
"isGraphNotTable":true,
"isSinkFloatNotMaterials":true,
"showLiquids":true,
"showTestedMassValuesOnly": true,
"showTestedLiquidValuesOnly":true,
"arrColumnNamesToImport":[],
"arrColumnNamesToDisplay":[]
},
"materials_available" : [],
"liquids_available" : ["Water"],
"beaker_materials_available":["Pyrex"],
"premades_available": [],
"premades_in_world":[],
"beakers_in_world":[
{
"x":5,
"y":0,
"material_name":"Pyrex",
"liquid_name":"Water",
"width_units":5,
"height_units":8,
"depth_units":5,
"init_liquid_volume_perc":0.75,
"spilloff_volume_perc": 0,
"type": "dynamic"
}
],
"scale":{
},
"feedbackEvents": [],
"materials" :
{
"CPlastic":
{
"display_name":"Clear Plastic",
"density":1.0,
"fill_colors":["rgba(127,127,127,0.4)", "rgba(200,200,200,0.4)","rgba(225,225,255,0.4)", "rgba(200,200,200,0.4)", "rgba(127,127,127,0.4)"],
"fill_ratios":[0, 0.1, 0.4, 0.9, 1],
"fill_colors_shadow":["rgba(127,127,127,0.4)", "rgba(200,200,200,0.4)","rgba(225,225,255,0.4)", "rgba(200,200,200,0.4)", "rgba(127,127,127,0.4)"],
"fill_ratios_shadow":[0, 0.1, 0.4, 0.9, 1],
"stroke_colors":["rgba(56,56,56,0.4)", "rgba(56,56,56,0.4)"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0]],
"block_max":[10, 10, 10],
"block_count":[0, 0, 0],
"is_container":true,
"container_thickness":1
},
"Plastic":
{
"display_name":"Plastic",
"density":0.5,
"fill_colors":["#F074AC", "#EB008B", "#EB008B", "#F074AC", "#EB008B", "#EB008B", "#F074AC"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#C0447C", "#BB005B", "#BB005B", "#C0447C", "#BB005B", "#BB005B", "#C0447C"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#AB004B", "#AB004B"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Nylon":
{
"display_name":"Nylon",
"density":1.13,
"fill_colors":["#F074AC", "#EB508B", "#EB608B", "#F074AC", "#EB008B", "#EB008B", "#F074AC"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#C0447C", "#BB005B", "#BB005B", "#C0447C", "#BB005B", "#BB005B", "#C0447C"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#AB004B", "#AB004B"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"PVC":
{
"display_name":"PVC",
"density":1.4,
"fill_colors":["#FFFFFF", "#F0F0F0", "#FFFFFF", "#FFFFFF", "#FFFFFF", "#F0F0F0", "#FFFFFF"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#EEEEEE", "#EEEEEE", "#EEEEEE", "#EEEEEE", "#EEEEEE", "#EEEEEE", "#EEEEEE"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#CCCCCC", "#CCCCCC"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Polyethylene":
{
"display_name":"Polyethylene",
"density":0.92,
"fill_colors":["#ACF074", "#8BEB50", "#8BEB60", "#ACF074", "#8BEB00", "#8BEB00", "#ACF074"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#7CC044", "#5BBB00", "#5BBB00", "#7CC044", "#5BBB00", "#5BBB00", "#7CC044"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#4BAB00", "#4BAB00"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Rubber":
{
"display_name":"Rubber",
"density":1.2,
"fill_colors":["#202020", "#303030", "#202020", "#404040", "#303030", "#202020", "#303030"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#000000", "#101010", "#000000", "#202020", "#101010", "#000000", "#101010"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#000000", "#000000"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Styrofoam":
{
"display_name":"Styrofoam",
"density":0.18,
"fill_colors":["#D0D0D0", "#E0E0E0", "#D0D0D0", "#F0F0F0", "#E0E0E0", "#D0D0D0", "#E0E0E0"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#B0B0B0", "#C0C0C0", "#B0B0B0", "#D0D0D0", "#C0C0C0", "#B0B0B0", "#C0C0C0"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#A0A0A0", "#A0A0A0"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Clay":
{
"display_name":"Clay",
"density":1.9,
"fill_colors":["#F0540C", "#EB700B", "#EB500B", "#F0540C", "#EB700B", "#EB500B", "#F0746C"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#C0540C", "#BB500B", "#BB500B", "#C0540C", "#BB500B", "#BB002B", "#C0443C"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#AB400B", "#AB400B"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Coal":
{
"display_name":"Coal",
"density":0.9,
"fill_colors":["#202020", "#303030", "#202020", "#505050", "#303030", "#202020", "#303030","#202020", "#303030", "#202020", "#404040", "#303030", "#202020", "#303030"],
"fill_ratios":[0, 0.136, 0.2607, 0.2692, 0.3697, 0.4208, 0.464,0.5, 0.586, 0.6207, 0.6992, 0.7597, 0.8308, 0.9444],
"fill_colors_shadow":["#000000", "#101010", "#000000", "#202020", "#101010", "#000000", "#101010"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#000000", "#000000"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Gold":
{
"display_name":"Gold",
"density":19.3,
"fill_colors":["#EDDC9E", "#C9BC80", "#EFDEA2", "#DEB084", "#D7C98C", "#F3E6AA", "#EBDC9E"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#ABAC6E", "#888C50", "#AFAE72", "#9E8054", "#97995C", "#B3B66A", "#ABAC6E"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#8F7143", "#8F7143"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Brass":
{
"display_name":"Brass",
"density":8.4,
"fill_colors":["#FDECAE", "#D9CC90", "#EFDEA2", "#EEC094", "#D7C98C", "#F3E6AA", "#EBDC9E"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#BBBC8E", "#989C60", "#BFAB82", "#9E8054", "#97995C", "#B3B66A", "#ABAC6E"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#8F7143", "#8F7143"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Aluminium":
{
"display_name":"Aluminium",
"density":2.7,
"fill_colors":["#CBCCCE", "#A8ACA0", "#CFCEC2", "#AEA0A4", "#A7A9AC", "#C3C6CA", "#CBCCCE"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#8B8C8E", "#686C60", "#8F8E82", "#6E6064", "#77797C", "#93969A", "#8B8C8E"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#5F6163", "#5F6163"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Steel":
{
"display_name":"Steel",
"density":7.8,
"fill_colors":["#ABBCBE", "#989CA0", "#BFBEC2", "#9EA0A4", "#97999C", "#B3B6CA", "#BBBCBE"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#8B8C8E", "#686C70", "#8F8E92", "#6E7074", "#77797C", "#93868A", "#8B8C8E"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#5F6163", "#5F6163"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Bronze":
{
"display_name":"Bronze",
"density":8.48,
"fill_colors":["#FDAC6E", "#D9AC60", "#FFBE82", "#EE9064", "#E7A96C", "#F3C68A", "#FBBC7E"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#BBAC6E", "#988C50", "#BFAE72", "#AE8054", "#97995C", "#B3B66A", "#ABAC6E"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#8F7143", "#8F7143"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Copper":
{
"display_name":"Copper",
"density":8.92,
"fill_colors":["#FD8C4E", "#D98C40", "#FF9E62", "#EE7044", "#E7894C", "#F3A66A", "#FB9C5E"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#BB8C4E", "#986C30", "#BF8E52", "#AE6034", "#97793C", "#B3964A", "#ABAC6E"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#8F7143", "#8F7143"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Glass":
{
"display_name":"Glass",
"density":2.4,
"fill_colors":["rgba(127,127,127,0.4)", "rgba(200,200,200,0.4)","rgba(225,225,255,0.4)", "rgba(200,200,200,0.4)", "rgba(127,127,127,0.4)"],
"fill_ratios":[0, 0.1, 0.4, 0.9, 1],
"fill_colors_shadow":["rgba(127,127,127,0.4)", "rgba(200,200,200,0.4)","rgba(225,225,255,0.4)", "rgba(200,200,200,0.4)", "rgba(127,127,127,0.4)"],
"fill_ratios_shadow":[0, 0.1, 0.4, 0.9, 1],
"stroke_colors":["rgba(56,56,56,0.4)", "rgba(56,56,56,0.4)"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0]],
"block_max":[10, 10, 10],
"block_count":[0, 0, 0],
"is_container":true,
"container_thickness":1
},
"Pyrex":
{
"display_name":"Pyrex",
"density":2.21,
"fill_colors":["rgba(127,127,127,0.4)", "rgba(200,200,200,0.4)","rgba(225,225,255,0.4)", "rgba(200,200,200,0.4)", "rgba(127,127,127,0.4)"],
"fill_ratios":[0, 0.1, 0.4, 0.9, 1],
"fill_colors_shadow":["rgba(127,127,127,0.4)", "rgba(200,200,200,0.4)","rgba(225,225,255,0.4)", "rgba(200,200,200,0.4)", "rgba(127,127,127,0.4)"],
"fill_ratios_shadow":[0, 0.1, 0.4, 0.9, 1],
"stroke_colors":["rgba(56,56,56,0.4)", "rgba(56,56,56,0.4)"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0]],
"block_max":[10, 10, 10],
"block_count":[0, 0, 0],
"is_container":true,
"container_thickness":1
},
"Oak":
{
"display_name":"Oak",
"density":0.75,
"fill_colors":["#7D4613", "#8D5925", "#743B18", "#8D5925", "#743B18", "#7C4412", "#743B18"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#4D1603", "#5D2905", "#440B08", "#5D2905", "#440B08", "#4C0402", "#440B08"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#3B0400", "#3B0400"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Pine":
{
"display_name":"Pine",
"density":0.5,
"fill_colors":["#7D6613", "#8D7925", "#745B18", "#8D7925", "#745B18", "#7C6412", "#745B18"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#4D1603", "#5D2905", "#440B08", "#5D2905", "#440B08", "#4C0402", "#440B08"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#3B0400", "#3B0400"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Ebony":
{
"display_name":"Ebony",
"density":1.2,
"fill_colors":["#3D1603", "#4D2905", "#341B08", "#4D2905", "#341B08", "#3C1402", "#341B08"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#2D0603", "#1D0905", "#240B08", "#1D0905", "#040B08", "#1C0402", "#040B08"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#3B0400", "#3B0400"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Balsa":
{
"display_name":"Balsa",
"density":0.16,
"fill_colors":["#FBEFD0", "#FADBA2", "#FAE3B0", "#E8CFA1", "#F0D3A1", "#FBEED2", "#F9E2BA"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#CBBFA0", "#CAAB72", "#CAB380", "#B89F71", "#C0A371", "#CBBEA2", "#C9B28A"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#AB854C", "#AB854C"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Cork":
{
"display_name":"Cork",
"density":0.25,
"fill_colors":["#FBCFC0", "#DAAAA2", "#FAC3B0", "#D8AFA1", "#F0E3E1", "#FBBEB2", "#F9C2CA"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#CBBFA0", "#CAAB72", "#CAB380", "#B89F71", "#C0A371", "#CBBEA2", "#C9B28A"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#AB854C", "#AB854C"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Flint":
{
"display_name":"Flint",
"density":2.6,
"fill_colors":[ "#808080","#999090","#808080","#998070","#706050","#898980","#909090","#808080","#999090","#808080",
"#998070","#706050","#898980","#909090"],
"fill_ratios":[0,0.136,0.2607,0.3292,0.3697,0.4208,0.4744,0.5,0.57,0.6407,0.6992,0.7497,0.8108,0.9644],
"fill_colors_shadow":["#CBBFA0", "#CAAB72", "#CAB380", "#B89F71", "#C0A371", "#CBBEA2", "#C9B28A"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#AB854C", "#AB854C"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Pumice":
{
"display_name":"Pumice",
"density":0.55,
"fill_colors":["#C0D0C0", "#E0F0C0","#F0F0F0","#F0FFE0","#D0D0D0","#E0F0F0","#E0E0E0","#C0D0C0","#E0F0C0","#F0F0F0",
"#F0FFE0","#D0D0D0","#E0F0F0","#E0E0E0"],
"fill_ratios":[0,0.136,0.2607,0.3292,0.3697,0.4208,0.4744,0.5,0.57,0.6407,0.6992,0.7497,0.8108,0.9644],
"fill_colors_shadow":["#CBBFA0", "#CAAB72", "#CAB380", "#B89F71", "#C0A371", "#CBBEA2", "#C9B28A"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#AB854C", "#AB854C"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Cement":
{
"display_name":"Cement",
"density":1.5,
"fill_colors":["#B0B0B0", "#C0C0C0","#C5C5C5","#C0C0C0","#B0B0B0","#A0A0A0","#B0B0B0","#C0C0C0","#B0B0B0","#C0C0C0",
"#B0B0B0","#C0C0C0","#D0D0D0","#C0C0C0"],
"fill_ratios":[0,0.136,0.2607,0.3292,0.3697,0.4208,0.4744,0.5,0.57,0.6407,0.6992,0.7497,0.8108,0.9644],
"fill_colors_shadow":["#CBBFA0", "#CAAB72", "#CAB380", "#B89F71", "#C0A371", "#CBBEA2", "#C9B28A"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#6B606C", "#6B656C"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
},
"Wax":
{
"display_name":"Wax",
"density":0.93,
"fill_colors":["#FBFFD0", "#EAE0A2", "#FAF3B0", "#D8DFA1", "#F0F3A1", "#EBEED2", "#F9F2BA"],
"fill_ratios":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"fill_colors_shadow":["#CBBFA0", "#CAAB72", "#CAB380", "#B89F71", "#C0A371", "#CBBEA2", "#C9B28A"],
"fill_ratios_shadow":[0, 0.236, 0.4607, 0.6292, 0.7697, 0.8708, 0.9944],
"stroke_colors":["#AB854C", "#AB854C"],
"stroke_ratios":[0, 1],
"depth_arrays":[[1, 1, 1, 1, 1], [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [1, 0, 0, 0, 1]],
"block_max":[10, 10, 10, 10],
"block_count":[0, 0, 0, 0],
"is_container":false
}
},
"liquids" :
{
"Water":
{
"name":"Water",
"display_name":"Water",
"density":1.0,
"fill_color":"rgba(180,180,255,0.4)",
"stroke_color": "rgba(160,160,255,0.8)",
"fill_color_container":"rgba(100,160,255,1.0)",
"stroke_color_container":"rgba(50,80,255,1.0)"
},
"OliveOil" :
{
"name":"OliveOil",
"display_name":"Olive Oil",
"density":0.8,
"fill_color":"rgba(200,225,140,0.4)",
"stroke_color": "rgba(200,225,140,0.8)",
"fill_color_container":"rgba(200,225,140,1.0)",
"stroke_color_container":"rgba(100,125,70,1.0)"
},
"CitricAcid": {
"name":"CitricAcid",
"display_name": "Citric Acid",
"density": 1.7,
"fill_color": "rgba(250,250,140,0.4)",
"stroke_color": "rgba(220,220,140,0.8)",
"fill_color_container": "rgba(250,250,140,1.0)",
"stroke_color_container": "rgba(220,220,140,1.0)"
}
},
"premades":{
"5_Mix_rect":
{
"rectPrismArrays":
{
"widths":[1, 2, 3, 4, 5],
"depths":[5, 4, 3, 2, 1],
"heights":[1, 1, 1, 1, 1],
"materials":["Steel", "Bronze", "Copper", "Aluminium", "Styrofoam"]
},
"is_container":false,
"is_deletable":false
},
"5_Mix_cyl":
{
"cylinderArrays":
{
"diameters":[1, 2, 3, 4, 5],
"heights": [1, 1, 1, 1, 1],
"materials":["Steel", "Bronze", "Copper", "Aluminium", "Styrofoam"]
},
"is_container":false,
"is_deletable":false
},
"Mix_cyl":
{
"cylinderArrays":
{
"diameters":[1, 2, 3, 4, 5],
"heights":[1, 1, 1, 1, 1],
"materials":["Steel", "Bronze", "Copper", "Aluminium", "Styrofoam"]
},
"is_container":false,
"is_deletable":false
},
"5_DWood_LWood_cyl":
{
"cylinderArrays":
{
"diameters":[1, 1],
"heights":[2.5, 2.5],
"materials":["DWood", "LWood"]
},
"is_container":false,
"is_deletable":false
},
"1x1x1_DWood":
{
"blockArray3d":
[
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","DWood","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]]
],
"is_container":false,
"is_deletable":false
},
"2x2x2_block_usteel":
{
"blockArray3d":
[
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","Steel","Steel",""],["","","Steel","Steel",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","Steel","Steel",""],["","","Steel","Steel",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]]
],
"is_container":false,
"is_deletable":false
},
"3x3x3_block_usteel":
{
"blockArray3d":
[
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","Steel","Steel","Steel",""],["","Steel","Steel","Steel",""],["","Steel","Steel","Steel",""],["","","","",""]],
[["","","","",""],["","Steel","Steel","Steel",""],["","Steel","Steel","Steel",""],["","Steel","Steel","Steel",""],["","","","",""]],
[["","","","",""],["","Steel","Steel","Steel",""],["","Steel","Steel","Steel",""],["","Steel","Steel","Steel",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]]
],
"is_container":false,
"is_deletable":false
},
"1xTetris_I_Metal":
{
"blockArray3d":
[
[["","","","",""],["","","","",""],["","","Metal","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","Metal","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","Metal","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","Metal","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]]
],
"is_container":false,
"is_deletable":false
},
"1xTetris_S_Metal":
{
"blockArray3d":
[
[["","","","",""],["","","Metal","",""],["","","","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","Metal","",""],["","","Metal","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","Metal","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]]
],
"is_container":false,
"is_deletable":false
},
"1xTetris_L_Metal":
{
"blockArray3d":
[
[["","","","",""],["","","Metal","",""],["","","Metal","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","Metal","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","Metal","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]]
],
"is_container":false,
"is_deletable":false
},
"2x2x5_Glass_container":
{
"blockArray3d":
[
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]],
[["","","","",""],["Glass","Glass","Glass","Glass","Glass"],["Glass","Glass","Glass","Glass","Glass"],["","","","",""],["","","","",""]],
[["","","","",""],["Glass","Glass","Glass","Glass","Glass"],["Glass","Glass","Glass","Glass","Glass"],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]]
],
"is_container":true,
"is_deletable":false
},
"Nylon_boat":
{
"blockArray3d":
[
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","Nylon","Nylon","Nylon",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["Nylon","","","","Nylon"],["","Nylon","Nylon","Nylon",""]],
[["","","","",""],["","","","",""],["","","","",""],["","Nylon","Nylon","Nylon",""],["","","","",""]],
[["","","","",""],["","","","",""],["","","","",""],["","","","",""],["","","","",""]]
],
"is_container":false,
"is_deletable":false
}
}
}