tpmkms_4wp 7.12.4-beta.2 → 7.12.4-beta.4
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +44 -0
- package/common/crew.instance.json +384 -252
- package/common/dialogues.js +41 -0
- package/common/dialogues.test.json +780 -0
- package/common/edible.instance.json +1380 -0
- package/common/fastfood.instance.json +26896 -395
- package/common/fastfood.js +103 -1
- package/common/fastfood.test.json +30998 -0
- package/common/help.test.json +26 -8
- package/common/helpers/concept.js +10 -1
- package/common/hierarchy.js +1 -1
- package/common/kirk.instance.json +16 -0
- package/common/length.instance.json +180 -0
- package/common/mathTemplate.instance.json +60 -0
- package/common/ordering.instance.json +52 -0
- package/common/people.instance.json +96 -0
- package/common/pokemon.instance.json +260 -0
- package/common/pressure.instance.json +32 -0
- package/common/reports.instance.json +17 -1
- package/common/scorekeeper.test.json +299 -124
- package/common/spock.instance.json +16 -0
- package/common/temperature.instance.json +92 -0
- package/common/ui.instance.json +8 -0
- package/common/weight.instance.json +252 -0
- package/package.json +2 -2
@@ -228,6 +228,10 @@
|
|
228
228
|
"crew",
|
229
229
|
"isEder"
|
230
230
|
],
|
231
|
+
[
|
232
|
+
"crew",
|
233
|
+
"member_modifier"
|
234
|
+
],
|
231
235
|
[
|
232
236
|
"crew",
|
233
237
|
"object"
|
@@ -544,6 +548,10 @@
|
|
544
548
|
"member",
|
545
549
|
"theAble"
|
546
550
|
],
|
551
|
+
[
|
552
|
+
"member_modifier",
|
553
|
+
"member_modifier"
|
554
|
+
],
|
547
555
|
[
|
548
556
|
"modifies",
|
549
557
|
"verby"
|
@@ -660,6 +668,10 @@
|
|
660
668
|
"photon",
|
661
669
|
"theAble"
|
662
670
|
],
|
671
|
+
[
|
672
|
+
"photon",
|
673
|
+
"torpedo_modifier"
|
674
|
+
],
|
663
675
|
[
|
664
676
|
"photon_torpedo",
|
665
677
|
"adjective"
|
@@ -852,6 +864,10 @@
|
|
852
864
|
"torpedo",
|
853
865
|
"theAble"
|
854
866
|
],
|
867
|
+
[
|
868
|
+
"torpedo_modifier",
|
869
|
+
"torpedo_modifier"
|
870
|
+
],
|
855
871
|
[
|
856
872
|
"type",
|
857
873
|
"property"
|
@@ -1489,6 +1505,10 @@
|
|
1489
1505
|
"crew",
|
1490
1506
|
"isEder"
|
1491
1507
|
],
|
1508
|
+
[
|
1509
|
+
"crew",
|
1510
|
+
"member_modifier"
|
1511
|
+
],
|
1492
1512
|
[
|
1493
1513
|
"crew",
|
1494
1514
|
"object"
|
@@ -1805,6 +1825,10 @@
|
|
1805
1825
|
"member",
|
1806
1826
|
"theAble"
|
1807
1827
|
],
|
1828
|
+
[
|
1829
|
+
"member_modifier",
|
1830
|
+
"member_modifier"
|
1831
|
+
],
|
1808
1832
|
[
|
1809
1833
|
"modifies",
|
1810
1834
|
"verby"
|
@@ -1921,6 +1945,10 @@
|
|
1921
1945
|
"photon",
|
1922
1946
|
"theAble"
|
1923
1947
|
],
|
1948
|
+
[
|
1949
|
+
"photon",
|
1950
|
+
"torpedo_modifier"
|
1951
|
+
],
|
1924
1952
|
[
|
1925
1953
|
"photon_torpedo",
|
1926
1954
|
"adjective"
|
@@ -2113,6 +2141,10 @@
|
|
2113
2141
|
"torpedo",
|
2114
2142
|
"theAble"
|
2115
2143
|
],
|
2144
|
+
[
|
2145
|
+
"torpedo_modifier",
|
2146
|
+
"torpedo_modifier"
|
2147
|
+
],
|
2116
2148
|
[
|
2117
2149
|
"type",
|
2118
2150
|
"property"
|
@@ -2750,6 +2782,10 @@
|
|
2750
2782
|
"crew",
|
2751
2783
|
"isEder"
|
2752
2784
|
],
|
2785
|
+
[
|
2786
|
+
"crew",
|
2787
|
+
"member_modifier"
|
2788
|
+
],
|
2753
2789
|
[
|
2754
2790
|
"crew",
|
2755
2791
|
"object"
|
@@ -3066,6 +3102,10 @@
|
|
3066
3102
|
"member",
|
3067
3103
|
"theAble"
|
3068
3104
|
],
|
3105
|
+
[
|
3106
|
+
"member_modifier",
|
3107
|
+
"member_modifier"
|
3108
|
+
],
|
3069
3109
|
[
|
3070
3110
|
"modifies",
|
3071
3111
|
"verby"
|
@@ -3182,6 +3222,10 @@
|
|
3182
3222
|
"photon",
|
3183
3223
|
"theAble"
|
3184
3224
|
],
|
3225
|
+
[
|
3226
|
+
"photon",
|
3227
|
+
"torpedo_modifier"
|
3228
|
+
],
|
3185
3229
|
[
|
3186
3230
|
"photon_torpedo",
|
3187
3231
|
"adjective"
|
@@ -3374,6 +3418,10 @@
|
|
3374
3418
|
"torpedo",
|
3375
3419
|
"theAble"
|
3376
3420
|
],
|
3421
|
+
[
|
3422
|
+
"torpedo_modifier",
|
3423
|
+
"torpedo_modifier"
|
3424
|
+
],
|
3377
3425
|
[
|
3378
3426
|
"type",
|
3379
3427
|
"property"
|
@@ -4001,6 +4049,10 @@
|
|
4001
4049
|
"crew",
|
4002
4050
|
"isEder"
|
4003
4051
|
],
|
4052
|
+
[
|
4053
|
+
"crew",
|
4054
|
+
"member_modifier"
|
4055
|
+
],
|
4004
4056
|
[
|
4005
4057
|
"crew",
|
4006
4058
|
"object"
|
@@ -4317,6 +4369,10 @@
|
|
4317
4369
|
"member",
|
4318
4370
|
"theAble"
|
4319
4371
|
],
|
4372
|
+
[
|
4373
|
+
"member_modifier",
|
4374
|
+
"member_modifier"
|
4375
|
+
],
|
4320
4376
|
[
|
4321
4377
|
"modifies",
|
4322
4378
|
"verby"
|
@@ -4433,6 +4489,10 @@
|
|
4433
4489
|
"photon",
|
4434
4490
|
"theAble"
|
4435
4491
|
],
|
4492
|
+
[
|
4493
|
+
"photon",
|
4494
|
+
"torpedo_modifier"
|
4495
|
+
],
|
4436
4496
|
[
|
4437
4497
|
"photon_torpedo",
|
4438
4498
|
"adjective"
|
@@ -4625,6 +4685,10 @@
|
|
4625
4685
|
"torpedo",
|
4626
4686
|
"theAble"
|
4627
4687
|
],
|
4688
|
+
[
|
4689
|
+
"torpedo_modifier",
|
4690
|
+
"torpedo_modifier"
|
4691
|
+
],
|
4628
4692
|
[
|
4629
4693
|
"type",
|
4630
4694
|
"property"
|
@@ -5186,6 +5250,10 @@
|
|
5186
5250
|
"crew",
|
5187
5251
|
"isEder"
|
5188
5252
|
],
|
5253
|
+
[
|
5254
|
+
"crew",
|
5255
|
+
"member_modifier"
|
5256
|
+
],
|
5189
5257
|
[
|
5190
5258
|
"crew",
|
5191
5259
|
"object"
|
@@ -5534,6 +5602,10 @@
|
|
5534
5602
|
"member",
|
5535
5603
|
"theAble"
|
5536
5604
|
],
|
5605
|
+
[
|
5606
|
+
"member_modifier",
|
5607
|
+
"member_modifier"
|
5608
|
+
],
|
5537
5609
|
[
|
5538
5610
|
"modifies",
|
5539
5611
|
"verby"
|
@@ -5650,6 +5722,10 @@
|
|
5650
5722
|
"photon",
|
5651
5723
|
"theAble"
|
5652
5724
|
],
|
5725
|
+
[
|
5726
|
+
"photon",
|
5727
|
+
"torpedo_modifier"
|
5728
|
+
],
|
5653
5729
|
[
|
5654
5730
|
"photon_torpedo",
|
5655
5731
|
"adjective"
|
@@ -5842,6 +5918,10 @@
|
|
5842
5918
|
"torpedo",
|
5843
5919
|
"theAble"
|
5844
5920
|
],
|
5921
|
+
[
|
5922
|
+
"torpedo_modifier",
|
5923
|
+
"torpedo_modifier"
|
5924
|
+
],
|
5845
5925
|
[
|
5846
5926
|
"type",
|
5847
5927
|
"property"
|
@@ -6428,6 +6508,10 @@
|
|
6428
6508
|
"crew",
|
6429
6509
|
"isEder"
|
6430
6510
|
],
|
6511
|
+
[
|
6512
|
+
"crew",
|
6513
|
+
"member_modifier"
|
6514
|
+
],
|
6431
6515
|
[
|
6432
6516
|
"crew",
|
6433
6517
|
"object"
|
@@ -6780,6 +6864,10 @@
|
|
6780
6864
|
"member",
|
6781
6865
|
"theAble"
|
6782
6866
|
],
|
6867
|
+
[
|
6868
|
+
"member_modifier",
|
6869
|
+
"member_modifier"
|
6870
|
+
],
|
6783
6871
|
[
|
6784
6872
|
"modifies",
|
6785
6873
|
"verby"
|
@@ -6896,6 +6984,10 @@
|
|
6896
6984
|
"photon",
|
6897
6985
|
"theAble"
|
6898
6986
|
],
|
6987
|
+
[
|
6988
|
+
"photon",
|
6989
|
+
"torpedo_modifier"
|
6990
|
+
],
|
6899
6991
|
[
|
6900
6992
|
"photon_torpedo",
|
6901
6993
|
"adjective"
|
@@ -7088,6 +7180,10 @@
|
|
7088
7180
|
"torpedo",
|
7089
7181
|
"theAble"
|
7090
7182
|
],
|
7183
|
+
[
|
7184
|
+
"torpedo_modifier",
|
7185
|
+
"torpedo_modifier"
|
7186
|
+
],
|
7091
7187
|
[
|
7092
7188
|
"type",
|
7093
7189
|
"property"
|
@@ -7753,6 +7849,10 @@
|
|
7753
7849
|
"crew",
|
7754
7850
|
"isEder"
|
7755
7851
|
],
|
7852
|
+
[
|
7853
|
+
"crew",
|
7854
|
+
"member_modifier"
|
7855
|
+
],
|
7756
7856
|
[
|
7757
7857
|
"crew",
|
7758
7858
|
"object"
|
@@ -8105,6 +8205,10 @@
|
|
8105
8205
|
"member",
|
8106
8206
|
"theAble"
|
8107
8207
|
],
|
8208
|
+
[
|
8209
|
+
"member_modifier",
|
8210
|
+
"member_modifier"
|
8211
|
+
],
|
8108
8212
|
[
|
8109
8213
|
"modifies",
|
8110
8214
|
"verby"
|
@@ -8221,6 +8325,10 @@
|
|
8221
8325
|
"photon",
|
8222
8326
|
"theAble"
|
8223
8327
|
],
|
8328
|
+
[
|
8329
|
+
"photon",
|
8330
|
+
"torpedo_modifier"
|
8331
|
+
],
|
8224
8332
|
[
|
8225
8333
|
"photon_torpedo",
|
8226
8334
|
"adjective"
|
@@ -8413,6 +8521,10 @@
|
|
8413
8521
|
"torpedo",
|
8414
8522
|
"theAble"
|
8415
8523
|
],
|
8524
|
+
[
|
8525
|
+
"torpedo_modifier",
|
8526
|
+
"torpedo_modifier"
|
8527
|
+
],
|
8416
8528
|
[
|
8417
8529
|
"type",
|
8418
8530
|
"property"
|
@@ -9078,6 +9190,10 @@
|
|
9078
9190
|
"crew",
|
9079
9191
|
"isEder"
|
9080
9192
|
],
|
9193
|
+
[
|
9194
|
+
"crew",
|
9195
|
+
"member_modifier"
|
9196
|
+
],
|
9081
9197
|
[
|
9082
9198
|
"crew",
|
9083
9199
|
"object"
|
@@ -9430,6 +9546,10 @@
|
|
9430
9546
|
"member",
|
9431
9547
|
"theAble"
|
9432
9548
|
],
|
9549
|
+
[
|
9550
|
+
"member_modifier",
|
9551
|
+
"member_modifier"
|
9552
|
+
],
|
9433
9553
|
[
|
9434
9554
|
"modifies",
|
9435
9555
|
"verby"
|
@@ -9546,6 +9666,10 @@
|
|
9546
9666
|
"photon",
|
9547
9667
|
"theAble"
|
9548
9668
|
],
|
9669
|
+
[
|
9670
|
+
"photon",
|
9671
|
+
"torpedo_modifier"
|
9672
|
+
],
|
9549
9673
|
[
|
9550
9674
|
"photon_torpedo",
|
9551
9675
|
"adjective"
|
@@ -9738,6 +9862,10 @@
|
|
9738
9862
|
"torpedo",
|
9739
9863
|
"theAble"
|
9740
9864
|
],
|
9865
|
+
[
|
9866
|
+
"torpedo_modifier",
|
9867
|
+
"torpedo_modifier"
|
9868
|
+
],
|
9741
9869
|
[
|
9742
9870
|
"type",
|
9743
9871
|
"property"
|
@@ -10393,6 +10521,10 @@
|
|
10393
10521
|
"crew",
|
10394
10522
|
"isEder"
|
10395
10523
|
],
|
10524
|
+
[
|
10525
|
+
"crew",
|
10526
|
+
"member_modifier"
|
10527
|
+
],
|
10396
10528
|
[
|
10397
10529
|
"crew",
|
10398
10530
|
"object"
|
@@ -10745,6 +10877,10 @@
|
|
10745
10877
|
"member",
|
10746
10878
|
"theAble"
|
10747
10879
|
],
|
10880
|
+
[
|
10881
|
+
"member_modifier",
|
10882
|
+
"member_modifier"
|
10883
|
+
],
|
10748
10884
|
[
|
10749
10885
|
"modifies",
|
10750
10886
|
"verby"
|
@@ -10861,6 +10997,10 @@
|
|
10861
10997
|
"photon",
|
10862
10998
|
"theAble"
|
10863
10999
|
],
|
11000
|
+
[
|
11001
|
+
"photon",
|
11002
|
+
"torpedo_modifier"
|
11003
|
+
],
|
10864
11004
|
[
|
10865
11005
|
"photon_torpedo",
|
10866
11006
|
"adjective"
|
@@ -11053,6 +11193,10 @@
|
|
11053
11193
|
"torpedo",
|
11054
11194
|
"theAble"
|
11055
11195
|
],
|
11196
|
+
[
|
11197
|
+
"torpedo_modifier",
|
11198
|
+
"torpedo_modifier"
|
11199
|
+
],
|
11056
11200
|
[
|
11057
11201
|
"type",
|
11058
11202
|
"property"
|
@@ -11614,6 +11758,10 @@
|
|
11614
11758
|
"crew",
|
11615
11759
|
"isEder"
|
11616
11760
|
],
|
11761
|
+
[
|
11762
|
+
"crew",
|
11763
|
+
"member_modifier"
|
11764
|
+
],
|
11617
11765
|
[
|
11618
11766
|
"crew",
|
11619
11767
|
"object"
|
@@ -11994,6 +12142,10 @@
|
|
11994
12142
|
"member",
|
11995
12143
|
"theAble"
|
11996
12144
|
],
|
12145
|
+
[
|
12146
|
+
"member_modifier",
|
12147
|
+
"member_modifier"
|
12148
|
+
],
|
11997
12149
|
[
|
11998
12150
|
"modifies",
|
11999
12151
|
"verby"
|
@@ -12110,6 +12262,10 @@
|
|
12110
12262
|
"photon",
|
12111
12263
|
"theAble"
|
12112
12264
|
],
|
12265
|
+
[
|
12266
|
+
"photon",
|
12267
|
+
"torpedo_modifier"
|
12268
|
+
],
|
12113
12269
|
[
|
12114
12270
|
"photon_torpedo",
|
12115
12271
|
"adjective"
|
@@ -12334,6 +12490,10 @@
|
|
12334
12490
|
"torpedo",
|
12335
12491
|
"theAble"
|
12336
12492
|
],
|
12493
|
+
[
|
12494
|
+
"torpedo_modifier",
|
12495
|
+
"torpedo_modifier"
|
12496
|
+
],
|
12337
12497
|
[
|
12338
12498
|
"type",
|
12339
12499
|
"property"
|
@@ -12920,6 +13080,10 @@
|
|
12920
13080
|
"crew",
|
12921
13081
|
"isEder"
|
12922
13082
|
],
|
13083
|
+
[
|
13084
|
+
"crew",
|
13085
|
+
"member_modifier"
|
13086
|
+
],
|
12923
13087
|
[
|
12924
13088
|
"crew",
|
12925
13089
|
"object"
|
@@ -13300,6 +13464,10 @@
|
|
13300
13464
|
"member",
|
13301
13465
|
"theAble"
|
13302
13466
|
],
|
13467
|
+
[
|
13468
|
+
"member_modifier",
|
13469
|
+
"member_modifier"
|
13470
|
+
],
|
13303
13471
|
[
|
13304
13472
|
"modifies",
|
13305
13473
|
"verby"
|
@@ -13416,6 +13584,10 @@
|
|
13416
13584
|
"photon",
|
13417
13585
|
"theAble"
|
13418
13586
|
],
|
13587
|
+
[
|
13588
|
+
"photon",
|
13589
|
+
"torpedo_modifier"
|
13590
|
+
],
|
13419
13591
|
[
|
13420
13592
|
"photon_torpedo",
|
13421
13593
|
"adjective"
|
@@ -13644,6 +13816,10 @@
|
|
13644
13816
|
"torpedo",
|
13645
13817
|
"theAble"
|
13646
13818
|
],
|
13819
|
+
[
|
13820
|
+
"torpedo_modifier",
|
13821
|
+
"torpedo_modifier"
|
13822
|
+
],
|
13647
13823
|
[
|
13648
13824
|
"type",
|
13649
13825
|
"property"
|
@@ -14329,6 +14505,10 @@
|
|
14329
14505
|
"crew",
|
14330
14506
|
"isEder"
|
14331
14507
|
],
|
14508
|
+
[
|
14509
|
+
"crew",
|
14510
|
+
"member_modifier"
|
14511
|
+
],
|
14332
14512
|
[
|
14333
14513
|
"crew",
|
14334
14514
|
"object"
|
@@ -14709,6 +14889,10 @@
|
|
14709
14889
|
"member",
|
14710
14890
|
"theAble"
|
14711
14891
|
],
|
14892
|
+
[
|
14893
|
+
"member_modifier",
|
14894
|
+
"member_modifier"
|
14895
|
+
],
|
14712
14896
|
[
|
14713
14897
|
"modifies",
|
14714
14898
|
"verby"
|
@@ -14825,6 +15009,10 @@
|
|
14825
15009
|
"photon",
|
14826
15010
|
"theAble"
|
14827
15011
|
],
|
15012
|
+
[
|
15013
|
+
"photon",
|
15014
|
+
"torpedo_modifier"
|
15015
|
+
],
|
14828
15016
|
[
|
14829
15017
|
"photon_torpedo",
|
14830
15018
|
"adjective"
|
@@ -15053,6 +15241,10 @@
|
|
15053
15241
|
"torpedo",
|
15054
15242
|
"theAble"
|
15055
15243
|
],
|
15244
|
+
[
|
15245
|
+
"torpedo_modifier",
|
15246
|
+
"torpedo_modifier"
|
15247
|
+
],
|
15056
15248
|
[
|
15057
15249
|
"type",
|
15058
15250
|
"property"
|
@@ -15718,6 +15910,10 @@
|
|
15718
15910
|
"crew",
|
15719
15911
|
"isEder"
|
15720
15912
|
],
|
15913
|
+
[
|
15914
|
+
"crew",
|
15915
|
+
"member_modifier"
|
15916
|
+
],
|
15721
15917
|
[
|
15722
15918
|
"crew",
|
15723
15919
|
"object"
|
@@ -16098,6 +16294,10 @@
|
|
16098
16294
|
"member",
|
16099
16295
|
"theAble"
|
16100
16296
|
],
|
16297
|
+
[
|
16298
|
+
"member_modifier",
|
16299
|
+
"member_modifier"
|
16300
|
+
],
|
16101
16301
|
[
|
16102
16302
|
"modifies",
|
16103
16303
|
"verby"
|
@@ -16214,6 +16414,10 @@
|
|
16214
16414
|
"photon",
|
16215
16415
|
"theAble"
|
16216
16416
|
],
|
16417
|
+
[
|
16418
|
+
"photon",
|
16419
|
+
"torpedo_modifier"
|
16420
|
+
],
|
16217
16421
|
[
|
16218
16422
|
"photon_torpedo",
|
16219
16423
|
"adjective"
|
@@ -16442,6 +16646,10 @@
|
|
16442
16646
|
"torpedo",
|
16443
16647
|
"theAble"
|
16444
16648
|
],
|
16649
|
+
[
|
16650
|
+
"torpedo_modifier",
|
16651
|
+
"torpedo_modifier"
|
16652
|
+
],
|
16445
16653
|
[
|
16446
16654
|
"type",
|
16447
16655
|
"property"
|
@@ -17097,6 +17305,10 @@
|
|
17097
17305
|
"crew",
|
17098
17306
|
"isEder"
|
17099
17307
|
],
|
17308
|
+
[
|
17309
|
+
"crew",
|
17310
|
+
"member_modifier"
|
17311
|
+
],
|
17100
17312
|
[
|
17101
17313
|
"crew",
|
17102
17314
|
"object"
|
@@ -17477,6 +17689,10 @@
|
|
17477
17689
|
"member",
|
17478
17690
|
"theAble"
|
17479
17691
|
],
|
17692
|
+
[
|
17693
|
+
"member_modifier",
|
17694
|
+
"member_modifier"
|
17695
|
+
],
|
17480
17696
|
[
|
17481
17697
|
"modifies",
|
17482
17698
|
"verby"
|
@@ -17593,6 +17809,10 @@
|
|
17593
17809
|
"photon",
|
17594
17810
|
"theAble"
|
17595
17811
|
],
|
17812
|
+
[
|
17813
|
+
"photon",
|
17814
|
+
"torpedo_modifier"
|
17815
|
+
],
|
17596
17816
|
[
|
17597
17817
|
"photon_torpedo",
|
17598
17818
|
"adjective"
|
@@ -17821,6 +18041,10 @@
|
|
17821
18041
|
"torpedo",
|
17822
18042
|
"theAble"
|
17823
18043
|
],
|
18044
|
+
[
|
18045
|
+
"torpedo_modifier",
|
18046
|
+
"torpedo_modifier"
|
18047
|
+
],
|
17824
18048
|
[
|
17825
18049
|
"type",
|
17826
18050
|
"property"
|
@@ -18426,6 +18650,10 @@
|
|
18426
18650
|
"crew",
|
18427
18651
|
"isEder"
|
18428
18652
|
],
|
18653
|
+
[
|
18654
|
+
"crew",
|
18655
|
+
"member_modifier"
|
18656
|
+
],
|
18429
18657
|
[
|
18430
18658
|
"crew",
|
18431
18659
|
"object"
|
@@ -18838,6 +19066,10 @@
|
|
18838
19066
|
"member",
|
18839
19067
|
"theAble"
|
18840
19068
|
],
|
19069
|
+
[
|
19070
|
+
"member_modifier",
|
19071
|
+
"member_modifier"
|
19072
|
+
],
|
18841
19073
|
[
|
18842
19074
|
"modifies",
|
18843
19075
|
"verby"
|
@@ -18954,6 +19186,10 @@
|
|
18954
19186
|
"photon",
|
18955
19187
|
"theAble"
|
18956
19188
|
],
|
19189
|
+
[
|
19190
|
+
"photon",
|
19191
|
+
"torpedo_modifier"
|
19192
|
+
],
|
18957
19193
|
[
|
18958
19194
|
"photon_torpedo",
|
18959
19195
|
"adjective"
|
@@ -19182,6 +19418,10 @@
|
|
19182
19418
|
"torpedo",
|
19183
19419
|
"theAble"
|
19184
19420
|
],
|
19421
|
+
[
|
19422
|
+
"torpedo_modifier",
|
19423
|
+
"torpedo_modifier"
|
19424
|
+
],
|
19185
19425
|
[
|
19186
19426
|
"type",
|
19187
19427
|
"property"
|
@@ -19727,6 +19967,10 @@
|
|
19727
19967
|
"crew",
|
19728
19968
|
"isEder"
|
19729
19969
|
],
|
19970
|
+
[
|
19971
|
+
"crew",
|
19972
|
+
"member_modifier"
|
19973
|
+
],
|
19730
19974
|
[
|
19731
19975
|
"crew",
|
19732
19976
|
"object"
|
@@ -20143,6 +20387,10 @@
|
|
20143
20387
|
"member",
|
20144
20388
|
"theAble"
|
20145
20389
|
],
|
20390
|
+
[
|
20391
|
+
"member_modifier",
|
20392
|
+
"member_modifier"
|
20393
|
+
],
|
20146
20394
|
[
|
20147
20395
|
"modifies",
|
20148
20396
|
"verby"
|
@@ -20259,6 +20507,10 @@
|
|
20259
20507
|
"photon",
|
20260
20508
|
"theAble"
|
20261
20509
|
],
|
20510
|
+
[
|
20511
|
+
"photon",
|
20512
|
+
"torpedo_modifier"
|
20513
|
+
],
|
20262
20514
|
[
|
20263
20515
|
"photon_torpedo",
|
20264
20516
|
"adjective"
|
@@ -20487,6 +20739,10 @@
|
|
20487
20739
|
"torpedo",
|
20488
20740
|
"theAble"
|
20489
20741
|
],
|
20742
|
+
[
|
20743
|
+
"torpedo_modifier",
|
20744
|
+
"torpedo_modifier"
|
20745
|
+
],
|
20490
20746
|
[
|
20491
20747
|
"type",
|
20492
20748
|
"property"
|
@@ -20996,24 +21252,6 @@
|
|
20996
21252
|
1
|
20997
21253
|
]
|
20998
21254
|
],
|
20999
|
-
[
|
21000
|
-
[
|
21001
|
-
"is",
|
21002
|
-
0
|
21003
|
-
],
|
21004
|
-
[
|
21005
|
-
"propertyOf",
|
21006
|
-
0
|
21007
|
-
],
|
21008
|
-
[
|
21009
|
-
"the",
|
21010
|
-
0
|
21011
|
-
],
|
21012
|
-
[
|
21013
|
-
"unknown",
|
21014
|
-
1
|
21015
|
-
]
|
21016
|
-
],
|
21017
21255
|
[
|
21018
21256
|
[
|
21019
21257
|
"is",
|
@@ -21303,6 +21541,10 @@
|
|
21303
21541
|
"crew",
|
21304
21542
|
"isEder"
|
21305
21543
|
],
|
21544
|
+
[
|
21545
|
+
"crew",
|
21546
|
+
"member_modifier"
|
21547
|
+
],
|
21306
21548
|
[
|
21307
21549
|
"crew",
|
21308
21550
|
"object"
|
@@ -21719,6 +21961,10 @@
|
|
21719
21961
|
"member",
|
21720
21962
|
"theAble"
|
21721
21963
|
],
|
21964
|
+
[
|
21965
|
+
"member_modifier",
|
21966
|
+
"member_modifier"
|
21967
|
+
],
|
21722
21968
|
[
|
21723
21969
|
"modifies",
|
21724
21970
|
"verby"
|
@@ -21835,6 +22081,10 @@
|
|
21835
22081
|
"photon",
|
21836
22082
|
"theAble"
|
21837
22083
|
],
|
22084
|
+
[
|
22085
|
+
"photon",
|
22086
|
+
"torpedo_modifier"
|
22087
|
+
],
|
21838
22088
|
[
|
21839
22089
|
"photon_torpedo",
|
21840
22090
|
"adjective"
|
@@ -22063,6 +22313,10 @@
|
|
22063
22313
|
"torpedo",
|
22064
22314
|
"theAble"
|
22065
22315
|
],
|
22316
|
+
[
|
22317
|
+
"torpedo_modifier",
|
22318
|
+
"torpedo_modifier"
|
22319
|
+
],
|
22066
22320
|
[
|
22067
22321
|
"type",
|
22068
22322
|
"property"
|
@@ -22686,24 +22940,6 @@
|
|
22686
22940
|
1
|
22687
22941
|
]
|
22688
22942
|
],
|
22689
|
-
[
|
22690
|
-
[
|
22691
|
-
"is",
|
22692
|
-
0
|
22693
|
-
],
|
22694
|
-
[
|
22695
|
-
"propertyOf",
|
22696
|
-
0
|
22697
|
-
],
|
22698
|
-
[
|
22699
|
-
"the",
|
22700
|
-
0
|
22701
|
-
],
|
22702
|
-
[
|
22703
|
-
"unknown",
|
22704
|
-
1
|
22705
|
-
]
|
22706
|
-
],
|
22707
22943
|
[
|
22708
22944
|
[
|
22709
22945
|
"is",
|
@@ -22979,6 +23215,10 @@
|
|
22979
23215
|
"crew",
|
22980
23216
|
"isEder"
|
22981
23217
|
],
|
23218
|
+
[
|
23219
|
+
"crew",
|
23220
|
+
"member_modifier"
|
23221
|
+
],
|
22982
23222
|
[
|
22983
23223
|
"crew",
|
22984
23224
|
"object"
|
@@ -23395,6 +23635,10 @@
|
|
23395
23635
|
"member",
|
23396
23636
|
"theAble"
|
23397
23637
|
],
|
23638
|
+
[
|
23639
|
+
"member_modifier",
|
23640
|
+
"member_modifier"
|
23641
|
+
],
|
23398
23642
|
[
|
23399
23643
|
"modifies",
|
23400
23644
|
"verby"
|
@@ -23511,6 +23755,10 @@
|
|
23511
23755
|
"photon",
|
23512
23756
|
"theAble"
|
23513
23757
|
],
|
23758
|
+
[
|
23759
|
+
"photon",
|
23760
|
+
"torpedo_modifier"
|
23761
|
+
],
|
23514
23762
|
[
|
23515
23763
|
"photon_torpedo",
|
23516
23764
|
"adjective"
|
@@ -23739,6 +23987,10 @@
|
|
23739
23987
|
"torpedo",
|
23740
23988
|
"theAble"
|
23741
23989
|
],
|
23990
|
+
[
|
23991
|
+
"torpedo_modifier",
|
23992
|
+
"torpedo_modifier"
|
23993
|
+
],
|
23742
23994
|
[
|
23743
23995
|
"type",
|
23744
23996
|
"property"
|
@@ -24236,6 +24488,10 @@
|
|
24236
24488
|
"crew",
|
24237
24489
|
"isEder"
|
24238
24490
|
],
|
24491
|
+
[
|
24492
|
+
"crew",
|
24493
|
+
"member_modifier"
|
24494
|
+
],
|
24239
24495
|
[
|
24240
24496
|
"crew",
|
24241
24497
|
"object"
|
@@ -24652,6 +24908,10 @@
|
|
24652
24908
|
"member",
|
24653
24909
|
"theAble"
|
24654
24910
|
],
|
24911
|
+
[
|
24912
|
+
"member_modifier",
|
24913
|
+
"member_modifier"
|
24914
|
+
],
|
24655
24915
|
[
|
24656
24916
|
"modifies",
|
24657
24917
|
"verby"
|
@@ -24800,6 +25060,10 @@
|
|
24800
25060
|
"photon",
|
24801
25061
|
"theAble"
|
24802
25062
|
],
|
25063
|
+
[
|
25064
|
+
"photon",
|
25065
|
+
"torpedo_modifier"
|
25066
|
+
],
|
24803
25067
|
[
|
24804
25068
|
"photon_torpedo",
|
24805
25069
|
"adjective"
|
@@ -25028,6 +25292,10 @@
|
|
25028
25292
|
"torpedo",
|
25029
25293
|
"theAble"
|
25030
25294
|
],
|
25295
|
+
[
|
25296
|
+
"torpedo_modifier",
|
25297
|
+
"torpedo_modifier"
|
25298
|
+
],
|
25031
25299
|
[
|
25032
25300
|
"type",
|
25033
25301
|
"property"
|
@@ -25528,6 +25796,10 @@
|
|
25528
25796
|
"crew",
|
25529
25797
|
"isEder"
|
25530
25798
|
],
|
25799
|
+
[
|
25800
|
+
"crew",
|
25801
|
+
"member_modifier"
|
25802
|
+
],
|
25531
25803
|
[
|
25532
25804
|
"crew",
|
25533
25805
|
"object"
|
@@ -25944,6 +26216,10 @@
|
|
25944
26216
|
"member",
|
25945
26217
|
"theAble"
|
25946
26218
|
],
|
26219
|
+
[
|
26220
|
+
"member_modifier",
|
26221
|
+
"member_modifier"
|
26222
|
+
],
|
25947
26223
|
[
|
25948
26224
|
"modifies",
|
25949
26225
|
"verby"
|
@@ -26092,6 +26368,10 @@
|
|
26092
26368
|
"photon",
|
26093
26369
|
"theAble"
|
26094
26370
|
],
|
26371
|
+
[
|
26372
|
+
"photon",
|
26373
|
+
"torpedo_modifier"
|
26374
|
+
],
|
26095
26375
|
[
|
26096
26376
|
"photon_torpedo",
|
26097
26377
|
"adjective"
|
@@ -26324,6 +26604,10 @@
|
|
26324
26604
|
"torpedo",
|
26325
26605
|
"weapon"
|
26326
26606
|
],
|
26607
|
+
[
|
26608
|
+
"torpedo_modifier",
|
26609
|
+
"torpedo_modifier"
|
26610
|
+
],
|
26327
26611
|
[
|
26328
26612
|
"type",
|
26329
26613
|
"property"
|
@@ -26810,6 +27094,10 @@
|
|
26810
27094
|
"crew",
|
26811
27095
|
"isEder"
|
26812
27096
|
],
|
27097
|
+
[
|
27098
|
+
"crew",
|
27099
|
+
"member_modifier"
|
27100
|
+
],
|
26813
27101
|
[
|
26814
27102
|
"crew",
|
26815
27103
|
"object"
|
@@ -27226,6 +27514,10 @@
|
|
27226
27514
|
"member",
|
27227
27515
|
"theAble"
|
27228
27516
|
],
|
27517
|
+
[
|
27518
|
+
"member_modifier",
|
27519
|
+
"member_modifier"
|
27520
|
+
],
|
27229
27521
|
[
|
27230
27522
|
"modifies",
|
27231
27523
|
"verby"
|
@@ -27374,6 +27666,10 @@
|
|
27374
27666
|
"photon",
|
27375
27667
|
"theAble"
|
27376
27668
|
],
|
27669
|
+
[
|
27670
|
+
"photon",
|
27671
|
+
"torpedo_modifier"
|
27672
|
+
],
|
27377
27673
|
[
|
27378
27674
|
"photon_torpedo",
|
27379
27675
|
"adjective"
|
@@ -27606,6 +27902,10 @@
|
|
27606
27902
|
"torpedo",
|
27607
27903
|
"weapon"
|
27608
27904
|
],
|
27905
|
+
[
|
27906
|
+
"torpedo_modifier",
|
27907
|
+
"torpedo_modifier"
|
27908
|
+
],
|
27609
27909
|
[
|
27610
27910
|
"type",
|
27611
27911
|
"property"
|
@@ -28092,6 +28392,10 @@
|
|
28092
28392
|
"crew",
|
28093
28393
|
"isEder"
|
28094
28394
|
],
|
28395
|
+
[
|
28396
|
+
"crew",
|
28397
|
+
"member_modifier"
|
28398
|
+
],
|
28095
28399
|
[
|
28096
28400
|
"crew",
|
28097
28401
|
"object"
|
@@ -28508,6 +28812,10 @@
|
|
28508
28812
|
"member",
|
28509
28813
|
"theAble"
|
28510
28814
|
],
|
28815
|
+
[
|
28816
|
+
"member_modifier",
|
28817
|
+
"member_modifier"
|
28818
|
+
],
|
28511
28819
|
[
|
28512
28820
|
"modifies",
|
28513
28821
|
"verby"
|
@@ -28656,6 +28964,10 @@
|
|
28656
28964
|
"photon",
|
28657
28965
|
"theAble"
|
28658
28966
|
],
|
28967
|
+
[
|
28968
|
+
"photon",
|
28969
|
+
"torpedo_modifier"
|
28970
|
+
],
|
28659
28971
|
[
|
28660
28972
|
"photon_torpedo",
|
28661
28973
|
"adjective"
|
@@ -28888,6 +29200,10 @@
|
|
28888
29200
|
"torpedo",
|
28889
29201
|
"weapon"
|
28890
29202
|
],
|
29203
|
+
[
|
29204
|
+
"torpedo_modifier",
|
29205
|
+
"torpedo_modifier"
|
29206
|
+
],
|
28891
29207
|
[
|
28892
29208
|
"type",
|
28893
29209
|
"property"
|
@@ -29374,6 +29690,10 @@
|
|
29374
29690
|
"crew",
|
29375
29691
|
"isEder"
|
29376
29692
|
],
|
29693
|
+
[
|
29694
|
+
"crew",
|
29695
|
+
"member_modifier"
|
29696
|
+
],
|
29377
29697
|
[
|
29378
29698
|
"crew",
|
29379
29699
|
"object"
|
@@ -29790,6 +30110,10 @@
|
|
29790
30110
|
"member",
|
29791
30111
|
"theAble"
|
29792
30112
|
],
|
30113
|
+
[
|
30114
|
+
"member_modifier",
|
30115
|
+
"member_modifier"
|
30116
|
+
],
|
29793
30117
|
[
|
29794
30118
|
"modifies",
|
29795
30119
|
"verby"
|
@@ -29938,6 +30262,10 @@
|
|
29938
30262
|
"photon",
|
29939
30263
|
"theAble"
|
29940
30264
|
],
|
30265
|
+
[
|
30266
|
+
"photon",
|
30267
|
+
"torpedo_modifier"
|
30268
|
+
],
|
29941
30269
|
[
|
29942
30270
|
"photon_torpedo",
|
29943
30271
|
"adjective"
|
@@ -30170,6 +30498,10 @@
|
|
30170
30498
|
"torpedo",
|
30171
30499
|
"weapon"
|
30172
30500
|
],
|
30501
|
+
[
|
30502
|
+
"torpedo_modifier",
|
30503
|
+
"torpedo_modifier"
|
30504
|
+
],
|
30173
30505
|
[
|
30174
30506
|
"type",
|
30175
30507
|
"property"
|
@@ -30942,32 +31274,6 @@
|
|
30942
31274
|
1
|
30943
31275
|
]
|
30944
31276
|
],
|
30945
|
-
[
|
30946
|
-
[
|
30947
|
-
"arm",
|
30948
|
-
0
|
30949
|
-
],
|
30950
|
-
[
|
30951
|
-
"is",
|
30952
|
-
0
|
30953
|
-
],
|
30954
|
-
[
|
30955
|
-
"means",
|
30956
|
-
0
|
30957
|
-
],
|
30958
|
-
[
|
30959
|
-
"propertyOf",
|
30960
|
-
0
|
30961
|
-
],
|
30962
|
-
[
|
30963
|
-
"the",
|
30964
|
-
0
|
30965
|
-
],
|
30966
|
-
[
|
30967
|
-
"unknown",
|
30968
|
-
1
|
30969
|
-
]
|
30970
|
-
],
|
30971
31277
|
[
|
30972
31278
|
[
|
30973
31279
|
"arm",
|
@@ -31309,6 +31615,10 @@
|
|
31309
31615
|
"crew",
|
31310
31616
|
"isEder"
|
31311
31617
|
],
|
31618
|
+
[
|
31619
|
+
"crew",
|
31620
|
+
"member_modifier"
|
31621
|
+
],
|
31312
31622
|
[
|
31313
31623
|
"crew",
|
31314
31624
|
"object"
|
@@ -31725,6 +32035,10 @@
|
|
31725
32035
|
"member",
|
31726
32036
|
"theAble"
|
31727
32037
|
],
|
32038
|
+
[
|
32039
|
+
"member_modifier",
|
32040
|
+
"member_modifier"
|
32041
|
+
],
|
31728
32042
|
[
|
31729
32043
|
"modifies",
|
31730
32044
|
"verby"
|
@@ -31873,6 +32187,10 @@
|
|
31873
32187
|
"photon",
|
31874
32188
|
"theAble"
|
31875
32189
|
],
|
32190
|
+
[
|
32191
|
+
"photon",
|
32192
|
+
"torpedo_modifier"
|
32193
|
+
],
|
31876
32194
|
[
|
31877
32195
|
"photon_torpedo",
|
31878
32196
|
"adjective"
|
@@ -32105,6 +32423,10 @@
|
|
32105
32423
|
"torpedo",
|
32106
32424
|
"weapon"
|
32107
32425
|
],
|
32426
|
+
[
|
32427
|
+
"torpedo_modifier",
|
32428
|
+
"torpedo_modifier"
|
32429
|
+
],
|
32108
32430
|
[
|
32109
32431
|
"type",
|
32110
32432
|
"property"
|
@@ -32917,70 +33239,6 @@
|
|
32917
33239
|
1
|
32918
33240
|
]
|
32919
33241
|
],
|
32920
|
-
[
|
32921
|
-
[
|
32922
|
-
"disarm",
|
32923
|
-
0
|
32924
|
-
],
|
32925
|
-
[
|
32926
|
-
"is",
|
32927
|
-
0
|
32928
|
-
],
|
32929
|
-
[
|
32930
|
-
"means",
|
32931
|
-
0
|
32932
|
-
],
|
32933
|
-
[
|
32934
|
-
"not",
|
32935
|
-
0
|
32936
|
-
],
|
32937
|
-
[
|
32938
|
-
"propertyOf",
|
32939
|
-
0
|
32940
|
-
],
|
32941
|
-
[
|
32942
|
-
"the",
|
32943
|
-
0
|
32944
|
-
],
|
32945
|
-
[
|
32946
|
-
"unknown",
|
32947
|
-
0
|
32948
|
-
],
|
32949
|
-
[
|
32950
|
-
"unknown",
|
32951
|
-
1
|
32952
|
-
]
|
32953
|
-
],
|
32954
|
-
[
|
32955
|
-
[
|
32956
|
-
"disarm",
|
32957
|
-
0
|
32958
|
-
],
|
32959
|
-
[
|
32960
|
-
"is",
|
32961
|
-
0
|
32962
|
-
],
|
32963
|
-
[
|
32964
|
-
"means",
|
32965
|
-
0
|
32966
|
-
],
|
32967
|
-
[
|
32968
|
-
"not",
|
32969
|
-
0
|
32970
|
-
],
|
32971
|
-
[
|
32972
|
-
"propertyOf",
|
32973
|
-
0
|
32974
|
-
],
|
32975
|
-
[
|
32976
|
-
"the",
|
32977
|
-
0
|
32978
|
-
],
|
32979
|
-
[
|
32980
|
-
"unknown",
|
32981
|
-
1
|
32982
|
-
]
|
32983
|
-
],
|
32984
33242
|
[
|
32985
33243
|
[
|
32986
33244
|
"disarm",
|
@@ -33530,32 +33788,6 @@
|
|
33530
33788
|
1
|
33531
33789
|
]
|
33532
33790
|
],
|
33533
|
-
[
|
33534
|
-
[
|
33535
|
-
"arm",
|
33536
|
-
0
|
33537
|
-
],
|
33538
|
-
[
|
33539
|
-
"is",
|
33540
|
-
0
|
33541
|
-
],
|
33542
|
-
[
|
33543
|
-
"means",
|
33544
|
-
0
|
33545
|
-
],
|
33546
|
-
[
|
33547
|
-
"propertyOf",
|
33548
|
-
0
|
33549
|
-
],
|
33550
|
-
[
|
33551
|
-
"the",
|
33552
|
-
0
|
33553
|
-
],
|
33554
|
-
[
|
33555
|
-
"unknown",
|
33556
|
-
1
|
33557
|
-
]
|
33558
|
-
],
|
33559
33791
|
[
|
33560
33792
|
[
|
33561
33793
|
"arm",
|
@@ -33664,70 +33896,6 @@
|
|
33664
33896
|
1
|
33665
33897
|
]
|
33666
33898
|
],
|
33667
|
-
[
|
33668
|
-
[
|
33669
|
-
"disarm",
|
33670
|
-
0
|
33671
|
-
],
|
33672
|
-
[
|
33673
|
-
"is",
|
33674
|
-
0
|
33675
|
-
],
|
33676
|
-
[
|
33677
|
-
"means",
|
33678
|
-
0
|
33679
|
-
],
|
33680
|
-
[
|
33681
|
-
"not",
|
33682
|
-
0
|
33683
|
-
],
|
33684
|
-
[
|
33685
|
-
"propertyOf",
|
33686
|
-
0
|
33687
|
-
],
|
33688
|
-
[
|
33689
|
-
"the",
|
33690
|
-
0
|
33691
|
-
],
|
33692
|
-
[
|
33693
|
-
"unknown",
|
33694
|
-
0
|
33695
|
-
],
|
33696
|
-
[
|
33697
|
-
"unknown",
|
33698
|
-
1
|
33699
|
-
]
|
33700
|
-
],
|
33701
|
-
[
|
33702
|
-
[
|
33703
|
-
"disarm",
|
33704
|
-
0
|
33705
|
-
],
|
33706
|
-
[
|
33707
|
-
"is",
|
33708
|
-
0
|
33709
|
-
],
|
33710
|
-
[
|
33711
|
-
"means",
|
33712
|
-
0
|
33713
|
-
],
|
33714
|
-
[
|
33715
|
-
"not",
|
33716
|
-
0
|
33717
|
-
],
|
33718
|
-
[
|
33719
|
-
"propertyOf",
|
33720
|
-
0
|
33721
|
-
],
|
33722
|
-
[
|
33723
|
-
"the",
|
33724
|
-
0
|
33725
|
-
],
|
33726
|
-
[
|
33727
|
-
"unknown",
|
33728
|
-
1
|
33729
|
-
]
|
33730
|
-
],
|
33731
33899
|
[
|
33732
33900
|
[
|
33733
33901
|
"disarm",
|
@@ -34716,42 +34884,6 @@
|
|
34716
34884
|
1
|
34717
34885
|
]
|
34718
34886
|
],
|
34719
|
-
[
|
34720
|
-
[
|
34721
|
-
"is",
|
34722
|
-
0
|
34723
|
-
],
|
34724
|
-
[
|
34725
|
-
"propertyOf",
|
34726
|
-
0
|
34727
|
-
],
|
34728
|
-
[
|
34729
|
-
"the",
|
34730
|
-
0
|
34731
|
-
],
|
34732
|
-
[
|
34733
|
-
"unknown",
|
34734
|
-
1
|
34735
|
-
]
|
34736
|
-
],
|
34737
|
-
[
|
34738
|
-
[
|
34739
|
-
"is",
|
34740
|
-
0
|
34741
|
-
],
|
34742
|
-
[
|
34743
|
-
"propertyOf",
|
34744
|
-
0
|
34745
|
-
],
|
34746
|
-
[
|
34747
|
-
"the",
|
34748
|
-
0
|
34749
|
-
],
|
34750
|
-
[
|
34751
|
-
"unknown",
|
34752
|
-
1
|
34753
|
-
]
|
34754
|
-
],
|
34755
34887
|
[
|
34756
34888
|
[
|
34757
34889
|
"is",
|