tpmkms_4wp 9.1.1 → 9.2.0

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 (54) hide show
  1. package/common/animals.instance.json +13 -0
  2. package/common/articles.js +3 -0
  3. package/common/asking.test.json +193 -72
  4. package/common/avatar.js +0 -6
  5. package/common/colors.instance.json +42 -0
  6. package/common/comparable.instance.json +3 -0
  7. package/common/comparable.js +6 -0
  8. package/common/concept.js +1 -1
  9. package/common/crew.instance.json +26 -39
  10. package/common/crew.js +0 -7
  11. package/common/dialogues.js +2 -1
  12. package/common/dimension.instance.json +1 -0
  13. package/common/edible.instance.json +92 -0
  14. package/common/emotions.instance.json +1 -0
  15. package/common/events.js +3 -3
  16. package/common/events.test.json +107 -36
  17. package/common/fastfood.instance.json +1053 -12554
  18. package/common/fastfood.js +2 -1
  19. package/common/formulas.instance.json +1 -0
  20. package/common/formulas.js +3 -1
  21. package/common/formulas.test.json +643 -711
  22. package/common/helpers/concept.js +6 -2
  23. package/common/helpers/dialogues.js +1 -1
  24. package/common/helpers/menus.js +154 -0
  25. package/common/helpers.js +16 -0
  26. package/common/kirk.instance.json +1 -0
  27. package/common/length.instance.json +15 -0
  28. package/common/math.instance.json +1 -0
  29. package/common/menus.instance.json +10097 -0
  30. package/common/menus.js +260 -0
  31. package/common/menus.test.json +26163 -0
  32. package/common/negation.js +5 -0
  33. package/common/ordering.instance.json +2 -0
  34. package/common/people.instance.json +96 -8
  35. package/common/pipboy.instance.json +105 -123
  36. package/common/pipboy.js +0 -7
  37. package/common/pokemon.instance.json +13 -8
  38. package/common/pressure.instance.json +4 -0
  39. package/common/properties.instance.json +1 -0
  40. package/common/properties.js +1 -0
  41. package/common/reports.instance.json +18 -23
  42. package/common/reports.js +12 -3
  43. package/common/sdefaults.js +28 -3
  44. package/common/spock.instance.json +1 -0
  45. package/common/stm.js +2 -1
  46. package/common/temperature.instance.json +4 -0
  47. package/common/tester.js +24 -2
  48. package/common/ui.instance.json +446 -0
  49. package/common/ui.js +9 -4
  50. package/common/ui.test.json +6794 -0
  51. package/common/weight.instance.json +14 -0
  52. package/common/wp.instance.json +6262 -2
  53. package/main.js +2 -0
  54. package/package.json +8 -3
@@ -103,56 +103,9 @@
103
103
  ]
104
104
  }
105
105
  ],
