@chemistry/elements 2.9.0 → 3.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.
@@ -0,0 +1,1485 @@
1
+ export const ChemElementData = [
2
+ {
3
+ id: 0,
4
+ symbol: 'Q',
5
+ RCow: 0.77,
6
+ RVdW: 0,
7
+ maxBonds: 0,
8
+ mass: 0,
9
+ name: 'Dummy',
10
+ posX: 1,
11
+ posY: 7,
12
+ color: '#FFFFFF',
13
+ color2: '#808080',
14
+ },
15
+ {
16
+ id: 1,
17
+ symbol: 'H',
18
+ RCow: 0.37,
19
+ RVdW: 1.2,
20
+ maxBonds: 1,
21
+ mass: 1.00794,
22
+ name: 'Hydrogen',
23
+ posX: 1,
24
+ posY: 1,
25
+ color: '#FFFFFF',
26
+ color2: '#808080',
27
+ },
28
+ {
29
+ id: 1,
30
+ symbol: 'D',
31
+ RCow: 0.37,
32
+ RVdW: 1.2,
33
+ maxBonds: 1,
34
+ mass: 2,
35
+ name: 'Diyterium',
36
+ posX: 1,
37
+ posY: 8,
38
+ color: '#FFFFFF',
39
+ color2: '#808080',
40
+ },
41
+ {
42
+ id: 2,
43
+ symbol: 'He',
44
+ RCow: 0.32,
45
+ RVdW: 1.4,
46
+ maxBonds: 0,
47
+ mass: 4.002602,
48
+ name: 'Helium',
49
+ posX: 1,
50
+ posY: 18,
51
+ color: '#D9FFFF',
52
+ color2: '#849B9B',
53
+ },
54
+ {
55
+ id: 3,
56
+ symbol: 'Li',
57
+ RCow: 1.34,
58
+ RVdW: 2.2,
59
+ maxBonds: 1,
60
+ mass: 6.941,
61
+ name: 'Lithium',
62
+ posX: 2,
63
+ posY: 1,
64
+ color: '#CC80FF',
65
+ color2: '#C87EFA',
66
+ },
67
+ {
68
+ id: 4,
69
+ symbol: 'Be',
70
+ RCow: 0.9,
71
+ RVdW: 1.9,
72
+ maxBonds: 2,
73
+ mass: 9.012182,
74
+ name: 'Beryllium',
75
+ posX: 2,
76
+ posY: 2,
77
+ color: '#C2FF00',
78
+ color2: '#82AB00',
79
+ },
80
+ {
81
+ id: 5,
82
+ symbol: 'B',
83
+ RCow: 0.82,
84
+ RVdW: 1.8,
85
+ maxBonds: 3,
86
+ mass: 10.811,
87
+ name: 'Boron',
88
+ posX: 2,
89
+ posY: 13,
90
+ color: '#FFB5B5',
91
+ color2: '#F090A0',
92
+ },
93
+ {
94
+ id: 6,
95
+ symbol: 'C',
96
+ RCow: 0.77,
97
+ RVdW: 1.7,
98
+ maxBonds: 4,
99
+ mass: 12.0107,
100
+ name: 'Carbon',
101
+ posX: 2,
102
+ posY: 14,
103
+ color: '#909090',
104
+ color2: '#000000',
105
+ },
106
+ {
107
+ id: 7,
108
+ symbol: 'N',
109
+ RCow: 0.75,
110
+ RVdW: 1.6,
111
+ maxBonds: 4,
112
+ mass: 14.0067,
113
+ name: 'Nitrogen',
114
+ posX: 2,
115
+ posY: 15,
116
+ color: '#3050F8',
117
+ color2: '#304FF7',
118
+ },
119
+ {
120
+ id: 8,
121
+ symbol: 'O',
122
+ RCow: 0.73,
123
+ RVdW: 1.55,
124
+ maxBonds: 2,
125
+ mass: 15.9994,
126
+ name: 'Oxygen',
127
+ posX: 2,
128
+ posY: 16,
129
+ color: '#FF0D0D',
130
+ color2: '#FF0D0D',
131
+ },
132
+ {
133
+ id: 9,
134
+ symbol: 'F',
135
+ RCow: 0.71,
136
+ RVdW: 1.5,
137
+ maxBonds: 1,
138
+ mass: 18.9984032,
139
+ name: 'Fluorine',
140
+ posX: 2,
141
+ posY: 17,
142
+ color: '#90E050',
143
+ color2: '#228B22',
144
+ },
145
+ {
146
+ id: 10,
147
+ symbol: 'Ne',
148
+ RCow: 0.69,
149
+ RVdW: 1.54,
150
+ maxBonds: 0,
151
+ mass: 20.1797,
152
+ name: 'Neon',
153
+ posX: 2,
154
+ posY: 18,
155
+ color: '#B3E3F5',
156
+ color2: '#7B9CA8',
157
+ },
158
+ {
159
+ id: 11,
160
+ symbol: 'Na',
161
+ RCow: 1.54,
162
+ RVdW: 2.4,
163
+ maxBonds: 1,
164
+ mass: 22.98977,
165
+ name: 'Sodium',
166
+ posX: 3,
167
+ posY: 1,
168
+ color: '#AB5CF2',
169
+ color2: '#AB5CF2',
170
+ },
171
+ {
172
+ id: 12,
173
+ symbol: 'Mg',
174
+ RCow: 1.3,
175
+ RVdW: 2.2,
176
+ maxBonds: 2,
177
+ mass: 24.305,
178
+ name: 'Magnesium',
179
+ posX: 3,
180
+ posY: 2,
181
+ color: '#8AFF00',
182
+ color2: '#61B400',
183
+ },
184
+ {
185
+ id: 13,
186
+ symbol: 'Al',
187
+ RCow: 1.18,
188
+ RVdW: 2.1,
189
+ maxBonds: 6,
190
+ mass: 26.981538,
191
+ name: 'Aluminium',
192
+ posX: 3,
193
+ posY: 13,
194
+ color: '#BFA6A6',
195
+ color2: '#A79191',
196
+ },
197
+ {
198
+ id: 14,
199
+ symbol: 'Si',
200
+ RCow: 1.11,
201
+ RVdW: 2.1,
202
+ maxBonds: 6,
203
+ mass: 28.0855,
204
+ name: 'Silicon',
205
+ posX: 3,
206
+ posY: 14,
207
+ color: '#F0C8A0',
208
+ color2: '#B09276',
209
+ },
210
+ {
211
+ id: 15,
212
+ symbol: 'P',
213
+ RCow: 1.06,
214
+ RVdW: 1.95,
215
+ maxBonds: 5,
216
+ mass: 30.973761,
217
+ name: 'Phosphorus',
218
+ posX: 3,
219
+ posY: 15,
220
+ color: '#FF8000',
221
+ color2: '#FF8000',
222
+ },
223
+ {
224
+ id: 16,
225
+ symbol: 'S',
226
+ RCow: 1.02,
227
+ RVdW: 1.8,
228
+ maxBonds: 6,
229
+ mass: 32.065,
230
+ name: 'Sulfur',
231
+ posX: 3,
232
+ posY: 16,
233
+ color: '#FFFF30',
234
+ color2: '#FFC832',
235
+ },
236
+ {
237
+ id: 17,
238
+ symbol: 'Cl',
239
+ RCow: 0.99,
240
+ RVdW: 1.8,
241
+ maxBonds: 1,
242
+ mass: 35.453,
243
+ name: 'Chlorine',
244
+ posX: 3,
245
+ posY: 17,
246
+ color: '#1FF01F',
247
+ color2: '#1DC51D',
248
+ },
249
+ {
250
+ id: 18,
251
+ symbol: 'Ar',
252
+ RCow: 0.97,
253
+ RVdW: 1.88,
254
+ maxBonds: 0,
255
+ mass: 39.948,
256
+ name: 'Argon',
257
+ posX: 3,
258
+ posY: 18,
259
+ color: '#80D1E3',
260
+ color2: '#63A2B0',
261
+ },
262
+ {
263
+ id: 19,
264
+ symbol: 'K',
265
+ RCow: 1.96,
266
+ RVdW: 2.8,
267
+ maxBonds: 1,
268
+ mass: 39.0983,
269
+ name: 'Potassium',
270
+ posX: 4,
271
+ posY: 1,
272
+ color: '#8F40D4',
273
+ color2: '#8F40D4',
274
+ },
275
+ {
276
+ id: 20,
277
+ symbol: 'Ca',
278
+ RCow: 1.74,
279
+ RVdW: 2.4,
280
+ maxBonds: 2,
281
+ mass: 40.078,
282
+ name: 'Calcium',
283
+ posX: 4,
284
+ posY: 2,
285
+ color: '#3DFF00',
286
+ color2: '#2FC300',
287
+ },
288
+ {
289
+ id: 21,
290
+ symbol: 'Sc',
291
+ RCow: 1.44,
292
+ RVdW: 2.3,
293
+ maxBonds: 6,
294
+ mass: 44.95591,
295
+ name: 'Scandium',
296
+ posX: 4,
297
+ posY: 3,
298
+ color: '#E6E6E6',
299
+ color2: '#969696',
300
+ },
301
+ {
302
+ id: 22,
303
+ symbol: 'Ti',
304
+ RCow: 1.36,
305
+ RVdW: 2.15,
306
+ maxBonds: 6,
307
+ mass: 47.867,
308
+ name: 'Titanium',
309
+ posX: 4,
310
+ posY: 4,
311
+ color: '#BFC2C7',
312
+ color2: '#94969A',
313
+ },
314
+ {
315
+ id: 23,
316
+ symbol: 'V',
317
+ RCow: 1.25,
318
+ RVdW: 2.05,
319
+ maxBonds: 6,
320
+ mass: 50.9415,
321
+ name: 'Vanadium',
322
+ posX: 4,
323
+ posY: 5,
324
+ color: '#A6A6AB',
325
+ color2: '#96969A',
326
+ },
327
+ {
328
+ id: 24,
329
+ symbol: 'Cr',
330
+ RCow: 1.27,
331
+ RVdW: 2.05,
332
+ maxBonds: 6,
333
+ mass: 51.9961,
334
+ name: 'Chromium',
335
+ posX: 4,
336
+ posY: 6,
337
+ color: '#8A99C7',
338
+ color2: '#8796C3',
339
+ },
340
+ {
341
+ id: 25,
342
+ symbol: 'Mn',
343
+ RCow: 1.39,
344
+ RVdW: 2.05,
345
+ maxBonds: 8,
346
+ mass: 54.938049,
347
+ name: 'Manganese',
348
+ posX: 4,
349
+ posY: 7,
350
+ color: '#9C7AC7',
351
+ color2: '#9C7AC7',
352
+ },
353
+ {
354
+ id: 26,
355
+ symbol: 'Fe',
356
+ RCow: 1.25,
357
+ RVdW: 2.05,
358
+ maxBonds: 6,
359
+ mass: 55.845,
360
+ name: 'Iron',
361
+ posX: 4,
362
+ posY: 8,
363
+ color: '#E06633',
364
+ color2: '#E06633',
365
+ },
366
+ {
367
+ id: 27,
368
+ symbol: 'Co',
369
+ RCow: 1.26,
370
+ RVdW: 2,
371
+ maxBonds: 6,
372
+ mass: 58.9332,
373
+ name: 'Cobalt',
374
+ posX: 4,
375
+ posY: 9,
376
+ color: '#F090A0',
377
+ color2: '#DB8293',
378
+ },
379
+ {
380
+ id: 28,
381
+ symbol: 'Ni',
382
+ RCow: 1.21,
383
+ RVdW: 2,
384
+ maxBonds: 6,
385
+ mass: 58.6934,
386
+ name: 'Nickel',
387
+ posX: 4,
388
+ posY: 10,
389
+ color: '#50D050',
390
+ color2: '#45B645',
391
+ },
392
+ {
393
+ id: 29,
394
+ symbol: 'Cu',
395
+ RCow: 1.38,
396
+ RVdW: 2,
397
+ maxBonds: 6,
398
+ mass: 63.546,
399
+ name: 'Copper',
400
+ posX: 4,
401
+ posY: 11,
402
+ color: '#C88033',
403
+ color2: '#C78033',
404
+ },
405
+ {
406
+ id: 30,
407
+ symbol: 'Zn',
408
+ RCow: 1.31,
409
+ RVdW: 2.1,
410
+ maxBonds: 6,
411
+ mass: 65.409,
412
+ name: 'Zinc',
413
+ posX: 4,
414
+ posY: 12,
415
+ color: '#7D80B0',
416
+ color2: '#7D80B0',
417
+ },
418
+ {
419
+ id: 31,
420
+ symbol: 'Ga',
421
+ RCow: 1.26,
422
+ RVdW: 2.1,
423
+ maxBonds: 3,
424
+ mass: 69.723,
425
+ name: 'Gallium',
426
+ posX: 4,
427
+ posY: 13,
428
+ color: '#C28F8F',
429
+ color2: '#BD8C8C',
430
+ },
431
+ {
432
+ id: 32,
433
+ symbol: 'Ge',
434
+ RCow: 1.22,
435
+ RVdW: 2.1,
436
+ maxBonds: 4,
437
+ mass: 72.64,
438
+ name: 'Germanium',
439
+ posX: 4,
440
+ posY: 14,
441
+ color: '#668F8F',
442
+ color2: '#668F8F',
443
+ },
444
+ {
445
+ id: 33,
446
+ symbol: 'As',
447
+ RCow: 1.19,
448
+ RVdW: 2.05,
449
+ maxBonds: 3,
450
+ mass: 74.9216,
451
+ name: 'Arsenic',
452
+ posX: 4,
453
+ posY: 15,
454
+ color: '#BD80E3',
455
+ color2: '#BD80E3',
456
+ },
457
+ {
458
+ id: 34,
459
+ symbol: 'Se',
460
+ RCow: 1.16,
461
+ RVdW: 1.9,
462
+ maxBonds: 2,
463
+ mass: 78.96,
464
+ name: 'Selenium',
465
+ posX: 4,
466
+ posY: 16,
467
+ color: '#FFA100',
468
+ color2: '#E28F00',
469
+ },
470
+ {
471
+ id: 35,
472
+ symbol: 'Br',
473
+ RCow: 1.14,
474
+ RVdW: 1.9,
475
+ maxBonds: 1,
476
+ mass: 79.904,
477
+ name: 'Bromine',
478
+ posX: 4,
479
+ posY: 17,
480
+ color: '#A62929',
481
+ color2: '#A62929',
482
+ },
483
+ {
484
+ id: 36,
485
+ symbol: 'Kr',
486
+ RCow: 1.1,
487
+ RVdW: 2.02,
488
+ maxBonds: 0,
489
+ mass: 83.798,
490
+ name: 'Krypton',
491
+ posX: 4,
492
+ posY: 18,
493
+ color: '#5CB8D1',
494
+ color2: '#53A6BC',
495
+ },
496
+ {
497
+ id: 37,
498
+ symbol: 'Rb',
499
+ RCow: 2.11,
500
+ RVdW: 2.9,
501
+ maxBonds: 1,
502
+ mass: 85.4678,
503
+ name: 'Rubidium',
504
+ posX: 5,
505
+ posY: 1,
506
+ color: '#702EB0',
507
+ color2: '#702EB0',
508
+ },
509
+ {
510
+ id: 38,
511
+ symbol: 'Sr',
512
+ RCow: 1.92,
513
+ RVdW: 2.55,
514
+ maxBonds: 2,
515
+ mass: 87.62,
516
+ name: 'Strontium',
517
+ posX: 5,
518
+ posY: 2,
519
+ color: '#00FF00',
520
+ color2: '#00D000',
521
+ },
522
+ {
523
+ id: 39,
524
+ symbol: 'Y',
525
+ RCow: 1.62,
526
+ RVdW: 2.4,
527
+ maxBonds: 6,
528
+ mass: 88.90585,
529
+ name: 'Yttrium',
530
+ posX: 5,
531
+ posY: 3,
532
+ color: '#94FFFF',
533
+ color2: '#5FA4A4',
534
+ },
535
+ {
536
+ id: 40,
537
+ symbol: 'Zr',
538
+ RCow: 1.48,
539
+ RVdW: 2.3,
540
+ maxBonds: 6,
541
+ mass: 91.224,
542
+ name: 'Zirconium',
543
+ posX: 5,
544
+ posY: 4,
545
+ color: '#94E0E0',
546
+ color2: '#6BA2A2',
547
+ },
548
+ {
549
+ id: 41,
550
+ symbol: 'Nb',
551
+ RCow: 1.37,
552
+ RVdW: 2.15,
553
+ maxBonds: 6,
554
+ mass: 92.90638,
555
+ name: 'Niobium',
556
+ posX: 5,
557
+ posY: 5,
558
+ color: '#73C2C9',
559
+ color2: '#61A4A9',
560
+ },
561
+ {
562
+ id: 42,
563
+ symbol: 'Mo',
564
+ RCow: 1.45,
565
+ RVdW: 2.1,
566
+ maxBonds: 6,
567
+ mass: 95.94,
568
+ name: 'Molybdenum',
569
+ posX: 5,
570
+ posY: 6,
571
+ color: '#54B5B5',
572
+ color2: '#4EA9A9',
573
+ },
574
+ {
575
+ id: 43,
576
+ symbol: 'Tc',
577
+ RCow: 1.56,
578
+ RVdW: 2.05,
579
+ maxBonds: 6,
580
+ mass: 98,
581
+ name: 'Technetium',
582
+ posX: 5,
583
+ posY: 7,
584
+ color: '#3B9E9E',
585
+ color2: '#4EA9A9',
586
+ },
587
+ {
588
+ id: 44,
589
+ symbol: 'Ru',
590
+ RCow: 1.26,
591
+ RVdW: 2.05,
592
+ maxBonds: 6,
593
+ mass: 101.07,
594
+ name: 'Ruthenium',
595
+ posX: 5,
596
+ posY: 8,
597
+ color: '#248F8F',
598
+ color2: '#248F8F',
599
+ },
600
+ {
601
+ id: 45,
602
+ symbol: 'Rh',
603
+ RCow: 1.35,
604
+ RVdW: 2,
605
+ maxBonds: 6,
606
+ mass: 102.9055,
607
+ name: 'Rhodium',
608
+ posX: 5,
609
+ posY: 9,
610
+ color: '#0A7D8C',
611
+ color2: '#0A7D8C',
612
+ },
613
+ {
614
+ id: 46,
615
+ symbol: 'Pd',
616
+ RCow: 1.31,
617
+ RVdW: 2.05,
618
+ maxBonds: 6,
619
+ mass: 106.42,
620
+ name: 'Palladium',
621
+ posX: 5,
622
+ posY: 10,
623
+ color: '#006985',
624
+ color2: '#006985',
625
+ },
626
+ {
627
+ id: 47,
628
+ symbol: 'Ag',
629
+ RCow: 1.53,
630
+ RVdW: 2.1,
631
+ maxBonds: 6,
632
+ mass: 107.8682,
633
+ name: 'Silver',
634
+ posX: 5,
635
+ posY: 11,
636
+ color: '#C0C0C0',
637
+ color2: '#969696',
638
+ },
639
+ {
640
+ id: 48,
641
+ symbol: 'Cd',
642
+ RCow: 1.48,
643
+ RVdW: 2.2,
644
+ maxBonds: 6,
645
+ mass: 112.411,
646
+ name: 'Cadmium',
647
+ posX: 5,
648
+ posY: 12,
649
+ color: '#FFD98F',
650
+ color2: '#AE9462',
651
+ },
652
+ {
653
+ id: 49,
654
+ symbol: 'In',
655
+ RCow: 1.44,
656
+ RVdW: 2.2,
657
+ maxBonds: 3,
658
+ mass: 114.818,
659
+ name: 'Indium',
660
+ posX: 5,
661
+ posY: 13,
662
+ color: '#A67573',
663
+ color2: '#A67573',
664
+ },
665
+ {
666
+ id: 50,
667
+ symbol: 'Sn',
668
+ RCow: 1.41,
669
+ RVdW: 2.25,
670
+ maxBonds: 4,
671
+ mass: 118.71,
672
+ name: 'Tin',
673
+ posX: 5,
674
+ posY: 14,
675
+ color: '#668080',
676
+ color2: '#668080',
677
+ },
678
+ {
679
+ id: 51,
680
+ symbol: 'Sb',
681
+ RCow: 1.38,
682
+ RVdW: 2.2,
683
+ maxBonds: 3,
684
+ mass: 121.76,
685
+ name: 'Antimony',
686
+ posX: 5,
687
+ posY: 15,
688
+ color: '#9E63B5',
689
+ color2: '#9E63B5',
690
+ },
691
+ {
692
+ id: 52,
693
+ symbol: 'Te',
694
+ RCow: 1.35,
695
+ RVdW: 2.1,
696
+ maxBonds: 2,
697
+ mass: 127.6,
698
+ name: 'Tellurium',
699
+ posX: 5,
700
+ posY: 16,
701
+ color: '#D47A00',
702
+ color2: '#D47A00',
703
+ },
704
+ {
705
+ id: 53,
706
+ symbol: 'I',
707
+ RCow: 1.33,
708
+ RVdW: 2.1,
709
+ maxBonds: 1,
710
+ mass: 126.90447,
711
+ name: 'Iodine',
712
+ posX: 5,
713
+ posY: 17,
714
+ color: '#940094',
715
+ color2: '#940094',
716
+ },
717
+ {
718
+ id: 54,
719
+ symbol: 'Xe',
720
+ RCow: 1.3,
721
+ RVdW: 2.16,
722
+ maxBonds: 0,
723
+ mass: 131.293,
724
+ name: 'Xenon',
725
+ posX: 5,
726
+ posY: 18,
727
+ color: '#429EB0',
728
+ color2: '#429EB0',
729
+ },
730
+ {
731
+ id: 55,
732
+ symbol: 'Cs',
733
+ RCow: 2.25,
734
+ RVdW: 3,
735
+ maxBonds: 1,
736
+ mass: 132.90545,
737
+ name: 'Cesium',
738
+ posX: 6,
739
+ posY: 1,
740
+ color: '#57178F',
741
+ color2: '#57178F',
742
+ },
743
+ {
744
+ id: 56,
745
+ symbol: 'Ba',
746
+ RCow: 1.98,
747
+ RVdW: 2.7,
748
+ maxBonds: 2,
749
+ mass: 137.327,
750
+ name: 'Barium',
751
+ posX: 6,
752
+ posY: 2,
753
+ color: '#00C900',
754
+ color2: '#00C900',
755
+ },
756
+ {
757
+ id: 57,
758
+ symbol: 'La',
759
+ RCow: 1.69,
760
+ RVdW: 2.5,
761
+ maxBonds: 12,
762
+ mass: 138.9055,
763
+ name: 'Lanthanum',
764
+ posX: 9,
765
+ posY: 3,
766
+ color: '#70D4FF',
767
+ color2: '#57A4C5',
768
+ },
769
+ {
770
+ id: 58,
771
+ symbol: 'Ce',
772
+ RCow: 1.6,
773
+ RVdW: 2.48,
774
+ maxBonds: 6,
775
+ mass: 140.116,
776
+ name: 'Cerium',
777
+ posX: 9,
778
+ posY: 4,
779
+ color: '#FFFFC7',
780
+ color2: '#989877',
781
+ },
782
+ {
783
+ id: 59,
784
+ symbol: 'Pr',
785
+ RCow: 1.6,
786
+ RVdW: 2.47,
787
+ maxBonds: 6,
788
+ mass: 140.90765,
789
+ name: 'Praseodymium',
790
+ posX: 9,
791
+ posY: 5,
792
+ color: '#D9FFC7',
793
+ color2: '#869D7B',
794
+ },
795
+ {
796
+ id: 60,
797
+ symbol: 'Nd',
798
+ RCow: 1.6,
799
+ RVdW: 2.45,
800
+ maxBonds: 6,
801
+ mass: 144.24,
802
+ name: 'Neodymium',
803
+ posX: 9,
804
+ posY: 6,
805
+ color: '#C7FFC7',
806
+ color2: '#7DA07D',
807
+ },
808
+ {
809
+ id: 61,
810
+ symbol: 'Pm',
811
+ RCow: 1.6,
812
+ RVdW: 2.43,
813
+ maxBonds: 6,
814
+ mass: 145,
815
+ name: 'Promethium',
816
+ posX: 9,
817
+ posY: 7,
818
+ color: '#A3FFC7',
819
+ color2: '#69A581',
820
+ },
821
+ {
822
+ id: 62,
823
+ symbol: 'Sm',
824
+ RCow: 1.6,
825
+ RVdW: 2.42,
826
+ maxBonds: 6,
827
+ mass: 150.36,
828
+ name: 'Samarium',
829
+ posX: 9,
830
+ posY: 8,
831
+ color: '#8FFFC7',
832
+ color2: '#5EA883',
833
+ },
834
+ {
835
+ id: 63,
836
+ symbol: 'Eu',
837
+ RCow: 1.6,
838
+ RVdW: 2.4,
839
+ maxBonds: 6,
840
+ mass: 151.964,
841
+ name: 'Europium',
842
+ posX: 9,
843
+ posY: 9,
844
+ color: '#61FFC7',
845
+ color2: '#43B089',
846
+ },
847
+ {
848
+ id: 64,
849
+ symbol: 'Gd',
850
+ RCow: 1.6,
851
+ RVdW: 2.38,
852
+ maxBonds: 6,
853
+ mass: 157.25,
854
+ name: 'Gadolinium',
855
+ posX: 9,
856
+ posY: 10,
857
+ color: '#45FFC7',
858
+ color2: '#31B48D',
859
+ },
860
+ {
861
+ id: 65,
862
+ symbol: 'Tb',
863
+ RCow: 1.6,
864
+ RVdW: 2.37,
865
+ maxBonds: 6,
866
+ mass: 158.92534,
867
+ name: 'Terbium',
868
+ posX: 9,
869
+ posY: 11,
870
+ color: '#30FFC7',
871
+ color2: '#23B890',
872
+ },
873
+ {
874
+ id: 66,
875
+ symbol: 'Dy',
876
+ RCow: 1.6,
877
+ RVdW: 2.35,
878
+ maxBonds: 6,
879
+ mass: 162.5,
880
+ name: 'Dysprosium',
881
+ posX: 9,
882
+ posY: 12,
883
+ color: '#1FFFC7',
884
+ color2: '#17BB92',
885
+ },
886
+ {
887
+ id: 67,
888
+ symbol: 'Ho',
889
+ RCow: 1.6,
890
+ RVdW: 2.33,
891
+ maxBonds: 6,
892
+ mass: 164.93032,
893
+ name: 'Holmium',
894
+ posX: 9,
895
+ posY: 13,
896
+ color: '#00FF9C',
897
+ color2: '#00C578',
898
+ },
899
+ {
900
+ id: 68,
901
+ symbol: 'Er',
902
+ RCow: 1.6,
903
+ RVdW: 2.32,
904
+ maxBonds: 6,
905
+ mass: 167.259,
906
+ name: 'Erbium',
907
+ posX: 9,
908
+ posY: 14,
909
+ color: '#00E675',
910
+ color2: '#00C765',
911
+ },
912
+ {
913
+ id: 69,
914
+ symbol: 'Tm',
915
+ RCow: 1.6,
916
+ RVdW: 2.3,
917
+ maxBonds: 6,
918
+ mass: 168.93421,
919
+ name: 'Thulium',
920
+ posX: 9,
921
+ posY: 15,
922
+ color: '#00D452',
923
+ color2: '#00C94E',
924
+ },
925
+ {
926
+ id: 70,
927
+ symbol: 'Yb',
928
+ RCow: 1.6,
929
+ RVdW: 2.28,
930
+ maxBonds: 6,
931
+ mass: 173.04,
932
+ name: 'Ytterbium',
933
+ posX: 9,
934
+ posY: 16,
935
+ color: '#00BF38',
936
+ color2: '#00BF38',
937
+ },
938
+ {
939
+ id: 71,
940
+ symbol: 'Lu',
941
+ RCow: 1.6,
942
+ RVdW: 2.27,
943
+ maxBonds: 6,
944
+ mass: 174.967,
945
+ name: 'Lutetium',
946
+ posX: 9,
947
+ posY: 17,
948
+ color: '#00AB24',
949
+ color2: '#00AB24',
950
+ },
951
+ {
952
+ id: 72,
953
+ symbol: 'Hf',
954
+ RCow: 1.5,
955
+ RVdW: 2.25,
956
+ maxBonds: 6,
957
+ mass: 178.49,
958
+ name: 'Hafnium',
959
+ posX: 6,
960
+ posY: 4,
961
+ color: '#4DC2FF',
962
+ color2: '#42A8DC',
963
+ },
964
+ {
965
+ id: 73,
966
+ symbol: 'Ta',
967
+ RCow: 1.38,
968
+ RVdW: 2.2,
969
+ maxBonds: 6,
970
+ mass: 180.9479,
971
+ name: 'Tantalum',
972
+ posX: 6,
973
+ posY: 5,
974
+ color: '#4DA6FF',
975
+ color2: '#4BA2F9',
976
+ },
977
+ {
978
+ id: 74,
979
+ symbol: 'W',
980
+ RCow: 1.46,
981
+ RVdW: 2.1,
982
+ maxBonds: 6,
983
+ mass: 183.84,
984
+ name: 'Tungsten',
985
+ posX: 6,
986
+ posY: 6,
987
+ color: '#2194D6',
988
+ color2: '#2194D6',
989
+ },
990
+ {
991
+ id: 75,
992
+ symbol: 'Re',
993
+ RCow: 1.59,
994
+ RVdW: 2.05,
995
+ maxBonds: 6,
996
+ mass: 186.207,
997
+ name: 'Rhenium',
998
+ posX: 6,
999
+ posY: 7,
1000
+ color: '#267DAB',
1001
+ color2: '#267DAB',
1002
+ },
1003
+ {
1004
+ id: 76,
1005
+ symbol: 'Os',
1006
+ RCow: 1.28,
1007
+ RVdW: 2,
1008
+ maxBonds: 6,
1009
+ mass: 190.23,
1010
+ name: 'Osmium',
1011
+ posX: 6,
1012
+ posY: 8,
1013
+ color: '#266696',
1014
+ color2: '#266696',
1015
+ },
1016
+ {
1017
+ id: 77,
1018
+ symbol: 'Ir',
1019
+ RCow: 1.37,
1020
+ RVdW: 2,
1021
+ maxBonds: 6,
1022
+ mass: 192.217,
1023
+ name: 'Iridium',
1024
+ posX: 6,
1025
+ posY: 9,
1026
+ color: '#175487',
1027
+ color2: '#175487',
1028
+ },
1029
+ {
1030
+ id: 78,
1031
+ symbol: 'Pt',
1032
+ RCow: 1.28,
1033
+ RVdW: 2.05,
1034
+ maxBonds: 6,
1035
+ mass: 195.078,
1036
+ name: 'Platinum',
1037
+ posX: 6,
1038
+ posY: 10,
1039
+ color: '#D0D0E0',
1040
+ color2: '#9595A0',
1041
+ },
1042
+ {
1043
+ id: 79,
1044
+ symbol: 'Au',
1045
+ RCow: 1.44,
1046
+ RVdW: 2.1,
1047
+ maxBonds: 6,
1048
+ mass: 196.96655,
1049
+ name: 'Gold',
1050
+ posX: 6,
1051
+ posY: 11,
1052
+ color: '#FFD123',
1053
+ color2: '#B9981A',
1054
+ },
1055
+ {
1056
+ id: 80,
1057
+ symbol: 'Hg',
1058
+ RCow: 1.49,
1059
+ RVdW: 2.05,
1060
+ maxBonds: 6,
1061
+ mass: 200.59,
1062
+ name: 'Mercury',
1063
+ posX: 6,
1064
+ posY: 12,
1065
+ color: '#B8B8D0',
1066
+ color2: '#9595A9',
1067
+ },
1068
+ {
1069
+ id: 81,
1070
+ symbol: 'Tl',
1071
+ RCow: 1.48,
1072
+ RVdW: 2.2,
1073
+ maxBonds: 3,
1074
+ mass: 204.3833,
1075
+ name: 'Thallium',
1076
+ posX: 6,
1077
+ posY: 13,
1078
+ color: '#A6544D',
1079
+ color2: '#A6544D',
1080
+ },
1081
+ {
1082
+ id: 82,
1083
+ symbol: 'Pb',
1084
+ RCow: 1.47,
1085
+ RVdW: 2.3,
1086
+ maxBonds: 4,
1087
+ mass: 207.2,
1088
+ name: 'Lead',
1089
+ posX: 6,
1090
+ posY: 14,
1091
+ color: '#575961',
1092
+ color2: '#575961',
1093
+ },
1094
+ {
1095
+ id: 83,
1096
+ symbol: 'Bi',
1097
+ RCow: 1.46,
1098
+ RVdW: 2.3,
1099
+ maxBonds: 3,
1100
+ mass: 208.98038,
1101
+ name: 'Bismuth',
1102
+ posX: 6,
1103
+ posY: 15,
1104
+ color: '#9E4FB5',
1105
+ color2: '#9E4FB5',
1106
+ },
1107
+ {
1108
+ id: 84,
1109
+ symbol: 'Po',
1110
+ RCow: 1.6,
1111
+ RVdW: 2,
1112
+ maxBonds: 2,
1113
+ mass: 209,
1114
+ name: 'Polonium',
1115
+ posX: 6,
1116
+ posY: 16,
1117
+ color: '#AB5C00',
1118
+ color2: '#AB5C00',
1119
+ },
1120
+ {
1121
+ id: 85,
1122
+ symbol: 'At',
1123
+ RCow: 1.6,
1124
+ RVdW: 2,
1125
+ maxBonds: 1,
1126
+ mass: 210,
1127
+ name: 'Astatine',
1128
+ posX: 6,
1129
+ posY: 17,
1130
+ color: '#754F45',
1131
+ color2: '#754F45',
1132
+ },
1133
+ {
1134
+ id: 86,
1135
+ symbol: 'Rn',
1136
+ RCow: 1.45,
1137
+ RVdW: 2,
1138
+ maxBonds: 0,
1139
+ mass: 222,
1140
+ name: 'Radon',
1141
+ posX: 6,
1142
+ posY: 18,
1143
+ color: '#428296',
1144
+ color2: '#428296',
1145
+ },
1146
+ {
1147
+ id: 87,
1148
+ symbol: 'Fr',
1149
+ RCow: 1.6,
1150
+ RVdW: 2,
1151
+ maxBonds: 1,
1152
+ mass: 223,
1153
+ name: 'Francium',
1154
+ posX: 7,
1155
+ posY: 1,
1156
+ color: '#420066',
1157
+ color2: '#420066',
1158
+ },
1159
+ {
1160
+ id: 88,
1161
+ symbol: 'Ra',
1162
+ RCow: 1.6,
1163
+ RVdW: 2,
1164
+ maxBonds: 2,
1165
+ mass: 226,
1166
+ name: 'Radium',
1167
+ posX: 7,
1168
+ posY: 2,
1169
+ color: '#007D00',
1170
+ color2: '#007D00',
1171
+ },
1172
+ {
1173
+ id: 89,
1174
+ symbol: 'Ac',
1175
+ RCow: 1.6,
1176
+ RVdW: 2,
1177
+ maxBonds: 6,
1178
+ mass: 227,
1179
+ name: 'Actinium',
1180
+ posX: 10,
1181
+ posY: 3,
1182
+ color: '#70ABFA',
1183
+ color2: '#669CE4',
1184
+ },
1185
+ {
1186
+ id: 90,
1187
+ symbol: 'Th',
1188
+ RCow: 1.6,
1189
+ RVdW: 2.4,
1190
+ maxBonds: 6,
1191
+ mass: 232.0381,
1192
+ name: 'Thorium',
1193
+ posX: 10,
1194
+ posY: 4,
1195
+ color: '#00BAFF',
1196
+ color2: '#00B8FC',
1197
+ },
1198
+ {
1199
+ id: 91,
1200
+ symbol: 'Pa',
1201
+ RCow: 1.6,
1202
+ RVdW: 2,
1203
+ maxBonds: 6,
1204
+ mass: 231.03588,
1205
+ name: 'Protactinium',
1206
+ posX: 10,
1207
+ posY: 5,
1208
+ color: '#00A1FF',
1209
+ color2: '#00A1FF',
1210
+ },
1211
+ {
1212
+ id: 92,
1213
+ symbol: 'U',
1214
+ RCow: 1.6,
1215
+ RVdW: 2.3,
1216
+ maxBonds: 6,
1217
+ mass: 238.02891,
1218
+ name: 'Uranium',
1219
+ posX: 10,
1220
+ posY: 6,
1221
+ color: '#008FFF',
1222
+ color2: '#008FFF',
1223
+ },
1224
+ {
1225
+ id: 93,
1226
+ symbol: 'Np',
1227
+ RCow: 1.6,
1228
+ RVdW: 2,
1229
+ maxBonds: 6,
1230
+ mass: 237,
1231
+ name: 'Neptunium',
1232
+ posX: 10,
1233
+ posY: 7,
1234
+ color: '#0080FF',
1235
+ color2: '#0080FF',
1236
+ },
1237
+ {
1238
+ id: 94,
1239
+ symbol: 'Pu',
1240
+ RCow: 1.6,
1241
+ RVdW: 2,
1242
+ maxBonds: 6,
1243
+ mass: 244,
1244
+ name: 'Plutonium',
1245
+ posX: 10,
1246
+ posY: 8,
1247
+ color: '#006BFF',
1248
+ color2: '#006BFF',
1249
+ },
1250
+ {
1251
+ id: 95,
1252
+ symbol: 'Am',
1253
+ RCow: 1.6,
1254
+ RVdW: 2,
1255
+ maxBonds: 6,
1256
+ mass: 243,
1257
+ name: 'Americium',
1258
+ posX: 10,
1259
+ posY: 9,
1260
+ color: '#545CF2',
1261
+ color2: '#545CF2',
1262
+ },
1263
+ {
1264
+ id: 96,
1265
+ symbol: 'Cm',
1266
+ RCow: 1.6,
1267
+ RVdW: 2,
1268
+ maxBonds: 6,
1269
+ mass: 247,
1270
+ name: 'Curium',
1271
+ posX: 10,
1272
+ posY: 10,
1273
+ color: '#785CE3',
1274
+ color2: '#785CE3',
1275
+ },
1276
+ {
1277
+ id: 97,
1278
+ symbol: 'Bk',
1279
+ RCow: 1.6,
1280
+ RVdW: 2,
1281
+ maxBonds: 6,
1282
+ mass: 247,
1283
+ name: 'Berkelium',
1284
+ posX: 10,
1285
+ posY: 11,
1286
+ color: '#8A4FE3',
1287
+ color2: '#8A4FE3',
1288
+ },
1289
+ {
1290
+ id: 98,
1291
+ symbol: 'Cf',
1292
+ RCow: 1.6,
1293
+ RVdW: 2,
1294
+ maxBonds: 6,
1295
+ mass: 251,
1296
+ name: 'Californium',
1297
+ posX: 10,
1298
+ posY: 12,
1299
+ color: '#A136D4',
1300
+ color2: '#A136D4',
1301
+ },
1302
+ {
1303
+ id: 99,
1304
+ symbol: 'Es',
1305
+ RCow: 1.6,
1306
+ RVdW: 2,
1307
+ maxBonds: 6,
1308
+ mass: 252,
1309
+ name: 'Einsteinium',
1310
+ posX: 10,
1311
+ posY: 13,
1312
+ color: '#B31FD4',
1313
+ color2: '#B31FD4',
1314
+ },
1315
+ {
1316
+ id: 100,
1317
+ symbol: 'Fm',
1318
+ RCow: 1.6,
1319
+ RVdW: 2,
1320
+ maxBonds: 6,
1321
+ mass: 257,
1322
+ name: 'Fermium',
1323
+ posX: 10,
1324
+ posY: 14,
1325
+ color: '#B31FBA',
1326
+ color2: '#B31FBA',
1327
+ },
1328
+ {
1329
+ id: 101,
1330
+ symbol: 'Md',
1331
+ RCow: 1.6,
1332
+ RVdW: 2,
1333
+ maxBonds: 6,
1334
+ mass: 258,
1335
+ name: 'Mendelevium',
1336
+ posX: 10,
1337
+ posY: 15,
1338
+ color: '#B30DA6',
1339
+ color2: '#B30DA6',
1340
+ },
1341
+ {
1342
+ id: 102,
1343
+ symbol: 'No',
1344
+ RCow: 1.6,
1345
+ RVdW: 2,
1346
+ maxBonds: 6,
1347
+ mass: 259,
1348
+ name: 'Nobelium',
1349
+ posX: 10,
1350
+ posY: 16,
1351
+ color: '#BD0D87',
1352
+ color2: '#BD0D87',
1353
+ },
1354
+ {
1355
+ id: 103,
1356
+ symbol: 'Lr',
1357
+ RCow: 1.6,
1358
+ RVdW: 2,
1359
+ maxBonds: 6,
1360
+ mass: 262,
1361
+ name: 'Lawrencium',
1362
+ posX: 10,
1363
+ posY: 17,
1364
+ color: '#C70066',
1365
+ color2: '#C70066',
1366
+ },
1367
+ {
1368
+ id: 104,
1369
+ symbol: 'Rf',
1370
+ RCow: 1.6,
1371
+ RVdW: 2,
1372
+ maxBonds: 6,
1373
+ mass: 261,
1374
+ name: 'Rutherfordium',
1375
+ posX: 7,
1376
+ posY: 4,
1377
+ color: '#CC0059',
1378
+ color2: '#42A8DC',
1379
+ },
1380
+ {
1381
+ id: 105,
1382
+ symbol: 'Db',
1383
+ RCow: 1.6,
1384
+ RVdW: 2,
1385
+ maxBonds: 6,
1386
+ mass: 262,
1387
+ name: 'Dubnium',
1388
+ posX: 7,
1389
+ posY: 5,
1390
+ color: '#D1004F',
1391
+ color2: '#4BA2F9',
1392
+ },
1393
+ {
1394
+ id: 106,
1395
+ symbol: 'Sg',
1396
+ RCow: 1.6,
1397
+ RVdW: 2,
1398
+ maxBonds: 6,
1399
+ mass: 266,
1400
+ name: 'Seaborgium',
1401
+ posX: 7,
1402
+ posY: 6,
1403
+ color: '#D90045',
1404
+ color2: '#2194D6',
1405
+ },
1406
+ {
1407
+ id: 107,
1408
+ symbol: 'Bh',
1409
+ RCow: 1.6,
1410
+ RVdW: 2,
1411
+ maxBonds: 6,
1412
+ mass: 264,
1413
+ name: 'Bohrium',
1414
+ posX: 7,
1415
+ posY: 7,
1416
+ color: '#E00038',
1417
+ color2: '#267DAB',
1418
+ },
1419
+ {
1420
+ id: 108,
1421
+ symbol: 'Hs',
1422
+ RCow: 1.6,
1423
+ RVdW: 2,
1424
+ maxBonds: 6,
1425
+ mass: 277,
1426
+ name: 'Hassium',
1427
+ posX: 7,
1428
+ posY: 8,
1429
+ color: '#E6002E',
1430
+ color2: '#266696',
1431
+ },
1432
+ {
1433
+ id: 109,
1434
+ symbol: 'Mt',
1435
+ RCow: 1.6,
1436
+ RVdW: 2,
1437
+ maxBonds: 6,
1438
+ mass: 268,
1439
+ name: 'Meitnerium',
1440
+ posX: 7,
1441
+ posY: 9,
1442
+ color: '#EB0026',
1443
+ color2: '#175487',
1444
+ },
1445
+ {
1446
+ id: 110,
1447
+ symbol: 'Ds',
1448
+ RCow: 1.6,
1449
+ RVdW: 2,
1450
+ maxBonds: 6,
1451
+ mass: 281,
1452
+ name: 'Darmstadtium',
1453
+ posX: 7,
1454
+ posY: 10,
1455
+ color: '#FF1493',
1456
+ color2: '#9595A0',
1457
+ },
1458
+ {
1459
+ id: 111,
1460
+ symbol: 'Rg',
1461
+ RCow: 1.6,
1462
+ RVdW: 2,
1463
+ maxBonds: 6,
1464
+ mass: 272,
1465
+ name: 'Roentgenium',
1466
+ posX: 7,
1467
+ posY: 11,
1468
+ color: '#FF1494',
1469
+ color2: '#B9981A',
1470
+ },
1471
+ {
1472
+ id: 112,
1473
+ symbol: 'Cn',
1474
+ RCow: 1.6,
1475
+ RVdW: 2,
1476
+ maxBonds: 6,
1477
+ mass: 277,
1478
+ name: 'Copernicium',
1479
+ posX: 7,
1480
+ posY: 12,
1481
+ color: '#FF1495',
1482
+ color2: '#9595A9',
1483
+ },
1484
+ ];
1485
+ //# sourceMappingURL=chem-elements-data.js.map