tpmkms 7.12.8 → 8.0.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 (75) hide show
  1. package/common/animals.instance.json +89 -293
  2. package/common/animals.js +1 -1
  3. package/common/avatar.js +7 -5
  4. package/common/characters.js +12 -5
  5. package/common/crew.instance.json +289 -577
  6. package/common/crew.js +1 -1
  7. package/common/currency.js +0 -2
  8. package/common/dialogues.js +122 -17
  9. package/common/dimension.instance.json +747 -73
  10. package/common/dimension.js +15 -7
  11. package/common/edible.instance.json +243 -435
  12. package/common/edible.js +1 -1
  13. package/common/emotions.instance.json +29 -65
  14. package/common/emotions.js +1 -1
  15. package/common/fastfood.instance.json +1080 -2072
  16. package/common/fastfood.js +1 -1
  17. package/common/formulas.instance.json +992 -0
  18. package/common/formulas.js +19 -6
  19. package/common/formulas.test.json +1187 -3651
  20. package/common/gdefaults.js +2 -0
  21. package/common/help.js +7 -2
  22. package/common/help.test.json +9 -5
  23. package/common/helpers.js +5 -0
  24. package/common/javascript.js +8 -6
  25. package/common/kirk.instance.json +1 -1
  26. package/common/kirk.js +1 -1
  27. package/common/length.instance.json +316 -740
  28. package/common/length.js +1 -1
  29. package/common/math.instance.json +1959 -1
  30. package/common/math.js +17 -5
  31. package/common/meta.instance.json +1 -1
  32. package/common/meta.js +35 -10
  33. package/common/numbers.js +28 -24
  34. package/common/ordering.instance.json +37 -153
  35. package/common/ordering.js +1 -1
  36. package/common/people.instance.json +50 -78
  37. package/common/people.js +1 -1
  38. package/common/pipboy.instance.json +23431 -1082
  39. package/common/pipboy.js +31 -4
  40. package/common/pipboy.test.json +13 -9
  41. package/common/pokemon.instance.json +41 -141
  42. package/common/pokemon.js +1 -1
  43. package/common/pressure.instance.json +93 -33
  44. package/common/pressure.js +1 -1
  45. package/common/properties.instance.json +21 -49
  46. package/common/properties.js +13 -8
  47. package/common/reports.instance.json +23 -63
  48. package/common/reports.js +9 -7
  49. package/common/scorekeeper.instance.json +1 -1
  50. package/common/scorekeeper.js +9 -7
  51. package/common/spock.instance.json +1 -1
  52. package/common/spock.js +1 -1
  53. package/common/tell.js +4 -2
  54. package/common/temperature.instance.json +97 -193
  55. package/common/temperature.js +1 -1
  56. package/common/time.js +36 -20
  57. package/common/time.test.json +66 -44
  58. package/common/tokenize.js +46 -0
  59. package/common/ui.instance.json +9 -1
  60. package/common/weight.instance.json +273 -217
  61. package/common/weight.js +1 -1
  62. package/main.js +2 -8
  63. package/package.json +6 -18
  64. package/common/dimensionTemplate.instance.json +0 -582
  65. package/common/dimensionTemplate.js +0 -35
  66. package/common/formulasTemplate.instance.json +0 -483
  67. package/common/formulasTemplate.js +0 -30
  68. package/common/formulasTemplate.test.json +0 -2
  69. package/common/mathTemplate.instance.json +0 -1635
  70. package/common/mathTemplate.js +0 -32
  71. package/common/mathTemplate.test.json +0 -1422
  72. package/common/pipboyTemplate.instance.json +0 -17420
  73. package/common/pipboyTemplate.js +0 -48
  74. package/common/pipboyTemplate.test.json +0 -2
  75. /package/common/{dimensionTemplate.test.json → tokenize.test.json} +0 -0
