tpmkms_4wp 8.9.1-beta.24 → 8.9.1-beta.26

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.
Files changed (71) hide show
  1. package/common/animals.instance.json +23 -75
  2. package/common/articles.test.json +172 -4
  3. package/common/asking.test.json +731 -19
  4. package/common/avatar.test.json +3703 -1884
  5. package/common/characters.test.json +890 -112
  6. package/common/colors.instance.json +25 -333
  7. package/common/colors.test.json +632 -136
  8. package/common/comparable.test.json +3057 -601
  9. package/common/concept.test.json +1517 -453
  10. package/common/conjunction.test.json +112 -1
  11. package/common/countable.test.json +862 -66
  12. package/common/crew.instance.json +288 -0
  13. package/common/crew.test.json +5322 -918
  14. package/common/currency.test.json +564 -64
  15. package/common/dialogues.test.json +3617 -1221
  16. package/common/dimension.instance.json +36 -0
  17. package/common/dimension.test.json +18934 -12493
  18. package/common/edible.instance.json +36 -96
  19. package/common/edible.test.json +898 -168
  20. package/common/emotions.test.json +609 -107
  21. package/common/errors.test.json +49 -0
  22. package/common/evaluate.test.json +79 -1
  23. package/common/events.test.json +2020 -308
  24. package/common/fastfood.instance.json +284 -36
  25. package/common/fastfood.test.json +29023 -2294
  26. package/common/formulas.test.json +6602 -3800
  27. package/common/help.test.json +144 -0
  28. package/common/hierarchy.test.json +45023 -19454
  29. package/common/javascript.test.json +115 -11
  30. package/common/kirk.test.json +788 -255
  31. package/common/length.instance.json +0 -60
  32. package/common/length.test.json +4300 -2051
  33. package/common/listener.test.json +24 -1
  34. package/common/math.test.json +27147 -15408
  35. package/common/meta.test.json +2436 -253
  36. package/common/nameable.test.json +4185 -1467
  37. package/common/negation.test.json +92 -8
  38. package/common/numbers.test.json +144 -0
  39. package/common/ordering.instance.json +63 -47
  40. package/common/ordering.test.json +1060 -281
  41. package/common/ordinals.test.json +183 -6
  42. package/common/people.instance.json +0 -52
  43. package/common/people.test.json +13917 -7609
  44. package/common/percentages.test.json +158 -0
  45. package/common/pipboy.instance.json +36 -60
  46. package/common/pipboy.js +0 -1
  47. package/common/pipboy.test.json +14457 -5640
  48. package/common/pokemon.instance.json +0 -44
  49. package/common/pokemon.test.json +1321 -406
  50. package/common/pressure.test.json +1170 -348
  51. package/common/properties.test.json +33010 -11800
  52. package/common/punctuation.test.json +168 -0
  53. package/common/reports.instance.json +1 -1
  54. package/common/reports.test.json +7583 -204
  55. package/common/scorekeeper.test.json +25112 -12632
  56. package/common/sizeable.test.json +945 -215
  57. package/common/spock.test.json +788 -255
  58. package/common/stgame.test.json +890 -108
  59. package/common/stm.test.json +461 -9
  60. package/common/tell.test.json +119 -1
  61. package/common/temperature.test.json +1272 -480
  62. package/common/testing.test.json +51 -1
  63. package/common/time.test.json +4994 -1241
  64. package/common/tokenize.test.json +24 -0
  65. package/common/ui.test.json +4337 -157
  66. package/common/weight.instance.json +0 -68
  67. package/common/weight.test.json +6168 -3160
  68. package/common/wp.instance.json +0 -172
  69. package/common/wp.test.json +12342 -514
  70. package/common/yesno.test.json +108 -4
  71. package/package.json +2 -2
@@ -16,6 +16,7 @@
16
16
  },
