ekms 8.2.0 → 8.3.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/colors.instance.json +28 -0
- package/common/comparable.instance.json +15 -0
- package/common/countable.test.json +664 -317
- package/common/crew.instance.json +0 -68
- package/common/dimension.instance.json +5 -0
- package/common/edible.instance.json +216 -0
- package/common/edible.test.json +860 -316
- package/common/fastfood.instance.json +548 -560
- package/common/fastfood.test.json +20879 -15283
- package/common/formulas.instance.json +5 -0
- package/common/formulas.test.json +5242 -1930
- package/common/gdefaults.js +8 -2
- package/common/length.instance.json +224 -149
- package/common/math.instance.json +5 -0
- package/common/numbers.js +34 -27
- package/common/numbers.test.json +73 -18
- package/common/percentages.js +1 -0
- package/common/percentages.test.json +37 -37
- package/common/pipboy.instance.json +141 -0
- package/common/pressure.instance.json +32 -12
- package/common/reports.instance.json +11 -1
- package/common/scorekeeper.test.json +3563 -2096
- package/common/temperature.instance.json +79 -59
- package/common/ui.instance.json +5 -0
- package/common/weight.instance.json +118 -58
- package/package.json +2 -2
@@ -3234,6 +3234,20 @@
|
|
3234
3234
|
1
|
3235
3235
|
]
|
3236
3236
|
],
|
3237
|
+
[
|
3238
|
+
[
|
3239
|
+
"is",
|
3240
|
+
0
|
3241
|
+
],
|
3242
|
+
[
|
3243
|
+
"list",
|
3244
|
+
1
|
3245
|
+
],
|
3246
|
+
[
|
3247
|
+
"unknown",
|
3248
|
+
1
|
3249
|
+
]
|
3250
|
+
],
|
3237
3251
|
[
|
3238
3252
|
[
|
3239
3253
|
"is",
|
@@ -25621,6 +25635,20 @@
|
|
25621
25635
|
1
|
25622
25636
|
]
|
25623
25637
|
],
|
25638
|
+
[
|
25639
|
+
[
|
25640
|
+
"is",
|
25641
|
+
0
|
25642
|
+
],
|
25643
|
+
[
|
25644
|
+
"list",
|
25645
|
+
1
|
25646
|
+
],
|
25647
|
+
[
|
25648
|
+
"unknown",
|
25649
|
+
1
|
25650
|
+
]
|
25651
|
+
],
|
25624
25652
|
[
|
25625
25653
|
[
|
25626
25654
|
"is",
|
@@ -83,6 +83,11 @@
|
|
83
83
|
"ifAble",
|
84
84
|
false
|
85
85
|
],
|
86
|
+
[
|
87
|
+
"integer",
|
88
|
+
"number",
|
89
|
+
false
|
90
|
+
],
|
86
91
|
[
|
87
92
|
"is",
|
88
93
|
"canBeQuestion",
|
@@ -472,6 +477,11 @@
|
|
472
477
|
"ifAble",
|
473
478
|
false
|
474
479
|
],
|
480
|
+
[
|
481
|
+
"integer",
|
482
|
+
"number",
|
483
|
+
false
|
484
|
+
],
|
475
485
|
[
|
476
486
|
"is",
|
477
487
|
"canBeQuestion",
|
@@ -1049,6 +1059,11 @@
|
|
1049
1059
|
"ifAble",
|
1050
1060
|
false
|
1051
1061
|
],
|
1062
|
+
[
|
1063
|
+
"integer",
|
1064
|
+
"number",
|
1065
|
+
false
|
1066
|
+
],
|
1052
1067
|
[
|
1053
1068
|
"is",
|
1054
1069
|
"canBeQuestion",
|