tpmkms_4wp 7.12.7 → 7.12.8-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +0 -44
- package/common/dialogues.js +106 -3
- package/common/dimension.instance.json +736 -62
- package/common/dimension.js +15 -7
- package/common/edible.instance.json +2 -190
- package/common/fastfood.instance.json +886 -922
- package/common/formulas.instance.json +992 -0
- package/common/formulas.js +18 -5
- package/common/formulas.test.json +1187 -3651
- package/common/length.instance.json +261 -505
- package/common/math.instance.json +1979 -1
- package/common/math.js +17 -5
- package/common/ordering.instance.json +0 -52
- package/common/pipboy.instance.json +23454 -1101
- package/common/pipboy.js +31 -4
- package/common/pipboy.test.json +13 -9
- package/common/pokemon.instance.json +0 -44
- package/common/pressure.instance.json +80 -0
- package/common/reports.instance.json +17 -1
- package/common/temperature.instance.json +80 -60
- package/common/ui.instance.json +8 -0
- package/common/weight.instance.json +272 -48
- package/main.js +0 -8
- package/package.json +4 -20
- package/common/dimensionTemplate.instance.json +0 -582
- package/common/dimensionTemplate.js +0 -35
- package/common/dimensionTemplate.test.json +0 -2
- package/common/formulasTemplate.instance.json +0 -483
- package/common/formulasTemplate.js +0 -30
- package/common/formulasTemplate.test.json +0 -2
- package/common/mathTemplate.instance.json +0 -1635
- package/common/mathTemplate.js +0 -32
- package/common/mathTemplate.test.json +0 -1422
- package/common/pipboyTemplate.instance.json +0 -17420
- package/common/pipboyTemplate.js +0 -48
- package/common/pipboyTemplate.test.json +0 -2
@@ -192,6 +192,10 @@
|
|
192
192
|
"convertToUnits",
|
193
193
|
"queryable"
|
194
194
|
],
|
195
|
+
[
|
196
|
+
"convertToUnits",
|
197
|
+
"testingValue"
|
198
|
+
],
|
195
199
|
[
|
196
200
|
"countable",
|
197
201
|
"hierarchyAble"
|
@@ -344,6 +348,10 @@
|
|
344
348
|
"it",
|
345
349
|
"toAble"
|
346
350
|
],
|
351
|
+
[
|
352
|
+
"length",
|
353
|
+
"dimension"
|
354
|
+
],
|
347
355
|
[
|
348
356
|
"lowest",
|
349
357
|
"condition"
|
@@ -572,6 +580,10 @@
|
|
572
580
|
"reason",
|
573
581
|
"theAble"
|
574
582
|
],
|
583
|
+
[
|
584
|
+
"testingValue",
|
585
|
+
"testingValue"
|
586
|
+
],
|
575
587
|
[
|
576
588
|
"that",
|
577
589
|
"thisitthat"
|
@@ -696,9 +708,17 @@
|
|
696
708
|
"whose",
|
697
709
|
"object"
|
698
710
|
],
|
711
|
+
[
|
712
|
+
"x",
|
713
|
+
"number"
|
714
|
+
],
|
699
715
|
[
|
700
716
|
"xfx",
|
701
717
|
"queryable"
|
718
|
+
],
|
719
|
+
[
|
720
|
+
"y",
|
721
|
+
"number"
|
702
722
|
]
|
703
723
|
],
|
704
724
|
"metadata": {
|
@@ -1128,6 +1148,10 @@
|
|
1128
1148
|
"convertToUnits",
|
1129
1149
|
"queryable"
|
1130
1150
|
],
|
1151
|
+
[
|
1152
|
+
"convertToUnits",
|
1153
|
+
"testingValue"
|
1154
|
+
],
|
1131
1155
|
[
|
1132
1156
|
"countable",
|
1133
1157
|
"hierarchyAble"
|
@@ -1280,6 +1304,10 @@
|
|
1280
1304
|
"it",
|
1281
1305
|
"toAble"
|
1282
1306
|
],
|
1307
|
+
[
|
1308
|
+
"length",
|
1309
|
+
"dimension"
|
1310
|
+
],
|
1283
1311
|
[
|
1284
1312
|
"lowest",
|
1285
1313
|
"condition"
|
@@ -1540,6 +1568,10 @@
|
|
1540
1568
|
"temperature",
|
1541
1569
|
"theAble"
|
1542
1570
|
],
|
1571
|
+
[
|
1572
|
+
"testingValue",
|
1573
|
+
"testingValue"
|
1574
|
+
],
|
1543
1575
|
[
|
1544
1576
|
"that",
|
1545
1577
|
"thisitthat"
|
@@ -1664,9 +1696,17 @@
|
|
1664
1696
|
"whose",
|
1665
1697
|
"object"
|
1666
1698
|
],
|
1699
|
+
[
|
1700
|
+
"x",
|
1701
|
+
"number"
|
1702
|
+
],
|
1667
1703
|
[
|
1668
1704
|
"xfx",
|
1669
1705
|
"queryable"
|
1706
|
+
],
|
1707
|
+
[
|
1708
|
+
"y",
|
1709
|
+
"number"
|
1670
1710
|
]
|
1671
1711
|
],
|
1672
1712
|
"metadata": {
|
@@ -2191,36 +2231,6 @@
|
|
2191
2231
|
1
|
2192
2232
|
]
|
2193
2233
|
],
|
2194
|
-
[
|
2195
|
-
[
|
2196
|
-
"is",
|
2197
|
-
0
|
2198
|
-
],
|
2199
|
-
[
|
2200
|
-
"list",
|
2201
|
-
0
|
2202
|
-
],
|
2203
|
-
[
|
2204
|
-
"propertyOf",
|
2205
|
-
0
|
2206
|
-
],
|
2207
|
-
[
|
2208
|
-
"temperature",
|
2209
|
-
0
|
2210
|
-
],
|
2211
|
-
[
|
2212
|
-
"unit",
|
2213
|
-
0
|
2214
|
-
],
|
2215
|
-
[
|
2216
|
-
"unknown",
|
2217
|
-
0
|
2218
|
-
],
|
2219
|
-
[
|
2220
|
-
"unknown",
|
2221
|
-
1
|
2222
|
-
]
|
2223
|
-
],
|
2224
2234
|
[
|
2225
2235
|
[
|
2226
2236
|
"is",
|
@@ -2586,6 +2596,10 @@
|
|
2586
2596
|
"convertToUnits",
|
2587
2597
|
"queryable"
|
2588
2598
|
],
|
2599
|
+
[
|
2600
|
+
"convertToUnits",
|
2601
|
+
"testingValue"
|
2602
|
+
],
|
2589
2603
|
[
|
2590
2604
|
"countable",
|
2591
2605
|
"hierarchyAble"
|
@@ -2802,6 +2816,10 @@
|
|
2802
2816
|
"kelvin",
|
2803
2817
|
"unit"
|
2804
2818
|
],
|
2819
|
+
[
|
2820
|
+
"length",
|
2821
|
+
"dimension"
|
2822
|
+
],
|
2805
2823
|
[
|
2806
2824
|
"lowest",
|
2807
2825
|
"condition"
|
@@ -3062,6 +3080,10 @@
|
|
3062
3080
|
"temperature",
|
3063
3081
|
"theAble"
|
3064
3082
|
],
|
3083
|
+
[
|
3084
|
+
"testingValue",
|
3085
|
+
"testingValue"
|
3086
|
+
],
|
3065
3087
|
[
|
3066
3088
|
"that",
|
3067
3089
|
"thisitthat"
|
@@ -3186,9 +3208,17 @@
|
|
3186
3208
|
"whose",
|
3187
3209
|
"object"
|
3188
3210
|
],
|
3211
|
+
[
|
3212
|
+
"x",
|
3213
|
+
"number"
|
3214
|
+
],
|
3189
3215
|
[
|
3190
3216
|
"xfx",
|
3191
3217
|
"queryable"
|
3218
|
+
],
|
3219
|
+
[
|
3220
|
+
"y",
|
3221
|
+
"number"
|
3192
3222
|
]
|
3193
3223
|
],
|
3194
3224
|
"metadata": {
|
@@ -3993,6 +4023,10 @@
|
|
3993
4023
|
"convertToUnits",
|
3994
4024
|
"queryable"
|
3995
4025
|
],
|
4026
|
+
[
|
4027
|
+
"convertToUnits",
|
4028
|
+
"testingValue"
|
4029
|
+
],
|
3996
4030
|
[
|
3997
4031
|
"countable",
|
3998
4032
|
"hierarchyAble"
|
@@ -4209,6 +4243,10 @@
|
|
4209
4243
|
"kelvin",
|
4210
4244
|
"unit"
|
4211
4245
|
],
|
4246
|
+
[
|
4247
|
+
"length",
|
4248
|
+
"dimension"
|
4249
|
+
],
|
4212
4250
|
[
|
4213
4251
|
"lowest",
|
4214
4252
|
"condition"
|
@@ -4469,6 +4507,10 @@
|
|
4469
4507
|
"temperature",
|
4470
4508
|
"theAble"
|
4471
4509
|
],
|
4510
|
+
[
|
4511
|
+
"testingValue",
|
4512
|
+
"testingValue"
|
4513
|
+
],
|
4472
4514
|
[
|
4473
4515
|
"that",
|
4474
4516
|
"thisitthat"
|
@@ -4593,9 +4635,17 @@
|
|
4593
4635
|
"whose",
|
4594
4636
|
"object"
|
4595
4637
|
],
|
4638
|
+
[
|
4639
|
+
"x",
|
4640
|
+
"number"
|
4641
|
+
],
|
4596
4642
|
[
|
4597
4643
|
"xfx",
|
4598
4644
|
"queryable"
|
4645
|
+
],
|
4646
|
+
[
|
4647
|
+
"y",
|
4648
|
+
"number"
|
4599
4649
|
]
|
4600
4650
|
],
|
4601
4651
|
"metadata": {
|
@@ -5884,36 +5934,6 @@
|
|
5884
5934
|
1
|
5885
5935
|
]
|
5886
5936
|
],
|
5887
|
-
[
|
5888
|
-
[
|
5889
|
-
"is",
|
5890
|
-
0
|
5891
|
-
],
|
5892
|
-
[
|
5893
|
-
"list",
|
5894
|
-
0
|
5895
|
-
],
|
5896
|
-
[
|
5897
|
-
"propertyOf",
|
5898
|
-
0
|
5899
|
-
],
|
5900
|
-
[
|
5901
|
-
"temperature",
|
5902
|
-
0
|
5903
|
-
],
|
5904
|
-
[
|
5905
|
-
"unit",
|
5906
|
-
0
|
5907
|
-
],
|
5908
|
-
[
|
5909
|
-
"unknown",
|
5910
|
-
0
|
5911
|
-
],
|
5912
|
-
[
|
5913
|
-
"unknown",
|
5914
|
-
1
|
5915
|
-
]
|
5916
|
-
],
|
5917
5937
|
[
|
5918
5938
|
[
|
5919
5939
|
"is",
|