tpmkms_4wp 8.9.0-beta.19 → 8.9.0-beta.3

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.
Files changed (40) hide show
  1. package/common/animals.instance.json +0 -65
  2. package/common/articles.js +0 -4
  3. package/common/colors.instance.json +0 -71
  4. package/common/comparable.instance.json +0 -15
  5. package/common/conjunction.js +18 -27
  6. package/common/countable.js +2 -8
  7. package/common/countable.test.json +0 -586
  8. package/common/crew.instance.json +176 -130
  9. package/common/dialogues.js +11 -7
  10. package/common/dimension.instance.json +0 -10
  11. package/common/edible.instance.json +0 -376
  12. package/common/emotions.instance.json +0 -8
  13. package/common/fastfood.instance.json +924 -1437
  14. package/common/formulas.instance.json +0 -10
  15. package/common/helpers/dialogues.js +8 -14
  16. package/common/helpers/properties.js +2 -2
  17. package/common/helpers.js +0 -29
  18. package/common/hierarchy.js +5 -5
  19. package/common/hierarchy.test.json +0 -1491
  20. package/common/kirk.instance.json +0 -5
  21. package/common/length.instance.json +0 -150
  22. package/common/math.instance.json +0 -10
  23. package/common/meta.js +3 -5
  24. package/common/ordering.instance.json +0 -10
  25. package/common/people.instance.json +4 -169
  26. package/common/pipboy.instance.json +28 -198
  27. package/common/pokemon.instance.json +0 -65
  28. package/common/pressure.instance.json +0 -40
  29. package/common/properties.instance.json +0 -5
  30. package/common/reports.instance.json +1 -21
  31. package/common/spock.instance.json +0 -5
  32. package/common/temperature.instance.json +0 -40
  33. package/common/ui.instance.json +0 -10
  34. package/common/ui.js +1 -0
  35. package/common/weight.instance.json +0 -120
  36. package/common/wp.instance.json +954 -28870
  37. package/common/wp.js +10 -147
  38. package/common/wp.test.json +698 -28243
  39. package/package.json +2 -3
  40. package/common/helpers/conjunction.js +0 -75
@@ -105,7 +105,7 @@
105
105
  ],
