tpmkms_4wp 8.9.0-beta.2 → 8.9.0-beta.20
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 +65 -0
- package/common/articles.js +4 -0
- package/common/colors.instance.json +99 -0
- package/common/comparable.instance.json +15 -0
- package/common/conjunction.js +27 -18
- package/common/countable.js +8 -2
- package/common/countable.test.json +586 -0
- package/common/crew.instance.json +130 -176
- package/common/dialogues.js +7 -11
- package/common/dimension.instance.json +10 -0
- package/common/edible.instance.json +376 -0
- package/common/emotions.instance.json +8 -0
- package/common/fastfood.instance.json +1421 -836
- package/common/formulas.instance.json +10 -0
- package/common/helpers/conjunction.js +75 -0
- package/common/helpers/dialogues.js +14 -8
- package/common/helpers/properties.js +2 -2
- package/common/helpers.js +29 -0
- package/common/hierarchy.js +5 -5
- package/common/hierarchy.test.json +1491 -0
- package/common/kirk.instance.json +5 -0
- package/common/length.instance.json +150 -0
- package/common/math.instance.json +10 -0
- package/common/meta.js +5 -3
- package/common/ordering.instance.json +62 -0
- package/common/people.instance.json +169 -4
- package/common/pipboy.instance.json +254 -28
- package/common/pokemon.instance.json +65 -0
- package/common/pressure.instance.json +40 -0
- package/common/properties.instance.json +5 -0
- package/common/reports.instance.json +21 -1
- package/common/spock.instance.json +5 -0
- package/common/temperature.instance.json +40 -0
- package/common/ui.instance.json +10 -0
- package/common/ui.js +0 -1
- package/common/weight.instance.json +120 -0
- package/common/wp.instance.json +28952 -958
- package/common/wp.js +178 -10
- package/common/wp.test.json +28248 -703
- package/package.json +3 -2
@@ -105,7 +105,7 @@
|
|
105
105
|
],
|
106
106
|
"bridges": [
|
107
107
|
{
|
108
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
108
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:152",
|
109
109
|
"id": "put",
|
110
110
|
"isA": [
|
111
111
|
"verb"
|
@@ -115,7 +115,7 @@
|
|
115
115
|
"generatorp": "({context}) => `put on`"
|
116
116
|
},
|
117
117
|
{
|
118
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
118
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:160",
|
119
119
|
"id": "propertyCondition",
|
120
120
|
"before": [
|
121
121
|
"adjective",
|
@@ -127,7 +127,7 @@
|
|
127
127
|
"bridge": "{ ...next(after[0]), condition: before[0], modifiers: ['condition'] }"
|
128
128
|
},
|
129
129
|
{
|
130
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
130
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:168",
|
131
131
|
"id": "on",
|
132
132
|
"isA": [
|
133
133
|
"preposition"
|
@@ -138,7 +138,7 @@
|
|
138
138
|
"semantic": "({api, context}) => {\n api.change(context.item.marker)\n }"
|
139
139
|
},
|
140
140
|
{
|
141
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
141
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:179",
|
142
142
|
"id": "change",
|
143
143
|
"isA": [
|
144
144
|
"verb"
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"semantic": "({api, context}) => {\n api.change(context.item.marker)\n }"
|
156
156
|
},
|
157
157
|
{
|
158
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
158
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:191",
|
159
159
|
"id": "disarm",
|
160
160
|
"isA": [
|
161
161
|
"verb"
|
@@ -166,7 +166,7 @@
|
|
166
166
|
"semantic": "({api, context}) => {\n api.disarm()\n }"
|
167
167
|
},
|
168
168
|
{
|
169
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
169
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:202",
|
170
170
|
"id": "strip",
|
171
171
|
"isA": [
|
172
172
|
"verb"
|
@@ -177,7 +177,7 @@
|
|
177
177
|
"semantic": "({api, context}) => {\n api.strip()\n }"
|
178
178
|
},
|
179
179
|
{
|
180
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
180
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:213",
|
181
181
|
"id": "call",
|
182
182
|
"isA": [
|
183
183
|
"verb"
|
@@ -188,7 +188,7 @@
|
|
188
188
|
"semantic": "({api, context}) => {\n api.setName(context.item, context.name.name.value)\n }"
|
189
189
|
},
|
190
190
|
{
|
191
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
191
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:224",
|
192
192
|
"id": "putOn",
|
193
193
|
"isA": [
|
194
194
|
"verb"
|
@@ -199,7 +199,7 @@
|
|
199
199
|
"semantic": "({api, context}) => {\n if (context.item.name) {\n api.wear({ name: context.item.name.value, type: 'outfit' })\n } else {\n api.wear({ type: context.item.value })\n }\n }"
|
200
200
|
},
|
201
201
|
{
|
202
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
202
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:239",
|
203
203
|
"id": "wear",
|
204
204
|
"isA": [
|
205
205
|
"verb"
|
@@ -219,7 +219,7 @@
|
|
219
219
|
"semantic": "({api, context}) => {\n if (context.item.name) {\n api.wear({ name: context.item.name.value, type: 'outfit' })\n } else {\n api.wear({ type: context.item.value })\n }\n }"
|
220
220
|
},
|
221
221
|
{
|
222
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
222
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:256",
|
223
223
|
"id": "equip",
|
224
224
|
"isA": [
|
225
225
|
"verb"
|
@@ -244,7 +244,7 @@
|
|
244
244
|
"semantic": "async ({api, context}) => {\n let condition\n if (context.item.condition) {\n condition = { selector: context.item.condition.marker, property: context.item.condition.property[0].marker }\n }\n api.equip({ type: context.item.value, condition })\n }"
|
245
245
|
},
|
246
246
|
{
|
247
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
247
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:272",
|
248
248
|
"id": "toDrink",
|
249
249
|
"isA": [
|
250
250
|
"verb"
|
@@ -255,7 +255,7 @@
|
|
255
255
|
"semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.drink(value.value)\n }"
|
256
256
|
},
|
257
257
|
{
|
258
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
258
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:284",
|
259
259
|
"id": "eat",
|
260
260
|
"localHierarchy": [
|
261
261
|
[
|
@@ -272,7 +272,7 @@
|
|
272
272
|
"semantic": "async ({api, context}) => {\n api.eat(context.item.value)\n }"
|
273
273
|
},
|
274
274
|
{
|
275
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
275
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:296",
|
276
276
|
"id": "take",
|
277
277
|
"isA": [
|
278
278
|
"verb"
|
@@ -283,7 +283,7 @@
|
|
283
283
|
"semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.take(value.value)\n }"
|
284
284
|
},
|
285
285
|
{
|
286
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
286
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:308",
|
287
287
|
"id": "nameable",
|
288
288
|
"isA": [
|
289
289
|
"theAble"
|
@@ -654,6 +654,11 @@
|
|
654
654
|
"verb",
|
655
655
|
false
|
656
656
|
],
|
657
|
+
[
|
658
|
+
"every",
|
659
|
+
"quantifier",
|
660
|
+
false
|
661
|
+
],
|
657
662
|
[
|
658
663
|
"hasCountOfPieces",
|
659
664
|
"countable",
|
@@ -854,6 +859,11 @@
|
|
854
859
|
"verb",
|
855
860
|
false
|
856
861
|
],
|
862
|
+
[
|
863
|
+
"negatable",
|
864
|
+
"queryable",
|
865
|
+
false
|
866
|
+
],
|
857
867
|
[
|
858
868
|
"noun",
|
859
869
|
"theAble",
|
@@ -1754,6 +1764,20 @@
|
|
1754
1764
|
1
|
1755
1765
|
]
|
1756
1766
|
],
|
1767
|
+
[
|
1768
|
+
[
|
1769
|
+
"is",
|
1770
|
+
0
|
1771
|
+
],
|
1772
|
+
[
|
1773
|
+
"list",
|
1774
|
+
1
|
1775
|
+
],
|
1776
|
+
[
|
1777
|
+
"unknown",
|
1778
|
+
1
|
1779
|
+
]
|
1780
|
+
],
|
1757
1781
|
[
|
1758
1782
|
[
|
1759
1783
|
"is",
|
@@ -1932,6 +1956,11 @@
|
|
1932
1956
|
"verb",
|
1933
1957
|
false
|
1934
1958
|
],
|
1959
|
+
[
|
1960
|
+
"every",
|
1961
|
+
"quantifier",
|
1962
|
+
false
|
1963
|
+
],
|
1935
1964
|
[
|
1936
1965
|
"grenade",
|
1937
1966
|
"hierarchyAble",
|
@@ -2212,6 +2241,11 @@
|
|
2212
2241
|
"verb",
|
2213
2242
|
false
|
2214
2243
|
],
|
2244
|
+
[
|
2245
|
+
"negatable",
|
2246
|
+
"queryable",
|
2247
|
+
false
|
2248
|
+
],
|
2215
2249
|
[
|
2216
2250
|
"noun",
|
2217
2251
|
"theAble",
|
@@ -3221,6 +3255,11 @@
|
|
3221
3255
|
"verb",
|
3222
3256
|
false
|
3223
3257
|
],
|
3258
|
+
[
|
3259
|
+
"every",
|
3260
|
+
"quantifier",
|
3261
|
+
false
|
3262
|
+
],
|
3224
3263
|
[
|
3225
3264
|
"explosive",
|
3226
3265
|
"hierarchyAble",
|
@@ -3546,6 +3585,11 @@
|
|
3546
3585
|
"verb",
|
3547
3586
|
false
|
3548
3587
|
],
|
3588
|
+
[
|
3589
|
+
"negatable",
|
3590
|
+
"queryable",
|
3591
|
+
false
|
3592
|
+
],
|
3549
3593
|
[
|
3550
3594
|
"noun",
|
3551
3595
|
"theAble",
|
@@ -4437,6 +4481,11 @@
|
|
4437
4481
|
"verb",
|
4438
4482
|
false
|
4439
4483
|
],
|
4484
|
+
[
|
4485
|
+
"every",
|
4486
|
+
"quantifier",
|
4487
|
+
false
|
4488
|
+
],
|
4440
4489
|
[
|
4441
4490
|
"explosive",
|
4442
4491
|
"hierarchyAble",
|
@@ -4767,6 +4816,11 @@
|
|
4767
4816
|
"verb",
|
4768
4817
|
false
|
4769
4818
|
],
|
4819
|
+
[
|
4820
|
+
"negatable",
|
4821
|
+
"queryable",
|
4822
|
+
false
|
4823
|
+
],
|
4770
4824
|
[
|
4771
4825
|
"noun",
|
4772
4826
|
"theAble",
|
@@ -5869,6 +5923,11 @@
|
|
5869
5923
|
"verb",
|
5870
5924
|
false
|
5871
5925
|
],
|
5926
|
+
[
|
5927
|
+
"every",
|
5928
|
+
"quantifier",
|
5929
|
+
false
|
5930
|
+
],
|
5872
5931
|
[
|
5873
5932
|
"explosive",
|
5874
5933
|
"hierarchyAble",
|
@@ -6234,6 +6293,11 @@
|
|
6234
6293
|
"verb",
|
6235
6294
|
false
|
6236
6295
|
],
|
6296
|
+
[
|
6297
|
+
"negatable",
|
6298
|
+
"queryable",
|
6299
|
+
false
|
6300
|
+
],
|
6237
6301
|
[
|
6238
6302
|
"noun",
|
6239
6303
|
"theAble",
|
@@ -7140,6 +7204,11 @@
|
|
7140
7204
|
"verb",
|
7141
7205
|
false
|
7142
7206
|
],
|
7207
|
+
[
|
7208
|
+
"every",
|
7209
|
+
"quantifier",
|
7210
|
+
false
|
7211
|
+
],
|
7143
7212
|
[
|
7144
7213
|
"explosive",
|
7145
7214
|
"hierarchyAble",
|
@@ -7510,6 +7579,11 @@
|
|
7510
7579
|
"verb",
|
7511
7580
|
false
|
7512
7581
|
],
|
7582
|
+
[
|
7583
|
+
"negatable",
|
7584
|
+
"queryable",
|
7585
|
+
false
|
7586
|
+
],
|
7513
7587
|
[
|
7514
7588
|
"noun",
|
7515
7589
|
"theAble",
|
@@ -8434,6 +8508,20 @@
|
|
8434
8508
|
1
|
8435
8509
|
]
|
8436
8510
|
],
|
8511
|
+
[
|
8512
|
+
[
|
8513
|
+
"is",
|
8514
|
+
0
|
8515
|
+
],
|
8516
|
+
[
|
8517
|
+
"list",
|
8518
|
+
1
|
8519
|
+
],
|
8520
|
+
[
|
8521
|
+
"unknown",
|
8522
|
+
1
|
8523
|
+
]
|
8524
|
+
],
|
8437
8525
|
[
|
8438
8526
|
[
|
8439
8527
|
"is",
|
@@ -8687,6 +8775,11 @@
|
|
8687
8775
|
"verb",
|
8688
8776
|
false
|
8689
8777
|
],
|
8778
|
+
[
|
8779
|
+
"every",
|
8780
|
+
"quantifier",
|
8781
|
+
false
|
8782
|
+
],
|
8690
8783
|
[
|
8691
8784
|
"explosive",
|
8692
8785
|
"hierarchyAble",
|
@@ -9097,6 +9190,11 @@
|
|
9097
9190
|
"verb",
|
9098
9191
|
false
|
9099
9192
|
],
|
9193
|
+
[
|
9194
|
+
"negatable",
|
9195
|
+
"queryable",
|
9196
|
+
false
|
9197
|
+
],
|
9100
9198
|
[
|
9101
9199
|
"noun",
|
9102
9200
|
"theAble",
|
@@ -10232,6 +10330,11 @@
|
|
10232
10330
|
"verb",
|
10233
10331
|
false
|
10234
10332
|
],
|
10333
|
+
[
|
10334
|
+
"every",
|
10335
|
+
"quantifier",
|
10336
|
+
false
|
10337
|
+
],
|
10235
10338
|
[
|
10236
10339
|
"explosive",
|
10237
10340
|
"hierarchyAble",
|
@@ -10642,6 +10745,11 @@
|
|
10642
10745
|
"verb",
|
10643
10746
|
false
|
10644
10747
|
],
|
10748
|
+
[
|
10749
|
+
"negatable",
|
10750
|
+
"queryable",
|
10751
|
+
false
|
10752
|
+
],
|
10645
10753
|
[
|
10646
10754
|
"noun",
|
10647
10755
|
"theAble",
|
@@ -11722,6 +11830,11 @@
|
|
11722
11830
|
"verb",
|
11723
11831
|
false
|
11724
11832
|
],
|
11833
|
+
[
|
11834
|
+
"every",
|
11835
|
+
"quantifier",
|
11836
|
+
false
|
11837
|
+
],
|
11725
11838
|
[
|
11726
11839
|
"explosive",
|
11727
11840
|
"hierarchyAble",
|
@@ -12132,6 +12245,11 @@
|
|
12132
12245
|
"verb",
|
12133
12246
|
false
|
12134
12247
|
],
|
12248
|
+
[
|
12249
|
+
"negatable",
|
12250
|
+
"queryable",
|
12251
|
+
false
|
12252
|
+
],
|
12135
12253
|
[
|
12136
12254
|
"noun",
|
12137
12255
|
"theAble",
|
@@ -13353,6 +13471,11 @@
|
|
13353
13471
|
"verb",
|
13354
13472
|
false
|
13355
13473
|
],
|
13474
|
+
[
|
13475
|
+
"every",
|
13476
|
+
"quantifier",
|
13477
|
+
false
|
13478
|
+
],
|
13356
13479
|
[
|
13357
13480
|
"explosive",
|
13358
13481
|
"hierarchyAble",
|
@@ -13763,6 +13886,11 @@
|
|
13763
13886
|
"verb",
|
13764
13887
|
false
|
13765
13888
|
],
|
13889
|
+
[
|
13890
|
+
"negatable",
|
13891
|
+
"queryable",
|
13892
|
+
false
|
13893
|
+
],
|
13766
13894
|
[
|
13767
13895
|
"noun",
|
13768
13896
|
"theAble",
|
@@ -14919,6 +15047,11 @@
|
|
14919
15047
|
"verb",
|
14920
15048
|
false
|
14921
15049
|
],
|
15050
|
+
[
|
15051
|
+
"every",
|
15052
|
+
"quantifier",
|
15053
|
+
false
|
15054
|
+
],
|
14922
15055
|
[
|
14923
15056
|
"explosive",
|
14924
15057
|
"hierarchyAble",
|
@@ -15369,6 +15502,11 @@
|
|
15369
15502
|
"verb",
|
15370
15503
|
false
|
15371
15504
|
],
|
15505
|
+
[
|
15506
|
+
"negatable",
|
15507
|
+
"queryable",
|
15508
|
+
false
|
15509
|
+
],
|
15372
15510
|
[
|
15373
15511
|
"noun",
|
15374
15512
|
"theAble",
|
@@ -16596,6 +16734,11 @@
|
|
16596
16734
|
"verb",
|
16597
16735
|
false
|
16598
16736
|
],
|
16737
|
+
[
|
16738
|
+
"every",
|
16739
|
+
"quantifier",
|
16740
|
+
false
|
16741
|
+
],
|
16599
16742
|
[
|
16600
16743
|
"explosive",
|
16601
16744
|
"hierarchyAble",
|
@@ -17046,6 +17189,11 @@
|
|
17046
17189
|
"verb",
|
17047
17190
|
false
|
17048
17191
|
],
|
17192
|
+
[
|
17193
|
+
"negatable",
|
17194
|
+
"queryable",
|
17195
|
+
false
|
17196
|
+
],
|
17049
17197
|
[
|
17050
17198
|
"noun",
|
17051
17199
|
"theAble",
|
@@ -18277,6 +18425,11 @@
|
|
18277
18425
|
"verb",
|
18278
18426
|
false
|
18279
18427
|
],
|
18428
|
+
[
|
18429
|
+
"every",
|
18430
|
+
"quantifier",
|
18431
|
+
false
|
18432
|
+
],
|
18280
18433
|
[
|
18281
18434
|
"explosive",
|
18282
18435
|
"hierarchyAble",
|
@@ -18767,6 +18920,11 @@
|
|
18767
18920
|
"verb",
|
18768
18921
|
false
|
18769
18922
|
],
|
18923
|
+
[
|
18924
|
+
"negatable",
|
18925
|
+
"queryable",
|
18926
|
+
false
|
18927
|
+
],
|
18770
18928
|
[
|
18771
18929
|
"noun",
|
18772
18930
|
"theAble",
|
@@ -20134,6 +20292,11 @@
|
|
20134
20292
|
"verb",
|
20135
20293
|
false
|
20136
20294
|
],
|
20295
|
+
[
|
20296
|
+
"every",
|
20297
|
+
"quantifier",
|
20298
|
+
false
|
20299
|
+
],
|
20137
20300
|
[
|
20138
20301
|
"explosive",
|
20139
20302
|
"hierarchyAble",
|
@@ -20664,6 +20827,11 @@
|
|
20664
20827
|
"verb",
|
20665
20828
|
false
|
20666
20829
|
],
|
20830
|
+
[
|
20831
|
+
"negatable",
|
20832
|
+
"queryable",
|
20833
|
+
false
|
20834
|
+
],
|
20667
20835
|
[
|
20668
20836
|
"noun",
|
20669
20837
|
"theAble",
|
@@ -22111,6 +22279,11 @@
|
|
22111
22279
|
"verb",
|
22112
22280
|
false
|
22113
22281
|
],
|
22282
|
+
[
|
22283
|
+
"every",
|
22284
|
+
"quantifier",
|
22285
|
+
false
|
22286
|
+
],
|
22114
22287
|
[
|
22115
22288
|
"explosive",
|
22116
22289
|
"hierarchyAble",
|
@@ -22641,6 +22814,11 @@
|
|
22641
22814
|
"verb",
|
22642
22815
|
false
|
22643
22816
|
],
|
22817
|
+
[
|
22818
|
+
"negatable",
|
22819
|
+
"queryable",
|
22820
|
+
false
|
22821
|
+
],
|
22644
22822
|
[
|
22645
22823
|
"noun",
|
22646
22824
|
"theAble",
|
@@ -24106,6 +24284,11 @@
|
|
24106
24284
|
"verb",
|
24107
24285
|
false
|
24108
24286
|
],
|
24287
|
+
[
|
24288
|
+
"every",
|
24289
|
+
"quantifier",
|
24290
|
+
false
|
24291
|
+
],
|
24109
24292
|
[
|
24110
24293
|
"explosive",
|
24111
24294
|
"hierarchyAble",
|
@@ -24676,6 +24859,11 @@
|
|
24676
24859
|
"verb",
|
24677
24860
|
false
|
24678
24861
|
],
|
24862
|
+
[
|
24863
|
+
"negatable",
|
24864
|
+
"queryable",
|
24865
|
+
false
|
24866
|
+
],
|
24679
24867
|
[
|
24680
24868
|
"noun",
|
24681
24869
|
"theAble",
|
@@ -26084,6 +26272,11 @@
|
|
26084
26272
|
"verb",
|
26085
26273
|
false
|
26086
26274
|
],
|
26275
|
+
[
|
26276
|
+
"every",
|
26277
|
+
"quantifier",
|
26278
|
+
false
|
26279
|
+
],
|
26087
26280
|
[
|
26088
26281
|
"explosive",
|
26089
26282
|
"hierarchyAble",
|
@@ -26739,6 +26932,11 @@
|
|
26739
26932
|
"verb",
|
26740
26933
|
false
|
26741
26934
|
],
|
26935
|
+
[
|
26936
|
+
"negatable",
|
26937
|
+
"queryable",
|
26938
|
+
false
|
26939
|
+
],
|
26742
26940
|
[
|
26743
26941
|
"noun",
|
26744
26942
|
"theAble",
|
@@ -28780,7 +28978,7 @@
|
|
28780
28978
|
],
|
28781
28979
|
"bridges": [
|
28782
28980
|
{
|
28783
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
28981
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:152",
|
28784
28982
|
"id": "put",
|
28785
28983
|
"isA": [
|
28786
28984
|
"verb"
|
@@ -28789,7 +28987,7 @@
|
|
28789
28987
|
"bridge": "{ ...next(operator) }"
|
28790
28988
|
},
|
28791
28989
|
{
|
28792
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
28990
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:160",
|
28793
28991
|
"id": "propertyCondition",
|
28794
28992
|
"before": [
|
28795
28993
|
"adjective",
|
@@ -28801,7 +28999,7 @@
|
|
28801
28999
|
"bridge": "{ ...next(after[0]), condition: before[0], modifiers: ['condition'] }"
|
28802
29000
|
},
|
28803
29001
|
{
|
28804
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
29002
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:168",
|
28805
29003
|
"id": "on",
|
28806
29004
|
"isA": [
|
28807
29005
|
"preposition"
|
@@ -28810,7 +29008,7 @@
|
|
28810
29008
|
"bridge": "{ ...before, marker: operator('putOn', 0), dead: false }"
|
28811
29009
|
},
|
28812
29010
|
{
|
28813
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
29011
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:179",
|
28814
29012
|
"id": "change",
|
28815
29013
|
"isA": [
|
28816
29014
|
"verb"
|
@@ -28825,7 +29023,7 @@
|
|
28825
29023
|
]
|
28826
29024
|
},
|
28827
29025
|
{
|
28828
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
29026
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:191",
|
28829
29027
|
"id": "disarm",
|
28830
29028
|
"isA": [
|
28831
29029
|
"verb"
|
@@ -28834,7 +29032,7 @@
|
|
28834
29032
|
"bridge": "{ ...next(operator) }"
|
28835
29033
|
},
|
28836
29034
|
{
|
28837
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
29035
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:202",
|
28838
29036
|
"id": "strip",
|
28839
29037
|
"isA": [
|
28840
29038
|
"verb"
|
@@ -28843,7 +29041,7 @@
|
|
28843
29041
|
"bridge": "{ ...next(operator) }"
|
28844
29042
|
},
|
28845
29043
|
{
|
28846
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
29044
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:213",
|
28847
29045
|
"id": "call",
|
28848
29046
|
"isA": [
|
28849
29047
|
"verb"
|
@@ -28852,7 +29050,7 @@
|
|
28852
29050
|
"bridge": "{ ...next(operator), item: after[0], name: after[1] }"
|
28853
29051
|
},
|
28854
29052
|
{
|
28855
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
29053
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:224",
|
28856
29054
|
"id": "putOn",
|
28857
29055
|
"isA": [
|
28858
29056
|
"verb"
|
@@ -28861,7 +29059,7 @@
|
|
28861
29059
|
"bridge": "{ ...next(operator), item: after[0] }"
|
28862
29060
|
},
|
28863
29061
|
{
|
28864
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
29062
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:239",
|
28865
29063
|
"id": "wear",
|
28866
29064
|
"isA": [
|
28867
29065
|
"verb"
|
@@ -28879,7 +29077,7 @@
|
|
28879
29077
|
"bridge": "{ ...next(operator), item: after[0] }"
|
28880
29078
|
},
|
28881
29079
|
{
|
28882
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
29080
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:256",
|
28883
29081
|
"id": "equip",
|
28884
29082
|
"isA": [
|
28885
29083
|
"verb"
|
@@ -28902,7 +29100,7 @@
|
|
28902
29100
|
"bridge": "{ ...next(operator), item: after[0] }"
|
28903
29101
|
},
|
28904
29102
|
{
|
28905
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
29103
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:272",
|
28906
29104
|
"id": "toDrink",
|
28907
29105
|
"isA": [
|
28908
29106
|
"verb"
|
@@ -28911,7 +29109,7 @@
|
|
28911
29109
|
"bridge": "{ ...next(operator), item: after[0] }"
|
28912
29110
|
},
|
28913
29111
|
{
|
28914
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
29112
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:284",
|
28915
29113
|
"id": "eat",
|
28916
29114
|
"localHierarchy": [
|
28917
29115
|
[
|
@@ -28926,7 +29124,7 @@
|
|
28926
29124
|
"bridge": "{ ...next(operator), item: after[0] }"
|
28927
29125
|
},
|
28928
29126
|
{
|
28929
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
29127
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:296",
|
28930
29128
|
"id": "take",
|
28931
29129
|
"isA": [
|
28932
29130
|
"verb"
|
@@ -28935,7 +29133,7 @@
|
|
28935
29133
|
"bridge": "{ ...next(operator), item: after[0] }"
|
28936
29134
|
},
|
28937
29135
|
{
|
28938
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
29136
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:308",
|
28939
29137
|
"id": "nameable",
|
28940
29138
|
"isA": [
|
28941
29139
|
"theAble"
|
@@ -30000,6 +30198,34 @@
|
|
30000
30198
|
1
|
30001
30199
|
]
|
30002
30200
|
],
|
30201
|
+
[
|
30202
|
+
[
|
30203
|
+
"is",
|
30204
|
+
0
|
30205
|
+
],
|
30206
|
+
[
|
30207
|
+
"list",
|
30208
|
+
1
|
30209
|
+
],
|
30210
|
+
[
|
30211
|
+
"unknown",
|
30212
|
+
1
|
30213
|
+
]
|
30214
|
+
],
|
30215
|
+
[
|
30216
|
+
[
|
30217
|
+
"is",
|
30218
|
+
0
|
30219
|
+
],
|
30220
|
+
[
|
30221
|
+
"list",
|
30222
|
+
1
|
30223
|
+
],
|
30224
|
+
[
|
30225
|
+
"unknown",
|
30226
|
+
1
|
30227
|
+
]
|
30228
|
+
],
|
30003
30229
|
[
|
30004
30230
|
[
|
30005
30231
|
"is",
|