@@ -1,5 +1,5 @@
1
1
  {
2
- "queries": [
2
+ "configs": [
3
3
  "kirk's name is jim",
4
4
  "kirk's rank is captain",
5
5
  "kirk's eyes are blue",
@@ -1113,29 +1113,29 @@
1113
1113
  },
1114
1114
  "one": {
1115
1115
  "number": "one",
1116
+ "value": "name",
1117
+ "unknown": true,
1118
+ "text": "kirk 's name",
1116
1119
  "marker": "property",
1120
+ "word": "name",
1117
1121
  "range": {
1118
1122
  "start": 0,
1119
1123
  "end": 17
1120
1124
  },
1121
- "word": "name",
1122
- "text": "kirk 's name",
1123
- "value": "name",
1124
- "unknown": true,
1125
1125
  "dead": true,
1126
1126
  "types": [
1127
1127
  "property"
1128
1128
  ],
1129
1129
  "object": {
1130
+ "value": "kirk",
1131
+ "unknown": true,
1132
+ "text": "kirk",
1130
1133
  "marker": "unknown",
1134
+ "word": "kirk",
1131
1135
  "range": {
1132
1136
  "start": 0,
1133
1137
  "end": 3
1134
1138
  },
1135
- "word": "kirk",
1136
- "text": "kirk",
1137
- "value": "kirk",
1138
- "unknown": true,
1139
1139
  "dead": true,
1140
1140
  "types": [
1141
1141
  "unknown"
@@ -1145,15 +1145,15 @@
1145
1145
  "possession": true,
1146
1146
  "objects": [
1147
1147
  {
1148
+ "value": "name",
1149
+ "unknown": true,
1150
+ "text": "name",
1148
1151
  "marker": "property",
1152
+ "word": "name",
1149
1153
  "range": {
1150
1154
  "start": 7,
1151
1155
  "end": 10
1152
1156
  },
1153
- "word": "name",
1154
- "text": "name",
1155
- "value": "name",
1156
- "unknown": true,
1157
1157
  "dead": true,
1158
1158
  "types": [
1159
1159
  "property"
@@ -1161,15 +1161,15 @@
1161
1161
  "level": 1
1162
1162
  },
1163
1163
  {
1164
+ "value": "kirk",
1165
+ "unknown": true,
1166
+ "text": "kirk",
1164
1167
  "marker": "unknown",
1168
+ "word": "kirk",
1165
1169
  "range": {
1166
1170
  "start": 0,
1167
1171
  "end": 3
1168
1172
  },
1169
- "word": "kirk",
1170
- "text": "kirk",
1171
- "value": "kirk",
1172
- "unknown": true,
1173
1173
  "dead": true,
1174
1174
  "types": [
1175
1175
  "unknown"
@@ -1180,15 +1180,15 @@
1180
1180
  "level": 1
1181
1181
  },
1182
1182
  "two": {
1183
+ "value": "jim",
1184
+ "unknown": true,
1185
+ "text": "jim",
1183
1186
  "marker": "unknown",
1187
+ "word": "jim",
1184
1188
  "range": {
1185
1189
  "start": 15,
1186
1190
  "end": 17
1187
1191
  },
1188
- "word": "jim",
1189
- "text": "jim",
1190
- "value": "jim",
1191
- "unknown": true,
1192
1192
  "dead": true,
1193
1193
  "types": [
1194
1194
  "unknown"
@@ -1276,16 +1276,6 @@
1276
1276
  1
1277
1277
  ]
1278
1278
  ],
1279
- [
1280
- [
1281
- "is",
1282
- 0
1283
- ],
1284
- [
1285
- "unknown",
1286
- 0
1287
- ]
1288
- ],
1289
1279
  [
1290
1280
  [
1291
1281
  "is",
@@ -2390,29 +2380,29 @@
2390
2380
  },
2391
2381
  "one": {
2392
2382
  "number": "one",
2383
+ "value": "rank",
2384
+ "unknown": true,
2385
+ "text": "kirk 's rank",
2393
2386
  "marker": "property",
2387
+ "word": "rank",
2394
2388
  "range": {
2395
2389
  "start": 0,
2396
2390
  "end": 21
2397
2391
  },
2398
- "word": "rank",
2399
- "text": "kirk 's rank",
2400
- "value": "rank",
2401
- "unknown": true,
2402
2392
  "dead": true,
2403
2393
  "types": [
2404
2394
  "property"
2405
2395
  ],
2406
2396
  "object": {
2397
+ "value": "kirk",
2398
+ "unknown": true,
2399
+ "text": "kirk",
2407
2400
  "marker": "unknown",
2401
+ "word": "kirk",
2408
2402
  "range": {
2409
2403
  "start": 0,
2410
2404
  "end": 3
2411
2405
  },
2412
- "word": "kirk",
2413
- "text": "kirk",
2414
- "value": "kirk",
2415
- "unknown": true,
2416
2406
  "dead": true,
2417
2407
  "types": [
2418
2408
  "unknown"
@@ -2422,15 +2412,15 @@
2422
2412
  "possession": true,
2423
2413
  "objects": [
2424
2414
  {
2415
+ "value": "rank",
2416
+ "unknown": true,
2417
+ "text": "rank",
2425
2418
  "marker": "property",
2419
+ "word": "rank",
2426
2420
  "range": {
2427
2421
  "start": 7,
2428
2422
  "end": 10
2429
2423
  },
2430
- "word": "rank",
2431
- "text": "rank",
2432
- "value": "rank",
2433
- "unknown": true,
2434
2424
  "dead": true,
2435
2425
  "types": [
2436
2426
  "property"
@@ -2438,15 +2428,15 @@
2438
2428
  "level": 1
2439
2429
  },
2440
2430
  {
2431
+ "value": "kirk",
2432
+ "unknown": true,
2433
+ "text": "kirk",
2441
2434
  "marker": "unknown",
2435
+ "word": "kirk",
2442
2436
  "range": {
2443
2437
  "start": 0,
2444
2438
  "end": 3
2445
2439
  },
2446
- "word": "kirk",
2447
- "text": "kirk",
2448
- "value": "kirk",
2449
- "unknown": true,
2450
2440
  "dead": true,
2451
2441
  "types": [
2452
2442
  "unknown"
@@ -2457,15 +2447,15 @@
2457
2447
  "level": 1
2458
2448
  },
2459
2449
  "two": {
2450
+ "value": "captain",
2451
+ "unknown": true,
2452
+ "text": "captain",
2460
2453
  "marker": "unknown",
2454
+ "word": "captain",
2461
2455
  "range": {
2462
2456
  "start": 15,
2463
2457
  "end": 21
2464
2458
  },
2465
- "word": "captain",
2466
- "text": "captain",
2467
- "value": "captain",
2468
- "unknown": true,
2469
2459
  "dead": true,
2470
2460
  "types": [
2471
2461
  "unknown"
@@ -2553,16 +2543,6 @@
2553
2543
  1
2554
2544
  ]
2555
2545
  ],
2556
- [
2557
- [
2558
- "is",
2559
- 0
2560
- ],
2561
- [
2562
- "unknown",
2563
- 0
2564
- ]
2565
- ],
2566
2546
  [
2567
2547
  [
2568
2548
  "is",
@@ -3667,29 +3647,29 @@
3667
3647
  },
3668
3648
  "one": {
3669
3649
  "number": "many",
3650
+ "value": "eyes",
3651
+ "unknown": true,
3652
+ "text": "kirk 's eyes",
3670
3653
  "marker": "property",
3654
+ "word": "eyes",
3671
3655
  "range": {
3672
3656
  "start": 0,
3673
3657
  "end": 19
3674
3658
  },
3675
- "word": "eyes",
3676
- "text": "kirk 's eyes",
3677
- "value": "eyes",
3678
- "unknown": true,
3679
3659
  "dead": true,
3680
3660
  "types": [
3681
3661
  "property"
3682
3662
  ],
3683
3663
  "object": {
3664
+ "value": "kirk",
3665
+ "unknown": true,
3666
+ "text": "kirk",
3684
3667
  "marker": "unknown",
3668
+ "word": "kirk",
3685
3669
  "range": {
3686
3670
  "start": 0,
3687
3671
  "end": 3
3688
3672
  },
3689
- "word": "kirk",
3690
- "text": "kirk",
3691
- "value": "kirk",
3692
- "unknown": true,
3693
3673
  "dead": true,
3694
3674
  "types": [
3695
3675
  "unknown"
@@ -3699,15 +3679,15 @@
3699
3679
  "possession": true,
3700
3680
  "objects": [
3701
3681
  {
3682
+ "value": "eyes",
3683
+ "unknown": true,
3684
+ "text": "eyes",
3702
3685
  "marker": "property",
3686
+ "word": "eyes",
3703
3687
  "range": {
3704
3688
  "start": 7,
3705
3689
  "end": 10
3706
3690
  },
3707
- "word": "eyes",
3708
- "text": "eyes",
3709
- "value": "eyes",
3710
- "unknown": true,
3711
3691
  "dead": true,
3712
3692
  "types": [
3713
3693
  "property"
@@ -3715,15 +3695,15 @@
3715
3695
  "level": 1
3716
3696
  },
3717
3697
  {
3698
+ "value": "kirk",
3699
+ "unknown": true,
3700
+ "text": "kirk",
3718
3701
  "marker": "unknown",
3702
+ "word": "kirk",
3719
3703
  "range": {
3720
3704
  "start": 0,
3721
3705
  "end": 3
3722
3706
  },
3723
- "word": "kirk",
3724
- "text": "kirk",
3725
- "value": "kirk",
3726
- "unknown": true,
3727
3707
  "dead": true,
3728
3708
  "types": [
3729
3709
  "unknown"
@@ -3734,15 +3714,15 @@
3734
3714
  "level": 1
3735
3715
  },
3736
3716
  "two": {
3717
+ "value": "blue",
3718
+ "unknown": true,
3719
+ "text": "blue",
3737
3720
  "marker": "unknown",
3721
+ "word": "blue",
3738
3722
  "range": {
3739
3723
  "start": 16,
3740
3724
  "end": 19
3741
3725
  },
3742
- "word": "blue",
3743
- "text": "blue",
3744
- "value": "blue",
3745
- "unknown": true,
3746
3726
  "dead": true,
3747
3727
  "types": [
3748
3728
  "unknown"
@@ -4888,15 +4868,15 @@
4888
4868
  },
4889
4869
  "one": {
4890
4870
  "number": "one",
4871
+ "value": "kirk",
4872
+ "unknown": true,
4873
+ "text": "kirk",
4891
4874
  "marker": "unknown",
4875
+ "word": "kirk",
4892
4876
  "range": {
4893
4877
  "start": 0,
4894
4878
  "end": 16
4895
4879
  },
4896
- "word": "kirk",
4897
- "text": "kirk",
4898
- "value": "kirk",
4899
- "unknown": true,
4900
4880
  "dead": true,
4901
4881
  "types": [
4902
4882
  "unknown"
@@ -4904,15 +4884,15 @@
4904
4884
  "level": 1
4905
4885
  },
4906
4886
  "two": {
4887
+ "value": "captain",
4888
+ "unknown": true,
4889
+ "text": "a captain",
4907
4890
  "marker": "unknown",
4891
+ "word": "captain",
4908
4892
  "range": {
4909
4893
  "start": 8,
4910
4894
  "end": 16
4911
4895
  },
4912
- "word": "captain",
4913
- "text": "a captain",
4914
- "value": "captain",
4915
- "unknown": true,
4916
4896
  "dead": true,
4917
4897
  "types": [
4918
4898
  "unknown"
@@ -7429,29 +7409,29 @@
7429
7409
  },
7430
7410
  "one": {
7431
7411
  "number": "one",
7412
+ "value": "rank",
7413
+ "unknown": true,
7414
+ "text": "spock 's rank",
7432
7415
  "marker": "property",
7416
+ "word": "rank",
7433
7417
  "range": {
7434
7418
  "start": 0,
7435
7419
  "end": 21
7436
7420
  },
7437
- "word": "rank",
7438
- "text": "spock 's rank",
7439
- "value": "rank",
7440
- "unknown": true,
7441
7421
  "dead": true,
7442
7422
  "types": [
7443
7423
  "property"
7444
7424
  ],
7445
7425
  "object": {
7426
+ "value": "spock",
7427
+ "unknown": true,
7428
+ "text": "spock",
7446
7429
  "marker": "unknown",
7430
+ "word": "spock",
7447
7431
  "range": {
7448
7432
  "start": 0,
7449
7433
  "end": 4
7450
7434
  },
7451
- "word": "spock",
7452
- "text": "spock",
7453
- "value": "spock",
7454
- "unknown": true,
7455
7435
  "dead": true,
7456
7436
  "types": [
7457
7437
  "unknown"
@@ -7461,15 +7441,15 @@
7461
7441
  "possession": true,
7462
7442
  "objects": [
7463
7443
  {
7444
+ "value": "rank",
7445
+ "unknown": true,
7446
+ "text": "rank",
7464
7447
  "marker": "property",
7448
+ "word": "rank",
7465
7449
  "range": {
7466
7450
  "start": 8,
7467
7451
  "end": 11
7468
7452
  },
7469
- "word": "rank",
7470
- "text": "rank",
7471
- "value": "rank",
7472
- "unknown": true,
7473
7453
  "dead": true,
7474
7454
  "types": [
7475
7455
  "property"
@@ -7477,15 +7457,15 @@
7477
7457
  "level": 1
7478
7458
  },
7479
7459
  {
7460
+ "value": "spock",
7461
+ "unknown": true,
7462
+ "text": "spock",
7480
7463
  "marker": "unknown",
7464
+ "word": "spock",
7481
7465
  "range": {
7482
7466
  "start": 0,
7483
7467
  "end": 4
7484
7468
  },
7485
- "word": "spock",
7486
- "text": "spock",
7487
- "value": "spock",
7488
- "unknown": true,
7489
7469
  "dead": true,
7490
7470
  "types": [
7491
7471
  "unknown"
@@ -7496,15 +7476,15 @@
7496
7476
  "level": 1
7497
7477
  },
7498
7478
  "two": {
7479
+ "value": "second",
7480
+ "unknown": true,
7481
+ "text": "second",
7499
7482
  "marker": "unknown",
7483
+ "word": "second",
7500
7484
  "range": {
7501
7485
  "start": 16,
7502
7486
  "end": 21
7503
7487
  },
7504
- "word": "second",
7505
- "text": "second",
7506
- "value": "second",
7507
- "unknown": true,
7508
7488
  "dead": true,
7509
7489
  "types": [
7510
7490
  "unknown"
@@ -7592,16 +7572,6 @@
7592
7572
  1
7593
7573
  ]
7594
7574
  ],
7595
- [
7596
- [
7597
- "is",
7598
- 0
7599
- ],
7600
- [
7601
- "unknown",
7602
- 0
7603
- ]
7604
- ],
7605
7575
  [
7606
7576
  [
7607
7577
  "is",
@@ -8770,29 +8740,29 @@
8770
8740
  },
8771
8741
  "one": {
8772
8742
  "number": "one",
8743
+ "value": "name",
8744
+ "unknown": true,
8745
+ "text": "spock 's name",
8773
8746
  "marker": "property",
8747
+ "word": "name",
8774
8748
  "range": {
8775
8749
  "start": 0,
8776
8750
  "end": 20
8777
8751
  },
8778
- "word": "name",
8779
- "text": "spock 's name",
8780
- "value": "name",
8781
- "unknown": true,
8782
8752
  "dead": true,
8783
8753
  "types": [
8784
8754
  "property"
8785
8755
  ],
8786
8756
  "object": {
8757
+ "value": "spock",
8758
+ "unknown": true,
8759
+ "text": "spock",
8787
8760
  "marker": "unknown",
8761
+ "word": "spock",
8788
8762
  "range": {
8789
8763
  "start": 0,
8790
8764
  "end": 4
8791
8765
  },
8792
- "word": "spock",
8793
- "text": "spock",
8794
- "value": "spock",
8795
- "unknown": true,
8796
8766
  "dead": true,
8797
8767
  "types": [
8798
8768
  "unknown"
@@ -8802,15 +8772,15 @@
8802
8772
  "possession": true,
8803
8773
  "objects": [
8804
8774
  {
8775
+ "value": "name",
8776
+ "unknown": true,
8777
+ "text": "name",
8805
8778
  "marker": "property",
8779
+ "word": "name",
8806
8780
  "range": {
8807
8781
  "start": 8,
8808
8782
  "end": 11
8809
8783
  },
8810
- "word": "name",
8811
- "text": "name",
8812
- "value": "name",
8813
- "unknown": true,
8814
8784
  "dead": true,
8815
8785
  "types": [
8816
8786
  "property"
@@ -8818,15 +8788,15 @@
8818
8788
  "level": 1
8819
8789
  },
8820
8790
  {
8791
+ "value": "spock",
8792
+ "unknown": true,
8793
+ "text": "spock",
8821
8794
  "marker": "unknown",
8795
+ "word": "spock",
8822
8796
  "range": {
8823
8797
  "start": 0,
8824
8798
  "end": 4
8825
8799
  },
8826
- "word": "spock",
8827
- "text": "spock",
8828
- "value": "spock",
8829
- "unknown": true,
8830
8800
  "dead": true,
8831
8801
  "types": [
8832
8802
  "unknown"
@@ -8837,15 +8807,15 @@
8837
8807
  "level": 1
8838
8808
  },
8839
8809
  "two": {
8810
+ "value": "spock",
8811
+ "unknown": true,
8812
+ "text": "spock",
8840
8813
  "marker": "unknown",
8814
+ "word": "spock",
8841
8815
  "range": {
8842
8816
  "start": 16,
8843
8817
  "end": 20
8844
8818
  },
8845
- "word": "spock",
8846
- "text": "spock",
8847
- "value": "spock",
8848
- "unknown": true,
8849
8819
  "dead": true,
8850
8820
  "types": [
8851
8821
  "unknown"
@@ -8933,16 +8903,6 @@
8933
8903
  1
8934
8904
  ]
8935
8905
  ],
8936
- [
8937
- [
8938
- "is",
8939
- 0
8940
- ],
8941
- [
8942
- "unknown",
8943
- 0
8944
- ]
8945
- ],
8946
8906
  [
8947
8907
  [
8948
8908
  "is",
@@ -10111,29 +10071,29 @@
10111
10071
  },
10112
10072
  "one": {
10113
10073
  "number": "many",
10074
+ "value": "eyes",
10075
+ "unknown": true,
10076
+ "text": "spock 's eyes",
10114
10077
  "marker": "property",
10078
+ "word": "eyes",
10115
10079
  "range": {
10116
10080
  "start": 0,
10117
10081
  "end": 21
10118
10082
  },
10119
- "word": "eyes",
10120
- "text": "spock 's eyes",
10121
- "value": "eyes",
10122
- "unknown": true,
10123
10083
  "dead": true,
10124
10084
  "types": [
10125
10085
  "property"
10126
10086
  ],
10127
10087
  "object": {
10088
+ "value": "spock",
10089
+ "unknown": true,
10090
+ "text": "spock",
10128
10091
  "marker": "unknown",
10092
+ "word": "spock",
10129
10093
  "range": {
10130
10094
  "start": 0,
10131
10095
  "end": 4
10132
10096
  },
10133
- "word": "spock",
10134
- "text": "spock",
10135
- "value": "spock",
10136
- "unknown": true,
10137
10097
  "dead": true,
10138
10098
  "types": [
10139
10099
  "unknown"
@@ -10143,15 +10103,15 @@
10143
10103
  "possession": true,
10144
10104
  "objects": [
10145
10105
  {
10106
+ "value": "eyes",
10107
+ "unknown": true,
10108
+ "text": "eyes",
10146
10109
  "marker": "property",
10110
+ "word": "eyes",
10147
10111
  "range": {
10148
10112
  "start": 8,
10149
10113
  "end": 11
10150
10114
  },
10151
- "word": "eyes",
10152
- "text": "eyes",
10153
- "value": "eyes",
10154
- "unknown": true,
10155
10115
  "dead": true,
10156
10116
  "types": [
10157
10117
  "property"
@@ -10159,15 +10119,15 @@
10159
10119
  "level": 1
10160
10120
  },
10161
10121
  {
10122
+ "value": "spock",
10123
+ "unknown": true,
10124
+ "text": "spock",
10162
10125
  "marker": "unknown",
10126
+ "word": "spock",
10163
10127
  "range": {
10164
10128
  "start": 0,
10165
10129
  "end": 4
10166
10130
  },
10167
- "word": "spock",
10168
- "text": "spock",
10169
- "value": "spock",
10170
- "unknown": true,
10171
10131
  "dead": true,
10172
10132
  "types": [
10173
10133
  "unknown"
@@ -10178,15 +10138,15 @@
10178
10138
  "level": 1
10179
10139
  },
10180
10140
  "two": {
10141
+ "value": "brown",
10142
+ "unknown": true,
10143
+ "text": "brown",
10181
10144
  "marker": "unknown",
10145
+ "word": "brown",
10182
10146
  "range": {
10183
10147
  "start": 17,
10184
10148
  "end": 21
10185
10149
  },
10186
- "word": "brown",
10187
- "text": "brown",
10188
- "value": "brown",
10189
- "unknown": true,
10190
10150
  "dead": true,
10191
10151
  "types": [
10192
10152
  "unknown"
@@ -11396,15 +11356,15 @@
11396
11356
  },
11397
11357
  "one": {
11398
11358
  "number": "one",
11359
+ "value": "spock",
11360
+ "unknown": true,
11361
+ "text": "spock",
11399
11362
  "marker": "unknown",
11363
+ "word": "spock",
11400
11364
  "range": {
11401
11365
  "start": 0,
11402
11366
  "end": 16
11403
11367
  },
11404
- "word": "spock",
11405
- "text": "spock",
11406
- "value": "spock",
11407
- "unknown": true,
11408
11368
  "dead": true,
11409
11369
  "types": [
11410
11370
  "unknown"
@@ -11412,15 +11372,15 @@
11412
11372
  "level": 1
11413
11373
  },
11414
11374
  "two": {
11375
+ "value": "doctor",
11376
+ "unknown": true,
11377
+ "text": "a doctor",
11415
11378
  "marker": "unknown",
11379
+ "word": "doctor",
11416
11380
  "range": {
11417
11381
  "start": 9,
11418
11382
  "end": 16
11419
11383
  },
11420
- "word": "doctor",
11421
- "text": "a doctor",
11422
- "value": "doctor",
11423
- "unknown": true,
11424
11384
  "dead": true,
11425
11385
  "types": [
11426
11386
  "unknown"
@@ -14065,29 +14025,29 @@
14065
14025
  },
14066
14026
  "one": {
14067
14027
  "number": "one",
14028
+ "value": "rank",
14029
+ "unknown": true,
14030
+ "text": "mccoy 's rank",
14068
14031
  "marker": "property",
14032
+ "word": "rank",
14069
14033
  "range": {
14070
14034
  "start": 0,
14071
14035
  "end": 21
14072
14036
  },
14073
- "word": "rank",
14074
- "text": "mccoy 's rank",
14075
- "value": "rank",
14076
- "unknown": true,
14077
14037
  "dead": true,
14078
14038
  "types": [
14079
14039
  "property"
14080
14040
  ],
14081
14041
  "object": {
14042
+ "value": "mccoy",
14043
+ "unknown": true,
14044
+ "text": "mccoy",
14082
14045
  "marker": "unknown",
14046
+ "word": "mccoy",
14083
14047
  "range": {
14084
14048
  "start": 0,
14085
14049
  "end": 4
14086
14050
  },
14087
- "word": "mccoy",
14088
- "text": "mccoy",
14089
- "value": "mccoy",
14090
- "unknown": true,
14091
14051
  "dead": true,
14092
14052
  "types": [
14093
14053
  "unknown"
@@ -14097,15 +14057,15 @@
14097
14057
  "possession": true,
14098
14058
  "objects": [
14099
14059
  {
14060
+ "value": "rank",
14061
+ "unknown": true,
14062
+ "text": "rank",
14100
14063
  "marker": "property",
14064
+ "word": "rank",
14101
14065
  "range": {
14102
14066
  "start": 8,
14103
14067
  "end": 11
14104
14068
  },
14105
- "word": "rank",
14106
- "text": "rank",
14107
- "value": "rank",
14108
- "unknown": true,
14109
14069
  "dead": true,
14110
14070
  "types": [
14111
14071
  "property"
@@ -14113,15 +14073,15 @@
14113
14073
  "level": 1
14114
14074
  },
14115
14075
  {
14076
+ "value": "mccoy",
14077
+ "unknown": true,
14078
+ "text": "mccoy",
14116
14079
  "marker": "unknown",
14080
+ "word": "mccoy",
14117
14081
  "range": {
14118
14082
  "start": 0,
14119
14083
  "end": 4
14120
14084
  },
14121
- "word": "mccoy",
14122
- "text": "mccoy",
14123
- "value": "mccoy",
14124
- "unknown": true,
14125
14085
  "dead": true,
14126
14086
  "types": [
14127
14087
  "unknown"
@@ -14226,20 +14186,6 @@
14226
14186
  1
14227
14187
  ]
14228
14188
  ],
14229
- [
14230
- [
14231
- "doctor",
14232
- 0
14233
- ],
14234
- [
14235
- "is",
14236
- 0
14237
- ],
14238
- [
14239
- "unknown",
14240
- 0
14241
- ]
14242
- ],
14243
14189
  [
14244
14190
  [
14245
14191
  "is",
@@ -15490,29 +15436,29 @@
15490
15436
  },
15491
15437
  "one": {
15492
15438
  "number": "one",
15439
+ "value": "name",
15440
+ "unknown": true,
15441
+ "text": "mccoy 's name",
15493
15442
  "marker": "property",
15443
+ "word": "name",
15494
15444
  "range": {
15495
15445
  "start": 0,
15496
15446
  "end": 20
15497
15447
  },
15498
- "word": "name",
15499
- "text": "mccoy 's name",
15500
- "value": "name",
15501
- "unknown": true,
15502
15448
  "dead": true,
15503
15449
  "types": [
15504
15450
  "property"
15505
15451
  ],
15506
15452
  "object": {
15453
+ "value": "mccoy",
15454
+ "unknown": true,
15455
+ "text": "mccoy",
15507
15456
  "marker": "unknown",
15457
+ "word": "mccoy",
15508
15458
  "range": {
15509
15459
  "start": 0,
15510
15460
  "end": 4
15511
15461
  },
15512
- "word": "mccoy",
15513
- "text": "mccoy",
15514
- "value": "mccoy",
15515
- "unknown": true,
15516
15462
  "dead": true,
15517
15463
  "types": [
15518
15464
  "unknown"
@@ -15522,15 +15468,15 @@
15522
15468
  "possession": true,
15523
15469
  "objects": [
15524
15470
  {
15471
+ "value": "name",
15472
+ "unknown": true,
15473
+ "text": "name",
15525
15474
  "marker": "property",
15475
+ "word": "name",
15526
15476
  "range": {
15527
15477
  "start": 8,
15528
15478
  "end": 11
15529
15479
  },
15530
- "word": "name",
15531
- "text": "name",
15532
- "value": "name",
15533
- "unknown": true,
15534
15480
  "dead": true,
15535
15481
  "types": [
15536
15482
  "property"
@@ -15538,15 +15484,15 @@
15538
15484
  "level": 1
15539
15485
  },
15540
15486
  {
15487
+ "value": "mccoy",
15488
+ "unknown": true,
15489
+ "text": "mccoy",
15541
15490
  "marker": "unknown",
15491
+ "word": "mccoy",
15542
15492
  "range": {
15543
15493
  "start": 0,
15544
15494
  "end": 4
15545
15495
  },
15546
- "word": "mccoy",
15547
- "text": "mccoy",
15548
- "value": "mccoy",
15549
- "unknown": true,
15550
15496
  "dead": true,
15551
15497
  "types": [
15552
15498
  "unknown"
@@ -15557,15 +15503,15 @@
15557
15503
  "level": 1
15558
15504
  },
15559
15505
  "two": {
15506
+ "value": "mccoy",
15507
+ "unknown": true,
15508
+ "text": "mccoy",
15560
15509
  "marker": "unknown",
15510
+ "word": "mccoy",
15561
15511
  "range": {
15562
15512
  "start": 16,
15563
15513
  "end": 20
15564
15514
  },
15565
- "word": "mccoy",
15566
- "text": "mccoy",
15567
- "value": "mccoy",
15568
- "unknown": true,
15569
15515
  "dead": true,
15570
15516
  "types": [
15571
15517
  "unknown"
@@ -15653,16 +15599,6 @@
15653
15599
  1
15654
15600
  ]
15655
15601
  ],
15656
- [
15657
- [
15658
- "is",
15659
- 0
15660
- ],
15661
- [
15662
- "unknown",
15663
- 0
15664
- ]
15665
- ],
15666
15602
  [
15667
15603
  [
15668
15604
  "is",
@@ -16895,29 +16831,29 @@
16895
16831
  },
16896
16832
  "one": {
16897
16833
  "number": "many",
16834
+ "value": "eyes",
16835
+ "unknown": true,
16836
+ "text": "mccoy 's eyes",
16898
16837
  "marker": "property",
16838
+ "word": "eyes",
16899
16839
  "range": {
16900
16840
  "start": 0,
16901
16841
  "end": 21
16902
16842
  },
16903
- "word": "eyes",
16904
- "text": "mccoy 's eyes",
16905
- "value": "eyes",
16906
- "unknown": true,
16907
16843
  "dead": true,
16908
16844
  "types": [
16909
16845
  "property"
16910
16846
  ],
16911
16847
  "object": {
16848
+ "value": "mccoy",
16849
+ "unknown": true,
16850
+ "text": "mccoy",
16912
16851
  "marker": "unknown",
16852
+ "word": "mccoy",
16913
16853
  "range": {
16914
16854
  "start": 0,
16915
16855
  "end": 4
16916
16856
  },
16917
- "word": "mccoy",
16918
- "text": "mccoy",
16919
- "value": "mccoy",
16920
- "unknown": true,
16921
16857
  "dead": true,
16922
16858
  "types": [
16923
16859
  "unknown"
@@ -16927,15 +16863,15 @@
16927
16863
  "possession": true,
16928
16864
  "objects": [
16929
16865
  {
16866
+ "value": "eyes",
16867
+ "unknown": true,
16868
+ "text": "eyes",
16930
16869
  "marker": "property",
16870
+ "word": "eyes",
16931
16871
  "range": {
16932
16872
  "start": 8,
16933
16873
  "end": 11
16934
16874
  },
16935
- "word": "eyes",
16936
- "text": "eyes",
16937
- "value": "eyes",
16938
- "unknown": true,
16939
16875
  "dead": true,
16940
16876
  "types": [
16941
16877
  "property"
@@ -16943,15 +16879,15 @@
16943
16879
  "level": 1
16944
16880
  },
16945
16881
  {
16882
+ "value": "mccoy",
16883
+ "unknown": true,
16884
+ "text": "mccoy",
16946
16885
  "marker": "unknown",
16886
+ "word": "mccoy",
16947
16887
  "range": {
16948
16888
  "start": 0,
16949
16889
  "end": 4
16950
16890
  },
16951
- "word": "mccoy",
16952
- "text": "mccoy",
16953
- "value": "mccoy",
16954
- "unknown": true,
16955
16891
  "dead": true,
16956
16892
  "types": [
16957
16893
  "unknown"
@@ -16962,15 +16898,15 @@
16962
16898
  "level": 1
16963
16899
  },
16964
16900
  "two": {
16901
+ "value": "brown",
16902
+ "unknown": true,
16903
+ "text": "brown",
16965
16904
  "marker": "unknown",
16905
+ "word": "brown",
16966
16906
  "range": {
16967
16907
  "start": 17,
16968
16908
  "end": 21
16969
16909
  },
16970
- "word": "brown",
16971
- "text": "brown",
16972
- "value": "brown",
16973
- "unknown": true,
16974
16910
  "dead": true,
16975
16911
  "types": [
16976
16912
  "unknown"
@@ -18260,15 +18196,15 @@
18260
18196
  },
18261
18197
  "one": {
18262
18198
  "number": "one",
18199
+ "value": "mccoy",
18200
+ "unknown": true,
18201
+ "text": "mccoy",
18263
18202
  "marker": "unknown",
18203
+ "word": "mccoy",
18264
18204
  "range": {
18265
18205
  "start": 0,
18266
18206
  "end": 21
18267
18207
  },
18268
- "word": "mccoy",
18269
- "text": "mccoy",
18270
- "value": "mccoy",
18271
- "unknown": true,
18272
18208
  "dead": true,
18273
18209
  "types": [
18274
18210
  "unknown"
@@ -21058,15 +20994,15 @@
21058
20994
  },
21059
20995
  "one": {
21060
20996
  "number": "one",
20997
+ "value": "status",
20998
+ "unknown": true,
20999
+ "text": "the status of the phasers",
21061
21000
  "marker": "property",
21001
+ "word": "status",
21062
21002
  "range": {
21063
21003
  "start": 0,
21064
21004
  "end": 33
21065
21005
  },
21066
- "word": "status",
21067
- "text": "the status of the phasers",
21068
- "value": "status",
21069
- "unknown": true,
21070
21006
  "dead": true,
21071
21007
  "types": [
21072
21008
  "property",
@@ -21081,15 +21017,15 @@
21081
21017
  "determiner"
21082
21018
  ],
21083
21019
  "object": {
21020
+ "value": "phasers",
21021
+ "unknown": true,
21022
+ "text": "the phasers",
21084
21023
  "marker": "unknown",
21024
+ "word": "phasers",
21085
21025
  "range": {
21086
21026
  "start": 14,
21087
21027
  "end": 24
21088
21028
  },
21089
- "word": "phasers",
21090
- "text": "the phasers",
21091
- "value": "phasers",
21092
- "unknown": true,
21093
21029
  "dead": true,
21094
21030
  "types": [
21095
21031
  "unknown"
@@ -21106,15 +21042,15 @@
21106
21042
  },
21107
21043
  "objects": [
21108
21044
  {
21045
+ "value": "status",
21046
+ "unknown": true,
21047
+ "text": "the status",
21109
21048
  "marker": "property",
21049
+ "word": "status",
21110
21050
  "range": {
21111
21051
  "start": 0,
21112
21052
  "end": 9
21113
21053
  },
21114
- "word": "status",
21115
- "text": "the status",
21116
- "value": "status",
21117
- "unknown": true,
21118
21054
  "dead": true,
21119
21055
  "types": [
21120
21056
  "property",
@@ -21131,15 +21067,15 @@
21131
21067
  "level": 1
21132
21068
  },
21133
21069
  {
21070
+ "value": "phasers",
21071
+ "unknown": true,
21072
+ "text": "the phasers",
21134
21073
  "marker": "unknown",
21074
+ "word": "phasers",
21135
21075
  "range": {
21136
21076
  "start": 14,
21137
21077
  "end": 24
21138
21078
  },
21139
- "word": "phasers",
21140
- "text": "the phasers",
21141
- "value": "phasers",
21142
- "unknown": true,
21143
21079
  "dead": true,
21144
21080
  "types": [
21145
21081
  "unknown"
@@ -21158,15 +21094,15 @@
21158
21094
  "level": 1
21159
21095
  },
21160
21096
  "two": {
21097
+ "value": "armed",
21098
+ "unknown": true,
21099
+ "text": "armed",
21161
21100
  "marker": "unknown",
21101
+ "word": "armed",
21162
21102
  "range": {
21163
21103
  "start": 29,
21164
21104
  "end": 33
21165
21105
  },
21166
- "word": "armed",
21167
- "text": "armed",
21168
- "value": "armed",
21169
- "unknown": true,
21170
21106
  "dead": true,
21171
21107
  "types": [
21172
21108
  "unknown"
@@ -21280,20 +21216,6 @@
21280
21216
  1
21281
21217
  ]
21282
21218
  ],
21283
- [
21284
- [
21285
- "is",
21286
- 0
21287
- ],
21288
- [
21289
- "the",
21290
- 0
21291
- ],
21292
- [
21293
- "unknown",
21294
- 0
21295
- ]
21296
- ],
21297
21219
  [
21298
21220
  [
21299
21221
  "is",
@@ -22652,15 +22574,15 @@
22652
22574
  },
22653
22575
  "one": {
22654
22576
  "number": "one",
22577
+ "value": "status",
22578
+ "unknown": true,
22579
+ "text": "the status of the photon torpedoes",
22655
22580
  "marker": "property",
22581
+ "word": "status",
22656
22582
  "range": {
22657
22583
  "start": 0,
22658
22584
  "end": 42
22659
22585
  },
22660
- "word": "status",
22661
- "text": "the status of the photon torpedoes",
22662
- "value": "status",
22663
- "unknown": true,
22664
22586
  "dead": true,
22665
22587
  "types": [
22666
22588
  "property",
@@ -22717,15 +22639,15 @@
22717
22639
  },
22718
22640
  "objects": [
22719
22641
  {
22642
+ "value": "status",
22643
+ "unknown": true,
22644
+ "text": "the status",
22720
22645
  "marker": "property",
22646
+ "word": "status",
22721
22647
  "range": {
22722
22648
  "start": 0,
22723
22649
  "end": 9
22724
22650
  },
22725
- "word": "status",
22726
- "text": "the status",
22727
- "value": "status",
22728
- "unknown": true,
22729
22651
  "dead": true,
22730
22652
  "types": [
22731
22653
  "property",
@@ -22786,15 +22708,15 @@
22786
22708
  "level": 1
22787
22709
  },
22788
22710
  "two": {
22711
+ "value": "armed",
22712
+ "unknown": true,
22713
+ "text": "armed",
22789
22714
  "marker": "unknown",
22715
+ "word": "armed",
22790
22716
  "range": {
22791
22717
  "start": 38,
22792
22718
  "end": 42
22793
22719
  },
22794
- "word": "armed",
22795
- "text": "armed",
22796
- "value": "armed",
22797
- "unknown": true,
22798
22720
  "dead": true,
22799
22721
  "types": [
22800
22722
  "unknown"
@@ -22904,24 +22826,6 @@
22904
22826
  1
22905
22827
  ]
22906
22828
  ],
22907
- [
22908
- [
22909
- "is",
22910
- 0
22911
- ],
22912
- [
22913
- "photon",
22914
- 0
22915
- ],
22916
- [
22917
- "the",
22918
- 0
22919
- ],
22920
- [
22921
- "unknown",
22922
- 0
22923
- ]
22924
- ],
22925
22829
  [
22926
22830
  [
22927
22831
  "is",
@@ -24165,15 +24069,15 @@
24165
24069
  },
24166
24070
  "one": {
24167
24071
  "number": "many",
24072
+ "value": "phasers",
24073
+ "unknown": true,
24074
+ "text": "phasers",
24168
24075
  "marker": "unknown",
24076
+ "word": "phasers",
24169
24077
  "range": {
24170
24078
  "start": 0,
24171
24079
  "end": 18
24172
24080
  },
24173
- "word": "phasers",
24174
- "text": "phasers",
24175
- "value": "phasers",
24176
- "unknown": true,
24177
24081
  "dead": true,
24178
24082
  "types": [
24179
24083
  "unknown"
@@ -24181,15 +24085,15 @@
24181
24085
  "level": 1
24182
24086
  },
24183
24087
  "two": {
24088
+ "value": "weapons",
24089
+ "unknown": true,
24090
+ "text": "weapons",
24184
24091
  "marker": "unknown",
24092
+ "word": "weapons",
24185
24093
  "range": {
24186
24094
  "start": 12,
24187
24095
  "end": 18
24188
24096
  },
24189
- "word": "weapons",
24190
- "text": "weapons",
24191
- "value": "weapons",
24192
- "unknown": true,
24193
24097
  "dead": true,
24194
24098
  "types": [
24195
24099
  "unknown"
@@ -25485,15 +25389,15 @@
25485
25389
  "level": 1
25486
25390
  },
25487
25391
  "two": {
25392
+ "value": "weapons",
25393
+ "unknown": true,
25394
+ "text": "weapons",
25488
25395
  "marker": "unknown",
25396
+ "word": "weapons",
25489
25397
  "range": {
25490
25398
  "start": 14,
25491
25399
  "end": 20
25492
25400
  },
25493
- "word": "weapons",
25494
- "text": "weapons",
25495
- "value": "weapons",
25496
- "unknown": true,
25497
25401
  "dead": true,
25498
25402
  "types": [
25499
25403
  "unknown"
@@ -31012,15 +30916,15 @@
31012
30916
  },
31013
30917
  "dead": true,
31014
30918
  "weapon": {
30919
+ "value": "weapon",
30920
+ "unknown": true,
30921
+ "text": "the weapon",
31015
30922
  "marker": "weapon",
30923
+ "word": "weapon",
31016
30924
  "range": {
31017
30925
  "start": 4,
31018
30926
  "end": 13
31019
30927
  },
31020
- "word": "weapon",
31021
- "text": "the weapon",
31022
- "value": "weapon",
31023
- "unknown": true,
31024
30928
  "dead": true,
31025
30929
  "types": [
31026
30930
  "unknown",
@@ -31055,15 +30959,15 @@
31055
30959
  },
31056
30960
  "one": {
31057
30961
  "number": "one",
30962
+ "value": "status",
30963
+ "unknown": true,
30964
+ "text": "the status of the weapon",
31058
30965
  "marker": "property",
30966
+ "word": "status",
31059
30967
  "range": {
31060
30968
  "start": 21,
31061
30969
  "end": 53
31062
30970
  },
31063
- "word": "status",
31064
- "text": "the status of the weapon",
31065
- "value": "status",
31066
- "unknown": true,
31067
30971
  "dead": true,
31068
30972
  "types": [
31069
30973
  "property",
@@ -31078,15 +30982,15 @@
31078
30982
  "determiner"
31079
30983
  ],
31080
30984
  "object": {
30985
+ "value": "weapon",
30986
+ "unknown": true,
30987
+ "text": "the weapon",
31081
30988
  "marker": "unknown",
30989
+ "word": "weapon",
31082
30990
  "range": {
31083
30991
  "start": 35,
31084
30992
  "end": 44
31085
30993
  },
31086
- "word": "weapon",
31087
- "text": "the weapon",
31088
- "value": "weapon",
31089
- "unknown": true,
31090
30994
  "dead": true,
31091
30995
  "types": [
31092
30996
  "unknown"
@@ -31103,15 +31007,15 @@
31103
31007
  },
31104
31008
  "objects": [
31105
31009
  {
31010
+ "value": "status",
31011
+ "unknown": true,
31012
+ "text": "the status",
31106
31013
  "marker": "property",
31014
+ "word": "status",
31107
31015
  "range": {
31108
31016
  "start": 21,
31109
31017
  "end": 30
31110
31018
  },
31111
- "word": "status",
31112
- "text": "the status",
31113
- "value": "status",
31114
- "unknown": true,
31115
31019
  "dead": true,
31116
31020
  "types": [
31117
31021
  "property",
@@ -31128,15 +31032,15 @@
31128
31032
  "level": 1
31129
31033
  },
31130
31034
  {
31035
+ "value": "weapon",
31036
+ "unknown": true,
31037
+ "text": "the weapon",
31131
31038
  "marker": "unknown",
31039
+ "word": "weapon",
31132
31040
  "range": {
31133
31041
  "start": 35,
31134
31042
  "end": 44
31135
31043
  },
31136
- "word": "weapon",
31137
- "text": "the weapon",
31138
- "value": "weapon",
31139
- "unknown": true,
31140
31044
  "dead": true,
31141
31045
  "types": [
31142
31046
  "unknown"
@@ -31155,15 +31059,15 @@
31155
31059
  "level": 1
31156
31060
  },
31157
31061
  "two": {
31062
+ "value": "armed",
31063
+ "unknown": true,
31064
+ "text": "armed",
31158
31065
  "marker": "unknown",
31066
+ "word": "armed",
31159
31067
  "range": {
31160
31068
  "start": 49,
31161
31069
  "end": 53
31162
31070
  },
31163
- "word": "armed",
31164
- "text": "armed",
31165
- "value": "armed",
31166
- "unknown": true,
31167
31071
  "dead": true,
31168
31072
  "types": [
31169
31073
  "unknown"
@@ -31296,28 +31200,6 @@
31296
31200
  1
31297
31201
  ]
31298
31202
  ],
31299
- [
31300
- [
31301
- "arm",
31302
- 0
31303
- ],
31304
- [
31305
- "is",
31306
- 0
31307
- ],
31308
- [
31309
- "means",
31310
- 0
31311
- ],
31312
- [
31313
- "the",
31314
- 0
31315
- ],
31316
- [
31317
- "unknown",
31318
- 0
31319
- ]
31320
- ],
31321
31203
  [
31322
31204
  [
31323
31205
  "is",
@@ -32994,15 +32876,15 @@
32994
32876
  },
32995
32877
  "dead": true,
32996
32878
  "weapon": {
32879
+ "value": "weapon",
32880
+ "unknown": true,
32881
+ "text": "the weapon",
32997
32882
  "marker": "weapon",
32883
+ "word": "weapon",
32998
32884
  "range": {
32999
32885
  "start": 7,
33000
32886
  "end": 16
33001
32887
  },
33002
- "word": "weapon",
33003
- "text": "the weapon",
33004
- "value": "weapon",
33005
- "unknown": true,
33006
32888
  "dead": true,
33007
32889
  "types": [
33008
32890
  "unknown",
@@ -33037,15 +32919,15 @@
33037
32919
  },
33038
32920
  "one": {
33039
32921
  "number": "one",
32922
+ "value": "status",
32923
+ "unknown": true,
32924
+ "text": "the status of the weapon",
33040
32925
  "marker": "property",
32926
+ "word": "status",
33041
32927
  "range": {
33042
32928
  "start": 24,
33043
32929
  "end": 60
33044
32930
  },
33045
- "word": "status",
33046
- "text": "the status of the weapon",
33047
- "value": "status",
33048
- "unknown": true,
33049
32931
  "dead": true,
33050
32932
  "types": [
33051
32933
  "property",
@@ -33060,15 +32942,15 @@
33060
32942
  "determiner"
33061
32943
  ],
33062
32944
  "object": {
32945
+ "value": "weapon",
32946
+ "unknown": true,
32947
+ "text": "the weapon",
33063
32948
  "marker": "unknown",
32949
+ "word": "weapon",
33064
32950
  "range": {
33065
32951
  "start": 38,
33066
32952
  "end": 47
33067
32953
  },
33068
- "word": "weapon",
33069
- "text": "the weapon",
33070
- "value": "weapon",
33071
- "unknown": true,
33072
32954
  "dead": true,
33073
32955
  "types": [
33074
32956
  "unknown"
@@ -33085,15 +32967,15 @@
33085
32967
  },
33086
32968
  "objects": [
33087
32969
  {
32970
+ "value": "status",
32971
+ "unknown": true,
32972
+ "text": "the status",
33088
32973
  "marker": "property",
32974
+ "word": "status",
33089
32975
  "range": {
33090
32976
  "start": 24,
33091
32977
  "end": 33
33092
32978
  },
33093
- "word": "status",
33094
- "text": "the status",
33095
- "value": "status",
33096
- "unknown": true,
33097
32979
  "dead": true,
33098
32980
  "types": [
33099
32981
  "property",
@@ -33110,15 +32992,15 @@
33110
32992
  "level": 1
33111
32993
  },
33112
32994
  {
32995
+ "value": "weapon",
32996
+ "unknown": true,
32997
+ "text": "the weapon",
33113
32998
  "marker": "unknown",
32999
+ "word": "weapon",
33114
33000
  "range": {
33115
33001
  "start": 38,
33116
33002
  "end": 47
33117
33003
  },
33118
- "word": "weapon",
33119
- "text": "the weapon",
33120
- "value": "weapon",
33121
- "unknown": true,
33122
33004
  "dead": true,
33123
33005
  "types": [
33124
33006
  "unknown"
@@ -33137,15 +33019,15 @@
33137
33019
  "level": 1
33138
33020
  },
33139
33021
  "two": {
33022
+ "value": "armed",
33023
+ "unknown": true,
33024
+ "text": "not armed",
33140
33025
  "marker": "unknown",
33026
+ "word": "armed",
33141
33027
  "range": {
33142
33028
  "start": 52,
33143
33029
  "end": 60
33144
33030
  },
33145
- "word": "armed",
33146
- "text": "not armed",
33147
- "value": "armed",
33148
- "unknown": true,
33149
33031
  "dead": true,
33150
33032
  "types": [
33151
33033
  "unknown"
@@ -33295,32 +33177,6 @@
33295
33177
  1
33296
33178
  ]
33297
33179
  ],
33298
- [
33299
- [
33300
- "disarm",
33301
- 0
33302
- ],
33303
- [
33304
- "is",
33305
- 0
33306
- ],
33307
- [
33308
- "means",
33309
- 0
33310
- ],
33311
- [
33312
- "not",
33313
- 0
33314
- ],
33315
- [
33316
- "the",
33317
- 0
33318
- ],
33319
- [
33320
- "unknown",
33321
- 0
33322
- ]
33323
- ],
33324
33180
  [
33325
33181
  [
33326
33182
  "is",
@@ -33810,28 +33666,6 @@
33810
33666
  1
33811
33667
  ]
33812
33668
  ],
33813
- [
33814
- [
33815
- "arm",
33816
- 0
33817
- ],
33818
- [
33819
- "is",
33820
- 0
33821
- ],
33822
- [
33823
- "means",
33824
- 0
33825
- ],
33826
- [
33827
- "the",
33828
- 0
33829
- ],
33830
- [
33831
- "unknown",
33832
- 0
33833
- ]
33834
- ],
33835
33669
  [
33836
33670
  [
33837
33671
  "disarm",
@@ -33952,32 +33786,6 @@
33952
33786
  1
33953
33787
  ]
33954
33788
  ],
33955
- [
33956
- [
33957
- "disarm",
33958
- 0
33959
- ],
33960
- [
33961
- "is",
33962
- 0
33963
- ],
33964
- [
33965
- "means",
33966
- 0
33967
- ],
33968
- [
33969
- "not",
33970
- 0
33971
- ],
33972
- [
33973
- "the",
33974
- 0
33975
- ],
33976
- [
33977
- "unknown",
33978
- 0
33979
- ]
33980
- ],
33981
33789
  [
33982
33790
  [
33983
33791
  "doctor",
@@ -34036,20 +33844,6 @@
34036
33844
  1
34037
33845
  ]
34038
33846
  ],
34039
- [
34040
- [
34041
- "doctor",
34042
- 0
34043
- ],
34044
- [
34045
- "is",
34046
- 0
34047
- ],
34048
- [
34049
- "unknown",
34050
- 0
34051
- ]
34052
- ],
34053
33847
  [
34054
33848
  [
34055
33849
  "is",
@@ -34282,24 +34076,6 @@
34282
34076
  1
34283
34077
  ]
34284
34078
  ],
34285
- [
34286
- [
34287
- "is",
34288
- 0
34289
- ],
34290
- [
34291
- "photon",
34292
- 0
34293
- ],
34294
- [
34295
- "the",
34296
- 0
34297
- ],
34298
- [
34299
- "unknown",
34300
- 0
34301
- ]
34302
- ],
34303
34079
  [
34304
34080
  [
34305
34081
  "is",
@@ -34984,20 +34760,6 @@
34984
34760
  0
34985
34761
  ]
34986
34762
  ],
34987
- [
34988
- [
34989
- "is",
34990
- 0
34991
- ],
34992
- [
34993
- "the",
34994
- 0
34995
- ],
34996
- [
34997
- "unknown",
34998
- 0
34999
- ]
35000
- ],
35001
34763
  [
35002
34764
  [
35003
34765
  "is",
@@ -35036,56 +34798,6 @@
35036
34798
  0
35037
34799
  ]
35038
34800
  ],
35039
- [
35040
- [
35041
- "is",
35042
- 0
35043
- ],
35044
- [
35045
- "unknown",
35046
- 0
35047
- ]
35048
- ],
35049
- [
35050
- [
35051
- "is",
35052
- 0
35053
- ],
35054
- [
35055
- "unknown",
35056
- 0
35057
- ]
35058
- ],
35059
- [
35060
- [
35061
- "is",
35062
- 0
35063
- ],
35064
- [
35065
- "unknown",
35066
- 0
35067
- ]
35068
- ],
35069
- [
35070
- [
35071
- "is",
35072
- 0
35073
- ],
35074
- [
35075
- "unknown",
35076
- 0
35077
- ]
35078
- ],
35079
- [
35080
- [
35081
- "is",
35082
- 0
35083
- ],
35084
- [
35085
- "unknown",
35086
- 0
35087
- ]
35088
- ],
35089
34801
  [
35090
34802
  [
35091
34803
  "is",