tpmkms_4wp 9.1.1 → 9.2.0-beta.0
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 +13 -0
- package/common/articles.js +3 -0
- package/common/asking.test.json +193 -72
- package/common/avatar.js +0 -6
- package/common/colors.instance.json +42 -0
- package/common/comparable.instance.json +3 -0
- package/common/comparable.js +6 -0
- package/common/concept.js +1 -1
- package/common/crew.instance.json +26 -39
- package/common/crew.js +0 -7
- package/common/dialogues.js +2 -1
- package/common/dimension.instance.json +1 -0
- package/common/edible.instance.json +92 -0
- package/common/emotions.instance.json +1 -0
- package/common/events.js +3 -3
- package/common/events.test.json +107 -36
- package/common/fastfood.instance.json +1053 -12554
- package/common/fastfood.js +2 -1
- package/common/formulas.instance.json +1 -0
- package/common/formulas.js +3 -1
- package/common/formulas.test.json +643 -711
- package/common/helpers/concept.js +6 -2
- package/common/helpers/dialogues.js +1 -1
- package/common/helpers/menus.js +154 -0
- package/common/helpers.js +16 -0
- package/common/kirk.instance.json +1 -0
- package/common/length.instance.json +15 -0
- package/common/math.instance.json +1 -0
- package/common/menus.instance.json +10097 -0
- package/common/menus.js +260 -0
- package/common/menus.test.json +26163 -0
- package/common/negation.js +5 -0
- package/common/ordering.instance.json +2 -0
- package/common/people.instance.json +96 -8
- package/common/pipboy.instance.json +105 -123
- package/common/pipboy.js +0 -7
- package/common/pokemon.instance.json +13 -8
- package/common/pressure.instance.json +4 -0
- package/common/properties.instance.json +1 -0
- package/common/properties.js +1 -0
- package/common/reports.instance.json +18 -23
- package/common/reports.js +12 -3
- package/common/sdefaults.js +28 -3
- package/common/spock.instance.json +1 -0
- package/common/stm.js +2 -1
- package/common/temperature.instance.json +4 -0
- package/common/tester.js +24 -2
- package/common/ui.instance.json +446 -0
- package/common/ui.js +9 -4
- package/common/ui.test.json +6794 -0
- package/common/weight.instance.json +14 -0
- package/common/wp.instance.json +6262 -2
- package/main.js +2 -0
- package/package.json +8 -3
package/common/events.test.json
CHANGED
@@ -470,6 +470,10 @@
|
|
470
470
|
"id": "is",
|
471
471
|
"initial": "{ number: 'many' }"
|
472
472
|
},
|
473
|
+
{
|
474
|
+
"id": "isQuery",
|
475
|
+
"initial": "{ number: 'many' }"
|
476
|
+
},
|
473
477
|
{
|
474
478
|
"id": "isEd",
|
475
479
|
"initial": "{ number: 'many' }"
|
@@ -498,6 +502,10 @@
|
|
498
502
|
"id": "is",
|
499
503
|
"initial": "{ number: 'one' }"
|
500
504
|
},
|
505
|
+
{
|
506
|
+
"id": "isQuery",
|
507
|
+
"initial": "{ number: 'one' }"
|
508
|
+
},
|
501
509
|
{
|
502
510
|
"id": "isEd",
|
503
511
|
"initial": "{ number: 'one' }"
|
@@ -606,6 +614,7 @@
|
|
606
614
|
"contexts": [
|
607
615
|
{
|
608
616
|
"action": {
|
617
|
+
"context_id": 10,
|
609
618
|
"dead": true,
|
610
619
|
"default": true,
|
611
620
|
"level": 1,
|
@@ -622,6 +631,7 @@
|
|
622
631
|
"value": "action1",
|
623
632
|
"word": "action1"
|
624
633
|
},
|
634
|
+
"context_id": 2,
|
625
635
|
"context_index": 1,
|
626
636
|
"dead": true,
|
627
637
|
"default": true,
|
@@ -656,6 +666,7 @@
|
|
656
666
|
"word": "after"
|
657
667
|
},
|
658
668
|
{
|
669
|
+
"context_id": 4,
|
659
670
|
"context_index": 3,
|
660
671
|
"dead": true,
|
661
672
|
"default": true,
|
@@ -674,6 +685,7 @@
|
|
674
685
|
"word": "event1"
|
675
686
|
},
|
676
687
|
{
|
688
|
+
"context_id": 5,
|
677
689
|
"event": true,
|
678
690
|
"hidden": true,
|
679
691
|
"inserted": true,
|
@@ -684,6 +696,7 @@
|
|
684
696
|
]
|
685
697
|
},
|
686
698
|
{
|
699
|
+
"context_id": 6,
|
687
700
|
"dead": true,
|
688
701
|
"default": true,
|
689
702
|
"level": 1,
|
@@ -705,6 +718,7 @@
|
|
705
718
|
"word": "action1"
|
706
719
|
},
|
707
720
|
{
|
721
|
+
"context_id": 8,
|
708
722
|
"context_index": 5,
|
709
723
|
"dead": true,
|
710
724
|
"default": true,
|
@@ -723,6 +737,7 @@
|
|
723
737
|
"word": "event1"
|
724
738
|
},
|
725
739
|
{
|
740
|
+
"context_id": 9,
|
726
741
|
"event": true,
|
727
742
|
"hidden": true,
|
728
743
|
"inserted": true,
|
@@ -733,6 +748,7 @@
|
|
733
748
|
]
|
734
749
|
},
|
735
750
|
{
|
751
|
+
"context_id": 10,
|
736
752
|
"dead": true,
|
737
753
|
"default": true,
|
738
754
|
"level": 1,
|
@@ -931,6 +947,7 @@
|
|
931
947
|
"processed": [
|
932
948
|
{
|
933
949
|
"context": {
|
950
|
+
"context_id": 10,
|
934
951
|
"dead": true,
|
935
952
|
"default": true,
|
936
953
|
"level": 1,
|
@@ -951,9 +968,12 @@
|
|
951
968
|
"verbatim": "Doing action1",
|
952
969
|
"word": "action1"
|
953
970
|
},
|
954
|
-
"generatedParenthesized":
|
955
|
-
|
956
|
-
"
|
971
|
+
"generatedParenthesized": [
|
972
|
+
],
|
973
|
+
"paraphrases": [
|
974
|
+
],
|
975
|
+
"paraphrasesParenthesized": [
|
976
|
+
],
|
957
977
|
"responses": [
|
958
978
|
"",
|
959
979
|
"",
|
@@ -966,6 +986,7 @@
|
|
966
986
|
},
|
967
987
|
{
|
968
988
|
"context": {
|
989
|
+
"context_id": 9,
|
969
990
|
"event": true,
|
970
991
|
"hidden": true,
|
971
992
|
"inserted": true,
|
@@ -975,9 +996,12 @@
|
|
975
996
|
"events#call23"
|
976
997
|
]
|
977
998
|
},
|
978
|
-
"generatedParenthesized":
|
979
|
-
|
980
|
-
"
|
999
|
+
"generatedParenthesized": [
|
1000
|
+
],
|
1001
|
+
"paraphrases": [
|
1002
|
+
],
|
1003
|
+
"paraphrasesParenthesized": [
|
1004
|
+
],
|
981
1005
|
"responses": [
|
982
1006
|
"",
|
983
1007
|
"",
|
@@ -990,6 +1014,7 @@
|
|
990
1014
|
},
|
991
1015
|
{
|
992
1016
|
"context": {
|
1017
|
+
"context_id": 8,
|
993
1018
|
"context_index": 5,
|
994
1019
|
"dead": true,
|
995
1020
|
"default": true,
|
@@ -1007,9 +1032,12 @@
|
|
1007
1032
|
"value": "event1",
|
1008
1033
|
"word": "event1"
|
1009
1034
|
},
|
1010
|
-
"generatedParenthesized":
|
1011
|
-
|
1012
|
-
"
|
1035
|
+
"generatedParenthesized": [
|
1036
|
+
],
|
1037
|
+
"paraphrases": [
|
1038
|
+
],
|
1039
|
+
"paraphrasesParenthesized": [
|
1040
|
+
],
|
1013
1041
|
"responses": [
|
1014
1042
|
"",
|
1015
1043
|
"",
|
@@ -1022,6 +1050,7 @@
|
|
1022
1050
|
},
|
1023
1051
|
{
|
1024
1052
|
"context": {
|
1053
|
+
"context_id": 6,
|
1025
1054
|
"dead": true,
|
1026
1055
|
"default": true,
|
1027
1056
|
"level": 1,
|
@@ -1042,9 +1071,12 @@
|
|
1042
1071
|
"verbatim": "Doing action1",
|
1043
1072
|
"word": "action1"
|
1044
1073
|
},
|
1045
|
-
"generatedParenthesized":
|
1046
|
-
|
1047
|
-
"
|
1074
|
+
"generatedParenthesized": [
|
1075
|
+
],
|
1076
|
+
"paraphrases": [
|
1077
|
+
],
|
1078
|
+
"paraphrasesParenthesized": [
|
1079
|
+
],
|
1048
1080
|
"responses": [
|
1049
1081
|
"",
|
1050
1082
|
"",
|
@@ -1057,6 +1089,7 @@
|
|
1057
1089
|
},
|
1058
1090
|
{
|
1059
1091
|
"context": {
|
1092
|
+
"context_id": 5,
|
1060
1093
|
"event": true,
|
1061
1094
|
"hidden": true,
|
1062
1095
|
"inserted": true,
|
@@ -1066,9 +1099,12 @@
|
|
1066
1099
|
"events#call13"
|
1067
1100
|
]
|
1068
1101
|
},
|
1069
|
-
"generatedParenthesized":
|
1070
|
-
|
1071
|
-
"
|
1102
|
+
"generatedParenthesized": [
|
1103
|
+
],
|
1104
|
+
"paraphrases": [
|
1105
|
+
],
|
1106
|
+
"paraphrasesParenthesized": [
|
1107
|
+
],
|
1072
1108
|
"responses": [
|
1073
1109
|
"",
|
1074
1110
|
"",
|
@@ -1081,6 +1117,7 @@
|
|
1081
1117
|
},
|
1082
1118
|
{
|
1083
1119
|
"context": {
|
1120
|
+
"context_id": 4,
|
1084
1121
|
"context_index": 3,
|
1085
1122
|
"dead": true,
|
1086
1123
|
"default": true,
|
@@ -1098,9 +1135,12 @@
|
|
1098
1135
|
"value": "event1",
|
1099
1136
|
"word": "event1"
|
1100
1137
|
},
|
1101
|
-
"generatedParenthesized":
|
1102
|
-
|
1103
|
-
"
|
1138
|
+
"generatedParenthesized": [
|
1139
|
+
],
|
1140
|
+
"paraphrases": [
|
1141
|
+
],
|
1142
|
+
"paraphrasesParenthesized": [
|
1143
|
+
],
|
1104
1144
|
"responses": [
|
1105
1145
|
"",
|
1106
1146
|
"",
|
@@ -1116,19 +1156,19 @@
|
|
1116
1156
|
"paraphrases": [
|
1117
1157
|
"after event1 action1",
|
1118
1158
|
"event1",
|
1119
|
-
"event happened:
|
1159
|
+
"event happened: event1",
|
1120
1160
|
"action1",
|
1121
1161
|
"event1",
|
1122
|
-
"event happened:
|
1162
|
+
"event happened: event1",
|
1123
1163
|
"action1"
|
1124
1164
|
],
|
1125
1165
|
"paraphrasesParenthesized": [
|
1126
1166
|
"(after (event1) (action1))",
|
1127
1167
|
"(event1)",
|
1128
|
-
"(event happened:
|
1168
|
+
"(event happened: event1)",
|
1129
1169
|
"(action1)",
|
1130
1170
|
"(event1)",
|
1131
|
-
"(event happened:
|
1171
|
+
"(event happened: event1)",
|
1132
1172
|
"(action1)"
|
1133
1173
|
],
|
1134
1174
|
"query": "after event1 action1 event1 event1",
|
@@ -1143,7 +1183,7 @@
|
|
1143
1183
|
],
|
1144
1184
|
"summaries": [
|
1145
1185
|
{
|
1146
|
-
"length":
|
1186
|
+
"length": 3,
|
1147
1187
|
"summaries": [
|
1148
1188
|
{
|
1149
1189
|
"counter": 1,
|
@@ -1906,6 +1946,10 @@
|
|
1906
1946
|
"id": "is",
|
1907
1947
|
"initial": "{ number: 'many' }"
|
1908
1948
|
},
|
1949
|
+
{
|
1950
|
+
"id": "isQuery",
|
1951
|
+
"initial": "{ number: 'many' }"
|
1952
|
+
},
|
1909
1953
|
{
|
1910
1954
|
"id": "isEd",
|
1911
1955
|
"initial": "{ number: 'many' }"
|
@@ -1934,6 +1978,10 @@
|
|
1934
1978
|
"id": "is",
|
1935
1979
|
"initial": "{ number: 'one' }"
|
1936
1980
|
},
|
1981
|
+
{
|
1982
|
+
"id": "isQuery",
|
1983
|
+
"initial": "{ number: 'one' }"
|
1984
|
+
},
|
1937
1985
|
{
|
1938
1986
|
"id": "isEd",
|
1939
1987
|
"initial": "{ number: 'one' }"
|
@@ -2041,9 +2089,10 @@
|
|
2041
2089
|
},
|
2042
2090
|
"contexts": [
|
2043
2091
|
{
|
2092
|
+
"context_id": 2,
|
2044
2093
|
"context_index": 1,
|
2045
2094
|
"dead": true,
|
2046
|
-
"level":
|
2095
|
+
"level": 0,
|
2047
2096
|
"marker": "unknown",
|
2048
2097
|
"range": {
|
2049
2098
|
"end": 8,
|
@@ -2056,6 +2105,7 @@
|
|
2056
2105
|
"word": "changable"
|
2057
2106
|
},
|
2058
2107
|
{
|
2108
|
+
"context_id": 4,
|
2059
2109
|
"context_index": 3,
|
2060
2110
|
"dead": true,
|
2061
2111
|
"default": true,
|
@@ -2168,6 +2218,7 @@
|
|
2168
2218
|
"processed": [
|
2169
2219
|
{
|
2170
2220
|
"context": {
|
2221
|
+
"context_id": 4,
|
2171
2222
|
"context_index": 3,
|
2172
2223
|
"dead": true,
|
2173
2224
|
"default": true,
|
@@ -2182,9 +2233,12 @@
|
|
2182
2233
|
"value": "changes",
|
2183
2234
|
"word": "changes"
|
2184
2235
|
},
|
2185
|
-
"generatedParenthesized":
|
2186
|
-
|
2187
|
-
"
|
2236
|
+
"generatedParenthesized": [
|
2237
|
+
],
|
2238
|
+
"paraphrases": [
|
2239
|
+
],
|
2240
|
+
"paraphrasesParenthesized": [
|
2241
|
+
],
|
2188
2242
|
"responses": [
|
2189
2243
|
"",
|
2190
2244
|
""
|
@@ -2192,9 +2246,10 @@
|
|
2192
2246
|
},
|
2193
2247
|
{
|
2194
2248
|
"context": {
|
2249
|
+
"context_id": 2,
|
2195
2250
|
"context_index": 1,
|
2196
2251
|
"dead": true,
|
2197
|
-
"level":
|
2252
|
+
"level": 0,
|
2198
2253
|
"marker": "unknown",
|
2199
2254
|
"range": {
|
2200
2255
|
"end": 8,
|
@@ -2206,9 +2261,12 @@
|
|
2206
2261
|
"value": "changable",
|
2207
2262
|
"word": "changable"
|
2208
2263
|
},
|
2209
|
-
"generatedParenthesized":
|
2210
|
-
|
2211
|
-
"
|
2264
|
+
"generatedParenthesized": [
|
2265
|
+
],
|
2266
|
+
"paraphrases": [
|
2267
|
+
],
|
2268
|
+
"paraphrasesParenthesized": [
|
2269
|
+
],
|
2212
2270
|
"responses": [
|
2213
2271
|
"",
|
2214
2272
|
""
|
@@ -2264,7 +2322,7 @@
|
|
2264
2322
|
{
|
2265
2323
|
"marker": [
|
2266
2324
|
"unknown",
|
2267
|
-
|
2325
|
+
0
|
2268
2326
|
],
|
2269
2327
|
"range": {
|
2270
2328
|
"end": 8,
|
@@ -2289,7 +2347,7 @@
|
|
2289
2347
|
{
|
2290
2348
|
"marker": [
|
2291
2349
|
"unknown",
|
2292
|
-
|
2350
|
+
0
|
2293
2351
|
],
|
2294
2352
|
"range": {
|
2295
2353
|
"end": 8,
|
@@ -2769,6 +2827,10 @@
|
|
2769
2827
|
"id": "is",
|
2770
2828
|
"initial": "{ number: 'many' }"
|
2771
2829
|
},
|
2830
|
+
{
|
2831
|
+
"id": "isQuery",
|
2832
|
+
"initial": "{ number: 'many' }"
|
2833
|
+
},
|
2772
2834
|
{
|
2773
2835
|
"id": "isEd",
|
2774
2836
|
"initial": "{ number: 'many' }"
|
@@ -2797,6 +2859,10 @@
|
|
2797
2859
|
"id": "is",
|
2798
2860
|
"initial": "{ number: 'one' }"
|
2799
2861
|
},
|
2862
|
+
{
|
2863
|
+
"id": "isQuery",
|
2864
|
+
"initial": "{ number: 'one' }"
|
2865
|
+
},
|
2800
2866
|
{
|
2801
2867
|
"id": "isEd",
|
2802
2868
|
"initial": "{ number: 'one' }"
|
@@ -2920,6 +2986,7 @@
|
|
2920
2986
|
"value": "changeable",
|
2921
2987
|
"word": "changeable"
|
2922
2988
|
},
|
2989
|
+
"context_id": 2,
|
2923
2990
|
"context_index": 1,
|
2924
2991
|
"dead": true,
|
2925
2992
|
"default": true,
|
@@ -3047,6 +3114,7 @@
|
|
3047
3114
|
"value": "changeable",
|
3048
3115
|
"word": "changeable"
|
3049
3116
|
},
|
3117
|
+
"context_id": 2,
|
3050
3118
|
"context_index": 1,
|
3051
3119
|
"dead": true,
|
3052
3120
|
"default": true,
|
@@ -3061,9 +3129,12 @@
|
|
3061
3129
|
"value": "changes",
|
3062
3130
|
"word": "changes"
|
3063
3131
|
},
|
3064
|
-
"generatedParenthesized":
|
3065
|
-
|
3066
|
-
"
|
3132
|
+
"generatedParenthesized": [
|
3133
|
+
],
|
3134
|
+
"paraphrases": [
|
3135
|
+
],
|
3136
|
+
"paraphrasesParenthesized": [
|
3137
|
+
],
|
3067
3138
|
"responses": [
|
3068
3139
|
""
|
3069
3140
|
]
|