106
- "associations": {
107
- "negative": [],
108
- "positive": [
109
- {
110
- "context": [
111
- [
112
- "the",
113
- 0
114
- ],
115
- [
116
- "condition",
117
- 0
118
- ],
119
- [
120
- "item_property",
121
- 0
122
- ],
123
- [
124
- "weapon",
125
- 0
126
- ]
127
- ],
128
- "choose": 1
129
- },
130
- {
131
- "context": [
132
- [
133
- "the",
134
- 0
135
- ],
136
- [
137
- "condition",
138
- 0
139
- ],
140
- [
141
- "item_property",
142
- 1
143
- ],
144
- [
145
- "weapon",
146
- 0
147
- ]
148
- ],
149
- "choose": 1
150
- }
151
- ]
152
- },
153
106
  "bridges": [
154
107
  {
155
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:159",
108
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:152",
156
109
  "id": "put",
157
110
  "isA": [
158
111
  "verb"
@@ -160,7 +113,7 @@
160
113
  "generatorp": "({context}) => `put on`"
161
114
  },
162
115
  {
163
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:165",
116
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:158",
164
117
  "id": "propertyCondition",
165
118
  "before": [
166
119
  "adjective",
@@ -172,7 +125,7 @@
172
125
  "bridge": "{ ...next(after[0]), condition: before[0], modifiers: ['condition'] }"
173
126
  },
174
127
  {
175
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:173",
128
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:166",
176
129
  "id": "on",
177
130
  "isA": [
178
131
  "preposition"
@@ -183,7 +136,7 @@
183
136
  "semantic": "({api, context}) => {\n api.change(context.item.marker)\n }"
184
137
  },
185
138
  {
186
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:184",
139
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:177",
187
140
  "id": "change",
188
141
  "isA": [
189
142
  "verb"
@@ -200,7 +153,7 @@
200
153
  "semantic": "({api, context}) => {\n api.change(context.item.marker)\n }"
201
154
  },
202
155
  {
203
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:196",
156
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:189",
204
157
  "id": "disarm",
205
158
  "isA": [
206
159
  "verb"
@@ -209,7 +162,7 @@
209
162
  "semantic": "({api, context}) => {\n api.disarm()\n }"
210
163
  },
211
164
  {
212
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:205",
165
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:198",
213
166
  "id": "strip",
214
167
  "isA": [
215
168
  "verb"
@@ -218,7 +171,7 @@
218
171
  "semantic": "({api, context}) => {\n api.strip()\n }"
219
172
  },
220
173
  {
221
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:214",
174
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:207",
222
175
  "id": "call",
223
176
  "isA": [
224
177
  "verb"
@@ -229,7 +182,7 @@
229
182
  "semantic": "({api, context}) => {\n api.setName(context.item, context.name.name.value)\n }"
230
183
  },
231
184
  {
232
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:225",
185
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:218",
233
186
  "id": "putOn",
234
187
  "isA": [
235
188
  "verb"
@@ -240,7 +193,7 @@
240
193
  "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 }"
241
194
  },
242
195
  {
243
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:240",
196
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:233",
244
197
  "id": "wear",
245
198
  "isA": [
246
199
  "verb"
@@ -260,7 +213,7 @@
260
213
  "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 }"
261
214
  },
262
215
  {
263
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:257",
216
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:250",
264
217
  "id": "equip",
265
218
  "isA": [
266
219
  "verb"
@@ -285,7 +238,7 @@
285
238
  "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 }"
286
239
  },
287
240
  {
288
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:273",
241
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:266",
289
242
  "id": "toDrink",
290
243
  "isA": [
291
244
  "verb"
@@ -296,7 +249,7 @@
296
249
  "semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.drink(value.value)\n }"
297
250
  },
298
251
  {
299
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:285",
252
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:278",
300
253
  "id": "eat",
301
254
  "localHierarchy": [
302
255
  [
@@ -313,7 +266,7 @@
313
266
  "semantic": "async ({api, context}) => {\n api.eat(context.item.value)\n }"
314
267
  },
315
268
  {
316
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:297",
269
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:290",
317
270
  "id": "take",
318
271
  "isA": [
319
272
  "verb"
@@ -324,7 +277,7 @@
324
277
  "semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.take(value.value)\n }"
325
278
  },
326
279
  {
327
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:309",
280
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:302",
328
281
  "id": "nameable",
329
282
  "isA": [
330
283
  "theAble"
@@ -1733,6 +1686,7 @@
1733
1686
  "level": 2,
1734
1687
  "context_index": 1,
1735
1688
  "topLevel": true,
1689
+ "context_id": 2,
1736
1690
  "touchedBy": [
1737
1691
  "pipboy#call2"
1738
1692
  ]
@@ -1764,6 +1718,20 @@
1764
1718
  0
1765
1719
  ]
1766
1720
  ],
1721
+ [
1722
+ [
1723
+ "is",
1724
+ 0
1725
+ ],
1726
+ [
1727
+ "list",
1728
+ 1
1729
+ ],
1730
+ [
1731
+ "unknown",
1732
+ 0
1733
+ ]
1734
+ ],
1767
1735
  [
1768
1736
  [
1769
1737
  "is",
@@ -3782,6 +3750,7 @@
3782
3750
  "end": 32
3783
3751
  },
3784
3752
  "types": [
3753
+ "grenade",
3785
3754
  "list",
3786
3755
  "mine"
3787
3756
  ],
@@ -3837,6 +3806,7 @@
3837
3806
  "level": 2,
3838
3807
  "context_index": 1,
3839
3808
  "topLevel": true,
3809
+ "context_id": 2,
3840
3810
  "touchedBy": [
3841
3811
  "pipboy#call2"
3842
3812
  ]
@@ -5351,6 +5321,7 @@
5351
5321
  "level": 2,
5352
5322
  "context_index": 1,
5353
5323
  "topLevel": true,
5324
+ "context_id": 2,
5354
5325
  "touchedBy": [
5355
5326
  "pipboy#call2"
5356
5327
  ]
@@ -6807,7 +6778,9 @@
6807
6778
  },
6808
6779
  "types": [
6809
6780
  "list",
6810
- "pistol"
6781
+ "pistol",
6782
+ "rifle",
6783
+ "shotgun"
6811
6784
  ],
6812
6785
  "listable": true,
6813
6786
  "isList": true,
@@ -6874,6 +6847,7 @@
6874
6847
  "level": 2,
6875
6848
  "context_index": 1,
6876
6849
  "topLevel": true,
6850
+ "context_id": 2,
6877
6851
  "touchedBy": [
6878
6852
  "pipboy#call2"
6879
6853
  ]
@@ -8609,6 +8583,7 @@
8609
8583
  "level": 2,
8610
8584
  "context_index": 1,
8611
8585
  "topLevel": true,
8586
+ "context_id": 2,
8612
8587
  "touchedBy": [
8613
8588
  "pipboy#call2"
8614
8589
  ]
@@ -10214,6 +10189,7 @@
10214
10189
  "level": 2,
10215
10190
  "context_index": 1,
10216
10191
  "topLevel": true,
10192
+ "context_id": 2,
10217
10193
  "touchedBy": [
10218
10194
  "pipboy#call2"
10219
10195
  ]
@@ -10245,6 +10221,20 @@
10245
10221
  0
10246
10222
  ]
10247
10223
  ],
10224
+ [
10225
+ [
10226
+ "is",
10227
+ 0
10228
+ ],
10229
+ [
10230
+ "list",
10231
+ 1
10232
+ ],
10233
+ [
10234
+ "unknown",
10235
+ 0
10236
+ ]
10237
+ ],
10248
10238
  [
10249
10239
  [
10250
10240
  "is",
@@ -12165,6 +12155,7 @@
12165
12155
  "level": 2,
12166
12156
  "context_index": 1,
12167
12157
  "topLevel": true,
12158
+ "context_id": 2,
12168
12159
  "touchedBy": [
12169
12160
  "pipboy#call2"
12170
12161
  ]
@@ -13892,6 +13883,7 @@
13892
13883
  "level": 2,
13893
13884
  "context_index": 1,
13894
13885
  "topLevel": true,
13886
+ "context_id": 2,
13895
13887
  "touchedBy": [
13896
13888
  "pipboy#call2"
13897
13889
  ]
@@ -15595,6 +15587,7 @@
15595
15587
  "level": 2,
15596
15588
  "context_index": 1,
15597
15589
  "topLevel": true,
15590
+ "context_id": 2,
15598
15591
  "touchedBy": [
15599
15592
  "pipboy#call2"
15600
15593
  ]
@@ -17348,6 +17341,7 @@
17348
17341
  "level": 2,
17349
17342
  "context_index": 1,
17350
17343
  "topLevel": true,
17344
+ "context_id": 2,
17351
17345
  "touchedBy": [
17352
17346
  "pipboy#call2"
17353
17347
  ]
@@ -19113,6 +19107,7 @@
19113
19107
  "level": 2,
19114
19108
  "context_index": 1,
19115
19109
  "topLevel": true,
19110
+ "context_id": 2,
19116
19111
  "touchedBy": [
19117
19112
  "pipboy#call2"
19118
19113
  ]
@@ -20939,6 +20934,7 @@
20939
20934
  "level": 2,
20940
20935
  "context_index": 1,
20941
20936
  "topLevel": true,
20937
+ "context_id": 2,
20942
20938
  "touchedBy": [
20943
20939
  "pipboy#call2"
20944
20940
  ]
@@ -22908,6 +22904,7 @@
22908
22904
  "level": 2,
22909
22905
  "context_index": 1,
22910
22906
  "topLevel": true,
22907
+ "context_id": 2,
22911
22908
  "touchedBy": [
22912
22909
  "pipboy#call2"
22913
22910
  ]
@@ -25105,6 +25102,7 @@
25105
25102
  "level": 2,
25106
25103
  "context_index": 1,
25107
25104
  "topLevel": true,
25105
+ "context_id": 2,
25108
25106
  "touchedBy": [
25109
25107
  "pipboy#call2"
25110
25108
  ]
@@ -27382,6 +27380,7 @@
27382
27380
  "level": 2,
27383
27381
  "context_index": 1,
27384
27382
  "topLevel": true,
27383
+ "context_id": 2,
27385
27384
  "touchedBy": [
27386
27385
  "pipboy#call2"
27387
27386
  ]
@@ -29652,6 +29651,7 @@
29652
29651
  "level": 1,
29653
29652
  "context_index": 1,
29654
29653
  "topLevel": true,
29654
+ "context_id": 2,
29655
29655
  "touchedBy": [
29656
29656
  "pipboy#call2"
29657
29657
  ]
@@ -32621,6 +32621,7 @@
32621
32621
  "level": 2,
32622
32622
  "context_index": 1,
32623
32623
  "topLevel": true,
32624
+ "context_id": 2,
32624
32625
  "touchedBy": [
32625
32626
  "pipboy#call2"
32626
32627
  ]
@@ -34866,63 +34867,16 @@
34866
34867
  ]
34867
34868
  }
34868
34869
  ],
34869
- "associations": {
34870
- "negative": [],
34871
- "positive": [
34872
- {
34873
- "context": [
34874
- [
34875
- "the",
34876
- 0
34877
- ],
34878
- [
34879
- "condition",
34880
- 0
34881
- ],
34882
- [
34883
- "item_property",
34884
- 0
34885
- ],
34886
- [
34887
- "weapon",
34888
- 0
34889
- ]
34890
- ],
34891
- "choose": 1
34892
- },
34893
- {
34894
- "context": [
34895
- [
34896
- "the",
34897
- 0
34898
- ],
34899
- [
34900
- "condition",
34901
- 0
34902
- ],
34903
- [
34904
- "item_property",
34905
- 1
34906
- ],
34907
- [
34908
- "weapon",
34909
- 0
34910
- ]
34911
- ],
34912
- "choose": 1
34913
- }
34914
- ]
34915
- },
34916
34870
  "bridges": [
34917
34871
  {
34918
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:159",
34872
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:152",
34919
34873
  "id": "put",
34920
34874
  "isA": [
34921
34875
  "verb"
34922
34876
  ]
34923
34877
  },
34924
34878
  {
34925
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:165",
34879
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:158",
34926
34880
  "id": "propertyCondition",
34927
34881
  "before": [
34928
34882
  "adjective",
@@ -34934,7 +34888,7 @@
34934
34888
  "bridge": "{ ...next(after[0]), condition: before[0], modifiers: ['condition'] }"
34935
34889
  },
34936
34890
  {
34937
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:173",
34891
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:166",
34938
34892
  "id": "on",
34939
34893
  "isA": [
34940
34894
  "preposition"
@@ -34943,7 +34897,7 @@
34943
34897
  "bridge": "{ ...before, marker: operator('putOn', 0), dead: false }"
34944
34898
  },
34945
34899
  {
34946
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:184",
34900
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:177",
34947
34901
  "id": "change",
34948
34902
  "isA": [
34949
34903
  "verb"
@@ -34958,21 +34912,21 @@
34958
34912
  ]
34959
34913
  },
34960
34914
  {
34961
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:196",
34915
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:189",
34962
34916
  "id": "disarm",
34963
34917
  "isA": [
34964
34918
  "verb"
34965
34919
  ]
34966
34920
  },
34967
34921
  {
34968
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:205",
34922
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:198",
34969
34923
  "id": "strip",
34970
34924
  "isA": [
34971
34925
  "verb"
34972
34926
  ]
34973
34927
  },
34974
34928
  {
34975
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:214",
34929
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:207",
34976
34930
  "id": "call",
34977
34931
  "isA": [
34978
34932
  "verb"
@@ -34981,7 +34935,7 @@
34981
34935
  "bridge": "{ ...next(operator), item: after[0], name: after[1] }"
34982
34936
  },
34983
34937
  {
34984
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:225",
34938
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:218",
34985
34939
  "id": "putOn",
34986
34940
  "isA": [
34987
34941
  "verb"
@@ -34990,7 +34944,7 @@
34990
34944
  "bridge": "{ ...next(operator), item: after[0] }"
34991
34945
  },
34992
34946
  {
34993
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:240",
34947
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:233",
34994
34948
  "id": "wear",
34995
34949
  "isA": [
34996
34950
  "verb"
@@ -35008,7 +34962,7 @@
35008
34962
  "bridge": "{ ...next(operator), item: after[0] }"
35009
34963
  },
35010
34964
  {
35011
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:257",
34965
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:250",
35012
34966
  "id": "equip",
35013
34967
  "isA": [
35014
34968
  "verb"
@@ -35031,7 +34985,7 @@
35031
34985
  "bridge": "{ ...next(operator), item: after[0] }"
35032
34986
  },
35033
34987
  {
35034
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:273",
34988
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:266",
35035
34989
  "id": "toDrink",
35036
34990
  "isA": [
35037
34991
  "verb"
@@ -35040,7 +34994,7 @@
35040
34994
  "bridge": "{ ...next(operator), item: after[0] }"
35041
34995
  },
35042
34996
  {
35043
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:285",
34997
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:278",
35044
34998
  "id": "eat",
35045
34999
  "localHierarchy": [
35046
35000
  [
@@ -35055,7 +35009,7 @@
35055
35009
  "bridge": "{ ...next(operator), item: after[0] }"
35056
35010
  },
35057
35011
  {
35058
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:297",
35012
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:290",
35059
35013
  "id": "take",
35060
35014
  "isA": [
35061
35015
  "verb"
@@ -35064,7 +35018,7 @@
35064
35018
  "bridge": "{ ...next(operator), item: after[0] }"
35065
35019
  },
35066
35020
  {
35067
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:309",
35021
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:302",
35068
35022
  "id": "nameable",
35069
35023
  "isA": [
35070
35024
  "theAble"
@@ -35755,6 +35709,34 @@
35755
35709
  0
35756
35710
  ]
35757
35711
  ],
35712
+ [
35713
+ [
35714
+ "is",
35715
+ 0
35716
+ ],
35717
+ [
35718
+ "list",
35719
+ 1
35720
+ ],
35721
+ [
35722
+ "unknown",
35723
+ 0
35724
+ ]
35725
+ ],
35726
+ [
35727
+ [
35728
+ "is",
35729
+ 0
35730
+ ],
35731
+ [
35732
+ "list",
35733
+ 1
35734
+ ],
35735
+ [
35736
+ "unknown",
35737
+ 0
35738
+ ]
35739
+ ],
35758
35740
  [
35759
35741
  [
35760
35742
  "is",
package/common/pipboy.js CHANGED
@@ -147,13 +147,6 @@ const config = {
147
147
  { context: [['article', 0], ['unknown', 1], ['outfit', 0]], ordered: true, choose: [1,2] },
148
148
  // TODO this should trigger a circular warning or somethign [['put', 0], ['on', 0]],
149
149
  ],
150
- associations: {
151
- negative: [],
152
- positive: [
153
- { context: [["the",0],["condition",0],["item_property",0],["weapon",0]], choose: 1 },
154
- { context: [["the",0],["condition",0],["item_property",1],["weapon",0]], choose: 1 },
155
- ]
156
- },
157
150
  bridges: [
158
151
  {
159
152
  where: where(),
@@ -430,6 +430,7 @@
430
430
  "level": 1,
431
431
  "context_index": 1,
432
432
  "topLevel": true,
433
+ "context_id": 2,
433
434
  "touchedBy": [
434
435
  "pokemon#call2"
435
436
  ]
@@ -1196,6 +1197,7 @@
1196
1197
  "level": 2,
1197
1198
  "context_index": 1,
1198
1199
  "topLevel": true,
1200
+ "context_id": 2,
1199
1201
  "touchedBy": [
1200
1202
  "pokemon#call2"
1201
1203
  ]
@@ -2262,6 +2264,7 @@
2262
2264
  "level": 2,
2263
2265
  "context_index": 1,
2264
2266
  "topLevel": true,
2267
+ "context_id": 2,
2265
2268
  "touchedBy": [
2266
2269
  "pokemon#call2"
2267
2270
  ]
@@ -2288,10 +2291,6 @@
2288
2291
  "list",
2289
2292
  0
2290
2293
  ],
2291
- [
2292
- "pokemon",
2293
- 0
2294
- ],
2295
2294
  [
2296
2295
  "unknown",
2297
2296
  0
@@ -3643,6 +3642,7 @@
3643
3642
  "level": 1,
3644
3643
  "context_index": 1,
3645
3644
  "topLevel": true,
3645
+ "context_id": 2,
3646
3646
  "touchedBy": [
3647
3647
  "pokemon#call2"
3648
3648
  ]
@@ -4578,6 +4578,7 @@
4578
4578
  "level": 1,
4579
4579
  "context_index": 1,
4580
4580
  "topLevel": true,
4581
+ "context_id": 2,
4581
4582
  "touchedBy": [
4582
4583
  "pokemon#call2"
4583
4584
  ]
@@ -5603,6 +5604,7 @@
5603
5604
  "level": 1,
5604
5605
  "context_index": 1,
5605
5606
  "topLevel": true,
5607
+ "context_id": 2,
5606
5608
  "touchedBy": [
5607
5609
  "pokemon#call2"
5608
5610
  ]
@@ -6718,6 +6720,7 @@
6718
6720
  "level": 1,
6719
6721
  "context_index": 1,
6720
6722
  "topLevel": true,
6723
+ "context_id": 2,
6721
6724
  "touchedBy": [
6722
6725
  "pokemon#call2"
6723
6726
  ]
@@ -8056,6 +8059,7 @@
8056
8059
  "level": 2,
8057
8060
  "context_index": 1,
8058
8061
  "topLevel": true,
8062
+ "context_id": 2,
8059
8063
  "touchedBy": [
8060
8064
  "pokemon#call2"
8061
8065
  ]
@@ -9580,6 +9584,7 @@
9580
9584
  "level": 2,
9581
9585
  "context_index": 1,
9582
9586
  "topLevel": true,
9587
+ "context_id": 2,
9583
9588
  "touchedBy": [
9584
9589
  "pokemon#call2"
9585
9590
  ]
@@ -11109,6 +11114,7 @@
11109
11114
  "level": 2,
11110
11115
  "context_index": 1,
11111
11116
  "topLevel": true,
11117
+ "context_id": 2,
11112
11118
  "touchedBy": [
11113
11119
  "pokemon#call2"
11114
11120
  ]
@@ -12643,6 +12649,7 @@
12643
12649
  "level": 2,
12644
12650
  "context_index": 1,
12645
12651
  "topLevel": true,
12652
+ "context_id": 2,
12646
12653
  "touchedBy": [
12647
12654
  "pokemon#call2"
12648
12655
  ]
@@ -14157,6 +14164,7 @@
14157
14164
  "level": 2,
14158
14165
  "context_index": 1,
14159
14166
  "topLevel": true,
14167
+ "context_id": 2,
14160
14168
  "touchedBy": [
14161
14169
  "pokemon#call2"
14162
14170
  ]
@@ -15667,6 +15675,7 @@
15667
15675
  "level": 2,
15668
15676
  "context_index": 1,
15669
15677
  "topLevel": true,
15678
+ "context_id": 2,
15670
15679
  "touchedBy": [
15671
15680
  "pokemon#call2"
15672
15681
  ]
@@ -16295,10 +16304,6 @@
16295
16304
  "list",
16296
16305
  0
16297
16306
  ],
16298
- [
16299
- "pokemon",
16300
- 0
16301
- ],
16302
16307
  [
16303
16308
  "unknown",
16304
16309
  0