17
17
  "contexts": [
18
18
  {
19
+ "context_index": 1,
19
20
  "dead": true,
20
21
  "level": 1,
21
22
  "marker": "percent",
@@ -108,6 +109,7 @@
108
109
  "processed": [
109
110
  {
110
111
  "context": {
112
+ "context_index": 1,
111
113
  "dead": true,
112
114
  "level": 1,
113
115
  "marker": "percent",
@@ -157,6 +159,45 @@
157
159
  "query": "10 percent",
158
160
  "responses": [
159
161
  ""
162
+ ],
163
+ "summaries": [
164
+ [
165
+ {
166
+ "counter": 1,
167
+ "operators": [
168
+ [
169
+ "integer",
170
+ 0
171
+ ],
172
+ [
173
+ "percent",
174
+ 0
175
+ ]
176
+ ]
177
+ },
178
+ {
179
+ "counter": 2,
180
+ "operators": [
181
+ [
182
+ "integer",
183
+ 1
184
+ ],
185
+ [
186
+ "percent",
187
+ 0
188
+ ]
189
+ ]
190
+ },
191
+ {
192
+ "counter": 3,
193
+ "operators": [
194
+ [
195
+ "percent",
196
+ 1
197
+ ]
198
+ ]
199
+ }
200
+ ]
160
201
  ]
161
202
  },
162
203
  {
@@ -176,6 +217,7 @@
176
217
  },
177
218
  "contexts": [
178
219
  {
220
+ "context_index": 1,
179
221
  "dead": true,
180
222
  "level": 1,
181
223
  "marker": "percent",
@@ -268,6 +310,7 @@
268
310
  "processed": [
269
311
  {
270
312
  "context": {
313
+ "context_index": 1,
271
314
  "dead": true,
272
315
  "level": 1,
273
316
  "marker": "percent",
@@ -317,6 +360,45 @@
317
360
  "query": "10%",
318
361
  "responses": [
319
362
  ""
363
+ ],
364
+ "summaries": [
365
+ [
366
+ {
367
+ "counter": 1,
368
+ "operators": [
369
+ [
370
+ "integer",
371
+ 0
372
+ ],
373
+ [
374
+ "percent",
375
+ 0
376
+ ]
377
+ ]
378
+ },
379
+ {
380
+ "counter": 2,
381
+ "operators": [
382
+ [
383
+ "integer",
384
+ 1
385
+ ],
386
+ [
387
+ "percent",
388
+ 0
389
+ ]
390
+ ]
391
+ },
392
+ {
393
+ "counter": 3,
394
+ "operators": [
395
+ [
396
+ "percent",
397
+ 1
398
+ ]
399
+ ]
400
+ }
401
+ ]
320
402
  ]
321
403
  },
322
404
  {
@@ -350,6 +432,7 @@
350
432
  },
351
433
  "contexts": [
352
434
  {
435
+ "context_index": 1,
353
436
  "dead": true,
354
437
  "default": true,
355
438
  "isResponse": true,
@@ -400,6 +483,7 @@
400
483
  "percentages#call2"
401
484
  ],
402
485
  "value": {
486
+ "context_index": 1,
403
487
  "dead": true,
404
488
  "default": true,
405
489
  "evalue": {
@@ -586,6 +670,7 @@
586
670
  "processed": [
587
671
  {
588
672
  "context": {
673
+ "context_index": 1,
589
674
  "dead": true,
590
675
  "default": true,
591
676
  "isResponse": true,
@@ -636,6 +721,7 @@
636
721
  "percentages#call2"
637
722
  ],
638
723
  "value": {
724
+ "context_index": 1,
639
725
  "dead": true,
640
726
  "default": true,
641
727
  "evalue": {
@@ -746,6 +832,78 @@
746
832
  "query": "10 percent of 110",
747
833
  "responses": [
748
834
  "11"
835
+ ],
836
+ "summaries": [
837
+ [
838
+ {
839
+ "counter": 1,
840
+ "operators": [
841
+ [
842
+ "integer",
843
+ 0
844
+ ],
845
+ [
846
+ "percent",
847
+ 0
848
+ ],
849
+ [
850
+ "percentageOf",
851
+ 0
852
+ ],
853
+ [
854
+ "integer",
855
+ 0
856
+ ]
857
+ ]
858
+ },
859
+ {
860
+ "counter": 2,
861
+ "operators": [
862
+ [
863
+ "integer",
864
+ 1
865
+ ],
866
+ [
867
+ "percent",
868
+ 0
869
+ ],
870
+ [
871
+ "percentageOf",
872
+ 0
873
+ ],
874
+ [
875
+ "integer",
876
+ 0
877
+ ]
878
+ ]
879
+ },
880
+ {
881
+ "counter": 3,
882
+ "operators": [
883
+ [
884
+ "percent",
885
+ 1
886
+ ],
887
+ [
888
+ "percentageOf",
889
+ 0
890
+ ],
891
+ [
892
+ "integer",
893
+ 0
894
+ ]
895
+ ]
896
+ },
897
+ {
898
+ "counter": 4,
899
+ "operators": [
900
+ [
901
+ "percentageOf",
902
+ 1
903
+ ]
904
+ ]
905
+ }
906
+ ]
749
907
  ]
750
908
  }
751
909
  ]
@@ -459,10 +459,6 @@
459
459
  "word": "quests",
460
460
  "value": "quest"
461
461
  },
462
- {
463
- "word": "stats",
464
- "value": "stats"
465
- },
466
462
  {
467
463
  "word": "workshops",
468
464
  "value": "workshops"
@@ -23976,6 +23972,24 @@
23976
23972
  1
23977
23973
  ]
23978
23974
  ],
23975
+ [
23976
+ [
23977
+ "is",
23978
+ 0
23979
+ ],
23980
+ [
23981
+ "list",
23982
+ 0
23983
+ ],
23984
+ [
23985
+ "unknown",
23986
+ 0
23987
+ ],
23988
+ [
23989
+ "unknown",
23990
+ 1
23991
+ ]
23992
+ ],
23979
23993
  [
23980
23994
  [
23981
23995
  "is",
@@ -28976,32 +28990,6 @@
28976
28990
  1
28977
28991
  ]
28978
28992
  ],
28979
- [
28980
- [
28981
- "is",
28982
- 0
28983
- ],
28984
- [
28985
- "item",
28986
- 0
28987
- ],
28988
- [
28989
- "list",
28990
- 0
28991
- ],
28992
- [
28993
- "property",
28994
- 0
28995
- ],
28996
- [
28997
- "unknown",
28998
- 0
28999
- ],
29000
- [
29001
- "unknown",
29002
- 1
29003
- ]
29004
- ],
29005
28993
  [
29006
28994
  [
29007
28995
  "is",
@@ -29492,10 +29480,6 @@
29492
29480
  "word": "quests",
29493
29481
  "value": "quest"
29494
29482
  },
29495
- {
29496
- "word": "stats",
29497
- "value": "stats"
29498
- },
29499
29483
  {
29500
29484
  "word": "workshops",
29501
29485
  "value": "workshops"
@@ -29998,32 +29982,6 @@
29998
29982
  1
29999
29983
  ]
30000
29984
  ],
30001
- [
30002
- [
30003
- "is",
30004
- 0
30005
- ],
30006
- [
30007
- "item",
30008
- 0
30009
- ],
30010
- [
30011
- "list",
30012
- 0
30013
- ],
30014
- [
30015
- "property",
30016
- 0
30017
- ],
30018
- [
30019
- "unknown",
30020
- 0
30021
- ],
30022
- [
30023
- "unknown",
30024
- 1
30025
- ]
30026
- ],
30027
29985
  [
30028
29986
  [
30029
29987
  "is",
@@ -30310,6 +30268,24 @@
30310
30268
  1
30311
30269
  ]
30312
30270
  ],
30271
+ [
30272
+ [
30273
+ "is",
30274
+ 0
30275
+ ],
30276
+ [
30277
+ "list",
30278
+ 0
30279
+ ],
30280
+ [
30281
+ "unknown",
30282
+ 0
30283
+ ],
30284
+ [
30285
+ "unknown",
30286
+ 1
30287
+ ]
30288
+ ],
30313
30289
  [
30314
30290
  [
30315
30291
  "is",
package/common/pipboy.js CHANGED
@@ -471,7 +471,6 @@ const config = {
471
471
  ['maps', 'map'],
472
472
  ['quest', 'quest'],
473
473
  ['quests', 'quest'],
474
- ['stats', 'stats'],
475
474
  ['workshops', 'workshops'],
476
475
  ['radio', 'radio'],
477
476
  ['status', 'status'],