tpmkms 8.0.0-beta.57 → 8.0.0-beta.59
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/common/animals.instance.json +36 -0
- package/common/colors.instance.json +36 -0
- package/common/comparable.instance.json +1736 -0
- package/common/comparable.js +33 -4
- package/common/crew.instance.json +262 -158
- package/common/dimension.instance.json +256 -0
- package/common/edible.instance.json +72 -0
- package/common/emotions.instance.json +0 -60
- package/common/fastfood.instance.json +252 -248
- package/common/formulas.instance.json +220 -0
- package/common/helpers.js +6 -5
- package/common/length.instance.json +3476 -176
- package/common/math.instance.json +230 -0
- package/common/ordering.instance.json +52 -0
- package/common/pipboy.instance.json +4104 -256
- package/common/pressure.instance.json +902 -22
- package/common/reports.instance.json +431 -1
- package/common/stm.js +1 -1
- package/common/temperature.instance.json +891 -11
- package/common/ui.instance.json +220 -0
- package/common/weight.instance.json +3072 -380
- package/package.json +3 -2
@@ -566,6 +566,24 @@
|
|
566
566
|
1
|
567
567
|
]
|
568
568
|
],
|
569
|
+
[
|
570
|
+
[
|
571
|
+
"is",
|
572
|
+
0
|
573
|
+
],
|
574
|
+
[
|
575
|
+
"list",
|
576
|
+
0
|
577
|
+
],
|
578
|
+
[
|
579
|
+
"unknown",
|
580
|
+
0
|
581
|
+
],
|
582
|
+
[
|
583
|
+
"unknown",
|
584
|
+
1
|
585
|
+
]
|
586
|
+
],
|
569
587
|
[
|
570
588
|
[
|
571
589
|
"is",
|
@@ -10580,6 +10598,24 @@
|
|
10580
10598
|
1
|
10581
10599
|
]
|
10582
10600
|
],
|
10601
|
+
[
|
10602
|
+
[
|
10603
|
+
"is",
|
10604
|
+
0
|
10605
|
+
],
|
10606
|
+
[
|
10607
|
+
"list",
|
10608
|
+
0
|
10609
|
+
],
|
10610
|
+
[
|
10611
|
+
"unknown",
|
10612
|
+
0
|
10613
|
+
],
|
10614
|
+
[
|
10615
|
+
"unknown",
|
10616
|
+
1
|
10617
|
+
]
|
10618
|
+
],
|
10583
10619
|
[
|
10584
10620
|
[
|
10585
10621
|
"is",
|
@@ -1091,6 +1091,24 @@
|
|
1091
1091
|
1
|
1092
1092
|
]
|
1093
1093
|
],
|
1094
|
+
[
|
1095
|
+
[
|
1096
|
+
"is",
|
1097
|
+
0
|
1098
|
+
],
|
1099
|
+
[
|
1100
|
+
"list",
|
1101
|
+
0
|
1102
|
+
],
|
1103
|
+
[
|
1104
|
+
"unknown",
|
1105
|
+
0
|
1106
|
+
],
|
1107
|
+
[
|
1108
|
+
"unknown",
|
1109
|
+
1
|
1110
|
+
]
|
1111
|
+
],
|
1094
1112
|
[
|
1095
1113
|
[
|
1096
1114
|
"is",
|
@@ -25426,6 +25444,24 @@
|
|
25426
25444
|
1
|
25427
25445
|
]
|
25428
25446
|
],
|
25447
|
+
[
|
25448
|
+
[
|
25449
|
+
"is",
|
25450
|
+
0
|
25451
|
+
],
|
25452
|
+
[
|
25453
|
+
"list",
|
25454
|
+
0
|
25455
|
+
],
|
25456
|
+
[
|
25457
|
+
"unknown",
|
25458
|
+
0
|
25459
|
+
],
|
25460
|
+
[
|
25461
|
+
"unknown",
|
25462
|
+
1
|
25463
|
+
]
|
25464
|
+
],
|
25429
25465
|
[
|
25430
25466
|
[
|
25431
25467
|
"is",
|