tpmkms_4wp 9.0.2 → 9.0.3-beta.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/avatar.js +1 -3
- package/common/colors.instance.json +117 -61
- package/common/comparable.instance.json +0 -63
- package/common/comparable.js +0 -7
- package/common/concept.js +0 -8
- package/common/conjunction.js +0 -3
- package/common/crew.instance.json +83 -604
- package/common/crew.js +1 -13
- package/common/dialogues.js +0 -46
- package/common/dimension.instance.json +2 -126
- package/common/dimension.js +0 -8
- package/common/edible.instance.json +418 -355
- package/common/edible.js +0 -13
- package/common/emotions.js +0 -8
- package/common/fastfood.instance.json +3299 -6027
- package/common/fastfood.js +0 -82
- package/common/help.js +0 -5
- package/common/hierarchy.js +0 -9
- package/common/ordinals.js +0 -5
- package/common/people.instance.json +144 -120
- package/common/pipboy.instance.json +48 -271
- package/common/pipboy.js +2 -5
- package/common/pokemon.instance.json +138 -547
- package/common/properties.js +0 -13
- package/common/reports.instance.json +1 -1
- package/common/reports.js +0 -7
- package/common/scorekeeper.js +0 -12
- package/common/weight.instance.json +0 -168
- package/common/weight.js +0 -2
- package/common/wp.instance.json +2 -554
- package/common/wp.js +0 -18
- package/package.json +2 -2
@@ -218,10 +218,6 @@
|
|
218
218
|
},
|
219
219
|
{
|
220
220
|
"context": [
|
221
|
-
[
|
222
|
-
"equip",
|
223
|
-
0
|
224
|
-
],
|
225
221
|
[
|
226
222
|
"the",
|
227
223
|
0
|
@@ -239,14 +235,10 @@
|
|
239
235
|
0
|
240
236
|
]
|
241
237
|
],
|
242
|
-
"choose":
|
238
|
+
"choose": 1
|
243
239
|
},
|
244
240
|
{
|
245
241
|
"context": [
|
246
|
-
[
|
247
|
-
"equip",
|
248
|
-
0
|
249
|
-
],
|
250
242
|
[
|
251
243
|
"the",
|
252
244
|
0
|
@@ -264,75 +256,13 @@
|
|
264
256
|
0
|
265
257
|
]
|
266
258
|
],
|
267
|
-
"choose": 0
|
268
|
-
},
|
269
|
-
{
|
270
|
-
"context": [
|
271
|
-
[
|
272
|
-
"what",
|
273
|
-
0
|
274
|
-
],
|
275
|
-
[
|
276
|
-
"is",
|
277
|
-
0
|
278
|
-
],
|
279
|
-
[
|
280
|
-
"article",
|
281
|
-
0
|
282
|
-
],
|
283
|
-
[
|
284
|
-
"type",
|
285
|
-
1
|
286
|
-
],
|
287
|
-
[
|
288
|
-
"propertyOf",
|
289
|
-
0
|
290
|
-
],
|
291
|
-
[
|
292
|
-
"item",
|
293
|
-
0
|
294
|
-
],
|
295
|
-
[
|
296
|
-
"property",
|
297
|
-
0
|
298
|
-
]
|
299
|
-
],
|
300
|
-
"choose": 1
|
301
|
-
},
|
302
|
-
{
|
303
|
-
"context": [
|
304
|
-
[
|
305
|
-
"what",
|
306
|
-
0
|
307
|
-
],
|
308
|
-
[
|
309
|
-
"is",
|
310
|
-
0
|
311
|
-
],
|
312
|
-
[
|
313
|
-
"article",
|
314
|
-
0
|
315
|
-
],
|
316
|
-
[
|
317
|
-
"type",
|
318
|
-
1
|
319
|
-
],
|
320
|
-
[
|
321
|
-
"propertyOf",
|
322
|
-
0
|
323
|
-
],
|
324
|
-
[
|
325
|
-
"object",
|
326
|
-
1
|
327
|
-
]
|
328
|
-
],
|
329
259
|
"choose": 1
|
330
260
|
}
|
331
261
|
]
|
332
262
|
},
|
333
263
|
"bridges": [
|
334
264
|
{
|
335
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
265
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:166",
|
336
266
|
"id": "put",
|
337
267
|
"isA": [
|
338
268
|
"verb"
|
@@ -340,7 +270,7 @@
|
|
340
270
|
"generatorp": "({context}) => `put on`"
|
341
271
|
},
|
342
272
|
{
|
343
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
273
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:172",
|
344
274
|
"id": "propertyCondition",
|
345
275
|
"before": [
|
346
276
|
"adjective",
|
@@ -352,7 +282,7 @@
|
|
352
282
|
"bridge": "{ ...next(after[0]), condition: before[0], modifiers: ['condition'] }"
|
353
283
|
},
|
354
284
|
{
|
355
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
285
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:180",
|
356
286
|
"id": "on",
|
357
287
|
"isA": [
|
358
288
|
"preposition"
|
@@ -363,7 +293,7 @@
|
|
363
293
|
"semantic": "({api, context}) => {\n api.change(context.item.marker)\n }"
|
364
294
|
},
|
365
295
|
{
|
366
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
296
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:191",
|
367
297
|
"id": "change",
|
368
298
|
"isA": [
|
369
299
|
"verb"
|
@@ -380,7 +310,7 @@
|
|
380
310
|
"semantic": "({api, context}) => {\n api.change(context.item.marker)\n }"
|
381
311
|
},
|
382
312
|
{
|
383
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
313
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:203",
|
384
314
|
"id": "disarm",
|
385
315
|
"isA": [
|
386
316
|
"verb"
|
@@ -389,7 +319,7 @@
|
|
389
319
|
"semantic": "({api, context}) => {\n api.disarm()\n }"
|
390
320
|
},
|
391
321
|
{
|
392
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
322
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:212",
|
393
323
|
"id": "strip",
|
394
324
|
"isA": [
|
395
325
|
"verb"
|
@@ -398,7 +328,7 @@
|
|
398
328
|
"semantic": "({api, context}) => {\n api.strip()\n }"
|
399
329
|
},
|
400
330
|
{
|
401
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
331
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:221",
|
402
332
|
"id": "call",
|
403
333
|
"isA": [
|
404
334
|
"verb"
|
@@ -409,7 +339,7 @@
|
|
409
339
|
"semantic": "({api, context}) => {\n api.setName(context.item, context.name.name.value)\n }"
|
410
340
|
},
|
411
341
|
{
|
412
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
342
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:232",
|
413
343
|
"id": "putOn",
|
414
344
|
"isA": [
|
415
345
|
"verb"
|
@@ -420,7 +350,7 @@
|
|
420
350
|
"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 }"
|
421
351
|
},
|
422
352
|
{
|
423
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
353
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:247",
|
424
354
|
"id": "wear",
|
425
355
|
"isA": [
|
426
356
|
"verb"
|
@@ -440,7 +370,7 @@
|
|
440
370
|
"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 }"
|
441
371
|
},
|
442
372
|
{
|
443
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
373
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:264",
|
444
374
|
"id": "equip",
|
445
375
|
"isA": [
|
446
376
|
"verb"
|
@@ -465,7 +395,7 @@
|
|
465
395
|
"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 }"
|
466
396
|
},
|
467
397
|
{
|
468
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
398
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:280",
|
469
399
|
"id": "toDrink",
|
470
400
|
"isA": [
|
471
401
|
"verb"
|
@@ -476,7 +406,7 @@
|
|
476
406
|
"semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.drink(value.value)\n }"
|
477
407
|
},
|
478
408
|
{
|
479
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
409
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:292",
|
480
410
|
"id": "eat",
|
481
411
|
"localHierarchy": [
|
482
412
|
[
|
@@ -493,7 +423,7 @@
|
|
493
423
|
"semantic": "async ({api, context}) => {\n api.eat(context.item.value)\n }"
|
494
424
|
},
|
495
425
|
{
|
496
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
426
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:304",
|
497
427
|
"id": "take",
|
498
428
|
"isA": [
|
499
429
|
"verb"
|
@@ -504,7 +434,7 @@
|
|
504
434
|
"semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.take(value.value)\n }"
|
505
435
|
},
|
506
436
|
{
|
507
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
437
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:316",
|
508
438
|
"id": "nameable",
|
509
439
|
"isA": [
|
510
440
|
"theAble"
|
@@ -29926,10 +29856,6 @@
|
|
29926
29856
|
"modifies",
|
29927
29857
|
0
|
29928
29858
|
],
|
29929
|
-
[
|
29930
|
-
"unknown",
|
29931
|
-
0
|
29932
|
-
],
|
29933
29859
|
[
|
29934
29860
|
"unknown",
|
29935
29861
|
0
|
@@ -29937,23 +29863,6 @@
|
|
29937
29863
|
],
|
29938
29864
|
"counter": 1
|
29939
29865
|
},
|
29940
|
-
{
|
29941
|
-
"op": [
|
29942
|
-
"unknown",
|
29943
|
-
0
|
29944
|
-
],
|
29945
|
-
"ops": [
|
29946
|
-
[
|
29947
|
-
"modifies",
|
29948
|
-
0
|
29949
|
-
],
|
29950
|
-
[
|
29951
|
-
"unknown",
|
29952
|
-
0
|
29953
|
-
]
|
29954
|
-
],
|
29955
|
-
"counter": 2
|
29956
|
-
},
|
29957
29866
|
{
|
29958
29867
|
"op": [
|
29959
29868
|
"modifies",
|
@@ -29965,7 +29874,7 @@
|
|
29965
29874
|
0
|
29966
29875
|
]
|
29967
29876
|
],
|
29968
|
-
"counter":
|
29877
|
+
"counter": 2
|
29969
29878
|
}
|
29970
29879
|
]
|
29971
29880
|
},
|
@@ -29998,16 +29907,16 @@
|
|
29998
29907
|
}
|
29999
29908
|
],
|
30000
29909
|
"concept": {
|
29910
|
+
"marker": "property",
|
30001
29911
|
"value": "property",
|
30002
|
-
"
|
29912
|
+
"default": true,
|
30003
29913
|
"text": "property",
|
30004
|
-
"
|
29914
|
+
"dead": true,
|
30005
29915
|
"word": "property",
|
30006
29916
|
"range": {
|
30007
29917
|
"start": 14,
|
30008
29918
|
"end": 21
|
30009
29919
|
},
|
30010
|
-
"dead": true,
|
30011
29920
|
"level": 0
|
30012
29921
|
},
|
30013
29922
|
"level": 1,
|
@@ -30035,6 +29944,10 @@
|
|
30035
29944
|
"modifies",
|
30036
29945
|
0
|
30037
29946
|
],
|
29947
|
+
[
|
29948
|
+
"property",
|
29949
|
+
0
|
29950
|
+
],
|
30038
29951
|
[
|
30039
29952
|
"unknown",
|
30040
29953
|
0
|
@@ -30068,7 +29981,7 @@
|
|
30068
29981
|
},
|
30069
29982
|
{
|
30070
29983
|
"marker": [
|
30071
|
-
"
|
29984
|
+
"property",
|
30072
29985
|
0
|
30073
29986
|
],
|
30074
29987
|
"range": {
|
@@ -30103,7 +30016,7 @@
|
|
30103
30016
|
},
|
30104
30017
|
{
|
30105
30018
|
"marker": [
|
30106
|
-
"
|
30019
|
+
"property",
|
30107
30020
|
0
|
30108
30021
|
],
|
30109
30022
|
"range": {
|
@@ -30114,41 +30027,6 @@
|
|
30114
30027
|
],
|
30115
30028
|
"counter": 2
|
30116
30029
|
},
|
30117
|
-
{
|
30118
|
-
"operators": [
|
30119
|
-
{
|
30120
|
-
"marker": [
|
30121
|
-
"unknown",
|
30122
|
-
0
|
30123
|
-
],
|
30124
|
-
"range": {
|
30125
|
-
"start": 0,
|
30126
|
-
"end": 3
|
30127
|
-
}
|
30128
|
-
},
|
30129
|
-
{
|
30130
|
-
"marker": [
|
30131
|
-
"modifies",
|
30132
|
-
0
|
30133
|
-
],
|
30134
|
-
"range": {
|
30135
|
-
"start": 5,
|
30136
|
-
"end": 12
|
30137
|
-
}
|
30138
|
-
},
|
30139
|
-
{
|
30140
|
-
"marker": [
|
30141
|
-
"unknown",
|
30142
|
-
0
|
30143
|
-
],
|
30144
|
-
"range": {
|
30145
|
-
"start": 14,
|
30146
|
-
"end": 21
|
30147
|
-
}
|
30148
|
-
}
|
30149
|
-
],
|
30150
|
-
"counter": 3
|
30151
|
-
},
|
30152
30030
|
{
|
30153
30031
|
"operators": [
|
30154
30032
|
{
|
@@ -30162,7 +30040,7 @@
|
|
30162
30040
|
}
|
30163
30041
|
}
|
30164
30042
|
],
|
30165
|
-
"counter":
|
30043
|
+
"counter": 3
|
30166
30044
|
}
|
30167
30045
|
],
|
30168
30046
|
"length": 1
|
@@ -35383,10 +35261,6 @@
|
|
35383
35261
|
},
|
35384
35262
|
{
|
35385
35263
|
"context": [
|
35386
|
-
[
|
35387
|
-
"equip",
|
35388
|
-
0
|
35389
|
-
],
|
35390
35264
|
[
|
35391
35265
|
"the",
|
35392
35266
|
0
|
@@ -35404,14 +35278,10 @@
|
|
35404
35278
|
0
|
35405
35279
|
]
|
35406
35280
|
],
|
35407
|
-
"choose":
|
35281
|
+
"choose": 1
|
35408
35282
|
},
|
35409
35283
|
{
|
35410
35284
|
"context": [
|
35411
|
-
[
|
35412
|
-
"equip",
|
35413
|
-
0
|
35414
|
-
],
|
35415
35285
|
[
|
35416
35286
|
"the",
|
35417
35287
|
0
|
@@ -35429,82 +35299,20 @@
|
|
35429
35299
|
0
|
35430
35300
|
]
|
35431
35301
|
],
|
35432
|
-
"choose": 0
|
35433
|
-
},
|
35434
|
-
{
|
35435
|
-
"context": [
|
35436
|
-
[
|
35437
|
-
"what",
|
35438
|
-
0
|
35439
|
-
],
|
35440
|
-
[
|
35441
|
-
"is",
|
35442
|
-
0
|
35443
|
-
],
|
35444
|
-
[
|
35445
|
-
"article",
|
35446
|
-
0
|
35447
|
-
],
|
35448
|
-
[
|
35449
|
-
"type",
|
35450
|
-
1
|
35451
|
-
],
|
35452
|
-
[
|
35453
|
-
"propertyOf",
|
35454
|
-
0
|
35455
|
-
],
|
35456
|
-
[
|
35457
|
-
"item",
|
35458
|
-
0
|
35459
|
-
],
|
35460
|
-
[
|
35461
|
-
"property",
|
35462
|
-
0
|
35463
|
-
]
|
35464
|
-
],
|
35465
|
-
"choose": 1
|
35466
|
-
},
|
35467
|
-
{
|
35468
|
-
"context": [
|
35469
|
-
[
|
35470
|
-
"what",
|
35471
|
-
0
|
35472
|
-
],
|
35473
|
-
[
|
35474
|
-
"is",
|
35475
|
-
0
|
35476
|
-
],
|
35477
|
-
[
|
35478
|
-
"article",
|
35479
|
-
0
|
35480
|
-
],
|
35481
|
-
[
|
35482
|
-
"type",
|
35483
|
-
1
|
35484
|
-
],
|
35485
|
-
[
|
35486
|
-
"propertyOf",
|
35487
|
-
0
|
35488
|
-
],
|
35489
|
-
[
|
35490
|
-
"object",
|
35491
|
-
1
|
35492
|
-
]
|
35493
|
-
],
|
35494
35302
|
"choose": 1
|
35495
35303
|
}
|
35496
35304
|
]
|
35497
35305
|
},
|
35498
35306
|
"bridges": [
|
35499
35307
|
{
|
35500
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35308
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:166",
|
35501
35309
|
"id": "put",
|
35502
35310
|
"isA": [
|
35503
35311
|
"verb"
|
35504
35312
|
]
|
35505
35313
|
},
|
35506
35314
|
{
|
35507
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35315
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:172",
|
35508
35316
|
"id": "propertyCondition",
|
35509
35317
|
"before": [
|
35510
35318
|
"adjective",
|
@@ -35516,7 +35324,7 @@
|
|
35516
35324
|
"bridge": "{ ...next(after[0]), condition: before[0], modifiers: ['condition'] }"
|
35517
35325
|
},
|
35518
35326
|
{
|
35519
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35327
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:180",
|
35520
35328
|
"id": "on",
|
35521
35329
|
"isA": [
|
35522
35330
|
"preposition"
|
@@ -35525,7 +35333,7 @@
|
|
35525
35333
|
"bridge": "{ ...before, marker: operator('putOn', 0), dead: false }"
|
35526
35334
|
},
|
35527
35335
|
{
|
35528
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35336
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:191",
|
35529
35337
|
"id": "change",
|
35530
35338
|
"isA": [
|
35531
35339
|
"verb"
|
@@ -35540,21 +35348,21 @@
|
|
35540
35348
|
]
|
35541
35349
|
},
|
35542
35350
|
{
|
35543
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35351
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:203",
|
35544
35352
|
"id": "disarm",
|
35545
35353
|
"isA": [
|
35546
35354
|
"verb"
|
35547
35355
|
]
|
35548
35356
|
},
|
35549
35357
|
{
|
35550
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35358
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:212",
|
35551
35359
|
"id": "strip",
|
35552
35360
|
"isA": [
|
35553
35361
|
"verb"
|
35554
35362
|
]
|
35555
35363
|
},
|
35556
35364
|
{
|
35557
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35365
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:221",
|
35558
35366
|
"id": "call",
|
35559
35367
|
"isA": [
|
35560
35368
|
"verb"
|
@@ -35563,7 +35371,7 @@
|
|
35563
35371
|
"bridge": "{ ...next(operator), item: after[0], name: after[1] }"
|
35564
35372
|
},
|
35565
35373
|
{
|
35566
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35374
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:232",
|
35567
35375
|
"id": "putOn",
|
35568
35376
|
"isA": [
|
35569
35377
|
"verb"
|
@@ -35572,7 +35380,7 @@
|
|
35572
35380
|
"bridge": "{ ...next(operator), item: after[0] }"
|
35573
35381
|
},
|
35574
35382
|
{
|
35575
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35383
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:247",
|
35576
35384
|
"id": "wear",
|
35577
35385
|
"isA": [
|
35578
35386
|
"verb"
|
@@ -35590,7 +35398,7 @@
|
|
35590
35398
|
"bridge": "{ ...next(operator), item: after[0] }"
|
35591
35399
|
},
|
35592
35400
|
{
|
35593
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35401
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:264",
|
35594
35402
|
"id": "equip",
|
35595
35403
|
"isA": [
|
35596
35404
|
"verb"
|
@@ -35613,7 +35421,7 @@
|
|
35613
35421
|
"bridge": "{ ...next(operator), item: after[0] }"
|
35614
35422
|
},
|
35615
35423
|
{
|
35616
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35424
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:280",
|
35617
35425
|
"id": "toDrink",
|
35618
35426
|
"isA": [
|
35619
35427
|
"verb"
|
@@ -35622,7 +35430,7 @@
|
|
35622
35430
|
"bridge": "{ ...next(operator), item: after[0] }"
|
35623
35431
|
},
|
35624
35432
|
{
|
35625
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35433
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:292",
|
35626
35434
|
"id": "eat",
|
35627
35435
|
"localHierarchy": [
|
35628
35436
|
[
|
@@ -35637,7 +35445,7 @@
|
|
35637
35445
|
"bridge": "{ ...next(operator), item: after[0] }"
|
35638
35446
|
},
|
35639
35447
|
{
|
35640
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35448
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:304",
|
35641
35449
|
"id": "take",
|
35642
35450
|
"isA": [
|
35643
35451
|
"verb"
|
@@ -35646,7 +35454,7 @@
|
|
35646
35454
|
"bridge": "{ ...next(operator), item: after[0] }"
|
35647
35455
|
},
|
35648
35456
|
{
|
35649
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
35457
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:316",
|
35650
35458
|
"id": "nameable",
|
35651
35459
|
"isA": [
|
35652
35460
|
"theAble"
|
@@ -36412,6 +36220,10 @@
|
|
36412
36220
|
"modifies",
|
36413
36221
|
0
|
36414
36222
|
],
|
36223
|
+
[
|
36224
|
+
"property",
|
36225
|
+
0
|
36226
|
+
],
|
36415
36227
|
[
|
36416
36228
|
"unknown",
|
36417
36229
|
0
|
@@ -40360,7 +40172,7 @@
|
|
40360
40172
|
},
|
40361
40173
|
{
|
40362
40174
|
"marker": [
|
40363
|
-
"
|
40175
|
+
"property",
|
40364
40176
|
0
|
40365
40177
|
],
|
40366
40178
|
"range": {
|
@@ -40395,7 +40207,7 @@
|
|
40395
40207
|
},
|
40396
40208
|
{
|
40397
40209
|
"marker": [
|
40398
|
-
"
|
40210
|
+
"property",
|
40399
40211
|
0
|
40400
40212
|
],
|
40401
40213
|
"range": {
|
@@ -40406,41 +40218,6 @@
|
|
40406
40218
|
],
|
40407
40219
|
"counter": 2
|
40408
40220
|
},
|
40409
|
-
{
|
40410
|
-
"operators": [
|
40411
|
-
{
|
40412
|
-
"marker": [
|
40413
|
-
"unknown",
|
40414
|
-
0
|
40415
|
-
],
|
40416
|
-
"range": {
|
40417
|
-
"start": 0,
|
40418
|
-
"end": 3
|
40419
|
-
}
|
40420
|
-
},
|
40421
|
-
{
|
40422
|
-
"marker": [
|
40423
|
-
"modifies",
|
40424
|
-
0
|
40425
|
-
],
|
40426
|
-
"range": {
|
40427
|
-
"start": 5,
|
40428
|
-
"end": 12
|
40429
|
-
}
|
40430
|
-
},
|
40431
|
-
{
|
40432
|
-
"marker": [
|
40433
|
-
"unknown",
|
40434
|
-
0
|
40435
|
-
],
|
40436
|
-
"range": {
|
40437
|
-
"start": 14,
|
40438
|
-
"end": 21
|
40439
|
-
}
|
40440
|
-
}
|
40441
|
-
],
|
40442
|
-
"counter": 3
|
40443
|
-
},
|
40444
40221
|
{
|
40445
40222
|
"operators": [
|
40446
40223
|
{
|
@@ -40454,7 +40231,7 @@
|
|
40454
40231
|
}
|
40455
40232
|
}
|
40456
40233
|
],
|
40457
|
-
"counter":
|
40234
|
+
"counter": 3
|
40458
40235
|
}
|
40459
40236
|
],
|
40460
40237
|
"length": 1
|
package/common/pipboy.js
CHANGED
@@ -157,11 +157,8 @@ const config = {
|
|
157
157
|
{ context: [["wear",0],["article",0],["unknown",0]], choose: 0 },
|
158
158
|
{ context: [["wear",0],["article",0],["unknown",1]], choose: 0 },
|
159
159
|
|
160
|
-
{ context: [["
|
161
|
-
{ context: [["
|
162
|
-
|
163
|
-
{ context: [["what",0],["is",0],["article",0],["type",1],["propertyOf",0],["item",0],["property",0]], choose: 1 },
|
164
|
-
{ context: [["what",0],["is",0],["article",0],["type",1],["propertyOf",0],["object",1]], choose: 1 },
|
160
|
+
{ context: [["the",0],["condition",0],["item_property",0],["weapon",0]], choose: 1 },
|
161
|
+
{ context: [["the",0],["condition",0],["item_property",1],["weapon",0]], choose: 1 },
|
165
162
|
]
|
166
163
|
},
|
167
164
|
bridges: [
|