tpmkms 8.1.0 → 8.3.0-beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. package/common/animals.instance.json +65 -13
  2. package/common/colors.instance.json +195 -14
  3. package/common/comparable.instance.json +18 -3
  4. package/common/concept.test.json +688 -0
  5. package/common/countable.test.json +664 -317
  6. package/common/crew.instance.json +27 -569
  7. package/common/dialogues.js +11 -4
  8. package/common/dimension.instance.json +15 -1
  9. package/common/edible.instance.json +334 -32
  10. package/common/edible.test.json +860 -316
  11. package/common/emotions.instance.json +1 -61
  12. package/common/fastfood.instance.json +902 -506
  13. package/common/fastfood.test.json +20879 -15283
  14. package/common/formulas.instance.json +6 -1
  15. package/common/formulas.test.json +5242 -1930
  16. package/common/gdefaults.js +14 -8
  17. package/common/helpers/concept.js +8 -4
  18. package/common/helpers/properties.js +20 -8
  19. package/common/hierarchy.js +1 -0
  20. package/common/kirk.instance.json +1 -6
  21. package/common/length.instance.json +334 -262
  22. package/common/math.instance.json +6 -1
  23. package/common/numbers.js +34 -27
  24. package/common/numbers.test.json +73 -18
  25. package/common/ordering.instance.json +12 -3
  26. package/common/ordinals.js +1 -0
  27. package/common/ordinals.test.json +106 -0
  28. package/common/people.instance.json +66 -284
  29. package/common/people.test.json +1815 -1073
  30. package/common/percentages.js +1 -0
  31. package/common/percentages.test.json +37 -37
  32. package/common/pipboy.instance.json +290 -27
  33. package/common/pokemon.instance.json +30 -13
  34. package/common/pressure.instance.json +150 -97
  35. package/common/properties.instance.json +1 -1
  36. package/common/properties.js +8 -0
  37. package/common/reports.instance.json +21 -1
  38. package/common/scorekeeper.test.json +3563 -2096
  39. package/common/spock.instance.json +1 -6
  40. package/common/temperature.instance.json +206 -149
  41. package/common/ui.instance.json +6 -1
  42. package/common/ui.js +1 -0
  43. package/common/weight.instance.json +309 -224
  44. package/package.json +2 -2
@@ -234,7 +234,7 @@
234
234
  ],
235
235
  [
236
236
  "theAble",
237
- "theAble",
237
+ "queryable",
238
238
  false
239
239
  ],
240
240
  [
@@ -801,7 +801,7 @@
801
801
  ],
802
802
  [
803
803
  "theAble",
804
- "theAble",
804
+ "queryable",
805
805
  false
806
806
  ],
807
807
  [
@@ -1497,7 +1497,7 @@
1497
1497
  ],
1498
1498
  [
1499
1499
  "theAble",
1500
- "theAble",
1500
+ "queryable",
1501
1501
  false
1502
1502
  ],
1503
1503
  [
@@ -1883,6 +1883,7 @@
1883
1883
  },
1884
1884
  "types": [
1885
1885
  "list",
1886
+ "queryable",
1886
1887
  "unknown"
1887
1888
  ],
1888
1889
  "listable": true,
@@ -1899,6 +1900,10 @@
1899
1900
  "end": 6
1900
1901
  },
1901
1902
  "dead": true,
1903
+ "types": [
1904
+ "queryable",
1905
+ "unknown"
1906
+ ],
1902
1907
  "level": 1
1903
1908
  },
1904
1909
  {
@@ -1912,6 +1917,10 @@
1912
1917
  "end": 15
1913
1918
  },
1914
1919
  "dead": true,
1920
+ "types": [
1921
+ "queryable",
1922
+ "unknown"
1923
+ ],
1915
1924
  "level": 1
1916
1925
  },
1917
1926
  {
@@ -1924,6 +1933,10 @@
1924
1933
  "start": 17,
1925
1934
  "end": 22
1926
1935
  },
1936
+ "types": [
1937
+ "queryable",
1938
+ "unknown"
1939
+ ],
1927
1940
  "dead": true,
1928
1941
  "level": 1
1929
1942
  },
@@ -1937,6 +1950,10 @@
1937
1950
  "start": 28,
1938
1951
  "end": 34
1939
1952
  },
1953
+ "types": [
1954
+ "queryable",
1955
+ "unknown"
1956
+ ],
1940
1957
  "dead": true,
1941
1958
  "level": 1
1942
1959
  }
@@ -2526,7 +2543,7 @@
2526
2543
  ],
2527
2544
  [
2528
2545
  "theAble",
2529
- "theAble",
2546
+ "queryable",
2530
2547
  false
2531
2548
  ],
2532
2549
  [
@@ -3383,7 +3400,7 @@
3383
3400
  ],
3384
3401
  [
3385
3402
  "theAble",
3386
- "theAble",
3403
+ "queryable",
3387
3404
  false
3388
3405
  ],
3389
3406
  [
@@ -4240,7 +4257,7 @@
4240
4257
  ],
4241
4258
  [
4242
4259
  "theAble",
4243
- "theAble",
4260
+ "queryable",
4244
4261
  false
4245
4262
  ],
4246
4263
  [
@@ -5277,7 +5294,7 @@
5277
5294
  ],
5278
5295
  [
5279
5296
  "theAble",
5280
- "theAble",
5297
+ "queryable",
5281
5298
  false
5282
5299
  ],
5283
5300
  [
@@ -6404,7 +6421,7 @@
6404
6421
  ],
6405
6422
  [
6406
6423
  "theAble",
6407
- "theAble",
6424
+ "queryable",
6408
6425
  false
6409
6426
  ],
6410
6427
  [
@@ -7668,7 +7685,7 @@
7668
7685
  ],
7669
7686
  [
7670
7687
  "theAble",
7671
- "theAble",
7688
+ "queryable",
7672
7689
  false
7673
7690
  ],
7674
7691
  [
@@ -8932,7 +8949,7 @@
8932
8949
  ],
8933
8950
  [
8934
8951
  "theAble",
8935
- "theAble",
8952
+ "queryable",
8936
8953
  false
8937
8954
  ],
8938
8955
  [
@@ -10206,7 +10223,7 @@
10206
10223
  ],
10207
10224
  [
10208
10225
  "theAble",
10209
- "theAble",
10226
+ "queryable",
10210
10227
  false
10211
10228
  ],
10212
10229
  [
@@ -11485,7 +11502,7 @@
11485
11502
  ],
11486
11503
  [
11487
11504
  "theAble",
11488
- "theAble",
11505
+ "queryable",
11489
11506
  false
11490
11507
  ],
11491
11508
  [
@@ -12744,7 +12761,7 @@
12744
12761
  ],
12745
12762
  [
12746
12763
  "theAble",
12747
- "theAble",
12764
+ "queryable",
12748
12765
  false
12749
12766
  ],
12750
12767
  [