tpmkms_4wp 8.9.1-beta.1 → 8.9.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/dialogues.js +0 -9
- package/common/edible.instance.json +56 -0
- package/common/fastfood.instance.json +593 -900
- package/common/ordering.instance.json +47 -63
- package/common/pipboy.instance.json +56 -0
- package/common/pos.js +6 -12
- package/common/reports.instance.json +1 -1
- package/common/wp.instance.json +48 -110
- package/common/wp.js +22 -33
- package/common/wp.test.json +0 -10374
- package/package.json +2 -2
@@ -3265,6 +3265,20 @@
|
|
3265
3265
|
1
|
3266
3266
|
]
|
3267
3267
|
],
|
3268
|
+
[
|
3269
|
+
[
|
3270
|
+
"is",
|
3271
|
+
0
|
3272
|
+
],
|
3273
|
+
[
|
3274
|
+
"list",
|
3275
|
+
1
|
3276
|
+
],
|
3277
|
+
[
|
3278
|
+
"unknown",
|
3279
|
+
1
|
3280
|
+
]
|
3281
|
+
],
|
3268
3282
|
[
|
3269
3283
|
[
|
3270
3284
|
"is",
|
@@ -25764,6 +25778,20 @@
|
|
25764
25778
|
1
|
25765
25779
|
]
|
25766
25780
|
],
|
25781
|
+
[
|
25782
|
+
[
|
25783
|
+
"is",
|
25784
|
+
0
|
25785
|
+
],
|
25786
|
+
[
|
25787
|
+
"list",
|
25788
|
+
1
|
25789
|
+
],
|
25790
|
+
[
|
25791
|
+
"unknown",
|
25792
|
+
1
|
25793
|
+
]
|
25794
|
+
],
|
25767
25795
|
[
|
25768
25796
|
[
|
25769
25797
|
"is",
|
package/common/dialogues.js
CHANGED
@@ -40,7 +40,6 @@ const warningSameNotEvaluated = (log, one) => {
|
|
40
40
|
let config = {
|
41
41
|
name: 'dialogues',
|
42
42
|
operators: [
|
43
|
-
"(<thatVerb|that> (verb/0))",
|
44
43
|
"([makeObject] (word))",
|
45
44
|
"([setIdSuffix] (word))",
|
46
45
|
"([resetIdSuffix])",
|
@@ -101,7 +100,6 @@ let config = {
|
|
101
100
|
positive: [
|
102
101
|
// [['is', 0], ['unknown', 1]],
|
103
102
|
// [['isEd', 0], ['means', 0]],
|
104
|
-
[['thatVerb', 0], ['verb', 0]],
|
105
103
|
[['isEdee', 0], ['isEd', 0], ['isEder', 0], ['by', 0]],
|
106
104
|
[['isEdee', 0], ['isEd', 0], ['isEdAble', 0]],
|
107
105
|
[['unknown', 1], ['isEd', 0], ['isEdAble', 0]],
|
@@ -111,12 +109,6 @@ let config = {
|
|
111
109
|
]
|
112
110
|
},
|
113
111
|
bridges: [
|
114
|
-
{
|
115
|
-
id: 'thatVerb',
|
116
|
-
before: ['verb'],
|
117
|
-
bridge: "{ ...after[0], verb: after[0], that: operator, generate: ['that', 'verb'], localPriorities: { before: [\"verb\"] }, bridge_override: { operator: after[0].marker, bridge: '{ ...bridge.subject, postModifiers: [\"condition\"], condition: bridge }' } }",
|
118
|
-
},
|
119
|
-
|
120
112
|
{
|
121
113
|
id: 'queryable',
|
122
114
|
children: [
|
@@ -327,7 +319,6 @@ let config = {
|
|
327
319
|
|
328
320
|
floaters: ['query'],
|
329
321
|
priorities: [
|
330
|
-
{ "context": [['is', 0], ['means', 0], ], "choose": [0] },
|
331
322
|
{ "context": [['is', 0], ['means', 0], ], "choose": [0] },
|
332
323
|
{ "context": [["what",0], ["does",0],], "choose": [0] },
|
333
324
|
{ "context": [["is",0], ["is",1],], "choose": [0] },
|
@@ -5309,6 +5309,20 @@
|
|
5309
5309
|
1
|
5310
5310
|
]
|
5311
5311
|
],
|
5312
|
+
[
|
5313
|
+
[
|
5314
|
+
"is",
|
5315
|
+
0
|
5316
|
+
],
|
5317
|
+
[
|
5318
|
+
"list",
|
5319
|
+
1
|
5320
|
+
],
|
5321
|
+
[
|
5322
|
+
"unknown",
|
5323
|
+
1
|
5324
|
+
]
|
5325
|
+
],
|
5312
5326
|
[
|
5313
5327
|
[
|
5314
5328
|
"is",
|
@@ -21376,6 +21390,20 @@
|
|
21376
21390
|
1
|
21377
21391
|
]
|
21378
21392
|
],
|
21393
|
+
[
|
21394
|
+
[
|
21395
|
+
"is",
|
21396
|
+
0
|
21397
|
+
],
|
21398
|
+
[
|
21399
|
+
"list",
|
21400
|
+
1
|
21401
|
+
],
|
21402
|
+
[
|
21403
|
+
"unknown",
|
21404
|
+
1
|
21405
|
+
]
|
21406
|
+
],
|
21379
21407
|
[
|
21380
21408
|
[
|
21381
21409
|
"is",
|
@@ -59801,6 +59829,34 @@
|
|
59801
59829
|
1
|
59802
59830
|
]
|
59803
59831
|
],
|
59832
|
+
[
|
59833
|
+
[
|
59834
|
+
"is",
|
59835
|
+
0
|
59836
|
+
],
|
59837
|
+
[
|
59838
|
+
"list",
|
59839
|
+
1
|
59840
|
+
],
|
59841
|
+
[
|
59842
|
+
"unknown",
|
59843
|
+
1
|
59844
|
+
]
|
59845
|
+
],
|
59846
|
+
[
|
59847
|
+
[
|
59848
|
+
"is",
|
59849
|
+
0
|
59850
|
+
],
|
59851
|
+
[
|
59852
|
+
"list",
|
59853
|
+
1
|
59854
|
+
],
|
59855
|
+
[
|
59856
|
+
"unknown",
|
59857
|
+
1
|
59858
|
+
]
|
59859
|
+
],
|
59804
59860
|
[
|
59805
59861
|
[
|
59806
59862
|
"is",
|