ekms 9.4.5-beta.0 → 9.4.5-beta.10
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 +40 -280
- package/common/colors.instance.json +99 -299
- package/common/comparable.instance.json +42 -10
- package/common/crew.instance.json +653 -1017
- package/common/crew.js +0 -15
- package/common/dimension.instance.json +2 -2
- package/common/dimension.js +1 -1
- package/common/edible.instance.json +261 -661
- package/common/fastfood.instance.json +4767 -3215
- package/common/fastfood.js +1 -0
- package/common/gdefaults.js +34 -2
- package/common/helpers/concept.js +2 -1
- package/common/helpers/dialogues.js +2 -1
- package/common/kirk.instance.json +3 -23
- package/common/latin.instance.json +472 -1
- package/common/latin.js +142 -22
- package/common/latin.test.json +5325 -0
- package/common/latin_helpers.js +358 -0
- package/common/length.instance.json +128 -384
- package/common/menus.instance.json +21 -61
- package/common/people.instance.json +128 -96
- package/common/pipboy.instance.json +86 -312
- package/common/pipboy.js +2 -1
- package/common/pipboy.test.json +1690 -0
- package/common/pokemon.instance.json +351 -103
- package/common/pos.js +39 -34
- package/common/pressure.instance.json +32 -124
- package/common/properties.js +0 -16
- package/common/reminders.test.json +2702 -2786
- package/common/reports.instance.json +2 -2
- package/common/spock.instance.json +3 -23
- package/common/temperature.instance.json +40 -196
- package/common/tokenize.js +16 -4
- package/common/weight.instance.json +241 -301
- package/common/wp.instance.json +357 -327
- package/common/wp.js +23 -4
- package/package.json +3 -2
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"([putOn|] ([wearable]))",
|
|
39
39
|
"(([put]) <on>)",
|
|
40
40
|
"([call] ([nameable]) ([outfit]))",
|
|
41
|
-
"((condition/1,2) <propertyCondition|> (weapon/
|
|
41
|
+
"((condition/1,2) <propertyCondition|> (weapon/0))"
|
|
42
42
|
],
|
|
43
43
|
"hierarchy": [
|
|
44
44
|
[
|
|
@@ -218,6 +218,9 @@
|
|
|
218
218
|
"isA": [
|
|
219
219
|
"verb"
|
|
220
220
|
],
|
|
221
|
+
"words": [
|
|
222
|
+
"use"
|
|
223
|
+
],
|
|
221
224
|
"level": 0,
|
|
222
225
|
"localHierarchy": [
|
|
223
226
|
[
|
|
@@ -238,7 +241,7 @@
|
|
|
238
241
|
"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 }"
|
|
239
242
|
},
|
|
240
243
|
{
|
|
241
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
|
244
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:267",
|
|
242
245
|
"id": "toDrink",
|
|
243
246
|
"isA": [
|
|
244
247
|
"verb"
|
|
@@ -249,7 +252,7 @@
|
|
|
249
252
|
"semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.drink(value.value)\n }"
|
|
250
253
|
},
|
|
251
254
|
{
|
|
252
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
|
255
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:279",
|
|
253
256
|
"id": "eat",
|
|
254
257
|
"localHierarchy": [
|
|
255
258
|
[
|
|
@@ -266,7 +269,7 @@
|
|
|
266
269
|
"semantic": "async ({api, context}) => {\n api.eat(context.item.value)\n }"
|
|
267
270
|
},
|
|
268
271
|
{
|
|
269
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
|
272
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:291",
|
|
270
273
|
"id": "take",
|
|
271
274
|
"isA": [
|
|
272
275
|
"verb"
|
|
@@ -277,7 +280,7 @@
|
|
|
277
280
|
"semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.take(value.value)\n }"
|
|
278
281
|
},
|
|
279
282
|
{
|
|
280
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
|
283
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:303",
|
|
281
284
|
"id": "nameable",
|
|
282
285
|
"isA": [
|
|
283
286
|
"theAble"
|
|
@@ -3745,7 +3748,7 @@
|
|
|
3745
3748
|
"end": 4
|
|
3746
3749
|
},
|
|
3747
3750
|
"dead": true,
|
|
3748
|
-
"level":
|
|
3751
|
+
"level": 0
|
|
3749
3752
|
},
|
|
3750
3753
|
{
|
|
3751
3754
|
"value": "grenade",
|
|
@@ -3823,24 +3826,6 @@
|
|
|
3823
3826
|
0
|
|
3824
3827
|
]
|
|
3825
3828
|
],
|
|
3826
|
-
[
|
|
3827
|
-
[
|
|
3828
|
-
"grenade",
|
|
3829
|
-
0
|
|
3830
|
-
],
|
|
3831
|
-
[
|
|
3832
|
-
"is",
|
|
3833
|
-
0
|
|
3834
|
-
],
|
|
3835
|
-
[
|
|
3836
|
-
"list",
|
|
3837
|
-
0
|
|
3838
|
-
],
|
|
3839
|
-
[
|
|
3840
|
-
"unknown",
|
|
3841
|
-
0
|
|
3842
|
-
]
|
|
3843
|
-
],
|
|
3844
3829
|
[
|
|
3845
3830
|
[
|
|
3846
3831
|
"is",
|
|
@@ -3974,7 +3959,7 @@
|
|
|
3974
3959
|
{
|
|
3975
3960
|
"marker": [
|
|
3976
3961
|
"mine",
|
|
3977
|
-
|
|
3962
|
+
0
|
|
3978
3963
|
],
|
|
3979
3964
|
"range": {
|
|
3980
3965
|
"start": 0,
|
|
@@ -5271,7 +5256,7 @@
|
|
|
5271
5256
|
"types": [
|
|
5272
5257
|
"explosive"
|
|
5273
5258
|
],
|
|
5274
|
-
"level":
|
|
5259
|
+
"level": 0
|
|
5275
5260
|
},
|
|
5276
5261
|
"two": {
|
|
5277
5262
|
"value": "weapon",
|
|
@@ -5287,7 +5272,7 @@
|
|
|
5287
5272
|
"types": [
|
|
5288
5273
|
"weapon"
|
|
5289
5274
|
],
|
|
5290
|
-
"level":
|
|
5275
|
+
"level": 0,
|
|
5291
5276
|
"concept": true
|
|
5292
5277
|
},
|
|
5293
5278
|
"dead": true,
|
|
@@ -5325,16 +5310,6 @@
|
|
|
5325
5310
|
"weapon",
|
|
5326
5311
|
0
|
|
5327
5312
|
]
|
|
5328
|
-
],
|
|
5329
|
-
[
|
|
5330
|
-
[
|
|
5331
|
-
"is",
|
|
5332
|
-
0
|
|
5333
|
-
],
|
|
5334
|
-
[
|
|
5335
|
-
"weapon",
|
|
5336
|
-
0
|
|
5337
|
-
]
|
|
5338
5313
|
]
|
|
5339
5314
|
],
|
|
5340
5315
|
"summaries": [
|
|
@@ -5380,7 +5355,7 @@
|
|
|
5380
5355
|
{
|
|
5381
5356
|
"marker": [
|
|
5382
5357
|
"explosive",
|
|
5383
|
-
|
|
5358
|
+
0
|
|
5384
5359
|
],
|
|
5385
5360
|
"range": {
|
|
5386
5361
|
"start": 0,
|
|
@@ -5415,7 +5390,7 @@
|
|
|
5415
5390
|
{
|
|
5416
5391
|
"marker": [
|
|
5417
5392
|
"explosive",
|
|
5418
|
-
|
|
5393
|
+
0
|
|
5419
5394
|
],
|
|
5420
5395
|
"range": {
|
|
5421
5396
|
"start": 0,
|
|
@@ -5435,7 +5410,7 @@
|
|
|
5435
5410
|
{
|
|
5436
5411
|
"marker": [
|
|
5437
5412
|
"weapon",
|
|
5438
|
-
|
|
5413
|
+
0
|
|
5439
5414
|
],
|
|
5440
5415
|
"range": {
|
|
5441
5416
|
"start": 15,
|
|
@@ -6765,7 +6740,7 @@
|
|
|
6765
6740
|
"end": 6
|
|
6766
6741
|
},
|
|
6767
6742
|
"dead": true,
|
|
6768
|
-
"level":
|
|
6743
|
+
"level": 0
|
|
6769
6744
|
},
|
|
6770
6745
|
{
|
|
6771
6746
|
"value": "rifle",
|
|
@@ -6778,7 +6753,7 @@
|
|
|
6778
6753
|
"end": 13
|
|
6779
6754
|
},
|
|
6780
6755
|
"dead": true,
|
|
6781
|
-
"level":
|
|
6756
|
+
"level": 0
|
|
6782
6757
|
},
|
|
6783
6758
|
{
|
|
6784
6759
|
"value": "shotgun",
|
|
@@ -6867,32 +6842,10 @@
|
|
|
6867
6842
|
],
|
|
6868
6843
|
[
|
|
6869
6844
|
"list",
|
|
6870
|
-
|
|
6871
|
-
],
|
|
6872
|
-
[
|
|
6873
|
-
"rifle",
|
|
6874
|
-
0
|
|
6875
|
-
],
|
|
6876
|
-
[
|
|
6877
|
-
"shotgun",
|
|
6878
|
-
0
|
|
6879
|
-
],
|
|
6880
|
-
[
|
|
6881
|
-
"unknown",
|
|
6882
|
-
0
|
|
6883
|
-
]
|
|
6884
|
-
],
|
|
6885
|
-
[
|
|
6886
|
-
[
|
|
6887
|
-
"is",
|
|
6888
|
-
0
|
|
6889
|
-
],
|
|
6890
|
-
[
|
|
6891
|
-
"list",
|
|
6892
|
-
0
|
|
6845
|
+
1
|
|
6893
6846
|
],
|
|
6894
6847
|
[
|
|
6895
|
-
"
|
|
6848
|
+
"pistol",
|
|
6896
6849
|
0
|
|
6897
6850
|
],
|
|
6898
6851
|
[
|
|
@@ -7053,7 +7006,7 @@
|
|
|
7053
7006
|
{
|
|
7054
7007
|
"marker": [
|
|
7055
7008
|
"pistol",
|
|
7056
|
-
|
|
7009
|
+
0
|
|
7057
7010
|
],
|
|
7058
7011
|
"range": {
|
|
7059
7012
|
"start": 0,
|
|
@@ -7118,7 +7071,7 @@
|
|
|
7118
7071
|
{
|
|
7119
7072
|
"marker": [
|
|
7120
7073
|
"pistol",
|
|
7121
|
-
|
|
7074
|
+
0
|
|
7122
7075
|
],
|
|
7123
7076
|
"range": {
|
|
7124
7077
|
"start": 0,
|
|
@@ -7128,7 +7081,7 @@
|
|
|
7128
7081
|
{
|
|
7129
7082
|
"marker": [
|
|
7130
7083
|
"rifle",
|
|
7131
|
-
|
|
7084
|
+
0
|
|
7132
7085
|
],
|
|
7133
7086
|
"range": {
|
|
7134
7087
|
"start": 8,
|
|
@@ -7183,7 +7136,7 @@
|
|
|
7183
7136
|
{
|
|
7184
7137
|
"marker": [
|
|
7185
7138
|
"pistol",
|
|
7186
|
-
|
|
7139
|
+
0
|
|
7187
7140
|
],
|
|
7188
7141
|
"range": {
|
|
7189
7142
|
"start": 0,
|
|
@@ -8525,7 +8478,7 @@
|
|
|
8525
8478
|
"types": [
|
|
8526
8479
|
"firearm"
|
|
8527
8480
|
],
|
|
8528
|
-
"level":
|
|
8481
|
+
"level": 0
|
|
8529
8482
|
},
|
|
8530
8483
|
"two": {
|
|
8531
8484
|
"value": "weapon",
|
|
@@ -8541,7 +8494,7 @@
|
|
|
8541
8494
|
"types": [
|
|
8542
8495
|
"weapon"
|
|
8543
8496
|
],
|
|
8544
|
-
"level":
|
|
8497
|
+
"level": 0,
|
|
8545
8498
|
"concept": true
|
|
8546
8499
|
},
|
|
8547
8500
|
"dead": true,
|
|
@@ -8579,16 +8532,6 @@
|
|
|
8579
8532
|
"weapon",
|
|
8580
8533
|
0
|
|
8581
8534
|
]
|
|
8582
|
-
],
|
|
8583
|
-
[
|
|
8584
|
-
[
|
|
8585
|
-
"is",
|
|
8586
|
-
0
|
|
8587
|
-
],
|
|
8588
|
-
[
|
|
8589
|
-
"weapon",
|
|
8590
|
-
0
|
|
8591
|
-
]
|
|
8592
8535
|
]
|
|
8593
8536
|
],
|
|
8594
8537
|
"summaries": [
|
|
@@ -8634,7 +8577,7 @@
|
|
|
8634
8577
|
{
|
|
8635
8578
|
"marker": [
|
|
8636
8579
|
"firearm",
|
|
8637
|
-
|
|
8580
|
+
0
|
|
8638
8581
|
],
|
|
8639
8582
|
"range": {
|
|
8640
8583
|
"start": 0,
|
|
@@ -8669,7 +8612,7 @@
|
|
|
8669
8612
|
{
|
|
8670
8613
|
"marker": [
|
|
8671
8614
|
"firearm",
|
|
8672
|
-
|
|
8615
|
+
0
|
|
8673
8616
|
],
|
|
8674
8617
|
"range": {
|
|
8675
8618
|
"start": 0,
|
|
@@ -8689,7 +8632,7 @@
|
|
|
8689
8632
|
{
|
|
8690
8633
|
"marker": [
|
|
8691
8634
|
"weapon",
|
|
8692
|
-
|
|
8635
|
+
0
|
|
8693
8636
|
],
|
|
8694
8637
|
"range": {
|
|
8695
8638
|
"start": 13,
|
|
@@ -12075,7 +12018,7 @@
|
|
|
12075
12018
|
"modifiers": [
|
|
12076
12019
|
"determiner"
|
|
12077
12020
|
],
|
|
12078
|
-
"level":
|
|
12021
|
+
"level": 0
|
|
12079
12022
|
},
|
|
12080
12023
|
"two": {
|
|
12081
12024
|
"value": "equipable",
|
|
@@ -12116,20 +12059,6 @@
|
|
|
12116
12059
|
""
|
|
12117
12060
|
],
|
|
12118
12061
|
"associations": [
|
|
12119
|
-
[
|
|
12120
|
-
[
|
|
12121
|
-
"a",
|
|
12122
|
-
0
|
|
12123
|
-
],
|
|
12124
|
-
[
|
|
12125
|
-
"is",
|
|
12126
|
-
0
|
|
12127
|
-
],
|
|
12128
|
-
[
|
|
12129
|
-
"unknown",
|
|
12130
|
-
0
|
|
12131
|
-
]
|
|
12132
|
-
],
|
|
12133
12062
|
[
|
|
12134
12063
|
[
|
|
12135
12064
|
"a",
|
|
@@ -12156,6 +12085,10 @@
|
|
|
12156
12085
|
[
|
|
12157
12086
|
"unknown",
|
|
12158
12087
|
0
|
|
12088
|
+
],
|
|
12089
|
+
[
|
|
12090
|
+
"weapon",
|
|
12091
|
+
0
|
|
12159
12092
|
]
|
|
12160
12093
|
]
|
|
12161
12094
|
],
|
|
@@ -12267,7 +12200,7 @@
|
|
|
12267
12200
|
{
|
|
12268
12201
|
"marker": [
|
|
12269
12202
|
"weapon",
|
|
12270
|
-
|
|
12203
|
+
0
|
|
12271
12204
|
],
|
|
12272
12205
|
"range": {
|
|
12273
12206
|
"start": 2,
|
|
@@ -12302,7 +12235,7 @@
|
|
|
12302
12235
|
{
|
|
12303
12236
|
"marker": [
|
|
12304
12237
|
"weapon",
|
|
12305
|
-
|
|
12238
|
+
0
|
|
12306
12239
|
],
|
|
12307
12240
|
"range": {
|
|
12308
12241
|
"start": 0,
|
|
@@ -13799,7 +13732,7 @@
|
|
|
13799
13732
|
"types": [
|
|
13800
13733
|
"clothe"
|
|
13801
13734
|
],
|
|
13802
|
-
"level":
|
|
13735
|
+
"level": 0
|
|
13803
13736
|
},
|
|
13804
13737
|
"two": {
|
|
13805
13738
|
"value": "wearable",
|
|
@@ -13853,16 +13786,6 @@
|
|
|
13853
13786
|
"unknown",
|
|
13854
13787
|
0
|
|
13855
13788
|
]
|
|
13856
|
-
],
|
|
13857
|
-
[
|
|
13858
|
-
[
|
|
13859
|
-
"is",
|
|
13860
|
-
0
|
|
13861
|
-
],
|
|
13862
|
-
[
|
|
13863
|
-
"unknown",
|
|
13864
|
-
0
|
|
13865
|
-
]
|
|
13866
13789
|
]
|
|
13867
13790
|
],
|
|
13868
13791
|
"summaries": [
|
|
@@ -13943,7 +13866,7 @@
|
|
|
13943
13866
|
{
|
|
13944
13867
|
"marker": [
|
|
13945
13868
|
"clothe",
|
|
13946
|
-
|
|
13869
|
+
0
|
|
13947
13870
|
],
|
|
13948
13871
|
"range": {
|
|
13949
13872
|
"start": 0,
|
|
@@ -17265,7 +17188,7 @@
|
|
|
17265
17188
|
"types": [
|
|
17266
17189
|
"edible"
|
|
17267
17190
|
],
|
|
17268
|
-
"level":
|
|
17191
|
+
"level": 0,
|
|
17269
17192
|
"concept": true
|
|
17270
17193
|
},
|
|
17271
17194
|
"dead": true,
|
|
@@ -17303,16 +17226,6 @@
|
|
|
17303
17226
|
"unknown",
|
|
17304
17227
|
0
|
|
17305
17228
|
]
|
|
17306
|
-
],
|
|
17307
|
-
[
|
|
17308
|
-
[
|
|
17309
|
-
"is",
|
|
17310
|
-
0
|
|
17311
|
-
],
|
|
17312
|
-
[
|
|
17313
|
-
"unknown",
|
|
17314
|
-
0
|
|
17315
|
-
]
|
|
17316
17229
|
]
|
|
17317
17230
|
],
|
|
17318
17231
|
"summaries": [
|
|
@@ -17413,7 +17326,7 @@
|
|
|
17413
17326
|
{
|
|
17414
17327
|
"marker": [
|
|
17415
17328
|
"edible",
|
|
17416
|
-
|
|
17329
|
+
0
|
|
17417
17330
|
],
|
|
17418
17331
|
"range": {
|
|
17419
17332
|
"start": 8,
|
|
@@ -20850,7 +20763,7 @@
|
|
|
20850
20763
|
"types": [
|
|
20851
20764
|
"food"
|
|
20852
20765
|
],
|
|
20853
|
-
"level":
|
|
20766
|
+
"level": 0,
|
|
20854
20767
|
"concept": true
|
|
20855
20768
|
},
|
|
20856
20769
|
"dead": true,
|
|
@@ -20888,16 +20801,6 @@
|
|
|
20888
20801
|
"unknown",
|
|
20889
20802
|
0
|
|
20890
20803
|
]
|
|
20891
|
-
],
|
|
20892
|
-
[
|
|
20893
|
-
[
|
|
20894
|
-
"is",
|
|
20895
|
-
0
|
|
20896
|
-
],
|
|
20897
|
-
[
|
|
20898
|
-
"unknown",
|
|
20899
|
-
0
|
|
20900
|
-
]
|
|
20901
20804
|
]
|
|
20902
20805
|
],
|
|
20903
20806
|
"summaries": [
|
|
@@ -20998,7 +20901,7 @@
|
|
|
20998
20901
|
{
|
|
20999
20902
|
"marker": [
|
|
21000
20903
|
"food",
|
|
21001
|
-
|
|
20904
|
+
0
|
|
21002
20905
|
],
|
|
21003
20906
|
"range": {
|
|
21004
20907
|
"start": 8,
|
|
@@ -22816,7 +22719,7 @@
|
|
|
22816
22719
|
"types": [
|
|
22817
22720
|
"food"
|
|
22818
22721
|
],
|
|
22819
|
-
"level":
|
|
22722
|
+
"level": 0,
|
|
22820
22723
|
"concept": true
|
|
22821
22724
|
},
|
|
22822
22725
|
"dead": true,
|
|
@@ -22872,16 +22775,6 @@
|
|
|
22872
22775
|
"list",
|
|
22873
22776
|
1
|
|
22874
22777
|
]
|
|
22875
|
-
],
|
|
22876
|
-
[
|
|
22877
|
-
[
|
|
22878
|
-
"is",
|
|
22879
|
-
0
|
|
22880
|
-
],
|
|
22881
|
-
[
|
|
22882
|
-
"list",
|
|
22883
|
-
1
|
|
22884
|
-
]
|
|
22885
22778
|
]
|
|
22886
22779
|
],
|
|
22887
22780
|
"summaries": [
|
|
@@ -23112,7 +23005,7 @@
|
|
|
23112
23005
|
{
|
|
23113
23006
|
"marker": [
|
|
23114
23007
|
"food",
|
|
23115
|
-
|
|
23008
|
+
0
|
|
23116
23009
|
],
|
|
23117
23010
|
"range": {
|
|
23118
23011
|
"start": 25,
|
|
@@ -25010,7 +24903,7 @@
|
|
|
25010
24903
|
"types": [
|
|
25011
24904
|
"drink"
|
|
25012
24905
|
],
|
|
25013
|
-
"level":
|
|
24906
|
+
"level": 0,
|
|
25014
24907
|
"concept": true
|
|
25015
24908
|
},
|
|
25016
24909
|
"dead": true,
|
|
@@ -25066,16 +24959,6 @@
|
|
|
25066
24959
|
"list",
|
|
25067
24960
|
1
|
|
25068
24961
|
]
|
|
25069
|
-
],
|
|
25070
|
-
[
|
|
25071
|
-
[
|
|
25072
|
-
"is",
|
|
25073
|
-
0
|
|
25074
|
-
],
|
|
25075
|
-
[
|
|
25076
|
-
"list",
|
|
25077
|
-
1
|
|
25078
|
-
]
|
|
25079
24962
|
]
|
|
25080
24963
|
],
|
|
25081
24964
|
"summaries": [
|
|
@@ -25306,7 +25189,7 @@
|
|
|
25306
25189
|
{
|
|
25307
25190
|
"marker": [
|
|
25308
25191
|
"drink",
|
|
25309
|
-
|
|
25192
|
+
0
|
|
25310
25193
|
],
|
|
25311
25194
|
"range": {
|
|
25312
25195
|
"start": 17,
|
|
@@ -32517,7 +32400,7 @@
|
|
|
32517
32400
|
"modifiers": [
|
|
32518
32401
|
"modifier_item"
|
|
32519
32402
|
],
|
|
32520
|
-
"level":
|
|
32403
|
+
"level": 0,
|
|
32521
32404
|
"concept": true
|
|
32522
32405
|
},
|
|
32523
32406
|
"dead": true,
|
|
@@ -32609,6 +32492,10 @@
|
|
|
32609
32492
|
"is",
|
|
32610
32493
|
0
|
|
32611
32494
|
],
|
|
32495
|
+
[
|
|
32496
|
+
"item_property",
|
|
32497
|
+
0
|
|
32498
|
+
],
|
|
32612
32499
|
[
|
|
32613
32500
|
"list",
|
|
32614
32501
|
1
|
|
@@ -34633,7 +34520,7 @@
|
|
|
34633
34520
|
{
|
|
34634
34521
|
"marker": [
|
|
34635
34522
|
"item_property",
|
|
34636
|
-
|
|
34523
|
+
0
|
|
34637
34524
|
],
|
|
34638
34525
|
"range": {
|
|
34639
34526
|
"start": 61,
|
|
@@ -34706,7 +34593,7 @@
|
|
|
34706
34593
|
"([putOn|] ([wearable]))",
|
|
34707
34594
|
"(([put]) <on>)",
|
|
34708
34595
|
"([call] ([nameable]) ([outfit]))",
|
|
34709
|
-
"((condition/1,2) <propertyCondition|> (weapon/
|
|
34596
|
+
"((condition/1,2) <propertyCondition|> (weapon/0))"
|
|
34710
34597
|
],
|
|
34711
34598
|
"hierarchy": [
|
|
34712
34599
|
[
|
|
@@ -34871,6 +34758,9 @@
|
|
|
34871
34758
|
"isA": [
|
|
34872
34759
|
"verb"
|
|
34873
34760
|
],
|
|
34761
|
+
"words": [
|
|
34762
|
+
"use"
|
|
34763
|
+
],
|
|
34874
34764
|
"level": 0,
|
|
34875
34765
|
"localHierarchy": [
|
|
34876
34766
|
[
|
|
@@ -34889,7 +34779,7 @@
|
|
|
34889
34779
|
"bridge": "{ ...next(operator), item: after[0] }"
|
|
34890
34780
|
},
|
|
34891
34781
|
{
|
|
34892
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
|
34782
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:267",
|
|
34893
34783
|
"id": "toDrink",
|
|
34894
34784
|
"isA": [
|
|
34895
34785
|
"verb"
|
|
@@ -34898,7 +34788,7 @@
|
|
|
34898
34788
|
"bridge": "{ ...next(operator), item: after[0] }"
|
|
34899
34789
|
},
|
|
34900
34790
|
{
|
|
34901
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
|
34791
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:279",
|
|
34902
34792
|
"id": "eat",
|
|
34903
34793
|
"localHierarchy": [
|
|
34904
34794
|
[
|
|
@@ -34913,7 +34803,7 @@
|
|
|
34913
34803
|
"bridge": "{ ...next(operator), item: after[0] }"
|
|
34914
34804
|
},
|
|
34915
34805
|
{
|
|
34916
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
|
34806
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:291",
|
|
34917
34807
|
"id": "take",
|
|
34918
34808
|
"isA": [
|
|
34919
34809
|
"verb"
|
|
@@ -34922,7 +34812,7 @@
|
|
|
34922
34812
|
"bridge": "{ ...next(operator), item: after[0] }"
|
|
34923
34813
|
},
|
|
34924
34814
|
{
|
|
34925
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:
|
|
34815
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:303",
|
|
34926
34816
|
"id": "nameable",
|
|
34927
34817
|
"isA": [
|
|
34928
34818
|
"theAble"
|
|
@@ -35123,20 +35013,6 @@
|
|
|
35123
35013
|
0
|
|
35124
35014
|
]
|
|
35125
35015
|
],
|
|
35126
|
-
[
|
|
35127
|
-
[
|
|
35128
|
-
"a",
|
|
35129
|
-
0
|
|
35130
|
-
],
|
|
35131
|
-
[
|
|
35132
|
-
"is",
|
|
35133
|
-
0
|
|
35134
|
-
],
|
|
35135
|
-
[
|
|
35136
|
-
"unknown",
|
|
35137
|
-
0
|
|
35138
|
-
]
|
|
35139
|
-
],
|
|
35140
35016
|
[
|
|
35141
35017
|
[
|
|
35142
35018
|
"a",
|
|
@@ -35325,24 +35201,6 @@
|
|
|
35325
35201
|
0
|
|
35326
35202
|
]
|
|
35327
35203
|
],
|
|
35328
|
-
[
|
|
35329
|
-
[
|
|
35330
|
-
"grenade",
|
|
35331
|
-
0
|
|
35332
|
-
],
|
|
35333
|
-
[
|
|
35334
|
-
"is",
|
|
35335
|
-
0
|
|
35336
|
-
],
|
|
35337
|
-
[
|
|
35338
|
-
"list",
|
|
35339
|
-
0
|
|
35340
|
-
],
|
|
35341
|
-
[
|
|
35342
|
-
"unknown",
|
|
35343
|
-
0
|
|
35344
|
-
]
|
|
35345
|
-
],
|
|
35346
35204
|
[
|
|
35347
35205
|
[
|
|
35348
35206
|
"is",
|
|
@@ -35411,24 +35269,12 @@
|
|
|
35411
35269
|
0
|
|
35412
35270
|
],
|
|
35413
35271
|
[
|
|
35414
|
-
"
|
|
35272
|
+
"item_property",
|
|
35415
35273
|
0
|
|
35416
35274
|
],
|
|
35417
35275
|
[
|
|
35418
|
-
"
|
|
35419
|
-
|
|
35420
|
-
],
|
|
35421
|
-
[
|
|
35422
|
-
"rifle",
|
|
35423
|
-
0
|
|
35424
|
-
],
|
|
35425
|
-
[
|
|
35426
|
-
"shotgun",
|
|
35427
|
-
0
|
|
35428
|
-
],
|
|
35429
|
-
[
|
|
35430
|
-
"unknown",
|
|
35431
|
-
0
|
|
35276
|
+
"list",
|
|
35277
|
+
1
|
|
35432
35278
|
]
|
|
35433
35279
|
],
|
|
35434
35280
|
[
|
|
@@ -35441,25 +35287,11 @@
|
|
|
35441
35287
|
0
|
|
35442
35288
|
],
|
|
35443
35289
|
[
|
|
35444
|
-
"
|
|
35445
|
-
0
|
|
35446
|
-
],
|
|
35447
|
-
[
|
|
35448
|
-
"shotgun",
|
|
35449
|
-
0
|
|
35450
|
-
],
|
|
35451
|
-
[
|
|
35452
|
-
"unknown",
|
|
35453
|
-
0
|
|
35454
|
-
]
|
|
35455
|
-
],
|
|
35456
|
-
[
|
|
35457
|
-
[
|
|
35458
|
-
"is",
|
|
35290
|
+
"pistol",
|
|
35459
35291
|
0
|
|
35460
35292
|
],
|
|
35461
35293
|
[
|
|
35462
|
-
"
|
|
35294
|
+
"rifle",
|
|
35463
35295
|
0
|
|
35464
35296
|
],
|
|
35465
35297
|
[
|
|
@@ -35521,37 +35353,11 @@
|
|
|
35521
35353
|
[
|
|
35522
35354
|
"list",
|
|
35523
35355
|
1
|
|
35524
|
-
]
|
|
35525
|
-
],
|
|
35526
|
-
[
|
|
35527
|
-
[
|
|
35528
|
-
"is",
|
|
35529
|
-
0
|
|
35530
|
-
],
|
|
35531
|
-
[
|
|
35532
|
-
"list",
|
|
35533
|
-
1
|
|
35534
|
-
]
|
|
35535
|
-
],
|
|
35536
|
-
[
|
|
35537
|
-
[
|
|
35538
|
-
"is",
|
|
35539
|
-
0
|
|
35540
35356
|
],
|
|
35541
35357
|
[
|
|
35542
|
-
"
|
|
35543
|
-
1
|
|
35544
|
-
]
|
|
35545
|
-
],
|
|
35546
|
-
[
|
|
35547
|
-
[
|
|
35548
|
-
"is",
|
|
35358
|
+
"pistol",
|
|
35549
35359
|
0
|
|
35550
35360
|
],
|
|
35551
|
-
[
|
|
35552
|
-
"list",
|
|
35553
|
-
1
|
|
35554
|
-
],
|
|
35555
35361
|
[
|
|
35556
35362
|
"unknown",
|
|
35557
35363
|
0
|
|
@@ -35619,24 +35425,8 @@
|
|
|
35619
35425
|
0
|
|
35620
35426
|
],
|
|
35621
35427
|
[
|
|
35622
|
-
"
|
|
35623
|
-
|
|
35624
|
-
]
|
|
35625
|
-
],
|
|
35626
|
-
[
|
|
35627
|
-
[
|
|
35628
|
-
"is",
|
|
35629
|
-
0
|
|
35630
|
-
],
|
|
35631
|
-
[
|
|
35632
|
-
"unknown",
|
|
35633
|
-
0
|
|
35634
|
-
]
|
|
35635
|
-
],
|
|
35636
|
-
[
|
|
35637
|
-
[
|
|
35638
|
-
"is",
|
|
35639
|
-
0
|
|
35428
|
+
"list",
|
|
35429
|
+
1
|
|
35640
35430
|
],
|
|
35641
35431
|
[
|
|
35642
35432
|
"unknown",
|
|
@@ -35661,22 +35451,6 @@
|
|
|
35661
35451
|
[
|
|
35662
35452
|
"unknown",
|
|
35663
35453
|
0
|
|
35664
|
-
]
|
|
35665
|
-
],
|
|
35666
|
-
[
|
|
35667
|
-
[
|
|
35668
|
-
"is",
|
|
35669
|
-
0
|
|
35670
|
-
],
|
|
35671
|
-
[
|
|
35672
|
-
"weapon",
|
|
35673
|
-
0
|
|
35674
|
-
]
|
|
35675
|
-
],
|
|
35676
|
-
[
|
|
35677
|
-
[
|
|
35678
|
-
"is",
|
|
35679
|
-
0
|
|
35680
35454
|
],
|
|
35681
35455
|
[
|
|
35682
35456
|
"weapon",
|
|
@@ -36646,7 +36420,7 @@
|
|
|
36646
36420
|
{
|
|
36647
36421
|
"marker": [
|
|
36648
36422
|
"mine",
|
|
36649
|
-
|
|
36423
|
+
0
|
|
36650
36424
|
],
|
|
36651
36425
|
"range": {
|
|
36652
36426
|
"start": 0,
|
|
@@ -36806,7 +36580,7 @@
|
|
|
36806
36580
|
{
|
|
36807
36581
|
"marker": [
|
|
36808
36582
|
"explosive",
|
|
36809
|
-
|
|
36583
|
+
0
|
|
36810
36584
|
],
|
|
36811
36585
|
"range": {
|
|
36812
36586
|
"start": 0,
|
|
@@ -36841,7 +36615,7 @@
|
|
|
36841
36615
|
{
|
|
36842
36616
|
"marker": [
|
|
36843
36617
|
"explosive",
|
|
36844
|
-
|
|
36618
|
+
0
|
|
36845
36619
|
],
|
|
36846
36620
|
"range": {
|
|
36847
36621
|
"start": 0,
|
|
@@ -36861,7 +36635,7 @@
|
|
|
36861
36635
|
{
|
|
36862
36636
|
"marker": [
|
|
36863
36637
|
"weapon",
|
|
36864
|
-
|
|
36638
|
+
0
|
|
36865
36639
|
],
|
|
36866
36640
|
"range": {
|
|
36867
36641
|
"start": 15,
|
|
@@ -37041,7 +36815,7 @@
|
|
|
37041
36815
|
{
|
|
37042
36816
|
"marker": [
|
|
37043
36817
|
"pistol",
|
|
37044
|
-
|
|
36818
|
+
0
|
|
37045
36819
|
],
|
|
37046
36820
|
"range": {
|
|
37047
36821
|
"start": 0,
|
|
@@ -37106,7 +36880,7 @@
|
|
|
37106
36880
|
{
|
|
37107
36881
|
"marker": [
|
|
37108
36882
|
"pistol",
|
|
37109
|
-
|
|
36883
|
+
0
|
|
37110
36884
|
],
|
|
37111
36885
|
"range": {
|
|
37112
36886
|
"start": 0,
|
|
@@ -37116,7 +36890,7 @@
|
|
|
37116
36890
|
{
|
|
37117
36891
|
"marker": [
|
|
37118
36892
|
"rifle",
|
|
37119
|
-
|
|
36893
|
+
0
|
|
37120
36894
|
],
|
|
37121
36895
|
"range": {
|
|
37122
36896
|
"start": 8,
|
|
@@ -37171,7 +36945,7 @@
|
|
|
37171
36945
|
{
|
|
37172
36946
|
"marker": [
|
|
37173
36947
|
"pistol",
|
|
37174
|
-
|
|
36948
|
+
0
|
|
37175
36949
|
],
|
|
37176
36950
|
"range": {
|
|
37177
36951
|
"start": 0,
|
|
@@ -37321,7 +37095,7 @@
|
|
|
37321
37095
|
{
|
|
37322
37096
|
"marker": [
|
|
37323
37097
|
"firearm",
|
|
37324
|
-
|
|
37098
|
+
0
|
|
37325
37099
|
],
|
|
37326
37100
|
"range": {
|
|
37327
37101
|
"start": 0,
|
|
@@ -37356,7 +37130,7 @@
|
|
|
37356
37130
|
{
|
|
37357
37131
|
"marker": [
|
|
37358
37132
|
"firearm",
|
|
37359
|
-
|
|
37133
|
+
0
|
|
37360
37134
|
],
|
|
37361
37135
|
"range": {
|
|
37362
37136
|
"start": 0,
|
|
@@ -37376,7 +37150,7 @@
|
|
|
37376
37150
|
{
|
|
37377
37151
|
"marker": [
|
|
37378
37152
|
"weapon",
|
|
37379
|
-
|
|
37153
|
+
0
|
|
37380
37154
|
],
|
|
37381
37155
|
"range": {
|
|
37382
37156
|
"start": 13,
|
|
@@ -37966,7 +37740,7 @@
|
|
|
37966
37740
|
{
|
|
37967
37741
|
"marker": [
|
|
37968
37742
|
"weapon",
|
|
37969
|
-
|
|
37743
|
+
0
|
|
37970
37744
|
],
|
|
37971
37745
|
"range": {
|
|
37972
37746
|
"start": 2,
|
|
@@ -38001,7 +37775,7 @@
|
|
|
38001
37775
|
{
|
|
38002
37776
|
"marker": [
|
|
38003
37777
|
"weapon",
|
|
38004
|
-
|
|
37778
|
+
0
|
|
38005
37779
|
],
|
|
38006
37780
|
"range": {
|
|
38007
37781
|
"start": 0,
|
|
@@ -38141,7 +37915,7 @@
|
|
|
38141
37915
|
{
|
|
38142
37916
|
"marker": [
|
|
38143
37917
|
"clothe",
|
|
38144
|
-
|
|
37918
|
+
0
|
|
38145
37919
|
],
|
|
38146
37920
|
"range": {
|
|
38147
37921
|
"start": 0,
|
|
@@ -38461,7 +38235,7 @@
|
|
|
38461
38235
|
{
|
|
38462
38236
|
"marker": [
|
|
38463
38237
|
"edible",
|
|
38464
|
-
|
|
38238
|
+
0
|
|
38465
38239
|
],
|
|
38466
38240
|
"range": {
|
|
38467
38241
|
"start": 8,
|
|
@@ -38741,7 +38515,7 @@
|
|
|
38741
38515
|
{
|
|
38742
38516
|
"marker": [
|
|
38743
38517
|
"food",
|
|
38744
|
-
|
|
38518
|
+
0
|
|
38745
38519
|
],
|
|
38746
38520
|
"range": {
|
|
38747
38521
|
"start": 8,
|
|
@@ -39011,7 +38785,7 @@
|
|
|
39011
38785
|
{
|
|
39012
38786
|
"marker": [
|
|
39013
38787
|
"food",
|
|
39014
|
-
|
|
38788
|
+
0
|
|
39015
38789
|
],
|
|
39016
38790
|
"range": {
|
|
39017
38791
|
"start": 25,
|
|
@@ -39281,7 +39055,7 @@
|
|
|
39281
39055
|
{
|
|
39282
39056
|
"marker": [
|
|
39283
39057
|
"drink",
|
|
39284
|
-
|
|
39058
|
+
0
|
|
39285
39059
|
],
|
|
39286
39060
|
"range": {
|
|
39287
39061
|
"start": 17,
|
|
@@ -41721,7 +41495,7 @@
|
|
|
41721
41495
|
{
|
|
41722
41496
|
"marker": [
|
|
41723
41497
|
"item_property",
|
|
41724
|
-
|
|
41498
|
+
0
|
|
41725
41499
|
],
|
|
41726
41500
|
"range": {
|
|
41727
41501
|
"start": 61,
|