106
106
  "bridges": [
107
107
  {
108
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:152",
108
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:153",
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:160",
118
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:161",
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:168",
130
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:169",
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:179",
141
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:180",
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:191",
158
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:192",
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:202",
169
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:203",
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:213",
180
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:214",
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:224",
191
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:225",
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:239",
202
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:240",
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:256",
222
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:257",
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:272",
247
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:273",
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:284",
258
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:285",
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:296",
275
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:297",
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:308",
286
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:309",
287
287
  "id": "nameable",
288
288
  "isA": [
289
289
  "theAble"
@@ -654,11 +654,6 @@
654
654
  "verb",
655
655
  false
656
656
  ],
657
- [
658
- "every",
659
- "quantifier",
660
- false
661
- ],
662
657
  [
663
658
  "hasCountOfPieces",
664
659
  "countable",
@@ -859,11 +854,6 @@
859
854
  "verb",
860
855
  false
861
856
  ],
862
- [
863
- "negatable",
864
- "queryable",
865
- false
866
- ],
867
857
  [
868
858
  "noun",
869
859
  "theAble",
@@ -1942,11 +1932,6 @@
1942
1932
  "verb",
1943
1933
  false
1944
1934
  ],
1945
- [
1946
- "every",
1947
- "quantifier",
1948
- false
1949
- ],
1950
1935
  [
1951
1936
  "grenade",
1952
1937
  "hierarchyAble",
@@ -2227,11 +2212,6 @@
2227
2212
  "verb",
2228
2213
  false
2229
2214
  ],
2230
- [
2231
- "negatable",
2232
- "queryable",
2233
- false
2234
- ],
2235
2215
  [
2236
2216
  "noun",
2237
2217
  "theAble",
@@ -3241,11 +3221,6 @@
3241
3221
  "verb",
3242
3222
  false
3243
3223
  ],
3244
- [
3245
- "every",
3246
- "quantifier",
3247
- false
3248
- ],
3249
3224
  [
3250
3225
  "explosive",
3251
3226
  "hierarchyAble",
@@ -3571,11 +3546,6 @@
3571
3546
  "verb",
3572
3547
  false
3573
3548
  ],
3574
- [
3575
- "negatable",
3576
- "queryable",
3577
- false
3578
- ],
3579
3549
  [
3580
3550
  "noun",
3581
3551
  "theAble",
@@ -4467,11 +4437,6 @@
4467
4437
  "verb",
4468
4438
  false
4469
4439
  ],
4470
- [
4471
- "every",
4472
- "quantifier",
4473
- false
4474
- ],
4475
4440
  [
4476
4441
  "explosive",
4477
4442
  "hierarchyAble",
@@ -4802,11 +4767,6 @@
4802
4767
  "verb",
4803
4768
  false
4804
4769
  ],
4805
- [
4806
- "negatable",
4807
- "queryable",
4808
- false
4809
- ],
4810
4770
  [
4811
4771
  "noun",
4812
4772
  "theAble",
@@ -5909,11 +5869,6 @@
5909
5869
  "verb",
5910
5870
  false
5911
5871
  ],
5912
- [
5913
- "every",
5914
- "quantifier",
5915
- false
5916
- ],
5917
5872
  [
5918
5873
  "explosive",
5919
5874
  "hierarchyAble",
@@ -6279,11 +6234,6 @@
6279
6234
  "verb",
6280
6235
  false
6281
6236
  ],
6282
- [
6283
- "negatable",
6284
- "queryable",
6285
- false
6286
- ],
6287
6237
  [
6288
6238
  "noun",
6289
6239
  "theAble",
@@ -7190,11 +7140,6 @@
7190
7140
  "verb",
7191
7141
  false
7192
7142
  ],
7193
- [
7194
- "every",
7195
- "quantifier",
7196
- false
7197
- ],
7198
7143
  [
7199
7144
  "explosive",
7200
7145
  "hierarchyAble",
@@ -7565,11 +7510,6 @@
7565
7510
  "verb",
7566
7511
  false
7567
7512
  ],
7568
- [
7569
- "negatable",
7570
- "queryable",
7571
- false
7572
- ],
7573
7513
  [
7574
7514
  "noun",
7575
7515
  "theAble",
@@ -8747,11 +8687,6 @@
8747
8687
  "verb",
8748
8688
  false
8749
8689
  ],
8750
- [
8751
- "every",
8752
- "quantifier",
8753
- false
8754
- ],
8755
8690
  [
8756
8691
  "explosive",
8757
8692
  "hierarchyAble",
@@ -9162,11 +9097,6 @@
9162
9097
  "verb",
9163
9098
  false
9164
9099
  ],
9165
- [
9166
- "negatable",
9167
- "queryable",
9168
- false
9169
- ],
9170
9100
  [
9171
9101
  "noun",
9172
9102
  "theAble",
@@ -10302,11 +10232,6 @@
10302
10232
  "verb",
10303
10233
  false
10304
10234
  ],
10305
- [
10306
- "every",
10307
- "quantifier",
10308
- false
10309
- ],
10310
10235
  [
10311
10236
  "explosive",
10312
10237
  "hierarchyAble",
@@ -10717,11 +10642,6 @@
10717
10642
  "verb",
10718
10643
  false
10719
10644
  ],
10720
- [
10721
- "negatable",
10722
- "queryable",
10723
- false
10724
- ],
10725
10645
  [
10726
10646
  "noun",
10727
10647
  "theAble",
@@ -11802,11 +11722,6 @@
11802
11722
  "verb",
11803
11723
  false
11804
11724
  ],
11805
- [
11806
- "every",
11807
- "quantifier",
11808
- false
11809
- ],
11810
11725
  [
11811
11726
  "explosive",
11812
11727
  "hierarchyAble",
@@ -12217,11 +12132,6 @@
12217
12132
  "verb",
12218
12133
  false
12219
12134
  ],
12220
- [
12221
- "negatable",
12222
- "queryable",
12223
- false
12224
- ],
12225
12135
  [
12226
12136
  "noun",
12227
12137
  "theAble",
@@ -13443,11 +13353,6 @@
13443
13353
  "verb",
13444
13354
  false
13445
13355
  ],
13446
- [
13447
- "every",
13448
- "quantifier",
13449
- false
13450
- ],
13451
13356
  [
13452
13357
  "explosive",
13453
13358
  "hierarchyAble",
@@ -13858,11 +13763,6 @@
13858
13763
  "verb",
13859
13764
  false
13860
13765
  ],
13861
- [
13862
- "negatable",
13863
- "queryable",
13864
- false
13865
- ],
13866
13766
  [
13867
13767
  "noun",
13868
13768
  "theAble",
@@ -15019,11 +14919,6 @@
15019
14919
  "verb",
15020
14920
  false
15021
14921
  ],
15022
- [
15023
- "every",
15024
- "quantifier",
15025
- false
15026
- ],
15027
14922
  [
15028
14923
  "explosive",
15029
14924
  "hierarchyAble",
@@ -15474,11 +15369,6 @@
15474
15369
  "verb",
15475
15370
  false
15476
15371
  ],
15477
- [
15478
- "negatable",
15479
- "queryable",
15480
- false
15481
- ],
15482
15372
  [
15483
15373
  "noun",
15484
15374
  "theAble",
@@ -16706,11 +16596,6 @@
16706
16596
  "verb",
16707
16597
  false
16708
16598
  ],
16709
- [
16710
- "every",
16711
- "quantifier",
16712
- false
16713
- ],
16714
16599
  [
16715
16600
  "explosive",
16716
16601
  "hierarchyAble",
@@ -17161,11 +17046,6 @@
17161
17046
  "verb",
17162
17047
  false
17163
17048
  ],
17164
- [
17165
- "negatable",
17166
- "queryable",
17167
- false
17168
- ],
17169
17049
  [
17170
17050
  "noun",
17171
17051
  "theAble",
@@ -18397,11 +18277,6 @@
18397
18277
  "verb",
18398
18278
  false
18399
18279
  ],
18400
- [
18401
- "every",
18402
- "quantifier",
18403
- false
18404
- ],
18405
18280
  [
18406
18281
  "explosive",
18407
18282
  "hierarchyAble",
@@ -18892,11 +18767,6 @@
18892
18767
  "verb",
18893
18768
  false
18894
18769
  ],
18895
- [
18896
- "negatable",
18897
- "queryable",
18898
- false
18899
- ],
18900
18770
  [
18901
18771
  "noun",
18902
18772
  "theAble",
@@ -20264,11 +20134,6 @@
20264
20134
  "verb",
20265
20135
  false
20266
20136
  ],
20267
- [
20268
- "every",
20269
- "quantifier",
20270
- false
20271
- ],
20272
20137
  [
20273
20138
  "explosive",
20274
20139
  "hierarchyAble",
@@ -20799,11 +20664,6 @@
20799
20664
  "verb",
20800
20665
  false
20801
20666
  ],
20802
- [
20803
- "negatable",
20804
- "queryable",
20805
- false
20806
- ],
20807
20667
  [
20808
20668
  "noun",
20809
20669
  "theAble",
@@ -22251,11 +22111,6 @@
22251
22111
  "verb",
22252
22112
  false
22253
22113
  ],
22254
- [
22255
- "every",
22256
- "quantifier",
22257
- false
22258
- ],
22259
22114
  [
22260
22115
  "explosive",
22261
22116
  "hierarchyAble",
@@ -22786,11 +22641,6 @@
22786
22641
  "verb",
22787
22642
  false
22788
22643
  ],
22789
- [
22790
- "negatable",
22791
- "queryable",
22792
- false
22793
- ],
22794
22644
  [
22795
22645
  "noun",
22796
22646
  "theAble",
@@ -24256,11 +24106,6 @@
24256
24106
  "verb",
24257
24107
  false
24258
24108
  ],
24259
- [
24260
- "every",
24261
- "quantifier",
24262
- false
24263
- ],
24264
24109
  [
24265
24110
  "explosive",
24266
24111
  "hierarchyAble",
@@ -24831,11 +24676,6 @@
24831
24676
  "verb",
24832
24677
  false
24833
24678
  ],
24834
- [
24835
- "negatable",
24836
- "queryable",
24837
- false
24838
- ],
24839
24679
  [
24840
24680
  "noun",
24841
24681
  "theAble",
@@ -26244,11 +26084,6 @@
26244
26084
  "verb",
26245
26085
  false
26246
26086
  ],
26247
- [
26248
- "every",
26249
- "quantifier",
26250
- false
26251
- ],
26252
26087
  [
26253
26088
  "explosive",
26254
26089
  "hierarchyAble",
@@ -26904,11 +26739,6 @@
26904
26739
  "verb",
26905
26740
  false
26906
26741
  ],
26907
- [
26908
- "negatable",
26909
- "queryable",
26910
- false
26911
- ],
26912
26742
  [
26913
26743
  "noun",
26914
26744
  "theAble",
@@ -28950,7 +28780,7 @@
28950
28780
  ],
28951
28781
  "bridges": [
28952
28782
  {
28953
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:152",
28783
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:153",
28954
28784
  "id": "put",
28955
28785
  "isA": [
28956
28786
  "verb"
@@ -28959,7 +28789,7 @@
28959
28789
  "bridge": "{ ...next(operator) }"
28960
28790
  },
28961
28791
  {
28962
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:160",
28792
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:161",
28963
28793
  "id": "propertyCondition",
28964
28794
  "before": [
28965
28795
  "adjective",
@@ -28971,7 +28801,7 @@
28971
28801
  "bridge": "{ ...next(after[0]), condition: before[0], modifiers: ['condition'] }"
28972
28802
  },
28973
28803
  {
28974
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:168",
28804
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:169",
28975
28805
  "id": "on",
28976
28806
  "isA": [
28977
28807
  "preposition"
@@ -28980,7 +28810,7 @@
28980
28810
  "bridge": "{ ...before, marker: operator('putOn', 0), dead: false }"
28981
28811
  },
28982
28812
  {
28983
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:179",
28813
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:180",
28984
28814
  "id": "change",
28985
28815
  "isA": [
28986
28816
  "verb"
@@ -28995,7 +28825,7 @@
28995
28825
  ]
28996
28826
  },
28997
28827
  {
28998
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:191",
28828
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:192",
28999
28829
  "id": "disarm",
29000
28830
  "isA": [
29001
28831
  "verb"
@@ -29004,7 +28834,7 @@
29004
28834
  "bridge": "{ ...next(operator) }"
29005
28835
  },
29006
28836
  {
29007
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:202",
28837
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:203",
29008
28838
  "id": "strip",
29009
28839
  "isA": [
29010
28840
  "verb"
@@ -29013,7 +28843,7 @@
29013
28843
  "bridge": "{ ...next(operator) }"
29014
28844
  },
29015
28845
  {
29016
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:213",
28846
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:214",
29017
28847
  "id": "call",
29018
28848
  "isA": [
29019
28849
  "verb"
@@ -29022,7 +28852,7 @@
29022
28852
  "bridge": "{ ...next(operator), item: after[0], name: after[1] }"
29023
28853
  },
29024
28854
  {
29025
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:224",
28855
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:225",
29026
28856
  "id": "putOn",
29027
28857
  "isA": [
29028
28858
  "verb"
@@ -29031,7 +28861,7 @@
29031
28861
  "bridge": "{ ...next(operator), item: after[0] }"
29032
28862
  },
29033
28863
  {
29034
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:239",
28864
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:240",
29035
28865
  "id": "wear",
29036
28866
  "isA": [
29037
28867
  "verb"
@@ -29049,7 +28879,7 @@
29049
28879
  "bridge": "{ ...next(operator), item: after[0] }"
29050
28880
  },
29051
28881
  {
29052
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:256",
28882
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:257",
29053
28883
  "id": "equip",
29054
28884
  "isA": [
29055
28885
  "verb"
@@ -29072,7 +28902,7 @@
29072
28902
  "bridge": "{ ...next(operator), item: after[0] }"
29073
28903
  },
29074
28904
  {
29075
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:272",
28905
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:273",
29076
28906
  "id": "toDrink",
29077
28907
  "isA": [
29078
28908
  "verb"
@@ -29081,7 +28911,7 @@
29081
28911
  "bridge": "{ ...next(operator), item: after[0] }"
29082
28912
  },
29083
28913
  {
29084
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:284",
28914
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:285",
29085
28915
  "id": "eat",
29086
28916
  "localHierarchy": [
29087
28917
  [
@@ -29096,7 +28926,7 @@
29096
28926
  "bridge": "{ ...next(operator), item: after[0] }"
29097
28927
  },
29098
28928
  {
29099
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:296",
28929
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:297",
29100
28930
  "id": "take",
29101
28931
  "isA": [
29102
28932
  "verb"
@@ -29105,7 +28935,7 @@
29105
28935
  "bridge": "{ ...next(operator), item: after[0] }"
29106
28936
  },
29107
28937
  {
29108
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:308",
28938
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:309",
29109
28939
  "id": "nameable",
29110
28940
  "isA": [
29111
28941
  "theAble"