sc2ai 0.7.0 → 0.8.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.
- checksums.yaml +4 -4
- data/data/data.json +1 -1
- data/data/data_readable.json +482 -22
- data/data/setup/setup.SC2Replay +0 -0
- data/data/stableid.json +297 -2321
- data/data/versions.json +17 -6
- data/docker_build/Dockerfile.ruby +1 -1
- data/lib/sc2ai/api/ability_id.rb +38 -2
- data/lib/sc2ai/api/buff_id.rb +5 -7
- data/lib/sc2ai/api/tech_tree_data.rb +3 -10
- data/lib/sc2ai/api/unit_type_id.rb +21 -47
- data/lib/sc2ai/cli/cli.rb +19 -11
- data/lib/sc2ai/cli/new.rb +6 -3
- data/lib/sc2ai/connection/requests.rb +7 -2
- data/lib/sc2ai/connection.rb +14 -5
- data/lib/sc2ai/local_play/client/configurable_options.rb +1 -1
- data/lib/sc2ai/local_play/client.rb +27 -21
- data/lib/sc2ai/local_play/client_manager.rb +1 -0
- data/lib/sc2ai/local_play/map_file.rb +3 -0
- data/lib/sc2ai/player/actions.rb +55 -0
- data/lib/sc2ai/player/game_state.rb +1 -0
- data/lib/sc2ai/player/geo.rb +3 -3
- data/lib/sc2ai/player/units.rb +3 -12
- data/lib/sc2ai/player.rb +23 -36
- data/lib/sc2ai/ports.rb +15 -3
- data/lib/sc2ai/protocol/extensions/position.rb +15 -3
- data/lib/sc2ai/protocol/extensions/unit.rb +64 -19
- data/lib/sc2ai/step_timer.rb +134 -0
- data/lib/sc2ai/unit_group/action_ext.rb +1 -1
- data/lib/sc2ai/unit_group/filter_ext.rb +152 -10
- data/lib/sc2ai/unit_group.rb +4 -4
- data/lib/sc2ai/version.rb +1 -1
- data/lib/sc2ai.rb +3 -4
- data/lib/templates/new/run_example_match.rb.tt +1 -1
- data/sig/sc2ai.rbs +336 -174
- metadata +35 -71
data/data/stableid.json
CHANGED
@@ -8042,190 +8042,86 @@
|
|
8042
8042
|
},
|
8043
8043
|
{
|
8044
8044
|
"id": 2010,
|
8045
|
-
"name": "TrooperMengskACGluescreenDummy"
|
8046
|
-
},
|
8047
|
-
{
|
8048
|
-
"id": 2011,
|
8049
|
-
"name": "MedivacMengskACGluescreenDummy"
|
8050
|
-
},
|
8051
|
-
{
|
8052
|
-
"id": 2012,
|
8053
|
-
"name": "BlimpMengskACGluescreenDummy"
|
8054
|
-
},
|
8055
|
-
{
|
8056
|
-
"id": 2013,
|
8057
|
-
"name": "MarauderMengskACGluescreenDummy"
|
8058
|
-
},
|
8059
|
-
{
|
8060
|
-
"id": 2014,
|
8061
|
-
"name": "GhostMengskACGluescreenDummy"
|
8062
|
-
},
|
8063
|
-
{
|
8064
|
-
"id": 2015,
|
8065
|
-
"name": "SiegeTankMengskACGluescreenDummy"
|
8066
|
-
},
|
8067
|
-
{
|
8068
|
-
"id": 2016,
|
8069
|
-
"name": "ThorMengskACGluescreenDummy"
|
8070
|
-
},
|
8071
|
-
{
|
8072
|
-
"id": 2017,
|
8073
|
-
"name": "VikingMengskACGluescreenDummy"
|
8074
|
-
},
|
8075
|
-
{
|
8076
|
-
"id": 2018,
|
8077
|
-
"name": "BattlecruiserMengskACGluescreenDummy"
|
8078
|
-
},
|
8079
|
-
{
|
8080
|
-
"id": 2019,
|
8081
|
-
"name": "BunkerDepotMengskACGluescreenDummy"
|
8082
|
-
},
|
8083
|
-
{
|
8084
|
-
"id": 2020,
|
8085
|
-
"name": "MissileTurretMengskACGluescreenDummy"
|
8086
|
-
},
|
8087
|
-
{
|
8088
|
-
"id": 2021,
|
8089
|
-
"name": "ArtilleryMengskACGluescreenDummy"
|
8090
|
-
},
|
8091
|
-
{
|
8092
|
-
"id": 2022,
|
8093
|
-
"name": "LoadOutSpray@1"
|
8094
|
-
},
|
8095
|
-
{
|
8096
|
-
"id": 2023,
|
8097
|
-
"name": "LoadOutSpray@2"
|
8098
|
-
},
|
8099
|
-
{
|
8100
|
-
"id": 2024,
|
8101
|
-
"name": "LoadOutSpray@3"
|
8102
|
-
},
|
8103
|
-
{
|
8104
|
-
"id": 2025,
|
8105
|
-
"name": "LoadOutSpray@4"
|
8106
|
-
},
|
8107
|
-
{
|
8108
|
-
"id": 2026,
|
8109
|
-
"name": "LoadOutSpray@5"
|
8110
|
-
},
|
8111
|
-
{
|
8112
|
-
"id": 2027,
|
8113
|
-
"name": "LoadOutSpray@6"
|
8114
|
-
},
|
8115
|
-
{
|
8116
|
-
"id": 2028,
|
8117
|
-
"name": "LoadOutSpray@7"
|
8118
|
-
},
|
8119
|
-
{
|
8120
|
-
"id": 2029,
|
8121
|
-
"name": "LoadOutSpray@8"
|
8122
|
-
},
|
8123
|
-
{
|
8124
|
-
"id": 2030,
|
8125
|
-
"name": "LoadOutSpray@9"
|
8126
|
-
},
|
8127
|
-
{
|
8128
|
-
"id": 2031,
|
8129
|
-
"name": "LoadOutSpray@10"
|
8130
|
-
},
|
8131
|
-
{
|
8132
|
-
"id": 2032,
|
8133
|
-
"name": "LoadOutSpray@11"
|
8134
|
-
},
|
8135
|
-
{
|
8136
|
-
"id": 2033,
|
8137
|
-
"name": "LoadOutSpray@12"
|
8138
|
-
},
|
8139
|
-
{
|
8140
|
-
"id": 2034,
|
8141
|
-
"name": "LoadOutSpray@13"
|
8142
|
-
},
|
8143
|
-
{
|
8144
|
-
"id": 2035,
|
8145
|
-
"name": "LoadOutSpray@14"
|
8146
|
-
},
|
8147
|
-
{
|
8148
|
-
"id": 2036,
|
8149
8045
|
"name": "CollapsibleRockTowerDebrisRampLeftGreen"
|
8150
8046
|
},
|
8151
8047
|
{
|
8152
|
-
"id":
|
8048
|
+
"id": 2011,
|
8153
8049
|
"name": "CollapsibleRockTowerDebrisRampRightGreen"
|
8154
8050
|
},
|
8155
8051
|
{
|
8156
|
-
"id":
|
8052
|
+
"id": 2012,
|
8157
8053
|
"name": "CollapsibleRockTowerPushUnitRampLeftGreen"
|
8158
8054
|
},
|
8159
8055
|
{
|
8160
|
-
"id":
|
8056
|
+
"id": 2013,
|
8161
8057
|
"name": "CollapsibleRockTowerPushUnitRampRightGreen"
|
8162
8058
|
},
|
8163
8059
|
{
|
8164
|
-
"id":
|
8060
|
+
"id": 2014,
|
8165
8061
|
"name": "CollapsibleRockTowerRampLeftGreen"
|
8166
8062
|
},
|
8167
8063
|
{
|
8168
|
-
"id":
|
8064
|
+
"id": 2015,
|
8169
8065
|
"name": "CollapsibleRockTowerRampRightGreen"
|
8170
8066
|
},
|
8171
8067
|
{
|
8172
|
-
"id":
|
8068
|
+
"id": 2016,
|
8173
8069
|
"name": "DummyUnit000"
|
8174
8070
|
},
|
8175
8071
|
{
|
8176
|
-
"id":
|
8072
|
+
"id": 2017,
|
8177
8073
|
"name": "DummyUnit001"
|
8178
8074
|
},
|
8179
8075
|
{
|
8180
|
-
"id":
|
8076
|
+
"id": 2018,
|
8181
8077
|
"name": "DummyUnit002"
|
8182
8078
|
},
|
8183
8079
|
{
|
8184
|
-
"id":
|
8080
|
+
"id": 2019,
|
8185
8081
|
"name": "DummyUnit003"
|
8186
8082
|
},
|
8187
8083
|
{
|
8188
|
-
"id":
|
8084
|
+
"id": 2020,
|
8189
8085
|
"name": "DummyUnit004"
|
8190
8086
|
},
|
8191
8087
|
{
|
8192
|
-
"id":
|
8088
|
+
"id": 2021,
|
8193
8089
|
"name": "DummyUnit005"
|
8194
8090
|
},
|
8195
8091
|
{
|
8196
|
-
"id":
|
8092
|
+
"id": 2022,
|
8197
8093
|
"name": "DummyUnit006"
|
8198
8094
|
},
|
8199
8095
|
{
|
8200
|
-
"id":
|
8096
|
+
"id": 2023,
|
8201
8097
|
"name": "DummyUnit007"
|
8202
8098
|
},
|
8203
8099
|
{
|
8204
|
-
"id":
|
8100
|
+
"id": 2024,
|
8205
8101
|
"name": "DummyUnit008"
|
8206
8102
|
},
|
8207
8103
|
{
|
8208
|
-
"id":
|
8104
|
+
"id": 2025,
|
8209
8105
|
"name": "DummyUnit009"
|
8210
8106
|
},
|
8211
8107
|
{
|
8212
|
-
"id":
|
8108
|
+
"id": 2026,
|
8213
8109
|
"name": "DummyUnit010"
|
8214
8110
|
},
|
8215
8111
|
{
|
8216
|
-
"id":
|
8112
|
+
"id": 2027,
|
8217
8113
|
"name": "DummyUnit011"
|
8218
8114
|
},
|
8219
8115
|
{
|
8220
|
-
"id":
|
8116
|
+
"id": 2028,
|
8221
8117
|
"name": "DummyUnit012"
|
8222
8118
|
},
|
8223
8119
|
{
|
8224
|
-
"id":
|
8120
|
+
"id": 2029,
|
8225
8121
|
"name": "DummyUnit013"
|
8226
8122
|
},
|
8227
8123
|
{
|
8228
|
-
"id":
|
8124
|
+
"id": 2030,
|
8229
8125
|
"name": "DummyUnit014"
|
8230
8126
|
}
|
8231
8127
|
],
|
@@ -10260,7 +10156,7 @@
|
|
10260
10156
|
{
|
10261
10157
|
"id": 325,
|
10262
10158
|
"name": "TerranBuild",
|
10263
|
-
"buttonname": "
|
10159
|
+
"buttonname": "",
|
10264
10160
|
"index": 7
|
10265
10161
|
},
|
10266
10162
|
{
|
@@ -13011,7 +12907,7 @@
|
|
13011
12907
|
{
|
13012
12908
|
"id": 770,
|
13013
12909
|
"name": "FactoryTechLabResearch",
|
13014
|
-
"buttonname": "
|
12910
|
+
"buttonname": "",
|
13015
12911
|
"index": 10
|
13016
12912
|
},
|
13017
12913
|
{
|
@@ -13239,7 +13135,7 @@
|
|
13239
13135
|
{
|
13240
13136
|
"id": 807,
|
13241
13137
|
"name": "StarportTechLabResearch",
|
13242
|
-
"buttonname": "
|
13138
|
+
"buttonname": "",
|
13243
13139
|
"index": 17
|
13244
13140
|
},
|
13245
13141
|
{
|
@@ -13324,7 +13220,7 @@
|
|
13324
13220
|
{
|
13325
13221
|
"id": 821,
|
13326
13222
|
"name": "GhostAcademyResearch",
|
13327
|
-
"buttonname": "",
|
13223
|
+
"buttonname": "ResearchGhostEnergyUpgrade",
|
13328
13224
|
"index": 1
|
13329
13225
|
},
|
13330
13226
|
{
|
@@ -15622,7 +15518,7 @@
|
|
15622
15518
|
{
|
15623
15519
|
"id": 1195,
|
15624
15520
|
"name": "evolutionchamberresearch",
|
15625
|
-
"buttonname": "
|
15521
|
+
"buttonname": "",
|
15626
15522
|
"index": 9
|
15627
15523
|
},
|
15628
15524
|
{
|
@@ -16165,7 +16061,7 @@
|
|
16165
16061
|
{
|
16166
16062
|
"id": 1284,
|
16167
16063
|
"name": "HydraliskDenResearch",
|
16168
|
-
"buttonname": "
|
16064
|
+
"buttonname": "",
|
16169
16065
|
"index": 2
|
16170
16066
|
},
|
16171
16067
|
{
|
@@ -17249,7 +17145,7 @@
|
|
17249
17145
|
{
|
17250
17146
|
"id": 1457,
|
17251
17147
|
"name": "InfestationPitResearch",
|
17252
|
-
"buttonname": "
|
17148
|
+
"buttonname": "",
|
17253
17149
|
"index": 5
|
17254
17150
|
},
|
17255
17151
|
{
|
@@ -18100,19 +17996,19 @@
|
|
18100
17996
|
{
|
18101
17997
|
"id": 1595,
|
18102
17998
|
"name": "TwilightCouncilResearch",
|
18103
|
-
"buttonname": "
|
17999
|
+
"buttonname": "",
|
18104
18000
|
"index": 3
|
18105
18001
|
},
|
18106
18002
|
{
|
18107
18003
|
"id": 1596,
|
18108
18004
|
"name": "TwilightCouncilResearch",
|
18109
|
-
"buttonname": "
|
18005
|
+
"buttonname": "",
|
18110
18006
|
"index": 4
|
18111
18007
|
},
|
18112
18008
|
{
|
18113
18009
|
"id": 1597,
|
18114
18010
|
"name": "TwilightCouncilResearch",
|
18115
|
-
"buttonname": "
|
18011
|
+
"buttonname": "",
|
18116
18012
|
"index": 5
|
18117
18013
|
},
|
18118
18014
|
{
|
@@ -33386,7 +33282,7 @@
|
|
33386
33282
|
{
|
33387
33283
|
"id": 4112,
|
33388
33284
|
"name": "ShieldBatteryRechargeEx5",
|
33389
|
-
"buttonname": "
|
33285
|
+
"buttonname": "",
|
33390
33286
|
"index": 1
|
33391
33287
|
},
|
33392
33288
|
{
|
@@ -33457,3210 +33353,1302 @@
|
|
33457
33353
|
},
|
33458
33354
|
{
|
33459
33355
|
"id": 4124,
|
33460
|
-
"name": "
|
33461
|
-
"buttonname": "
|
33356
|
+
"name": "MorphToCollapsibleRockTowerDebrisRampLeftGreen",
|
33357
|
+
"buttonname": "",
|
33462
33358
|
"index": 0
|
33463
33359
|
},
|
33464
33360
|
{
|
33465
33361
|
"id": 4125,
|
33466
|
-
"name": "
|
33467
|
-
"buttonname": "
|
33362
|
+
"name": "MorphToCollapsibleRockTowerDebrisRampLeftGreen",
|
33363
|
+
"buttonname": "Cancel",
|
33468
33364
|
"index": 1
|
33469
33365
|
},
|
33470
33366
|
{
|
33471
33367
|
"id": 4126,
|
33472
|
-
"name": "
|
33473
|
-
"buttonname": "
|
33474
|
-
"index":
|
33368
|
+
"name": "MorphToCollapsibleRockTowerDebrisRampRightGreen",
|
33369
|
+
"buttonname": "",
|
33370
|
+
"index": 0
|
33475
33371
|
},
|
33476
33372
|
{
|
33477
33373
|
"id": 4127,
|
33478
|
-
"name": "
|
33479
|
-
"buttonname": "
|
33480
|
-
"index":
|
33374
|
+
"name": "MorphToCollapsibleRockTowerDebrisRampRightGreen",
|
33375
|
+
"buttonname": "Cancel",
|
33376
|
+
"index": 1
|
33481
33377
|
},
|
33482
33378
|
{
|
33483
33379
|
"id": 4128,
|
33484
|
-
"name": "
|
33485
|
-
"buttonname": "
|
33486
|
-
"index":
|
33380
|
+
"name": "BatteryOvercharge",
|
33381
|
+
"buttonname": "",
|
33382
|
+
"index": 1
|
33487
33383
|
},
|
33488
33384
|
{
|
33489
33385
|
"id": 4129,
|
33490
|
-
"name": "
|
33491
|
-
"buttonname": "
|
33492
|
-
"index":
|
33386
|
+
"name": "AmorphousArmorcloud",
|
33387
|
+
"buttonname": "",
|
33388
|
+
"index": 1
|
33493
33389
|
},
|
33494
33390
|
{
|
33495
33391
|
"id": 4130,
|
33496
|
-
"name": "
|
33497
|
-
"buttonname": "
|
33498
|
-
"index":
|
33392
|
+
"name": "DummyAbil0",
|
33393
|
+
"buttonname": "",
|
33394
|
+
"index": 1
|
33499
33395
|
},
|
33500
33396
|
{
|
33501
33397
|
"id": 4131,
|
33502
|
-
"name": "
|
33503
|
-
"buttonname": "
|
33504
|
-
"index":
|
33398
|
+
"name": "DummyAbil1",
|
33399
|
+
"buttonname": "",
|
33400
|
+
"index": 1
|
33505
33401
|
},
|
33506
33402
|
{
|
33507
33403
|
"id": 4132,
|
33508
|
-
"name": "
|
33509
|
-
"buttonname": "
|
33510
|
-
"index":
|
33404
|
+
"name": "DummyAbil2",
|
33405
|
+
"buttonname": "",
|
33406
|
+
"index": 1
|
33511
33407
|
},
|
33512
33408
|
{
|
33513
33409
|
"id": 4133,
|
33514
|
-
"name": "
|
33515
|
-
"buttonname": "
|
33516
|
-
"index":
|
33410
|
+
"name": "DummyAbil3",
|
33411
|
+
"buttonname": "",
|
33412
|
+
"index": 1
|
33517
33413
|
},
|
33518
33414
|
{
|
33519
33415
|
"id": 4134,
|
33520
|
-
"name": "
|
33521
|
-
"buttonname": "
|
33522
|
-
"index":
|
33416
|
+
"name": "DummyAbil4",
|
33417
|
+
"buttonname": "",
|
33418
|
+
"index": 1
|
33523
33419
|
},
|
33524
33420
|
{
|
33525
33421
|
"id": 4135,
|
33526
|
-
"name": "
|
33527
|
-
"buttonname": "
|
33528
|
-
"index":
|
33422
|
+
"name": "DummyAbil5",
|
33423
|
+
"buttonname": "",
|
33424
|
+
"index": 1
|
33529
33425
|
},
|
33530
33426
|
{
|
33531
33427
|
"id": 4136,
|
33532
|
-
"name": "
|
33533
|
-
"buttonname": "
|
33534
|
-
"index":
|
33428
|
+
"name": "DummyAbil6",
|
33429
|
+
"buttonname": "",
|
33430
|
+
"index": 1
|
33535
33431
|
},
|
33536
33432
|
{
|
33537
33433
|
"id": 4137,
|
33538
|
-
"name": "
|
33539
|
-
"buttonname": "
|
33540
|
-
"index":
|
33434
|
+
"name": "DummyAbil7",
|
33435
|
+
"buttonname": "",
|
33436
|
+
"index": 1
|
33541
33437
|
},
|
33542
33438
|
{
|
33543
33439
|
"id": 4138,
|
33544
|
-
"name": "
|
33440
|
+
"name": "DummyAbil8",
|
33545
33441
|
"buttonname": "",
|
33546
|
-
"index":
|
33442
|
+
"index": 1
|
33547
33443
|
},
|
33548
33444
|
{
|
33549
33445
|
"id": 4139,
|
33550
|
-
"name": "
|
33446
|
+
"name": "DummyAbil9",
|
33551
33447
|
"buttonname": "",
|
33552
|
-
"index":
|
33448
|
+
"index": 1
|
33553
33449
|
},
|
33554
33450
|
{
|
33555
33451
|
"id": 4140,
|
33556
|
-
"name": "
|
33452
|
+
"name": "DummyAbil10",
|
33557
33453
|
"buttonname": "",
|
33558
|
-
"index":
|
33454
|
+
"index": 1
|
33559
33455
|
},
|
33560
33456
|
{
|
33561
33457
|
"id": 4141,
|
33562
|
-
"name": "
|
33458
|
+
"name": "DummyAbil11",
|
33563
33459
|
"buttonname": "",
|
33564
|
-
"index":
|
33460
|
+
"index": 1
|
33565
33461
|
},
|
33566
33462
|
{
|
33567
33463
|
"id": 4142,
|
33568
|
-
"name": "
|
33464
|
+
"name": "DummyAbil12",
|
33569
33465
|
"buttonname": "",
|
33570
|
-
"index":
|
33466
|
+
"index": 1
|
33571
33467
|
},
|
33572
33468
|
{
|
33573
33469
|
"id": 4143,
|
33574
|
-
"name": "
|
33470
|
+
"name": "DummyAbil13",
|
33575
33471
|
"buttonname": "",
|
33576
|
-
"index":
|
33472
|
+
"index": 1
|
33577
33473
|
},
|
33578
33474
|
{
|
33579
33475
|
"id": 4144,
|
33580
|
-
"name": "
|
33476
|
+
"name": "DummyAbil14",
|
33581
33477
|
"buttonname": "",
|
33582
|
-
"index":
|
33478
|
+
"index": 1
|
33583
33479
|
},
|
33584
33480
|
{
|
33585
33481
|
"id": 4145,
|
33586
|
-
"name": "
|
33482
|
+
"name": "DummyAbil15",
|
33587
33483
|
"buttonname": "",
|
33588
|
-
"index":
|
33484
|
+
"index": 1
|
33589
33485
|
},
|
33590
33486
|
{
|
33591
33487
|
"id": 4146,
|
33592
|
-
"name": "
|
33488
|
+
"name": "DummyAbil16",
|
33593
33489
|
"buttonname": "",
|
33594
|
-
"index":
|
33490
|
+
"index": 1
|
33595
33491
|
},
|
33596
33492
|
{
|
33597
33493
|
"id": 4147,
|
33598
|
-
"name": "
|
33494
|
+
"name": "DummyAbil17",
|
33599
33495
|
"buttonname": "",
|
33600
|
-
"index":
|
33496
|
+
"index": 1
|
33601
33497
|
},
|
33602
33498
|
{
|
33603
33499
|
"id": 4148,
|
33604
|
-
"name": "
|
33500
|
+
"name": "DummyAbil18",
|
33605
33501
|
"buttonname": "",
|
33606
|
-
"index":
|
33502
|
+
"index": 1
|
33607
33503
|
},
|
33608
33504
|
{
|
33609
33505
|
"id": 4149,
|
33610
|
-
"name": "
|
33506
|
+
"name": "DummyAbil19",
|
33611
33507
|
"buttonname": "",
|
33612
|
-
"index":
|
33508
|
+
"index": 1
|
33613
33509
|
},
|
33614
33510
|
{
|
33615
33511
|
"id": 4150,
|
33616
|
-
"name": "
|
33512
|
+
"name": "DummyAbil20",
|
33617
33513
|
"buttonname": "",
|
33618
|
-
"index":
|
33514
|
+
"index": 1
|
33619
33515
|
},
|
33620
33516
|
{
|
33621
33517
|
"id": 4151,
|
33622
|
-
"name": "
|
33518
|
+
"name": "DummyAbil21",
|
33623
33519
|
"buttonname": "",
|
33624
|
-
"index":
|
33520
|
+
"index": 1
|
33625
33521
|
},
|
33626
33522
|
{
|
33627
33523
|
"id": 4152,
|
33628
|
-
"name": "
|
33524
|
+
"name": "DummyAbil22",
|
33629
33525
|
"buttonname": "",
|
33630
|
-
"index":
|
33526
|
+
"index": 1
|
33631
33527
|
},
|
33632
33528
|
{
|
33633
33529
|
"id": 4153,
|
33634
|
-
"name": "
|
33530
|
+
"name": "DummyAbil23",
|
33635
33531
|
"buttonname": "",
|
33636
|
-
"index":
|
33532
|
+
"index": 1
|
33637
33533
|
},
|
33638
33534
|
{
|
33639
33535
|
"id": 4154,
|
33640
|
-
"name": "
|
33536
|
+
"name": "DummyAbil24",
|
33641
33537
|
"buttonname": "",
|
33642
|
-
"index":
|
33538
|
+
"index": 1
|
33643
33539
|
},
|
33644
33540
|
{
|
33645
33541
|
"id": 4155,
|
33646
|
-
"name": "
|
33542
|
+
"name": "DummyAbil25",
|
33647
33543
|
"buttonname": "",
|
33648
|
-
"index":
|
33544
|
+
"index": 1
|
33649
33545
|
},
|
33650
33546
|
{
|
33651
33547
|
"id": 4156,
|
33652
|
-
"name": "
|
33548
|
+
"name": "DummyAbil26",
|
33653
33549
|
"buttonname": "",
|
33654
|
-
"index":
|
33550
|
+
"index": 1
|
33655
33551
|
},
|
33656
33552
|
{
|
33657
33553
|
"id": 4157,
|
33658
|
-
"name": "
|
33659
|
-
"buttonname": "",
|
33660
|
-
"index": 2
|
33661
|
-
},
|
33662
|
-
{
|
33663
|
-
"id": 4158,
|
33664
|
-
"name": "StarportLiftOff",
|
33665
|
-
"buttonname": "",
|
33666
|
-
"index": 2
|
33667
|
-
},
|
33668
|
-
{
|
33669
|
-
"id": 4159,
|
33670
|
-
"name": "FactoryLand",
|
33671
|
-
"buttonname": "",
|
33672
|
-
"index": 2
|
33673
|
-
},
|
33674
|
-
{
|
33675
|
-
"id": 4160,
|
33676
|
-
"name": "StarportLand",
|
33677
|
-
"buttonname": "",
|
33678
|
-
"index": 2
|
33679
|
-
},
|
33680
|
-
{
|
33681
|
-
"id": 4161,
|
33682
|
-
"name": "BarracksLand",
|
33683
|
-
"buttonname": "",
|
33684
|
-
"index": 2
|
33685
|
-
},
|
33686
|
-
{
|
33687
|
-
"id": 4162,
|
33688
|
-
"name": "SupplyDepotLower",
|
33689
|
-
"buttonname": "",
|
33690
|
-
"index": 2
|
33691
|
-
},
|
33692
|
-
{
|
33693
|
-
"id": 4163,
|
33694
|
-
"name": "SupplyDepotRaise",
|
33695
|
-
"buttonname": "",
|
33696
|
-
"index": 2
|
33697
|
-
},
|
33698
|
-
{
|
33699
|
-
"id": 4164,
|
33700
|
-
"name": "UpgradeToLair",
|
33701
|
-
"buttonname": "",
|
33702
|
-
"index": 2
|
33703
|
-
},
|
33704
|
-
{
|
33705
|
-
"id": 4165,
|
33706
|
-
"name": "UpgradeToHive",
|
33707
|
-
"buttonname": "",
|
33708
|
-
"index": 2
|
33709
|
-
},
|
33710
|
-
{
|
33711
|
-
"id": 4166,
|
33712
|
-
"name": "UpgradeToGreaterSpire",
|
33713
|
-
"buttonname": "",
|
33714
|
-
"index": 2
|
33715
|
-
},
|
33716
|
-
{
|
33717
|
-
"id": 4167,
|
33718
|
-
"name": "MorphToBroodLord",
|
33719
|
-
"buttonname": "",
|
33720
|
-
"index": 2
|
33721
|
-
},
|
33722
|
-
{
|
33723
|
-
"id": 4168,
|
33724
|
-
"name": "BurrowBanelingDown",
|
33725
|
-
"buttonname": "",
|
33726
|
-
"index": 2
|
33727
|
-
},
|
33728
|
-
{
|
33729
|
-
"id": 4169,
|
33730
|
-
"name": "BurrowBanelingUp",
|
33731
|
-
"buttonname": "",
|
33732
|
-
"index": 2
|
33733
|
-
},
|
33734
|
-
{
|
33735
|
-
"id": 4170,
|
33736
|
-
"name": "BurrowDroneDown",
|
33737
|
-
"buttonname": "",
|
33738
|
-
"index": 2
|
33739
|
-
},
|
33740
|
-
{
|
33741
|
-
"id": 4171,
|
33742
|
-
"name": "BurrowDroneUp",
|
33743
|
-
"buttonname": "",
|
33744
|
-
"index": 2
|
33745
|
-
},
|
33746
|
-
{
|
33747
|
-
"id": 4172,
|
33748
|
-
"name": "BurrowHydraliskDown",
|
33749
|
-
"buttonname": "",
|
33750
|
-
"index": 2
|
33751
|
-
},
|
33752
|
-
{
|
33753
|
-
"id": 4173,
|
33754
|
-
"name": "BurrowHydraliskUp",
|
33755
|
-
"buttonname": "",
|
33756
|
-
"index": 2
|
33757
|
-
},
|
33758
|
-
{
|
33759
|
-
"id": 4174,
|
33760
|
-
"name": "BurrowRoachDown",
|
33761
|
-
"buttonname": "",
|
33762
|
-
"index": 2
|
33763
|
-
},
|
33764
|
-
{
|
33765
|
-
"id": 4175,
|
33766
|
-
"name": "BurrowRoachUp",
|
33767
|
-
"buttonname": "",
|
33768
|
-
"index": 2
|
33769
|
-
},
|
33770
|
-
{
|
33771
|
-
"id": 4176,
|
33772
|
-
"name": "BurrowZerglingDown",
|
33773
|
-
"buttonname": "",
|
33774
|
-
"index": 2
|
33775
|
-
},
|
33776
|
-
{
|
33777
|
-
"id": 4177,
|
33778
|
-
"name": "BurrowZerglingUp",
|
33779
|
-
"buttonname": "",
|
33780
|
-
"index": 2
|
33781
|
-
},
|
33782
|
-
{
|
33783
|
-
"id": 4178,
|
33784
|
-
"name": "BurrowInfestorTerranDown",
|
33785
|
-
"buttonname": "",
|
33786
|
-
"index": 2
|
33787
|
-
},
|
33788
|
-
{
|
33789
|
-
"id": 4179,
|
33790
|
-
"name": "BurrowInfestorTerranUp",
|
33791
|
-
"buttonname": "",
|
33792
|
-
"index": 2
|
33793
|
-
},
|
33794
|
-
{
|
33795
|
-
"id": 4180,
|
33796
|
-
"name": "RedstoneLavaCritterBurrow",
|
33797
|
-
"buttonname": "",
|
33798
|
-
"index": 2
|
33799
|
-
},
|
33800
|
-
{
|
33801
|
-
"id": 4181,
|
33802
|
-
"name": "RedstoneLavaCritterInjuredBurrow",
|
33803
|
-
"buttonname": "",
|
33804
|
-
"index": 2
|
33805
|
-
},
|
33806
|
-
{
|
33807
|
-
"id": 4182,
|
33808
|
-
"name": "RedstoneLavaCritterUnburrow",
|
33809
|
-
"buttonname": "",
|
33810
|
-
"index": 2
|
33811
|
-
},
|
33812
|
-
{
|
33813
|
-
"id": 4183,
|
33814
|
-
"name": "RedstoneLavaCritterInjuredUnburrow",
|
33815
|
-
"buttonname": "",
|
33816
|
-
"index": 2
|
33817
|
-
},
|
33818
|
-
{
|
33819
|
-
"id": 4184,
|
33820
|
-
"name": "BurrowQueenDown",
|
33821
|
-
"buttonname": "",
|
33822
|
-
"index": 2
|
33823
|
-
},
|
33824
|
-
{
|
33825
|
-
"id": 4185,
|
33826
|
-
"name": "BurrowQueenUp",
|
33827
|
-
"buttonname": "",
|
33828
|
-
"index": 2
|
33829
|
-
},
|
33830
|
-
{
|
33831
|
-
"id": 4186,
|
33832
|
-
"name": "BurrowInfestorDown",
|
33833
|
-
"buttonname": "",
|
33834
|
-
"index": 2
|
33835
|
-
},
|
33836
|
-
{
|
33837
|
-
"id": 4187,
|
33838
|
-
"name": "BurrowInfestorUp",
|
33839
|
-
"buttonname": "",
|
33840
|
-
"index": 2
|
33841
|
-
},
|
33842
|
-
{
|
33843
|
-
"id": 4188,
|
33844
|
-
"name": "MorphToOverseer",
|
33845
|
-
"buttonname": "",
|
33846
|
-
"index": 2
|
33847
|
-
},
|
33848
|
-
{
|
33849
|
-
"id": 4189,
|
33850
|
-
"name": "UpgradeToPlanetaryFortress",
|
33851
|
-
"buttonname": "",
|
33852
|
-
"index": 2
|
33853
|
-
},
|
33854
|
-
{
|
33855
|
-
"id": 4190,
|
33856
|
-
"name": "BurrowUltraliskDown",
|
33857
|
-
"buttonname": "",
|
33858
|
-
"index": 2
|
33859
|
-
},
|
33860
|
-
{
|
33861
|
-
"id": 4191,
|
33862
|
-
"name": "BurrowUltraliskUp",
|
33863
|
-
"buttonname": "",
|
33864
|
-
"index": 2
|
33865
|
-
},
|
33866
|
-
{
|
33867
|
-
"id": 4192,
|
33868
|
-
"name": "UpgradeToOrbital",
|
33869
|
-
"buttonname": "",
|
33870
|
-
"index": 2
|
33871
|
-
},
|
33872
|
-
{
|
33873
|
-
"id": 4193,
|
33874
|
-
"name": "UpgradeToWarpGate",
|
33875
|
-
"buttonname": "",
|
33876
|
-
"index": 2
|
33877
|
-
},
|
33878
|
-
{
|
33879
|
-
"id": 4194,
|
33880
|
-
"name": "MorphBackToGateway",
|
33881
|
-
"buttonname": "",
|
33882
|
-
"index": 2
|
33883
|
-
},
|
33884
|
-
{
|
33885
|
-
"id": 4195,
|
33886
|
-
"name": "OrbitalLiftOff",
|
33887
|
-
"buttonname": "",
|
33888
|
-
"index": 2
|
33889
|
-
},
|
33890
|
-
{
|
33891
|
-
"id": 4196,
|
33892
|
-
"name": "OrbitalCommandLand",
|
33893
|
-
"buttonname": "",
|
33894
|
-
"index": 2
|
33895
|
-
},
|
33896
|
-
{
|
33897
|
-
"id": 4197,
|
33898
|
-
"name": "PhasingMode",
|
33899
|
-
"buttonname": "",
|
33900
|
-
"index": 2
|
33901
|
-
},
|
33902
|
-
{
|
33903
|
-
"id": 4198,
|
33904
|
-
"name": "TransportMode",
|
33905
|
-
"buttonname": "",
|
33906
|
-
"index": 2
|
33907
|
-
},
|
33908
|
-
{
|
33909
|
-
"id": 4199,
|
33910
|
-
"name": "BurrowCreepTumorDown",
|
33911
|
-
"buttonname": "",
|
33912
|
-
"index": 2
|
33913
|
-
},
|
33914
|
-
{
|
33915
|
-
"id": 4200,
|
33916
|
-
"name": "TechLabMorph",
|
33917
|
-
"buttonname": "",
|
33918
|
-
"index": 2
|
33919
|
-
},
|
33920
|
-
{
|
33921
|
-
"id": 4201,
|
33922
|
-
"name": "BarracksTechLabMorph",
|
33923
|
-
"buttonname": "",
|
33924
|
-
"index": 2
|
33925
|
-
},
|
33926
|
-
{
|
33927
|
-
"id": 4202,
|
33928
|
-
"name": "FactoryTechLabMorph",
|
33929
|
-
"buttonname": "",
|
33930
|
-
"index": 2
|
33931
|
-
},
|
33932
|
-
{
|
33933
|
-
"id": 4203,
|
33934
|
-
"name": "StarportTechLabMorph",
|
33935
|
-
"buttonname": "",
|
33936
|
-
"index": 2
|
33937
|
-
},
|
33938
|
-
{
|
33939
|
-
"id": 4204,
|
33940
|
-
"name": "ReactorMorph",
|
33941
|
-
"buttonname": "",
|
33942
|
-
"index": 2
|
33943
|
-
},
|
33944
|
-
{
|
33945
|
-
"id": 4205,
|
33946
|
-
"name": "BarracksReactorMorph",
|
33947
|
-
"buttonname": "",
|
33948
|
-
"index": 2
|
33949
|
-
},
|
33950
|
-
{
|
33951
|
-
"id": 4206,
|
33952
|
-
"name": "FactoryReactorMorph",
|
33953
|
-
"buttonname": "",
|
33954
|
-
"index": 2
|
33955
|
-
},
|
33956
|
-
{
|
33957
|
-
"id": 4207,
|
33958
|
-
"name": "StarportReactorMorph",
|
33959
|
-
"buttonname": "",
|
33960
|
-
"index": 2
|
33961
|
-
},
|
33962
|
-
{
|
33963
|
-
"id": 4208,
|
33964
|
-
"name": "SpineCrawlerUproot",
|
33965
|
-
"buttonname": "",
|
33966
|
-
"index": 2
|
33967
|
-
},
|
33968
|
-
{
|
33969
|
-
"id": 4209,
|
33970
|
-
"name": "SporeCrawlerUproot",
|
33971
|
-
"buttonname": "",
|
33972
|
-
"index": 2
|
33973
|
-
},
|
33974
|
-
{
|
33975
|
-
"id": 4210,
|
33976
|
-
"name": "SpineCrawlerRoot",
|
33977
|
-
"buttonname": "",
|
33978
|
-
"index": 2
|
33979
|
-
},
|
33980
|
-
{
|
33981
|
-
"id": 4211,
|
33982
|
-
"name": "SporeCrawlerRoot",
|
33983
|
-
"buttonname": "",
|
33984
|
-
"index": 2
|
33985
|
-
},
|
33986
|
-
{
|
33987
|
-
"id": 4212,
|
33988
|
-
"name": "MorphToGhostAlternate",
|
33989
|
-
"buttonname": "",
|
33990
|
-
"index": 2
|
33991
|
-
},
|
33992
|
-
{
|
33993
|
-
"id": 4213,
|
33994
|
-
"name": "MorphToGhostNova",
|
33995
|
-
"buttonname": "",
|
33996
|
-
"index": 2
|
33997
|
-
},
|
33998
|
-
{
|
33999
|
-
"id": 4214,
|
34000
|
-
"name": "BurrowLurkerMPDown",
|
34001
|
-
"buttonname": "",
|
34002
|
-
"index": 2
|
34003
|
-
},
|
34004
|
-
{
|
34005
|
-
"id": 4215,
|
34006
|
-
"name": "BurrowLurkerMPUp",
|
34007
|
-
"buttonname": "",
|
34008
|
-
"index": 2
|
34009
|
-
},
|
34010
|
-
{
|
34011
|
-
"id": 4216,
|
34012
|
-
"name": "LurkerAspectMP",
|
34013
|
-
"buttonname": "",
|
34014
|
-
"index": 2
|
34015
|
-
},
|
34016
|
-
{
|
34017
|
-
"id": 4217,
|
34018
|
-
"name": "LurkerAspectMPFromHydraliskBurrowed",
|
34019
|
-
"buttonname": "",
|
34020
|
-
"index": 2
|
34021
|
-
},
|
34022
|
-
{
|
34023
|
-
"id": 4218,
|
34024
|
-
"name": "BurrowRavagerDown",
|
34025
|
-
"buttonname": "",
|
34026
|
-
"index": 2
|
34027
|
-
},
|
34028
|
-
{
|
34029
|
-
"id": 4219,
|
34030
|
-
"name": "BurrowRavagerUp",
|
34031
|
-
"buttonname": "",
|
34032
|
-
"index": 2
|
34033
|
-
},
|
34034
|
-
{
|
34035
|
-
"id": 4220,
|
34036
|
-
"name": "MorphToRavager",
|
34037
|
-
"buttonname": "",
|
34038
|
-
"index": 2
|
34039
|
-
},
|
34040
|
-
{
|
34041
|
-
"id": 4221,
|
34042
|
-
"name": "MorphToTransportOverlord",
|
34043
|
-
"buttonname": "",
|
34044
|
-
"index": 2
|
34045
|
-
},
|
34046
|
-
{
|
34047
|
-
"id": 4222,
|
34048
|
-
"name": "ThorNormalMode",
|
34049
|
-
"buttonname": "",
|
34050
|
-
"index": 2
|
34051
|
-
},
|
34052
|
-
{
|
34053
|
-
"id": 4223,
|
34054
|
-
"name": "MorphToCollapsibleTerranTowerDebris",
|
34055
|
-
"buttonname": "",
|
34056
|
-
"index": 2
|
34057
|
-
},
|
34058
|
-
{
|
34059
|
-
"id": 4224,
|
34060
|
-
"name": "MorphToCollapsibleTerranTowerDebrisRampLeft",
|
34061
|
-
"buttonname": "",
|
34062
|
-
"index": 2
|
34063
|
-
},
|
34064
|
-
{
|
34065
|
-
"id": 4225,
|
34066
|
-
"name": "MorphToCollapsibleTerranTowerDebrisRampRight",
|
34067
|
-
"buttonname": "",
|
34068
|
-
"index": 2
|
34069
|
-
},
|
34070
|
-
{
|
34071
|
-
"id": 4226,
|
34072
|
-
"name": "MorphToMothership",
|
34073
|
-
"buttonname": "",
|
34074
|
-
"index": 2
|
34075
|
-
},
|
34076
|
-
{
|
34077
|
-
"id": 4227,
|
34078
|
-
"name": "QueenLand",
|
34079
|
-
"buttonname": "",
|
34080
|
-
"index": 2
|
34081
|
-
},
|
34082
|
-
{
|
34083
|
-
"id": 4228,
|
34084
|
-
"name": "QueenFly",
|
34085
|
-
"buttonname": "",
|
34086
|
-
"index": 2
|
34087
|
-
},
|
34088
|
-
{
|
34089
|
-
"id": 4229,
|
34090
|
-
"name": "MorphToHellion",
|
34091
|
-
"buttonname": "",
|
34092
|
-
"index": 2
|
34093
|
-
},
|
34094
|
-
{
|
34095
|
-
"id": 4230,
|
34096
|
-
"name": "MorphToCollapsibleRockTowerDebris",
|
34097
|
-
"buttonname": "",
|
34098
|
-
"index": 2
|
34099
|
-
},
|
34100
|
-
{
|
34101
|
-
"id": 4231,
|
34102
|
-
"name": "MorphToHellionTank",
|
34103
|
-
"buttonname": "",
|
34104
|
-
"index": 2
|
34105
|
-
},
|
34106
|
-
{
|
34107
|
-
"id": 4232,
|
34108
|
-
"name": "MorphToSwarmHostBurrowedMP",
|
34109
|
-
"buttonname": "",
|
34110
|
-
"index": 2
|
34111
|
-
},
|
34112
|
-
{
|
34113
|
-
"id": 4233,
|
34114
|
-
"name": "MorphToSwarmHostMP",
|
34115
|
-
"buttonname": "",
|
34116
|
-
"index": 2
|
34117
|
-
},
|
34118
|
-
{
|
34119
|
-
"id": 4234,
|
34120
|
-
"name": "WidowMineBurrow",
|
34121
|
-
"buttonname": "",
|
34122
|
-
"index": 2
|
34123
|
-
},
|
34124
|
-
{
|
34125
|
-
"id": 4235,
|
34126
|
-
"name": "WidowMineUnburrow",
|
34127
|
-
"buttonname": "",
|
34128
|
-
"index": 2
|
34129
|
-
},
|
34130
|
-
{
|
34131
|
-
"id": 4236,
|
34132
|
-
"name": "UpgradeToLurkerDenMP",
|
34133
|
-
"buttonname": "",
|
34134
|
-
"index": 2
|
34135
|
-
},
|
34136
|
-
{
|
34137
|
-
"id": 4237,
|
34138
|
-
"name": "ExtendingBridgeNEWide8Out",
|
34139
|
-
"buttonname": "",
|
34140
|
-
"index": 2
|
34141
|
-
},
|
34142
|
-
{
|
34143
|
-
"id": 4238,
|
34144
|
-
"name": "ExtendingBridgeNEWide8",
|
34145
|
-
"buttonname": "",
|
34146
|
-
"index": 2
|
34147
|
-
},
|
34148
|
-
{
|
34149
|
-
"id": 4239,
|
34150
|
-
"name": "ExtendingBridgeNWWide8Out",
|
34151
|
-
"buttonname": "",
|
34152
|
-
"index": 2
|
34153
|
-
},
|
34154
|
-
{
|
34155
|
-
"id": 4240,
|
34156
|
-
"name": "ExtendingBridgeNWWide8",
|
34157
|
-
"buttonname": "",
|
34158
|
-
"index": 2
|
34159
|
-
},
|
34160
|
-
{
|
34161
|
-
"id": 4241,
|
34162
|
-
"name": "ExtendingBridgeNEWide10Out",
|
34163
|
-
"buttonname": "",
|
34164
|
-
"index": 2
|
34165
|
-
},
|
34166
|
-
{
|
34167
|
-
"id": 4242,
|
34168
|
-
"name": "ExtendingBridgeNEWide10",
|
34169
|
-
"buttonname": "",
|
34170
|
-
"index": 2
|
34171
|
-
},
|
34172
|
-
{
|
34173
|
-
"id": 4243,
|
34174
|
-
"name": "ExtendingBridgeNWWide10Out",
|
34175
|
-
"buttonname": "",
|
34176
|
-
"index": 2
|
34177
|
-
},
|
34178
|
-
{
|
34179
|
-
"id": 4244,
|
34180
|
-
"name": "ExtendingBridgeNWWide10",
|
34181
|
-
"buttonname": "",
|
34182
|
-
"index": 2
|
34183
|
-
},
|
34184
|
-
{
|
34185
|
-
"id": 4245,
|
34186
|
-
"name": "ExtendingBridgeNEWide12Out",
|
34187
|
-
"buttonname": "",
|
34188
|
-
"index": 2
|
34189
|
-
},
|
34190
|
-
{
|
34191
|
-
"id": 4246,
|
34192
|
-
"name": "ExtendingBridgeNEWide12",
|
34193
|
-
"buttonname": "",
|
34194
|
-
"index": 2
|
34195
|
-
},
|
34196
|
-
{
|
34197
|
-
"id": 4247,
|
34198
|
-
"name": "ExtendingBridgeNWWide12Out",
|
34199
|
-
"buttonname": "",
|
34200
|
-
"index": 2
|
34201
|
-
},
|
34202
|
-
{
|
34203
|
-
"id": 4248,
|
34204
|
-
"name": "ExtendingBridgeNWWide12",
|
34205
|
-
"buttonname": "",
|
34206
|
-
"index": 2
|
34207
|
-
},
|
34208
|
-
{
|
34209
|
-
"id": 4249,
|
34210
|
-
"name": "OracleRevelationMode",
|
34211
|
-
"buttonname": "",
|
34212
|
-
"index": 2
|
34213
|
-
},
|
34214
|
-
{
|
34215
|
-
"id": 4250,
|
34216
|
-
"name": "OracleNormalMode",
|
34217
|
-
"buttonname": "",
|
34218
|
-
"index": 2
|
34219
|
-
},
|
34220
|
-
{
|
34221
|
-
"id": 4251,
|
34222
|
-
"name": "MorphToCollapsibleRockTowerDebrisRampRight",
|
34223
|
-
"buttonname": "",
|
34224
|
-
"index": 2
|
34225
|
-
},
|
34226
|
-
{
|
34227
|
-
"id": 4252,
|
34228
|
-
"name": "MorphToCollapsibleRockTowerDebrisRampLeft",
|
34229
|
-
"buttonname": "",
|
34230
|
-
"index": 2
|
34231
|
-
},
|
34232
|
-
{
|
34233
|
-
"id": 4253,
|
34234
|
-
"name": "XelNaga_Caverns_DoorE",
|
34235
|
-
"buttonname": "",
|
34236
|
-
"index": 2
|
34237
|
-
},
|
34238
|
-
{
|
34239
|
-
"id": 4254,
|
34240
|
-
"name": "XelNaga_Caverns_DoorEOpened",
|
34241
|
-
"buttonname": "",
|
34242
|
-
"index": 2
|
34243
|
-
},
|
34244
|
-
{
|
34245
|
-
"id": 4255,
|
34246
|
-
"name": "XelNaga_Caverns_DoorN",
|
34247
|
-
"buttonname": "",
|
34248
|
-
"index": 2
|
34249
|
-
},
|
34250
|
-
{
|
34251
|
-
"id": 4256,
|
34252
|
-
"name": "XelNaga_Caverns_DoorNE",
|
34253
|
-
"buttonname": "",
|
34254
|
-
"index": 2
|
34255
|
-
},
|
34256
|
-
{
|
34257
|
-
"id": 4257,
|
34258
|
-
"name": "XelNaga_Caverns_DoorNEOpened",
|
34259
|
-
"buttonname": "",
|
34260
|
-
"index": 2
|
34261
|
-
},
|
34262
|
-
{
|
34263
|
-
"id": 4258,
|
34264
|
-
"name": "XelNaga_Caverns_DoorNOpened",
|
34265
|
-
"buttonname": "",
|
34266
|
-
"index": 2
|
34267
|
-
},
|
34268
|
-
{
|
34269
|
-
"id": 4259,
|
34270
|
-
"name": "XelNaga_Caverns_DoorNW",
|
34271
|
-
"buttonname": "",
|
34272
|
-
"index": 2
|
34273
|
-
},
|
34274
|
-
{
|
34275
|
-
"id": 4260,
|
34276
|
-
"name": "XelNaga_Caverns_DoorNWOpened",
|
34277
|
-
"buttonname": "",
|
34278
|
-
"index": 2
|
34279
|
-
},
|
34280
|
-
{
|
34281
|
-
"id": 4261,
|
34282
|
-
"name": "XelNaga_Caverns_DoorS",
|
34283
|
-
"buttonname": "",
|
34284
|
-
"index": 2
|
34285
|
-
},
|
34286
|
-
{
|
34287
|
-
"id": 4262,
|
34288
|
-
"name": "XelNaga_Caverns_DoorSE",
|
34289
|
-
"buttonname": "",
|
34290
|
-
"index": 2
|
34291
|
-
},
|
34292
|
-
{
|
34293
|
-
"id": 4263,
|
34294
|
-
"name": "XelNaga_Caverns_DoorSEOpened",
|
34295
|
-
"buttonname": "",
|
34296
|
-
"index": 2
|
34297
|
-
},
|
34298
|
-
{
|
34299
|
-
"id": 4264,
|
34300
|
-
"name": "XelNaga_Caverns_DoorSOpened",
|
34301
|
-
"buttonname": "",
|
34302
|
-
"index": 2
|
34303
|
-
},
|
34304
|
-
{
|
34305
|
-
"id": 4265,
|
34306
|
-
"name": "XelNaga_Caverns_DoorSW",
|
34307
|
-
"buttonname": "",
|
34308
|
-
"index": 2
|
34309
|
-
},
|
34310
|
-
{
|
34311
|
-
"id": 4266,
|
34312
|
-
"name": "XelNaga_Caverns_DoorSWOpened",
|
34313
|
-
"buttonname": "",
|
34314
|
-
"index": 2
|
34315
|
-
},
|
34316
|
-
{
|
34317
|
-
"id": 4267,
|
34318
|
-
"name": "XelNaga_Caverns_DoorW",
|
34319
|
-
"buttonname": "",
|
34320
|
-
"index": 2
|
34321
|
-
},
|
34322
|
-
{
|
34323
|
-
"id": 4268,
|
34324
|
-
"name": "XelNaga_Caverns_DoorWOpened",
|
34325
|
-
"buttonname": "",
|
34326
|
-
"index": 2
|
34327
|
-
},
|
34328
|
-
{
|
34329
|
-
"id": 4269,
|
34330
|
-
"name": "XelNaga_Caverns_Floating_BridgeNE8Out",
|
34331
|
-
"buttonname": "",
|
34332
|
-
"index": 2
|
34333
|
-
},
|
34334
|
-
{
|
34335
|
-
"id": 4270,
|
34336
|
-
"name": "XelNaga_Caverns_Floating_BridgeNE8",
|
34337
|
-
"buttonname": "",
|
34338
|
-
"index": 2
|
34339
|
-
},
|
34340
|
-
{
|
34341
|
-
"id": 4271,
|
34342
|
-
"name": "XelNaga_Caverns_Floating_BridgeNW8Out",
|
34343
|
-
"buttonname": "",
|
34344
|
-
"index": 2
|
34345
|
-
},
|
34346
|
-
{
|
34347
|
-
"id": 4272,
|
34348
|
-
"name": "XelNaga_Caverns_Floating_BridgeNW8",
|
34349
|
-
"buttonname": "",
|
34350
|
-
"index": 2
|
34351
|
-
},
|
34352
|
-
{
|
34353
|
-
"id": 4273,
|
34354
|
-
"name": "XelNaga_Caverns_Floating_BridgeNE10Out",
|
34355
|
-
"buttonname": "",
|
34356
|
-
"index": 2
|
34357
|
-
},
|
34358
|
-
{
|
34359
|
-
"id": 4274,
|
34360
|
-
"name": "XelNaga_Caverns_Floating_BridgeNE10",
|
34361
|
-
"buttonname": "",
|
34362
|
-
"index": 2
|
34363
|
-
},
|
34364
|
-
{
|
34365
|
-
"id": 4275,
|
34366
|
-
"name": "XelNaga_Caverns_Floating_BridgeNW10Out",
|
34367
|
-
"buttonname": "",
|
34368
|
-
"index": 2
|
34369
|
-
},
|
34370
|
-
{
|
34371
|
-
"id": 4276,
|
34372
|
-
"name": "XelNaga_Caverns_Floating_BridgeNW10",
|
34373
|
-
"buttonname": "",
|
34374
|
-
"index": 2
|
34375
|
-
},
|
34376
|
-
{
|
34377
|
-
"id": 4277,
|
34378
|
-
"name": "XelNaga_Caverns_Floating_BridgeNE12Out",
|
34379
|
-
"buttonname": "",
|
34380
|
-
"index": 2
|
34381
|
-
},
|
34382
|
-
{
|
34383
|
-
"id": 4278,
|
34384
|
-
"name": "XelNaga_Caverns_Floating_BridgeNE12",
|
34385
|
-
"buttonname": "",
|
34386
|
-
"index": 2
|
34387
|
-
},
|
34388
|
-
{
|
34389
|
-
"id": 4279,
|
34390
|
-
"name": "XelNaga_Caverns_Floating_BridgeNW12Out",
|
34391
|
-
"buttonname": "",
|
34392
|
-
"index": 2
|
34393
|
-
},
|
34394
|
-
{
|
34395
|
-
"id": 4280,
|
34396
|
-
"name": "XelNaga_Caverns_Floating_BridgeNW12",
|
34397
|
-
"buttonname": "",
|
34398
|
-
"index": 2
|
34399
|
-
},
|
34400
|
-
{
|
34401
|
-
"id": 4281,
|
34402
|
-
"name": "XelNaga_Caverns_Floating_BridgeH8Out",
|
34403
|
-
"buttonname": "",
|
34404
|
-
"index": 2
|
34405
|
-
},
|
34406
|
-
{
|
34407
|
-
"id": 4282,
|
34408
|
-
"name": "XelNaga_Caverns_Floating_BridgeH8",
|
34409
|
-
"buttonname": "",
|
34410
|
-
"index": 2
|
34411
|
-
},
|
34412
|
-
{
|
34413
|
-
"id": 4283,
|
34414
|
-
"name": "XelNaga_Caverns_Floating_BridgeV8Out",
|
34415
|
-
"buttonname": "",
|
34416
|
-
"index": 2
|
34417
|
-
},
|
34418
|
-
{
|
34419
|
-
"id": 4284,
|
34420
|
-
"name": "XelNaga_Caverns_Floating_BridgeV8",
|
34421
|
-
"buttonname": "",
|
34422
|
-
"index": 2
|
34423
|
-
},
|
34424
|
-
{
|
34425
|
-
"id": 4285,
|
34426
|
-
"name": "XelNaga_Caverns_Floating_BridgeH10Out",
|
34427
|
-
"buttonname": "",
|
34428
|
-
"index": 2
|
34429
|
-
},
|
34430
|
-
{
|
34431
|
-
"id": 4286,
|
34432
|
-
"name": "XelNaga_Caverns_Floating_BridgeH10",
|
34433
|
-
"buttonname": "",
|
34434
|
-
"index": 2
|
34435
|
-
},
|
34436
|
-
{
|
34437
|
-
"id": 4287,
|
34438
|
-
"name": "XelNaga_Caverns_Floating_BridgeV10Out",
|
34439
|
-
"buttonname": "",
|
34440
|
-
"index": 2
|
34441
|
-
},
|
34442
|
-
{
|
34443
|
-
"id": 4288,
|
34444
|
-
"name": "XelNaga_Caverns_Floating_BridgeV10",
|
34445
|
-
"buttonname": "",
|
34446
|
-
"index": 2
|
34447
|
-
},
|
34448
|
-
{
|
34449
|
-
"id": 4289,
|
34450
|
-
"name": "XelNaga_Caverns_Floating_BridgeH12Out",
|
34451
|
-
"buttonname": "",
|
34452
|
-
"index": 2
|
34453
|
-
},
|
34454
|
-
{
|
34455
|
-
"id": 4290,
|
34456
|
-
"name": "XelNaga_Caverns_Floating_BridgeH12",
|
34457
|
-
"buttonname": "",
|
34458
|
-
"index": 2
|
34459
|
-
},
|
34460
|
-
{
|
34461
|
-
"id": 4291,
|
34462
|
-
"name": "XelNaga_Caverns_Floating_BridgeV12Out",
|
34463
|
-
"buttonname": "",
|
34464
|
-
"index": 2
|
34465
|
-
},
|
34466
|
-
{
|
34467
|
-
"id": 4292,
|
34468
|
-
"name": "XelNaga_Caverns_Floating_BridgeV12",
|
34469
|
-
"buttonname": "",
|
34470
|
-
"index": 2
|
34471
|
-
},
|
34472
|
-
{
|
34473
|
-
"id": 4293,
|
34474
|
-
"name": "MorphToCollapsibleRockTowerDebrisRampLeftGreen",
|
34475
|
-
"buttonname": "",
|
34476
|
-
"index": 0
|
34477
|
-
},
|
34478
|
-
{
|
34479
|
-
"id": 4294,
|
34480
|
-
"name": "MorphToCollapsibleRockTowerDebrisRampLeftGreen",
|
34481
|
-
"buttonname": "Cancel",
|
34482
|
-
"index": 1
|
34483
|
-
},
|
34484
|
-
{
|
34485
|
-
"id": 4295,
|
34486
|
-
"name": "MorphToCollapsibleRockTowerDebrisRampLeftGreen",
|
34487
|
-
"buttonname": "",
|
34488
|
-
"index": 2
|
34489
|
-
},
|
34490
|
-
{
|
34491
|
-
"id": 4296,
|
34492
|
-
"name": "MorphToCollapsibleRockTowerDebrisRampRightGreen",
|
34493
|
-
"buttonname": "",
|
34494
|
-
"index": 0
|
34495
|
-
},
|
34496
|
-
{
|
34497
|
-
"id": 4297,
|
34498
|
-
"name": "MorphToCollapsibleRockTowerDebrisRampRightGreen",
|
34499
|
-
"buttonname": "Cancel",
|
34500
|
-
"index": 1
|
34501
|
-
},
|
34502
|
-
{
|
34503
|
-
"id": 4298,
|
34504
|
-
"name": "MorphToCollapsibleRockTowerDebrisRampRightGreen",
|
34505
|
-
"buttonname": "",
|
34506
|
-
"index": 2
|
34507
|
-
},
|
34508
|
-
{
|
34509
|
-
"id": 4299,
|
34510
|
-
"name": "SnowRefinery_Terran_ExtendingBridgeNEShort8Out",
|
34511
|
-
"buttonname": "",
|
34512
|
-
"index": 2
|
34513
|
-
},
|
34514
|
-
{
|
34515
|
-
"id": 4300,
|
34516
|
-
"name": "SnowRefinery_Terran_ExtendingBridgeNEShort8",
|
34517
|
-
"buttonname": "",
|
34518
|
-
"index": 2
|
34519
|
-
},
|
34520
|
-
{
|
34521
|
-
"id": 4301,
|
34522
|
-
"name": "SnowRefinery_Terran_ExtendingBridgeNWShort8Out",
|
34523
|
-
"buttonname": "",
|
34524
|
-
"index": 2
|
34525
|
-
},
|
34526
|
-
{
|
34527
|
-
"id": 4302,
|
34528
|
-
"name": "SnowRefinery_Terran_ExtendingBridgeNWShort8",
|
34529
|
-
"buttonname": "",
|
34530
|
-
"index": 2
|
34531
|
-
},
|
34532
|
-
{
|
34533
|
-
"id": 4303,
|
34534
|
-
"name": "SnowRefinery_Terran_ExtendingBridgeNEShort10Out",
|
34535
|
-
"buttonname": "",
|
34536
|
-
"index": 2
|
34537
|
-
},
|
34538
|
-
{
|
34539
|
-
"id": 4304,
|
34540
|
-
"name": "SnowRefinery_Terran_ExtendingBridgeNEShort10",
|
34541
|
-
"buttonname": "",
|
34542
|
-
"index": 2
|
34543
|
-
},
|
34544
|
-
{
|
34545
|
-
"id": 4305,
|
34546
|
-
"name": "SnowRefinery_Terran_ExtendingBridgeNWShort10Out",
|
34547
|
-
"buttonname": "",
|
34548
|
-
"index": 2
|
34549
|
-
},
|
34550
|
-
{
|
34551
|
-
"id": 4306,
|
34552
|
-
"name": "SnowRefinery_Terran_ExtendingBridgeNWShort10",
|
34553
|
-
"buttonname": "",
|
34554
|
-
"index": 2
|
34555
|
-
},
|
34556
|
-
{
|
34557
|
-
"id": 4307,
|
34558
|
-
"name": "Tarsonis_DoorN",
|
34559
|
-
"buttonname": "",
|
34560
|
-
"index": 2
|
34561
|
-
},
|
34562
|
-
{
|
34563
|
-
"id": 4308,
|
34564
|
-
"name": "Tarsonis_DoorNLowered",
|
34565
|
-
"buttonname": "",
|
34566
|
-
"index": 2
|
34567
|
-
},
|
34568
|
-
{
|
34569
|
-
"id": 4309,
|
34570
|
-
"name": "Tarsonis_DoorNE",
|
34571
|
-
"buttonname": "",
|
34572
|
-
"index": 2
|
34573
|
-
},
|
34574
|
-
{
|
34575
|
-
"id": 4310,
|
34576
|
-
"name": "Tarsonis_DoorNELowered",
|
34577
|
-
"buttonname": "",
|
34578
|
-
"index": 2
|
34579
|
-
},
|
34580
|
-
{
|
34581
|
-
"id": 4311,
|
34582
|
-
"name": "Tarsonis_DoorE",
|
34583
|
-
"buttonname": "",
|
34584
|
-
"index": 2
|
34585
|
-
},
|
34586
|
-
{
|
34587
|
-
"id": 4312,
|
34588
|
-
"name": "Tarsonis_DoorELowered",
|
34589
|
-
"buttonname": "",
|
34590
|
-
"index": 2
|
34591
|
-
},
|
34592
|
-
{
|
34593
|
-
"id": 4313,
|
34594
|
-
"name": "Tarsonis_DoorNW",
|
34595
|
-
"buttonname": "",
|
34596
|
-
"index": 2
|
34597
|
-
},
|
34598
|
-
{
|
34599
|
-
"id": 4314,
|
34600
|
-
"name": "Tarsonis_DoorNWLowered",
|
34601
|
-
"buttonname": "",
|
34602
|
-
"index": 2
|
34603
|
-
},
|
34604
|
-
{
|
34605
|
-
"id": 4315,
|
34606
|
-
"name": "CompoundMansion_DoorN",
|
34607
|
-
"buttonname": "",
|
34608
|
-
"index": 2
|
34609
|
-
},
|
34610
|
-
{
|
34611
|
-
"id": 4316,
|
34612
|
-
"name": "CompoundMansion_DoorNLowered",
|
34613
|
-
"buttonname": "",
|
34614
|
-
"index": 2
|
34615
|
-
},
|
34616
|
-
{
|
34617
|
-
"id": 4317,
|
34618
|
-
"name": "CompoundMansion_DoorNE",
|
34619
|
-
"buttonname": "",
|
34620
|
-
"index": 2
|
34621
|
-
},
|
34622
|
-
{
|
34623
|
-
"id": 4318,
|
34624
|
-
"name": "CompoundMansion_DoorNELowered",
|
34625
|
-
"buttonname": "",
|
34626
|
-
"index": 2
|
34627
|
-
},
|
34628
|
-
{
|
34629
|
-
"id": 4319,
|
34630
|
-
"name": "CompoundMansion_DoorE",
|
34631
|
-
"buttonname": "",
|
34632
|
-
"index": 2
|
34633
|
-
},
|
34634
|
-
{
|
34635
|
-
"id": 4320,
|
34636
|
-
"name": "CompoundMansion_DoorELowered",
|
34637
|
-
"buttonname": "",
|
34638
|
-
"index": 2
|
34639
|
-
},
|
34640
|
-
{
|
34641
|
-
"id": 4321,
|
34642
|
-
"name": "CompoundMansion_DoorNW",
|
34643
|
-
"buttonname": "",
|
34644
|
-
"index": 2
|
34645
|
-
},
|
34646
|
-
{
|
34647
|
-
"id": 4322,
|
34648
|
-
"name": "CompoundMansion_DoorNWLowered",
|
34649
|
-
"buttonname": "",
|
34650
|
-
"index": 2
|
34651
|
-
},
|
34652
|
-
{
|
34653
|
-
"id": 4323,
|
34654
|
-
"name": "MorphToLurker",
|
34655
|
-
"buttonname": "",
|
34656
|
-
"index": 2
|
34657
|
-
},
|
34658
|
-
{
|
34659
|
-
"id": 4324,
|
34660
|
-
"name": "ThorAPMode",
|
34661
|
-
"buttonname": "",
|
34662
|
-
"index": 2
|
34663
|
-
},
|
34664
|
-
{
|
34665
|
-
"id": 4325,
|
34666
|
-
"name": "LocustMPFlyingMorphToGround",
|
34667
|
-
"buttonname": "",
|
34668
|
-
"index": 2
|
34669
|
-
},
|
34670
|
-
{
|
34671
|
-
"id": 4326,
|
34672
|
-
"name": "LocustMPMorphToAir",
|
34673
|
-
"buttonname": "",
|
34674
|
-
"index": 2
|
34675
|
-
},
|
34676
|
-
{
|
34677
|
-
"id": 4327,
|
34678
|
-
"name": "AiurLightBridgeNE8Out",
|
34679
|
-
"buttonname": "",
|
34680
|
-
"index": 2
|
34681
|
-
},
|
34682
|
-
{
|
34683
|
-
"id": 4328,
|
34684
|
-
"name": "AiurLightBridgeNE8",
|
34685
|
-
"buttonname": "",
|
34686
|
-
"index": 2
|
34687
|
-
},
|
34688
|
-
{
|
34689
|
-
"id": 4329,
|
34690
|
-
"name": "AiurLightBridgeNE10Out",
|
34691
|
-
"buttonname": "",
|
34692
|
-
"index": 2
|
34693
|
-
},
|
34694
|
-
{
|
34695
|
-
"id": 4330,
|
34696
|
-
"name": "AiurLightBridgeNE10",
|
34697
|
-
"buttonname": "",
|
34698
|
-
"index": 2
|
34699
|
-
},
|
34700
|
-
{
|
34701
|
-
"id": 4331,
|
34702
|
-
"name": "AiurLightBridgeNE12Out",
|
34703
|
-
"buttonname": "",
|
34704
|
-
"index": 2
|
34705
|
-
},
|
34706
|
-
{
|
34707
|
-
"id": 4332,
|
34708
|
-
"name": "AiurLightBridgeNE12",
|
34709
|
-
"buttonname": "",
|
34710
|
-
"index": 2
|
34711
|
-
},
|
34712
|
-
{
|
34713
|
-
"id": 4333,
|
34714
|
-
"name": "AiurLightBridgeNW8Out",
|
34715
|
-
"buttonname": "",
|
34716
|
-
"index": 2
|
34717
|
-
},
|
34718
|
-
{
|
34719
|
-
"id": 4334,
|
34720
|
-
"name": "AiurLightBridgeNW8",
|
34721
|
-
"buttonname": "",
|
34722
|
-
"index": 2
|
34723
|
-
},
|
34724
|
-
{
|
34725
|
-
"id": 4335,
|
34726
|
-
"name": "AiurLightBridgeNW10Out",
|
34727
|
-
"buttonname": "",
|
34728
|
-
"index": 2
|
34729
|
-
},
|
34730
|
-
{
|
34731
|
-
"id": 4336,
|
34732
|
-
"name": "AiurLightBridgeNW10",
|
34733
|
-
"buttonname": "",
|
34734
|
-
"index": 2
|
34735
|
-
},
|
34736
|
-
{
|
34737
|
-
"id": 4337,
|
34738
|
-
"name": "AiurLightBridgeNW12Out",
|
34739
|
-
"buttonname": "",
|
34740
|
-
"index": 2
|
34741
|
-
},
|
34742
|
-
{
|
34743
|
-
"id": 4338,
|
34744
|
-
"name": "AiurLightBridgeNW12",
|
34745
|
-
"buttonname": "",
|
34746
|
-
"index": 2
|
34747
|
-
},
|
34748
|
-
{
|
34749
|
-
"id": 4339,
|
34750
|
-
"name": "AiurTempleBridgeNE8Out",
|
34751
|
-
"buttonname": "",
|
34752
|
-
"index": 2
|
34753
|
-
},
|
34754
|
-
{
|
34755
|
-
"id": 4340,
|
34756
|
-
"name": "AiurTempleBridgeNE8",
|
34757
|
-
"buttonname": "",
|
34758
|
-
"index": 2
|
34759
|
-
},
|
34760
|
-
{
|
34761
|
-
"id": 4341,
|
34762
|
-
"name": "AiurTempleBridgeNE10Out",
|
34763
|
-
"buttonname": "",
|
34764
|
-
"index": 2
|
34765
|
-
},
|
34766
|
-
{
|
34767
|
-
"id": 4342,
|
34768
|
-
"name": "AiurTempleBridgeNE10",
|
34769
|
-
"buttonname": "",
|
34770
|
-
"index": 2
|
34771
|
-
},
|
34772
|
-
{
|
34773
|
-
"id": 4343,
|
34774
|
-
"name": "AiurTempleBridgeNE12Out",
|
34775
|
-
"buttonname": "",
|
34776
|
-
"index": 2
|
34777
|
-
},
|
34778
|
-
{
|
34779
|
-
"id": 4344,
|
34780
|
-
"name": "AiurTempleBridgeNE12",
|
34781
|
-
"buttonname": "",
|
34782
|
-
"index": 2
|
34783
|
-
},
|
34784
|
-
{
|
34785
|
-
"id": 4345,
|
34786
|
-
"name": "AiurTempleBridgeNW8Out",
|
34787
|
-
"buttonname": "",
|
34788
|
-
"index": 2
|
34789
|
-
},
|
34790
|
-
{
|
34791
|
-
"id": 4346,
|
34792
|
-
"name": "AiurTempleBridgeNW8",
|
34793
|
-
"buttonname": "",
|
34794
|
-
"index": 2
|
34795
|
-
},
|
34796
|
-
{
|
34797
|
-
"id": 4347,
|
34798
|
-
"name": "AiurTempleBridgeNW10Out",
|
34799
|
-
"buttonname": "",
|
34800
|
-
"index": 2
|
34801
|
-
},
|
34802
|
-
{
|
34803
|
-
"id": 4348,
|
34804
|
-
"name": "AiurTempleBridgeNW10",
|
34805
|
-
"buttonname": "",
|
34806
|
-
"index": 2
|
34807
|
-
},
|
34808
|
-
{
|
34809
|
-
"id": 4349,
|
34810
|
-
"name": "AiurTempleBridgeNW12Out",
|
34811
|
-
"buttonname": "",
|
34812
|
-
"index": 2
|
34813
|
-
},
|
34814
|
-
{
|
34815
|
-
"id": 4350,
|
34816
|
-
"name": "AiurTempleBridgeNW12",
|
34817
|
-
"buttonname": "",
|
34818
|
-
"index": 2
|
34819
|
-
},
|
34820
|
-
{
|
34821
|
-
"id": 4351,
|
34822
|
-
"name": "ShakurasLightBridgeNE8Out",
|
34823
|
-
"buttonname": "",
|
34824
|
-
"index": 2
|
34825
|
-
},
|
34826
|
-
{
|
34827
|
-
"id": 4352,
|
34828
|
-
"name": "ShakurasLightBridgeNE8",
|
34829
|
-
"buttonname": "",
|
34830
|
-
"index": 2
|
34831
|
-
},
|
34832
|
-
{
|
34833
|
-
"id": 4353,
|
34834
|
-
"name": "ShakurasLightBridgeNE10Out",
|
34835
|
-
"buttonname": "",
|
34836
|
-
"index": 2
|
34837
|
-
},
|
34838
|
-
{
|
34839
|
-
"id": 4354,
|
34840
|
-
"name": "ShakurasLightBridgeNE10",
|
34841
|
-
"buttonname": "",
|
34842
|
-
"index": 2
|
34843
|
-
},
|
34844
|
-
{
|
34845
|
-
"id": 4355,
|
34846
|
-
"name": "ShakurasLightBridgeNE12Out",
|
34847
|
-
"buttonname": "",
|
34848
|
-
"index": 2
|
34849
|
-
},
|
34850
|
-
{
|
34851
|
-
"id": 4356,
|
34852
|
-
"name": "ShakurasLightBridgeNE12",
|
34853
|
-
"buttonname": "",
|
34854
|
-
"index": 2
|
34855
|
-
},
|
34856
|
-
{
|
34857
|
-
"id": 4357,
|
34858
|
-
"name": "ShakurasLightBridgeNW8Out",
|
34859
|
-
"buttonname": "",
|
34860
|
-
"index": 2
|
34861
|
-
},
|
34862
|
-
{
|
34863
|
-
"id": 4358,
|
34864
|
-
"name": "ShakurasLightBridgeNW8",
|
34865
|
-
"buttonname": "",
|
34866
|
-
"index": 2
|
34867
|
-
},
|
34868
|
-
{
|
34869
|
-
"id": 4359,
|
34870
|
-
"name": "ShakurasLightBridgeNW10Out",
|
34871
|
-
"buttonname": "",
|
34872
|
-
"index": 2
|
34873
|
-
},
|
34874
|
-
{
|
34875
|
-
"id": 4360,
|
34876
|
-
"name": "ShakurasLightBridgeNW10",
|
34877
|
-
"buttonname": "",
|
34878
|
-
"index": 2
|
34879
|
-
},
|
34880
|
-
{
|
34881
|
-
"id": 4361,
|
34882
|
-
"name": "ShakurasLightBridgeNW12Out",
|
34883
|
-
"buttonname": "",
|
34884
|
-
"index": 2
|
34885
|
-
},
|
34886
|
-
{
|
34887
|
-
"id": 4362,
|
34888
|
-
"name": "ShakurasLightBridgeNW12",
|
34889
|
-
"buttonname": "",
|
34890
|
-
"index": 2
|
34891
|
-
},
|
34892
|
-
{
|
34893
|
-
"id": 4363,
|
34894
|
-
"name": "VoidMPImmortalReviveRebuild",
|
34895
|
-
"buttonname": "",
|
34896
|
-
"index": 2
|
34897
|
-
},
|
34898
|
-
{
|
34899
|
-
"id": 4364,
|
34900
|
-
"name": "VoidMPImmortalReviveDeath",
|
34901
|
-
"buttonname": "",
|
34902
|
-
"index": 2
|
34903
|
-
},
|
34904
|
-
{
|
34905
|
-
"id": 4365,
|
34906
|
-
"name": "MorphToGuardianMP",
|
34907
|
-
"buttonname": "",
|
34908
|
-
"index": 2
|
34909
|
-
},
|
34910
|
-
{
|
34911
|
-
"id": 4366,
|
34912
|
-
"name": "MorphToDevourerMP",
|
34913
|
-
"buttonname": "",
|
34914
|
-
"index": 2
|
34915
|
-
},
|
34916
|
-
{
|
34917
|
-
"id": 4367,
|
34918
|
-
"name": "DefilerMPBurrow",
|
34919
|
-
"buttonname": "",
|
34920
|
-
"index": 2
|
34921
|
-
},
|
34922
|
-
{
|
34923
|
-
"id": 4368,
|
34924
|
-
"name": "DefilerMPUnburrow",
|
34925
|
-
"buttonname": "",
|
34926
|
-
"index": 2
|
34927
|
-
},
|
34928
|
-
{
|
34929
|
-
"id": 4369,
|
34930
|
-
"name": "PurificationNovaMorph",
|
34931
|
-
"buttonname": "",
|
34932
|
-
"index": 2
|
34933
|
-
},
|
34934
|
-
{
|
34935
|
-
"id": 4370,
|
34936
|
-
"name": "PurificationNovaMorphBack",
|
34937
|
-
"buttonname": "",
|
34938
|
-
"index": 2
|
34939
|
-
},
|
34940
|
-
{
|
34941
|
-
"id": 4371,
|
34942
|
-
"name": "LiberatorMorphtoAG",
|
34943
|
-
"buttonname": "",
|
34944
|
-
"index": 2
|
34945
|
-
},
|
34946
|
-
{
|
34947
|
-
"id": 4372,
|
34948
|
-
"name": "LiberatorMorphtoAA",
|
34949
|
-
"buttonname": "",
|
34950
|
-
"index": 2
|
34951
|
-
},
|
34952
|
-
{
|
34953
|
-
"id": 4373,
|
34954
|
-
"name": "AiurLightBridgeAbandonedNE8Out",
|
34955
|
-
"buttonname": "",
|
34956
|
-
"index": 2
|
34957
|
-
},
|
34958
|
-
{
|
34959
|
-
"id": 4374,
|
34960
|
-
"name": "AiurLightBridgeAbandonedNE8",
|
34961
|
-
"buttonname": "",
|
34962
|
-
"index": 2
|
34963
|
-
},
|
34964
|
-
{
|
34965
|
-
"id": 4375,
|
34966
|
-
"name": "AiurLightBridgeAbandonedNE10Out",
|
34967
|
-
"buttonname": "",
|
34968
|
-
"index": 2
|
34969
|
-
},
|
34970
|
-
{
|
34971
|
-
"id": 4376,
|
34972
|
-
"name": "AiurLightBridgeAbandonedNE10",
|
34973
|
-
"buttonname": "",
|
34974
|
-
"index": 2
|
34975
|
-
},
|
34976
|
-
{
|
34977
|
-
"id": 4377,
|
34978
|
-
"name": "AiurLightBridgeAbandonedNE12Out",
|
34979
|
-
"buttonname": "",
|
34980
|
-
"index": 2
|
34981
|
-
},
|
34982
|
-
{
|
34983
|
-
"id": 4378,
|
34984
|
-
"name": "AiurLightBridgeAbandonedNE12",
|
34985
|
-
"buttonname": "",
|
34986
|
-
"index": 2
|
34987
|
-
},
|
34988
|
-
{
|
34989
|
-
"id": 4379,
|
34990
|
-
"name": "AiurLightBridgeAbandonedNW8Out",
|
34991
|
-
"buttonname": "",
|
34992
|
-
"index": 2
|
34993
|
-
},
|
34994
|
-
{
|
34995
|
-
"id": 4380,
|
34996
|
-
"name": "AiurLightBridgeAbandonedNW8",
|
34997
|
-
"buttonname": "",
|
34998
|
-
"index": 2
|
34999
|
-
},
|
35000
|
-
{
|
35001
|
-
"id": 4381,
|
35002
|
-
"name": "AiurLightBridgeAbandonedNW10Out",
|
35003
|
-
"buttonname": "",
|
35004
|
-
"index": 2
|
35005
|
-
},
|
35006
|
-
{
|
35007
|
-
"id": 4382,
|
35008
|
-
"name": "AiurLightBridgeAbandonedNW10",
|
35009
|
-
"buttonname": "",
|
35010
|
-
"index": 2
|
35011
|
-
},
|
35012
|
-
{
|
35013
|
-
"id": 4383,
|
35014
|
-
"name": "AiurLightBridgeAbandonedNW12Out",
|
35015
|
-
"buttonname": "",
|
35016
|
-
"index": 2
|
35017
|
-
},
|
35018
|
-
{
|
35019
|
-
"id": 4384,
|
35020
|
-
"name": "AiurLightBridgeAbandonedNW12",
|
35021
|
-
"buttonname": "",
|
35022
|
-
"index": 2
|
35023
|
-
},
|
35024
|
-
{
|
35025
|
-
"id": 4385,
|
35026
|
-
"name": "MorphToCollapsiblePurifierTowerDebris",
|
35027
|
-
"buttonname": "",
|
35028
|
-
"index": 2
|
35029
|
-
},
|
35030
|
-
{
|
35031
|
-
"id": 4386,
|
35032
|
-
"name": "PortCity_Bridge_UnitNE8Out",
|
35033
|
-
"buttonname": "",
|
35034
|
-
"index": 2
|
35035
|
-
},
|
35036
|
-
{
|
35037
|
-
"id": 4387,
|
35038
|
-
"name": "PortCity_Bridge_UnitNE8",
|
35039
|
-
"buttonname": "",
|
35040
|
-
"index": 2
|
35041
|
-
},
|
35042
|
-
{
|
35043
|
-
"id": 4388,
|
35044
|
-
"name": "PortCity_Bridge_UnitSE8Out",
|
35045
|
-
"buttonname": "",
|
35046
|
-
"index": 2
|
35047
|
-
},
|
35048
|
-
{
|
35049
|
-
"id": 4389,
|
35050
|
-
"name": "PortCity_Bridge_UnitSE8",
|
35051
|
-
"buttonname": "",
|
35052
|
-
"index": 2
|
35053
|
-
},
|
35054
|
-
{
|
35055
|
-
"id": 4390,
|
35056
|
-
"name": "PortCity_Bridge_UnitNW8Out",
|
35057
|
-
"buttonname": "",
|
35058
|
-
"index": 2
|
35059
|
-
},
|
35060
|
-
{
|
35061
|
-
"id": 4391,
|
35062
|
-
"name": "PortCity_Bridge_UnitNW8",
|
35063
|
-
"buttonname": "",
|
35064
|
-
"index": 2
|
35065
|
-
},
|
35066
|
-
{
|
35067
|
-
"id": 4392,
|
35068
|
-
"name": "PortCity_Bridge_UnitSW8Out",
|
35069
|
-
"buttonname": "",
|
35070
|
-
"index": 2
|
35071
|
-
},
|
35072
|
-
{
|
35073
|
-
"id": 4393,
|
35074
|
-
"name": "PortCity_Bridge_UnitSW8",
|
35075
|
-
"buttonname": "",
|
35076
|
-
"index": 2
|
35077
|
-
},
|
35078
|
-
{
|
35079
|
-
"id": 4394,
|
35080
|
-
"name": "PortCity_Bridge_UnitNE10Out",
|
35081
|
-
"buttonname": "",
|
35082
|
-
"index": 2
|
35083
|
-
},
|
35084
|
-
{
|
35085
|
-
"id": 4395,
|
35086
|
-
"name": "PortCity_Bridge_UnitNE10",
|
35087
|
-
"buttonname": "",
|
35088
|
-
"index": 2
|
35089
|
-
},
|
35090
|
-
{
|
35091
|
-
"id": 4396,
|
35092
|
-
"name": "PortCity_Bridge_UnitSE10Out",
|
35093
|
-
"buttonname": "",
|
35094
|
-
"index": 2
|
35095
|
-
},
|
35096
|
-
{
|
35097
|
-
"id": 4397,
|
35098
|
-
"name": "PortCity_Bridge_UnitSE10",
|
35099
|
-
"buttonname": "",
|
35100
|
-
"index": 2
|
35101
|
-
},
|
35102
|
-
{
|
35103
|
-
"id": 4398,
|
35104
|
-
"name": "PortCity_Bridge_UnitNW10Out",
|
35105
|
-
"buttonname": "",
|
35106
|
-
"index": 2
|
35107
|
-
},
|
35108
|
-
{
|
35109
|
-
"id": 4399,
|
35110
|
-
"name": "PortCity_Bridge_UnitNW10",
|
35111
|
-
"buttonname": "",
|
35112
|
-
"index": 2
|
35113
|
-
},
|
35114
|
-
{
|
35115
|
-
"id": 4400,
|
35116
|
-
"name": "PortCity_Bridge_UnitSW10Out",
|
35117
|
-
"buttonname": "",
|
35118
|
-
"index": 2
|
35119
|
-
},
|
35120
|
-
{
|
35121
|
-
"id": 4401,
|
35122
|
-
"name": "PortCity_Bridge_UnitSW10",
|
35123
|
-
"buttonname": "",
|
35124
|
-
"index": 2
|
35125
|
-
},
|
35126
|
-
{
|
35127
|
-
"id": 4402,
|
35128
|
-
"name": "PortCity_Bridge_UnitNE12Out",
|
35129
|
-
"buttonname": "",
|
35130
|
-
"index": 2
|
35131
|
-
},
|
35132
|
-
{
|
35133
|
-
"id": 4403,
|
35134
|
-
"name": "PortCity_Bridge_UnitNE12",
|
35135
|
-
"buttonname": "",
|
35136
|
-
"index": 2
|
35137
|
-
},
|
35138
|
-
{
|
35139
|
-
"id": 4404,
|
35140
|
-
"name": "PortCity_Bridge_UnitSE12Out",
|
35141
|
-
"buttonname": "",
|
35142
|
-
"index": 2
|
35143
|
-
},
|
35144
|
-
{
|
35145
|
-
"id": 4405,
|
35146
|
-
"name": "PortCity_Bridge_UnitSE12",
|
35147
|
-
"buttonname": "",
|
35148
|
-
"index": 2
|
35149
|
-
},
|
35150
|
-
{
|
35151
|
-
"id": 4406,
|
35152
|
-
"name": "PortCity_Bridge_UnitNW12Out",
|
35153
|
-
"buttonname": "",
|
35154
|
-
"index": 2
|
35155
|
-
},
|
35156
|
-
{
|
35157
|
-
"id": 4407,
|
35158
|
-
"name": "PortCity_Bridge_UnitNW12",
|
35159
|
-
"buttonname": "",
|
35160
|
-
"index": 2
|
35161
|
-
},
|
35162
|
-
{
|
35163
|
-
"id": 4408,
|
35164
|
-
"name": "PortCity_Bridge_UnitSW12Out",
|
35165
|
-
"buttonname": "",
|
35166
|
-
"index": 2
|
35167
|
-
},
|
35168
|
-
{
|
35169
|
-
"id": 4409,
|
35170
|
-
"name": "PortCity_Bridge_UnitSW12",
|
35171
|
-
"buttonname": "",
|
35172
|
-
"index": 2
|
35173
|
-
},
|
35174
|
-
{
|
35175
|
-
"id": 4410,
|
35176
|
-
"name": "PortCity_Bridge_UnitN8Out",
|
35177
|
-
"buttonname": "",
|
35178
|
-
"index": 2
|
35179
|
-
},
|
35180
|
-
{
|
35181
|
-
"id": 4411,
|
35182
|
-
"name": "PortCity_Bridge_UnitN8",
|
35183
|
-
"buttonname": "",
|
35184
|
-
"index": 2
|
35185
|
-
},
|
35186
|
-
{
|
35187
|
-
"id": 4412,
|
35188
|
-
"name": "PortCity_Bridge_UnitS8Out",
|
35189
|
-
"buttonname": "",
|
35190
|
-
"index": 2
|
35191
|
-
},
|
35192
|
-
{
|
35193
|
-
"id": 4413,
|
35194
|
-
"name": "PortCity_Bridge_UnitS8",
|
35195
|
-
"buttonname": "",
|
35196
|
-
"index": 2
|
35197
|
-
},
|
35198
|
-
{
|
35199
|
-
"id": 4414,
|
35200
|
-
"name": "PortCity_Bridge_UnitE8Out",
|
35201
|
-
"buttonname": "",
|
35202
|
-
"index": 2
|
35203
|
-
},
|
35204
|
-
{
|
35205
|
-
"id": 4415,
|
35206
|
-
"name": "PortCity_Bridge_UnitE8",
|
35207
|
-
"buttonname": "",
|
35208
|
-
"index": 2
|
35209
|
-
},
|
35210
|
-
{
|
35211
|
-
"id": 4416,
|
35212
|
-
"name": "PortCity_Bridge_UnitW8Out",
|
35213
|
-
"buttonname": "",
|
35214
|
-
"index": 2
|
35215
|
-
},
|
35216
|
-
{
|
35217
|
-
"id": 4417,
|
35218
|
-
"name": "PortCity_Bridge_UnitW8",
|
35219
|
-
"buttonname": "",
|
35220
|
-
"index": 2
|
35221
|
-
},
|
35222
|
-
{
|
35223
|
-
"id": 4418,
|
35224
|
-
"name": "PortCity_Bridge_UnitN10Out",
|
35225
|
-
"buttonname": "",
|
35226
|
-
"index": 2
|
35227
|
-
},
|
35228
|
-
{
|
35229
|
-
"id": 4419,
|
35230
|
-
"name": "PortCity_Bridge_UnitN10",
|
35231
|
-
"buttonname": "",
|
35232
|
-
"index": 2
|
35233
|
-
},
|
35234
|
-
{
|
35235
|
-
"id": 4420,
|
35236
|
-
"name": "PortCity_Bridge_UnitS10Out",
|
35237
|
-
"buttonname": "",
|
35238
|
-
"index": 2
|
35239
|
-
},
|
35240
|
-
{
|
35241
|
-
"id": 4421,
|
35242
|
-
"name": "PortCity_Bridge_UnitS10",
|
35243
|
-
"buttonname": "",
|
35244
|
-
"index": 2
|
35245
|
-
},
|
35246
|
-
{
|
35247
|
-
"id": 4422,
|
35248
|
-
"name": "PortCity_Bridge_UnitE10Out",
|
35249
|
-
"buttonname": "",
|
35250
|
-
"index": 2
|
35251
|
-
},
|
35252
|
-
{
|
35253
|
-
"id": 4423,
|
35254
|
-
"name": "PortCity_Bridge_UnitE10",
|
35255
|
-
"buttonname": "",
|
35256
|
-
"index": 2
|
35257
|
-
},
|
35258
|
-
{
|
35259
|
-
"id": 4424,
|
35260
|
-
"name": "PortCity_Bridge_UnitW10Out",
|
35261
|
-
"buttonname": "",
|
35262
|
-
"index": 2
|
35263
|
-
},
|
35264
|
-
{
|
35265
|
-
"id": 4425,
|
35266
|
-
"name": "PortCity_Bridge_UnitW10",
|
35267
|
-
"buttonname": "",
|
35268
|
-
"index": 2
|
35269
|
-
},
|
35270
|
-
{
|
35271
|
-
"id": 4426,
|
35272
|
-
"name": "PortCity_Bridge_UnitN12Out",
|
35273
|
-
"buttonname": "",
|
35274
|
-
"index": 2
|
35275
|
-
},
|
35276
|
-
{
|
35277
|
-
"id": 4427,
|
35278
|
-
"name": "PortCity_Bridge_UnitN12",
|
35279
|
-
"buttonname": "",
|
35280
|
-
"index": 2
|
35281
|
-
},
|
35282
|
-
{
|
35283
|
-
"id": 4428,
|
35284
|
-
"name": "PortCity_Bridge_UnitS12Out",
|
35285
|
-
"buttonname": "",
|
35286
|
-
"index": 2
|
35287
|
-
},
|
35288
|
-
{
|
35289
|
-
"id": 4429,
|
35290
|
-
"name": "PortCity_Bridge_UnitS12",
|
35291
|
-
"buttonname": "",
|
35292
|
-
"index": 2
|
35293
|
-
},
|
35294
|
-
{
|
35295
|
-
"id": 4430,
|
35296
|
-
"name": "PortCity_Bridge_UnitE12Out",
|
35297
|
-
"buttonname": "",
|
35298
|
-
"index": 2
|
35299
|
-
},
|
35300
|
-
{
|
35301
|
-
"id": 4431,
|
35302
|
-
"name": "PortCity_Bridge_UnitE12",
|
35303
|
-
"buttonname": "",
|
35304
|
-
"index": 2
|
35305
|
-
},
|
35306
|
-
{
|
35307
|
-
"id": 4432,
|
35308
|
-
"name": "PortCity_Bridge_UnitW12Out",
|
35309
|
-
"buttonname": "",
|
35310
|
-
"index": 2
|
35311
|
-
},
|
35312
|
-
{
|
35313
|
-
"id": 4433,
|
35314
|
-
"name": "PortCity_Bridge_UnitW12",
|
35315
|
-
"buttonname": "",
|
35316
|
-
"index": 2
|
35317
|
-
},
|
35318
|
-
{
|
35319
|
-
"id": 4434,
|
35320
|
-
"name": "BatteryOvercharge",
|
35321
|
-
"buttonname": "",
|
35322
|
-
"index": 1
|
35323
|
-
},
|
35324
|
-
{
|
35325
|
-
"id": 4435,
|
35326
|
-
"name": "HydraliskFrenzy",
|
35327
|
-
"buttonname": "",
|
35328
|
-
"index": 0
|
35329
|
-
},
|
35330
|
-
{
|
35331
|
-
"id": 4436,
|
35332
|
-
"name": "HydraliskFrenzy",
|
35333
|
-
"buttonname": "",
|
35334
|
-
"index": 1
|
35335
|
-
},
|
35336
|
-
{
|
35337
|
-
"id": 4437,
|
35338
|
-
"name": "AmorphousArmorcloud",
|
35339
|
-
"buttonname": "",
|
35340
|
-
"index": 1
|
35341
|
-
},
|
35342
|
-
{
|
35343
|
-
"id": 4438,
|
35344
|
-
"name": "PurifyMorphPylon",
|
35345
|
-
"buttonname": "",
|
35346
|
-
"index": 2
|
35347
|
-
},
|
35348
|
-
{
|
35349
|
-
"id": 4439,
|
35350
|
-
"name": "PurifyMorphPylonBack",
|
35351
|
-
"buttonname": "",
|
35352
|
-
"index": 2
|
35353
|
-
},
|
35354
|
-
{
|
35355
|
-
"id": 4440,
|
35356
|
-
"name": "EnergyRecharge",
|
35357
|
-
"buttonname": "EnergyRecharge",
|
35358
|
-
"index": 0
|
35359
|
-
},
|
35360
|
-
{
|
35361
|
-
"id": 4441,
|
35362
|
-
"name": "EnergyRecharge",
|
35363
|
-
"buttonname": "",
|
35364
|
-
"index": 1
|
35365
|
-
},
|
35366
|
-
{
|
35367
|
-
"id": 4442,
|
35368
|
-
"name": "SalvageEffect",
|
35369
|
-
"buttonname": "Salvage",
|
35370
|
-
"index": 0
|
35371
|
-
},
|
35372
|
-
{
|
35373
|
-
"id": 4443,
|
35374
|
-
"name": "SalvageEffect",
|
35375
|
-
"buttonname": "",
|
35376
|
-
"index": 1
|
35377
|
-
},
|
35378
|
-
{
|
35379
|
-
"id": 4444,
|
35380
|
-
"name": "SalvageSensorTowerRefund",
|
35381
|
-
"buttonname": "Salvage",
|
35382
|
-
"index": 0
|
35383
|
-
},
|
35384
|
-
{
|
35385
|
-
"id": 4445,
|
35386
|
-
"name": "SalvageSensorTowerRefund",
|
35387
|
-
"buttonname": "",
|
35388
|
-
"index": 1
|
35389
|
-
},
|
35390
|
-
{
|
35391
|
-
"id": 4446,
|
35392
|
-
"name": "WorkerStopIdleAbilityVespene",
|
35393
|
-
"buttonname": "Gather",
|
35394
|
-
"index": 0
|
35395
|
-
},
|
35396
|
-
{
|
35397
|
-
"id": 4447,
|
35398
|
-
"name": "WorkerStopIdleAbilityVespene",
|
35399
|
-
"buttonname": "",
|
35400
|
-
"index": 1
|
35401
|
-
},
|
35402
|
-
{
|
35403
|
-
"id": 4448,
|
35404
|
-
"name": "DummyAbil0",
|
35405
|
-
"buttonname": "",
|
35406
|
-
"index": 1
|
35407
|
-
},
|
35408
|
-
{
|
35409
|
-
"id": 4449,
|
35410
|
-
"name": "DummyAbil1",
|
35411
|
-
"buttonname": "",
|
35412
|
-
"index": 1
|
35413
|
-
},
|
35414
|
-
{
|
35415
|
-
"id": 4450,
|
35416
|
-
"name": "DummyAbil2",
|
35417
|
-
"buttonname": "",
|
35418
|
-
"index": 1
|
35419
|
-
},
|
35420
|
-
{
|
35421
|
-
"id": 4451,
|
35422
|
-
"name": "DummyAbil3",
|
35423
|
-
"buttonname": "",
|
35424
|
-
"index": 1
|
35425
|
-
},
|
35426
|
-
{
|
35427
|
-
"id": 4452,
|
35428
|
-
"name": "DummyAbil4",
|
35429
|
-
"buttonname": "",
|
35430
|
-
"index": 1
|
35431
|
-
},
|
35432
|
-
{
|
35433
|
-
"id": 4453,
|
35434
|
-
"name": "DummyAbil5",
|
35435
|
-
"buttonname": "",
|
35436
|
-
"index": 1
|
35437
|
-
},
|
35438
|
-
{
|
35439
|
-
"id": 4454,
|
35440
|
-
"name": "DummyAbil6",
|
35441
|
-
"buttonname": "",
|
35442
|
-
"index": 1
|
35443
|
-
},
|
35444
|
-
{
|
35445
|
-
"id": 4455,
|
35446
|
-
"name": "DummyAbil7",
|
35447
|
-
"buttonname": "",
|
35448
|
-
"index": 1
|
35449
|
-
},
|
35450
|
-
{
|
35451
|
-
"id": 4456,
|
35452
|
-
"name": "DummyAbil8",
|
35453
|
-
"buttonname": "",
|
35454
|
-
"index": 1
|
35455
|
-
},
|
35456
|
-
{
|
35457
|
-
"id": 4457,
|
35458
|
-
"name": "DummyAbil9",
|
35459
|
-
"buttonname": "",
|
35460
|
-
"index": 1
|
35461
|
-
},
|
35462
|
-
{
|
35463
|
-
"id": 4458,
|
35464
|
-
"name": "DummyAbil10",
|
35465
|
-
"buttonname": "",
|
35466
|
-
"index": 1
|
35467
|
-
},
|
35468
|
-
{
|
35469
|
-
"id": 4459,
|
35470
|
-
"name": "DummyAbil11",
|
35471
|
-
"buttonname": "",
|
35472
|
-
"index": 1
|
35473
|
-
},
|
35474
|
-
{
|
35475
|
-
"id": 4460,
|
35476
|
-
"name": "DummyAbil12",
|
35477
|
-
"buttonname": "",
|
35478
|
-
"index": 1
|
35479
|
-
},
|
35480
|
-
{
|
35481
|
-
"id": 4461,
|
35482
|
-
"name": "DummyAbil13",
|
35483
|
-
"buttonname": "",
|
35484
|
-
"index": 1
|
35485
|
-
},
|
35486
|
-
{
|
35487
|
-
"id": 4462,
|
35488
|
-
"name": "DummyAbil14",
|
35489
|
-
"buttonname": "",
|
35490
|
-
"index": 1
|
35491
|
-
},
|
35492
|
-
{
|
35493
|
-
"id": 4463,
|
35494
|
-
"name": "DummyAbil15",
|
35495
|
-
"buttonname": "",
|
35496
|
-
"index": 1
|
35497
|
-
},
|
35498
|
-
{
|
35499
|
-
"id": 4464,
|
35500
|
-
"name": "DummyAbil16",
|
35501
|
-
"buttonname": "",
|
35502
|
-
"index": 1
|
35503
|
-
},
|
35504
|
-
{
|
35505
|
-
"id": 4465,
|
35506
|
-
"name": "DummyAbil17",
|
35507
|
-
"buttonname": "",
|
35508
|
-
"index": 1
|
35509
|
-
},
|
35510
|
-
{
|
35511
|
-
"id": 4466,
|
35512
|
-
"name": "DummyAbil18",
|
35513
|
-
"buttonname": "",
|
35514
|
-
"index": 1
|
35515
|
-
},
|
35516
|
-
{
|
35517
|
-
"id": 4467,
|
35518
|
-
"name": "DummyAbil19",
|
35519
|
-
"buttonname": "",
|
35520
|
-
"index": 1
|
35521
|
-
},
|
35522
|
-
{
|
35523
|
-
"id": 4468,
|
35524
|
-
"name": "DummyAbil20",
|
35525
|
-
"buttonname": "",
|
35526
|
-
"index": 1
|
35527
|
-
},
|
35528
|
-
{
|
35529
|
-
"id": 4469,
|
35530
|
-
"name": "DummyAbil21",
|
35531
|
-
"buttonname": "",
|
35532
|
-
"index": 1
|
35533
|
-
},
|
35534
|
-
{
|
35535
|
-
"id": 4470,
|
35536
|
-
"name": "DummyAbil22",
|
35537
|
-
"buttonname": "",
|
35538
|
-
"index": 1
|
35539
|
-
},
|
35540
|
-
{
|
35541
|
-
"id": 4471,
|
35542
|
-
"name": "DummyAbil23",
|
35543
|
-
"buttonname": "",
|
35544
|
-
"index": 1
|
35545
|
-
},
|
35546
|
-
{
|
35547
|
-
"id": 4472,
|
35548
|
-
"name": "DummyAbil24",
|
35549
|
-
"buttonname": "",
|
35550
|
-
"index": 1
|
35551
|
-
},
|
35552
|
-
{
|
35553
|
-
"id": 4473,
|
35554
|
-
"name": "DummyAbil25",
|
35555
|
-
"buttonname": "",
|
35556
|
-
"index": 1
|
35557
|
-
},
|
35558
|
-
{
|
35559
|
-
"id": 4474,
|
35560
|
-
"name": "DummyAbil26",
|
35561
|
-
"buttonname": "",
|
35562
|
-
"index": 1
|
35563
|
-
},
|
35564
|
-
{
|
35565
|
-
"id": 4475,
|
35566
|
-
"name": "DummyAbil27",
|
33554
|
+
"name": "DummyAbil27",
|
35567
33555
|
"buttonname": "",
|
35568
33556
|
"index": 1
|
35569
33557
|
},
|
35570
33558
|
{
|
35571
|
-
"id":
|
33559
|
+
"id": 4158,
|
35572
33560
|
"name": "DummyAbil28",
|
35573
33561
|
"buttonname": "",
|
35574
33562
|
"index": 1
|
35575
33563
|
},
|
35576
33564
|
{
|
35577
|
-
"id":
|
33565
|
+
"id": 4159,
|
35578
33566
|
"name": "DummyAbil29",
|
35579
33567
|
"buttonname": "",
|
35580
33568
|
"index": 1
|
35581
33569
|
},
|
35582
33570
|
{
|
35583
|
-
"id":
|
33571
|
+
"id": 4160,
|
35584
33572
|
"name": "DummyAbil30",
|
35585
33573
|
"buttonname": "",
|
35586
33574
|
"index": 1
|
35587
33575
|
},
|
35588
33576
|
{
|
35589
|
-
"id":
|
33577
|
+
"id": 4161,
|
35590
33578
|
"name": "DummyAbil31",
|
35591
33579
|
"buttonname": "",
|
35592
33580
|
"index": 1
|
35593
33581
|
},
|
35594
33582
|
{
|
35595
|
-
"id":
|
33583
|
+
"id": 4162,
|
35596
33584
|
"name": "DummyAbil32",
|
35597
33585
|
"buttonname": "",
|
35598
33586
|
"index": 1
|
35599
33587
|
},
|
35600
33588
|
{
|
35601
|
-
"id":
|
33589
|
+
"id": 4163,
|
35602
33590
|
"name": "DummyAbil33",
|
35603
33591
|
"buttonname": "",
|
35604
33592
|
"index": 1
|
35605
33593
|
},
|
35606
33594
|
{
|
35607
|
-
"id":
|
33595
|
+
"id": 4164,
|
35608
33596
|
"name": "DummyAbil34",
|
35609
33597
|
"buttonname": "",
|
35610
33598
|
"index": 1
|
35611
33599
|
},
|
35612
33600
|
{
|
35613
|
-
"id":
|
33601
|
+
"id": 4165,
|
35614
33602
|
"name": "DummyAbil35",
|
35615
33603
|
"buttonname": "",
|
35616
33604
|
"index": 1
|
35617
33605
|
},
|
35618
33606
|
{
|
35619
|
-
"id":
|
33607
|
+
"id": 4166,
|
35620
33608
|
"name": "DummyAbil36",
|
35621
33609
|
"buttonname": "",
|
35622
33610
|
"index": 1
|
35623
33611
|
},
|
35624
33612
|
{
|
35625
|
-
"id":
|
33613
|
+
"id": 4167,
|
35626
33614
|
"name": "DummyAbil37",
|
35627
33615
|
"buttonname": "",
|
35628
33616
|
"index": 1
|
35629
33617
|
},
|
35630
33618
|
{
|
35631
|
-
"id":
|
33619
|
+
"id": 4168,
|
35632
33620
|
"name": "DummyAbil38",
|
35633
33621
|
"buttonname": "",
|
35634
33622
|
"index": 1
|
35635
33623
|
},
|
35636
33624
|
{
|
35637
|
-
"id":
|
33625
|
+
"id": 4169,
|
35638
33626
|
"name": "DummyAbil39",
|
35639
33627
|
"buttonname": "",
|
35640
33628
|
"index": 1
|
35641
33629
|
},
|
35642
33630
|
{
|
35643
|
-
"id":
|
33631
|
+
"id": 4170,
|
35644
33632
|
"name": "DummyAbil40",
|
35645
33633
|
"buttonname": "",
|
35646
33634
|
"index": 1
|
35647
33635
|
},
|
35648
33636
|
{
|
35649
|
-
"id":
|
33637
|
+
"id": 4171,
|
35650
33638
|
"name": "DummyAbil41",
|
35651
33639
|
"buttonname": "",
|
35652
33640
|
"index": 1
|
35653
33641
|
},
|
35654
33642
|
{
|
35655
|
-
"id":
|
33643
|
+
"id": 4172,
|
35656
33644
|
"name": "DummyAbil42",
|
35657
33645
|
"buttonname": "",
|
35658
33646
|
"index": 1
|
35659
33647
|
},
|
35660
33648
|
{
|
35661
|
-
"id":
|
33649
|
+
"id": 4173,
|
35662
33650
|
"name": "DummyAbil43",
|
35663
33651
|
"buttonname": "",
|
35664
33652
|
"index": 1
|
35665
33653
|
},
|
35666
33654
|
{
|
35667
|
-
"id":
|
33655
|
+
"id": 4174,
|
35668
33656
|
"name": "DummyAbil44",
|
35669
33657
|
"buttonname": "",
|
35670
33658
|
"index": 1
|
35671
33659
|
},
|
35672
33660
|
{
|
35673
|
-
"id":
|
33661
|
+
"id": 4175,
|
35674
33662
|
"name": "DummyAbil45",
|
35675
33663
|
"buttonname": "",
|
35676
33664
|
"index": 1
|
35677
33665
|
},
|
35678
33666
|
{
|
35679
|
-
"id":
|
33667
|
+
"id": 4176,
|
35680
33668
|
"name": "DummyAbil46",
|
35681
33669
|
"buttonname": "",
|
35682
33670
|
"index": 1
|
35683
33671
|
},
|
35684
33672
|
{
|
35685
|
-
"id":
|
33673
|
+
"id": 4177,
|
35686
33674
|
"name": "DummyAbil47",
|
35687
33675
|
"buttonname": "",
|
35688
33676
|
"index": 1
|
35689
33677
|
},
|
35690
33678
|
{
|
35691
|
-
"id":
|
33679
|
+
"id": 4178,
|
35692
33680
|
"name": "DummyAbil48",
|
35693
33681
|
"buttonname": "",
|
35694
33682
|
"index": 1
|
35695
33683
|
},
|
35696
33684
|
{
|
35697
|
-
"id":
|
33685
|
+
"id": 4179,
|
35698
33686
|
"name": "DummyAbil49",
|
35699
33687
|
"buttonname": "",
|
35700
33688
|
"index": 1
|
35701
33689
|
},
|
35702
33690
|
{
|
35703
|
-
"id":
|
33691
|
+
"id": 4180,
|
35704
33692
|
"name": "DummyAbil50",
|
35705
33693
|
"buttonname": "",
|
35706
33694
|
"index": 1
|
35707
33695
|
},
|
35708
33696
|
{
|
35709
|
-
"id":
|
33697
|
+
"id": 4181,
|
35710
33698
|
"name": "DummyAbil51",
|
35711
33699
|
"buttonname": "",
|
35712
33700
|
"index": 1
|
35713
33701
|
},
|
35714
33702
|
{
|
35715
|
-
"id":
|
33703
|
+
"id": 4182,
|
35716
33704
|
"name": "DummyAbil52",
|
35717
33705
|
"buttonname": "",
|
35718
33706
|
"index": 1
|
35719
33707
|
},
|
35720
33708
|
{
|
35721
|
-
"id":
|
33709
|
+
"id": 4183,
|
35722
33710
|
"name": "DummyAbil53",
|
35723
33711
|
"buttonname": "",
|
35724
33712
|
"index": 1
|
35725
33713
|
},
|
35726
33714
|
{
|
35727
|
-
"id":
|
33715
|
+
"id": 4184,
|
35728
33716
|
"name": "DummyAbil54",
|
35729
33717
|
"buttonname": "",
|
35730
33718
|
"index": 1
|
35731
33719
|
},
|
35732
33720
|
{
|
35733
|
-
"id":
|
33721
|
+
"id": 4185,
|
35734
33722
|
"name": "DummyAbil55",
|
35735
33723
|
"buttonname": "",
|
35736
33724
|
"index": 1
|
35737
33725
|
},
|
35738
33726
|
{
|
35739
|
-
"id":
|
33727
|
+
"id": 4186,
|
35740
33728
|
"name": "DummyAbil56",
|
35741
33729
|
"buttonname": "",
|
35742
33730
|
"index": 1
|
35743
33731
|
},
|
35744
33732
|
{
|
35745
|
-
"id":
|
33733
|
+
"id": 4187,
|
35746
33734
|
"name": "DummyAbil57",
|
35747
33735
|
"buttonname": "",
|
35748
33736
|
"index": 1
|
35749
33737
|
},
|
35750
33738
|
{
|
35751
|
-
"id":
|
33739
|
+
"id": 4188,
|
35752
33740
|
"name": "DummyAbil58",
|
35753
33741
|
"buttonname": "",
|
35754
33742
|
"index": 1
|
35755
33743
|
},
|
35756
33744
|
{
|
35757
|
-
"id":
|
33745
|
+
"id": 4189,
|
35758
33746
|
"name": "DummyAbil59",
|
35759
33747
|
"buttonname": "",
|
35760
33748
|
"index": 1
|
35761
33749
|
},
|
35762
33750
|
{
|
35763
|
-
"id":
|
33751
|
+
"id": 4190,
|
35764
33752
|
"name": "DummyAbil60",
|
35765
33753
|
"buttonname": "",
|
35766
33754
|
"index": 1
|
35767
33755
|
},
|
35768
33756
|
{
|
35769
|
-
"id":
|
33757
|
+
"id": 4191,
|
35770
33758
|
"name": "DummyAbil61",
|
35771
33759
|
"buttonname": "",
|
35772
33760
|
"index": 1
|
35773
33761
|
},
|
35774
33762
|
{
|
35775
|
-
"id":
|
33763
|
+
"id": 4192,
|
35776
33764
|
"name": "DummyAbil62",
|
35777
33765
|
"buttonname": "",
|
35778
33766
|
"index": 1
|
35779
33767
|
},
|
35780
33768
|
{
|
35781
|
-
"id":
|
33769
|
+
"id": 4193,
|
35782
33770
|
"name": "DummyAbil63",
|
35783
33771
|
"buttonname": "",
|
35784
33772
|
"index": 1
|
35785
33773
|
},
|
35786
33774
|
{
|
35787
|
-
"id":
|
33775
|
+
"id": 4194,
|
35788
33776
|
"name": "DummyAbil64",
|
35789
33777
|
"buttonname": "",
|
35790
33778
|
"index": 1
|
35791
33779
|
},
|
35792
33780
|
{
|
35793
|
-
"id":
|
33781
|
+
"id": 4195,
|
35794
33782
|
"name": "DummyAbil65",
|
35795
33783
|
"buttonname": "",
|
35796
33784
|
"index": 1
|
35797
33785
|
},
|
35798
33786
|
{
|
35799
|
-
"id":
|
33787
|
+
"id": 4196,
|
35800
33788
|
"name": "DummyAbil66",
|
35801
33789
|
"buttonname": "",
|
35802
33790
|
"index": 1
|
35803
33791
|
},
|
35804
33792
|
{
|
35805
|
-
"id":
|
33793
|
+
"id": 4197,
|
35806
33794
|
"name": "DummyAbil67",
|
35807
33795
|
"buttonname": "",
|
35808
33796
|
"index": 1
|
35809
33797
|
},
|
35810
33798
|
{
|
35811
|
-
"id":
|
33799
|
+
"id": 4198,
|
35812
33800
|
"name": "DummyAbil68",
|
35813
33801
|
"buttonname": "",
|
35814
33802
|
"index": 1
|
35815
33803
|
},
|
35816
33804
|
{
|
35817
|
-
"id":
|
33805
|
+
"id": 4199,
|
35818
33806
|
"name": "DummyAbil69",
|
35819
33807
|
"buttonname": "",
|
35820
33808
|
"index": 1
|
35821
33809
|
},
|
35822
33810
|
{
|
35823
|
-
"id":
|
33811
|
+
"id": 4200,
|
35824
33812
|
"name": "DummyAbil70",
|
35825
33813
|
"buttonname": "",
|
35826
33814
|
"index": 1
|
35827
33815
|
},
|
35828
33816
|
{
|
35829
|
-
"id":
|
33817
|
+
"id": 4201,
|
35830
33818
|
"name": "DummyAbil71",
|
35831
33819
|
"buttonname": "",
|
35832
33820
|
"index": 1
|
35833
33821
|
},
|
35834
33822
|
{
|
35835
|
-
"id":
|
33823
|
+
"id": 4202,
|
35836
33824
|
"name": "DummyAbil72",
|
35837
33825
|
"buttonname": "",
|
35838
33826
|
"index": 1
|
35839
33827
|
},
|
35840
33828
|
{
|
35841
|
-
"id":
|
33829
|
+
"id": 4203,
|
35842
33830
|
"name": "DummyAbil73",
|
35843
33831
|
"buttonname": "",
|
35844
33832
|
"index": 1
|
35845
33833
|
},
|
35846
33834
|
{
|
35847
|
-
"id":
|
33835
|
+
"id": 4204,
|
35848
33836
|
"name": "DummyAbil74",
|
35849
33837
|
"buttonname": "",
|
35850
33838
|
"index": 1
|
35851
33839
|
},
|
35852
33840
|
{
|
35853
|
-
"id":
|
33841
|
+
"id": 4205,
|
35854
33842
|
"name": "DummyAbil75",
|
35855
33843
|
"buttonname": "",
|
35856
33844
|
"index": 1
|
35857
33845
|
},
|
35858
33846
|
{
|
35859
|
-
"id":
|
33847
|
+
"id": 4206,
|
35860
33848
|
"name": "DummyAbil76",
|
35861
33849
|
"buttonname": "",
|
35862
33850
|
"index": 1
|
35863
33851
|
},
|
35864
33852
|
{
|
35865
|
-
"id":
|
33853
|
+
"id": 4207,
|
35866
33854
|
"name": "DummyAbil77",
|
35867
33855
|
"buttonname": "",
|
35868
33856
|
"index": 1
|
35869
33857
|
},
|
35870
33858
|
{
|
35871
|
-
"id":
|
33859
|
+
"id": 4208,
|
35872
33860
|
"name": "DummyAbil78",
|
35873
33861
|
"buttonname": "",
|
35874
33862
|
"index": 1
|
35875
33863
|
},
|
35876
33864
|
{
|
35877
|
-
"id":
|
33865
|
+
"id": 4209,
|
35878
33866
|
"name": "DummyAbil79",
|
35879
33867
|
"buttonname": "",
|
35880
33868
|
"index": 1
|
35881
33869
|
},
|
35882
33870
|
{
|
35883
|
-
"id":
|
33871
|
+
"id": 4210,
|
35884
33872
|
"name": "DummyAbil80",
|
35885
33873
|
"buttonname": "",
|
35886
33874
|
"index": 1
|
35887
33875
|
},
|
35888
33876
|
{
|
35889
|
-
"id":
|
33877
|
+
"id": 4211,
|
35890
33878
|
"name": "DummyAbil81",
|
35891
33879
|
"buttonname": "",
|
35892
33880
|
"index": 1
|
35893
33881
|
},
|
35894
33882
|
{
|
35895
|
-
"id":
|
33883
|
+
"id": 4212,
|
35896
33884
|
"name": "DummyAbil82",
|
35897
33885
|
"buttonname": "",
|
35898
33886
|
"index": 1
|
35899
33887
|
},
|
35900
33888
|
{
|
35901
|
-
"id":
|
33889
|
+
"id": 4213,
|
35902
33890
|
"name": "DummyAbil83",
|
35903
33891
|
"buttonname": "",
|
35904
33892
|
"index": 1
|
35905
33893
|
},
|
35906
33894
|
{
|
35907
|
-
"id":
|
33895
|
+
"id": 4214,
|
35908
33896
|
"name": "DummyAbil84",
|
35909
33897
|
"buttonname": "",
|
35910
33898
|
"index": 1
|
35911
33899
|
},
|
35912
33900
|
{
|
35913
|
-
"id":
|
33901
|
+
"id": 4215,
|
35914
33902
|
"name": "DummyAbil85",
|
35915
33903
|
"buttonname": "",
|
35916
33904
|
"index": 1
|
35917
33905
|
},
|
35918
33906
|
{
|
35919
|
-
"id":
|
33907
|
+
"id": 4216,
|
35920
33908
|
"name": "DummyAbil86",
|
35921
33909
|
"buttonname": "",
|
35922
33910
|
"index": 1
|
35923
33911
|
},
|
35924
33912
|
{
|
35925
|
-
"id":
|
33913
|
+
"id": 4217,
|
35926
33914
|
"name": "DummyAbil87",
|
35927
33915
|
"buttonname": "",
|
35928
33916
|
"index": 1
|
35929
33917
|
},
|
35930
33918
|
{
|
35931
|
-
"id":
|
33919
|
+
"id": 4218,
|
35932
33920
|
"name": "DummyAbil88",
|
35933
33921
|
"buttonname": "",
|
35934
33922
|
"index": 1
|
35935
33923
|
},
|
35936
33924
|
{
|
35937
|
-
"id":
|
33925
|
+
"id": 4219,
|
35938
33926
|
"name": "DummyAbil89",
|
35939
33927
|
"buttonname": "",
|
35940
33928
|
"index": 1
|
35941
33929
|
},
|
35942
33930
|
{
|
35943
|
-
"id":
|
33931
|
+
"id": 4220,
|
35944
33932
|
"name": "DummyAbil90",
|
35945
33933
|
"buttonname": "",
|
35946
33934
|
"index": 1
|
35947
33935
|
},
|
35948
33936
|
{
|
35949
|
-
"id":
|
33937
|
+
"id": 4221,
|
35950
33938
|
"name": "DummyAbil91",
|
35951
33939
|
"buttonname": "",
|
35952
33940
|
"index": 1
|
35953
33941
|
},
|
35954
33942
|
{
|
35955
|
-
"id":
|
33943
|
+
"id": 4222,
|
35956
33944
|
"name": "DummyAbil92",
|
35957
33945
|
"buttonname": "",
|
35958
33946
|
"index": 1
|
35959
33947
|
},
|
35960
33948
|
{
|
35961
|
-
"id":
|
33949
|
+
"id": 4223,
|
35962
33950
|
"name": "DummyAbil93",
|
35963
33951
|
"buttonname": "",
|
35964
33952
|
"index": 1
|
35965
33953
|
},
|
35966
33954
|
{
|
35967
|
-
"id":
|
33955
|
+
"id": 4224,
|
35968
33956
|
"name": "DummyAbil94",
|
35969
33957
|
"buttonname": "",
|
35970
33958
|
"index": 1
|
35971
33959
|
},
|
35972
33960
|
{
|
35973
|
-
"id":
|
33961
|
+
"id": 4225,
|
35974
33962
|
"name": "DummyAbil95",
|
35975
33963
|
"buttonname": "",
|
35976
33964
|
"index": 1
|
35977
33965
|
},
|
35978
33966
|
{
|
35979
|
-
"id":
|
33967
|
+
"id": 4226,
|
35980
33968
|
"name": "DummyAbil96",
|
35981
33969
|
"buttonname": "",
|
35982
33970
|
"index": 1
|
35983
33971
|
},
|
35984
33972
|
{
|
35985
|
-
"id":
|
33973
|
+
"id": 4227,
|
35986
33974
|
"name": "DummyAbil97",
|
35987
33975
|
"buttonname": "",
|
35988
33976
|
"index": 1
|
35989
33977
|
},
|
35990
33978
|
{
|
35991
|
-
"id":
|
33979
|
+
"id": 4228,
|
35992
33980
|
"name": "DummyAbil98",
|
35993
33981
|
"buttonname": "",
|
35994
33982
|
"index": 1
|
35995
33983
|
},
|
35996
33984
|
{
|
35997
|
-
"id":
|
33985
|
+
"id": 4229,
|
35998
33986
|
"name": "DummyAbil99",
|
35999
33987
|
"buttonname": "",
|
36000
33988
|
"index": 1
|
36001
33989
|
},
|
36002
33990
|
{
|
36003
|
-
"id":
|
33991
|
+
"id": 4230,
|
36004
33992
|
"name": "DummyAbil100",
|
36005
33993
|
"buttonname": "",
|
36006
33994
|
"index": 1
|
36007
33995
|
},
|
36008
33996
|
{
|
36009
|
-
"id":
|
33997
|
+
"id": 4231,
|
36010
33998
|
"name": "DummyAbil101",
|
36011
33999
|
"buttonname": "",
|
36012
34000
|
"index": 1
|
36013
34001
|
},
|
36014
34002
|
{
|
36015
|
-
"id":
|
34003
|
+
"id": 4232,
|
36016
34004
|
"name": "DummyAbil102",
|
36017
34005
|
"buttonname": "",
|
36018
34006
|
"index": 1
|
36019
34007
|
},
|
36020
34008
|
{
|
36021
|
-
"id":
|
34009
|
+
"id": 4233,
|
36022
34010
|
"name": "DummyAbil103",
|
36023
34011
|
"buttonname": "",
|
36024
34012
|
"index": 1
|
36025
34013
|
},
|
36026
34014
|
{
|
36027
|
-
"id":
|
34015
|
+
"id": 4234,
|
36028
34016
|
"name": "DummyAbil104",
|
36029
34017
|
"buttonname": "",
|
36030
34018
|
"index": 1
|
36031
34019
|
},
|
36032
34020
|
{
|
36033
|
-
"id":
|
34021
|
+
"id": 4235,
|
36034
34022
|
"name": "DummyAbil105",
|
36035
34023
|
"buttonname": "",
|
36036
34024
|
"index": 1
|
36037
34025
|
},
|
36038
34026
|
{
|
36039
|
-
"id":
|
34027
|
+
"id": 4236,
|
36040
34028
|
"name": "DummyAbil106",
|
36041
34029
|
"buttonname": "",
|
36042
34030
|
"index": 1
|
36043
34031
|
},
|
36044
34032
|
{
|
36045
|
-
"id":
|
34033
|
+
"id": 4237,
|
36046
34034
|
"name": "DummyAbil107",
|
36047
34035
|
"buttonname": "",
|
36048
34036
|
"index": 1
|
36049
34037
|
},
|
36050
34038
|
{
|
36051
|
-
"id":
|
34039
|
+
"id": 4238,
|
36052
34040
|
"name": "DummyAbil108",
|
36053
34041
|
"buttonname": "",
|
36054
34042
|
"index": 1
|
36055
34043
|
},
|
36056
34044
|
{
|
36057
|
-
"id":
|
34045
|
+
"id": 4239,
|
36058
34046
|
"name": "DummyAbil109",
|
36059
34047
|
"buttonname": "",
|
36060
34048
|
"index": 1
|
36061
34049
|
},
|
36062
34050
|
{
|
36063
|
-
"id":
|
34051
|
+
"id": 4240,
|
36064
34052
|
"name": "DummyAbil110",
|
36065
34053
|
"buttonname": "",
|
36066
34054
|
"index": 1
|
36067
34055
|
},
|
36068
34056
|
{
|
36069
|
-
"id":
|
34057
|
+
"id": 4241,
|
36070
34058
|
"name": "DummyAbil111",
|
36071
34059
|
"buttonname": "",
|
36072
34060
|
"index": 1
|
36073
34061
|
},
|
36074
34062
|
{
|
36075
|
-
"id":
|
34063
|
+
"id": 4242,
|
36076
34064
|
"name": "DummyAbil112",
|
36077
34065
|
"buttonname": "",
|
36078
34066
|
"index": 1
|
36079
34067
|
},
|
36080
34068
|
{
|
36081
|
-
"id":
|
34069
|
+
"id": 4243,
|
36082
34070
|
"name": "DummyAbil113",
|
36083
34071
|
"buttonname": "",
|
36084
34072
|
"index": 1
|
36085
34073
|
},
|
36086
34074
|
{
|
36087
|
-
"id":
|
34075
|
+
"id": 4244,
|
36088
34076
|
"name": "DummyAbil114",
|
36089
34077
|
"buttonname": "",
|
36090
34078
|
"index": 1
|
36091
34079
|
},
|
36092
34080
|
{
|
36093
|
-
"id":
|
34081
|
+
"id": 4245,
|
36094
34082
|
"name": "DummyAbil115",
|
36095
34083
|
"buttonname": "",
|
36096
34084
|
"index": 1
|
36097
34085
|
},
|
36098
34086
|
{
|
36099
|
-
"id":
|
34087
|
+
"id": 4246,
|
36100
34088
|
"name": "DummyAbil116",
|
36101
34089
|
"buttonname": "",
|
36102
34090
|
"index": 1
|
36103
34091
|
},
|
36104
34092
|
{
|
36105
|
-
"id":
|
34093
|
+
"id": 4247,
|
36106
34094
|
"name": "DummyAbil117",
|
36107
34095
|
"buttonname": "",
|
36108
34096
|
"index": 1
|
36109
34097
|
},
|
36110
34098
|
{
|
36111
|
-
"id":
|
34099
|
+
"id": 4248,
|
36112
34100
|
"name": "DummyAbil118",
|
36113
34101
|
"buttonname": "",
|
36114
34102
|
"index": 1
|
36115
34103
|
},
|
36116
34104
|
{
|
36117
|
-
"id":
|
34105
|
+
"id": 4249,
|
36118
34106
|
"name": "DummyAbil119",
|
36119
34107
|
"buttonname": "",
|
36120
34108
|
"index": 1
|
36121
34109
|
},
|
36122
34110
|
{
|
36123
|
-
"id":
|
34111
|
+
"id": 4250,
|
36124
34112
|
"name": "DummyAbil120",
|
36125
34113
|
"buttonname": "",
|
36126
34114
|
"index": 1
|
36127
34115
|
},
|
36128
34116
|
{
|
36129
|
-
"id":
|
34117
|
+
"id": 4251,
|
36130
34118
|
"name": "DummyAbil121",
|
36131
34119
|
"buttonname": "",
|
36132
34120
|
"index": 1
|
36133
34121
|
},
|
36134
34122
|
{
|
36135
|
-
"id":
|
34123
|
+
"id": 4252,
|
36136
34124
|
"name": "DummyAbil122",
|
36137
34125
|
"buttonname": "",
|
36138
34126
|
"index": 1
|
36139
34127
|
},
|
36140
34128
|
{
|
36141
|
-
"id":
|
34129
|
+
"id": 4253,
|
36142
34130
|
"name": "DummyAbil123",
|
36143
34131
|
"buttonname": "",
|
36144
34132
|
"index": 1
|
36145
34133
|
},
|
36146
34134
|
{
|
36147
|
-
"id":
|
34135
|
+
"id": 4254,
|
36148
34136
|
"name": "DummyAbil124",
|
36149
34137
|
"buttonname": "",
|
36150
34138
|
"index": 1
|
36151
34139
|
},
|
36152
34140
|
{
|
36153
|
-
"id":
|
34141
|
+
"id": 4255,
|
36154
34142
|
"name": "DummyAbil125",
|
36155
34143
|
"buttonname": "",
|
36156
34144
|
"index": 1
|
36157
34145
|
},
|
36158
34146
|
{
|
36159
|
-
"id":
|
34147
|
+
"id": 4256,
|
36160
34148
|
"name": "DummyAbil126",
|
36161
34149
|
"buttonname": "",
|
36162
34150
|
"index": 1
|
36163
34151
|
},
|
36164
34152
|
{
|
36165
|
-
"id":
|
34153
|
+
"id": 4257,
|
36166
34154
|
"name": "DummyAbil127",
|
36167
34155
|
"buttonname": "",
|
36168
34156
|
"index": 1
|
36169
34157
|
},
|
36170
34158
|
{
|
36171
|
-
"id":
|
34159
|
+
"id": 4258,
|
36172
34160
|
"name": "DummyAbil128",
|
36173
34161
|
"buttonname": "",
|
36174
34162
|
"index": 1
|
36175
34163
|
},
|
36176
34164
|
{
|
36177
|
-
"id":
|
34165
|
+
"id": 4259,
|
36178
34166
|
"name": "DummyAbil129",
|
36179
34167
|
"buttonname": "",
|
36180
34168
|
"index": 1
|
36181
34169
|
},
|
36182
34170
|
{
|
36183
|
-
"id":
|
34171
|
+
"id": 4260,
|
36184
34172
|
"name": "DummyAbil130",
|
36185
34173
|
"buttonname": "",
|
36186
34174
|
"index": 1
|
36187
34175
|
},
|
36188
34176
|
{
|
36189
|
-
"id":
|
34177
|
+
"id": 4261,
|
36190
34178
|
"name": "DummyAbil131",
|
36191
34179
|
"buttonname": "",
|
36192
34180
|
"index": 1
|
36193
34181
|
},
|
36194
34182
|
{
|
36195
|
-
"id":
|
34183
|
+
"id": 4262,
|
36196
34184
|
"name": "DummyAbil132",
|
36197
34185
|
"buttonname": "",
|
36198
34186
|
"index": 1
|
36199
34187
|
},
|
36200
34188
|
{
|
36201
|
-
"id":
|
34189
|
+
"id": 4263,
|
36202
34190
|
"name": "DummyAbil133",
|
36203
34191
|
"buttonname": "",
|
36204
34192
|
"index": 1
|
36205
34193
|
},
|
36206
34194
|
{
|
36207
|
-
"id":
|
34195
|
+
"id": 4264,
|
36208
34196
|
"name": "DummyAbil134",
|
36209
34197
|
"buttonname": "",
|
36210
34198
|
"index": 1
|
36211
34199
|
},
|
36212
34200
|
{
|
36213
|
-
"id":
|
34201
|
+
"id": 4265,
|
36214
34202
|
"name": "DummyAbil135",
|
36215
34203
|
"buttonname": "",
|
36216
34204
|
"index": 1
|
36217
34205
|
},
|
36218
34206
|
{
|
36219
|
-
"id":
|
34207
|
+
"id": 4266,
|
36220
34208
|
"name": "DummyAbil136",
|
36221
34209
|
"buttonname": "",
|
36222
34210
|
"index": 1
|
36223
34211
|
},
|
36224
34212
|
{
|
36225
|
-
"id":
|
34213
|
+
"id": 4267,
|
36226
34214
|
"name": "DummyAbil137",
|
36227
34215
|
"buttonname": "",
|
36228
34216
|
"index": 1
|
36229
34217
|
},
|
36230
34218
|
{
|
36231
|
-
"id":
|
34219
|
+
"id": 4268,
|
36232
34220
|
"name": "DummyAbil138",
|
36233
34221
|
"buttonname": "",
|
36234
34222
|
"index": 1
|
36235
34223
|
},
|
36236
34224
|
{
|
36237
|
-
"id":
|
34225
|
+
"id": 4269,
|
36238
34226
|
"name": "DummyAbil139",
|
36239
34227
|
"buttonname": "",
|
36240
34228
|
"index": 1
|
36241
34229
|
},
|
36242
34230
|
{
|
36243
|
-
"id":
|
34231
|
+
"id": 4270,
|
36244
34232
|
"name": "DummyAbil140",
|
36245
34233
|
"buttonname": "",
|
36246
34234
|
"index": 1
|
36247
34235
|
},
|
36248
34236
|
{
|
36249
|
-
"id":
|
34237
|
+
"id": 4271,
|
36250
34238
|
"name": "DummyAbil141",
|
36251
34239
|
"buttonname": "",
|
36252
34240
|
"index": 1
|
36253
34241
|
},
|
36254
34242
|
{
|
36255
|
-
"id":
|
34243
|
+
"id": 4272,
|
36256
34244
|
"name": "DummyAbil142",
|
36257
34245
|
"buttonname": "",
|
36258
34246
|
"index": 1
|
36259
34247
|
},
|
36260
34248
|
{
|
36261
|
-
"id":
|
34249
|
+
"id": 4273,
|
36262
34250
|
"name": "DummyAbil143",
|
36263
34251
|
"buttonname": "",
|
36264
34252
|
"index": 1
|
36265
34253
|
},
|
36266
34254
|
{
|
36267
|
-
"id":
|
34255
|
+
"id": 4274,
|
36268
34256
|
"name": "DummyAbil144",
|
36269
34257
|
"buttonname": "",
|
36270
34258
|
"index": 1
|
36271
34259
|
},
|
36272
34260
|
{
|
36273
|
-
"id":
|
34261
|
+
"id": 4275,
|
36274
34262
|
"name": "DummyAbil145",
|
36275
34263
|
"buttonname": "",
|
36276
34264
|
"index": 1
|
36277
34265
|
},
|
36278
34266
|
{
|
36279
|
-
"id":
|
34267
|
+
"id": 4276,
|
36280
34268
|
"name": "DummyAbil146",
|
36281
34269
|
"buttonname": "",
|
36282
34270
|
"index": 1
|
36283
34271
|
},
|
36284
34272
|
{
|
36285
|
-
"id":
|
34273
|
+
"id": 4277,
|
36286
34274
|
"name": "DummyAbil147",
|
36287
34275
|
"buttonname": "",
|
36288
34276
|
"index": 1
|
36289
34277
|
},
|
36290
34278
|
{
|
36291
|
-
"id":
|
34279
|
+
"id": 4278,
|
36292
34280
|
"name": "DummyAbil148",
|
36293
34281
|
"buttonname": "",
|
36294
34282
|
"index": 1
|
36295
34283
|
},
|
36296
34284
|
{
|
36297
|
-
"id":
|
34285
|
+
"id": 4279,
|
36298
34286
|
"name": "DummyAbil149",
|
36299
34287
|
"buttonname": "",
|
36300
34288
|
"index": 1
|
36301
34289
|
},
|
36302
34290
|
{
|
36303
|
-
"id":
|
34291
|
+
"id": 4280,
|
36304
34292
|
"name": "DummyAbil150",
|
36305
34293
|
"buttonname": "",
|
36306
34294
|
"index": 1
|
36307
34295
|
},
|
36308
34296
|
{
|
36309
|
-
"id":
|
34297
|
+
"id": 4281,
|
36310
34298
|
"name": "DummyAbil151",
|
36311
34299
|
"buttonname": "",
|
36312
34300
|
"index": 1
|
36313
34301
|
},
|
36314
34302
|
{
|
36315
|
-
"id":
|
34303
|
+
"id": 4282,
|
36316
34304
|
"name": "DummyAbil152",
|
36317
34305
|
"buttonname": "",
|
36318
34306
|
"index": 1
|
36319
34307
|
},
|
36320
34308
|
{
|
36321
|
-
"id":
|
34309
|
+
"id": 4283,
|
36322
34310
|
"name": "DummyAbil153",
|
36323
34311
|
"buttonname": "",
|
36324
34312
|
"index": 1
|
36325
34313
|
},
|
36326
34314
|
{
|
36327
|
-
"id":
|
34315
|
+
"id": 4284,
|
36328
34316
|
"name": "DummyAbil154",
|
36329
34317
|
"buttonname": "",
|
36330
34318
|
"index": 1
|
36331
34319
|
},
|
36332
34320
|
{
|
36333
|
-
"id":
|
34321
|
+
"id": 4285,
|
36334
34322
|
"name": "DummyAbil155",
|
36335
34323
|
"buttonname": "",
|
36336
34324
|
"index": 1
|
36337
34325
|
},
|
36338
34326
|
{
|
36339
|
-
"id":
|
34327
|
+
"id": 4286,
|
36340
34328
|
"name": "DummyAbil156",
|
36341
34329
|
"buttonname": "",
|
36342
34330
|
"index": 1
|
36343
34331
|
},
|
36344
34332
|
{
|
36345
|
-
"id":
|
34333
|
+
"id": 4287,
|
36346
34334
|
"name": "DummyAbil157",
|
36347
34335
|
"buttonname": "",
|
36348
34336
|
"index": 1
|
36349
34337
|
},
|
36350
34338
|
{
|
36351
|
-
"id":
|
34339
|
+
"id": 4288,
|
36352
34340
|
"name": "DummyAbil158",
|
36353
34341
|
"buttonname": "",
|
36354
34342
|
"index": 1
|
36355
34343
|
},
|
36356
34344
|
{
|
36357
|
-
"id":
|
34345
|
+
"id": 4289,
|
36358
34346
|
"name": "DummyAbil159",
|
36359
34347
|
"buttonname": "",
|
36360
34348
|
"index": 1
|
36361
34349
|
},
|
36362
34350
|
{
|
36363
|
-
"id":
|
34351
|
+
"id": 4290,
|
36364
34352
|
"name": "DummyAbil160",
|
36365
34353
|
"buttonname": "",
|
36366
34354
|
"index": 1
|
36367
34355
|
},
|
36368
34356
|
{
|
36369
|
-
"id":
|
34357
|
+
"id": 4291,
|
36370
34358
|
"name": "DummyAbil161",
|
36371
34359
|
"buttonname": "",
|
36372
34360
|
"index": 1
|
36373
34361
|
},
|
36374
34362
|
{
|
36375
|
-
"id":
|
34363
|
+
"id": 4292,
|
36376
34364
|
"name": "DummyAbil162",
|
36377
34365
|
"buttonname": "",
|
36378
34366
|
"index": 1
|
36379
34367
|
},
|
36380
34368
|
{
|
36381
|
-
"id":
|
34369
|
+
"id": 4293,
|
36382
34370
|
"name": "DummyAbil163",
|
36383
34371
|
"buttonname": "",
|
36384
34372
|
"index": 1
|
36385
34373
|
},
|
36386
34374
|
{
|
36387
|
-
"id":
|
34375
|
+
"id": 4294,
|
36388
34376
|
"name": "DummyAbil164",
|
36389
34377
|
"buttonname": "",
|
36390
34378
|
"index": 1
|
36391
34379
|
},
|
36392
34380
|
{
|
36393
|
-
"id":
|
34381
|
+
"id": 4295,
|
36394
34382
|
"name": "DummyAbil165",
|
36395
34383
|
"buttonname": "",
|
36396
34384
|
"index": 1
|
36397
34385
|
},
|
36398
34386
|
{
|
36399
|
-
"id":
|
34387
|
+
"id": 4296,
|
36400
34388
|
"name": "DummyAbil166",
|
36401
34389
|
"buttonname": "",
|
36402
34390
|
"index": 1
|
36403
34391
|
},
|
36404
34392
|
{
|
36405
|
-
"id":
|
34393
|
+
"id": 4297,
|
36406
34394
|
"name": "DummyAbil167",
|
36407
34395
|
"buttonname": "",
|
36408
34396
|
"index": 1
|
36409
34397
|
},
|
36410
34398
|
{
|
36411
|
-
"id":
|
34399
|
+
"id": 4298,
|
36412
34400
|
"name": "DummyAbil168",
|
36413
34401
|
"buttonname": "",
|
36414
34402
|
"index": 1
|
36415
34403
|
},
|
36416
34404
|
{
|
36417
|
-
"id":
|
34405
|
+
"id": 4299,
|
36418
34406
|
"name": "DummyAbil169",
|
36419
34407
|
"buttonname": "",
|
36420
34408
|
"index": 1
|
36421
34409
|
},
|
36422
34410
|
{
|
36423
|
-
"id":
|
34411
|
+
"id": 4300,
|
36424
34412
|
"name": "DummyAbil170",
|
36425
34413
|
"buttonname": "",
|
36426
34414
|
"index": 1
|
36427
34415
|
},
|
36428
34416
|
{
|
36429
|
-
"id":
|
34417
|
+
"id": 4301,
|
36430
34418
|
"name": "DummyAbil171",
|
36431
34419
|
"buttonname": "",
|
36432
34420
|
"index": 1
|
36433
34421
|
},
|
36434
34422
|
{
|
36435
|
-
"id":
|
34423
|
+
"id": 4302,
|
36436
34424
|
"name": "DummyAbil172",
|
36437
34425
|
"buttonname": "",
|
36438
34426
|
"index": 1
|
36439
34427
|
},
|
36440
34428
|
{
|
36441
|
-
"id":
|
34429
|
+
"id": 4303,
|
36442
34430
|
"name": "DummyAbil173",
|
36443
34431
|
"buttonname": "",
|
36444
34432
|
"index": 1
|
36445
34433
|
},
|
36446
34434
|
{
|
36447
|
-
"id":
|
34435
|
+
"id": 4304,
|
36448
34436
|
"name": "DummyAbil174",
|
36449
34437
|
"buttonname": "",
|
36450
34438
|
"index": 1
|
36451
34439
|
},
|
36452
34440
|
{
|
36453
|
-
"id":
|
34441
|
+
"id": 4305,
|
36454
34442
|
"name": "DummyAbil175",
|
36455
34443
|
"buttonname": "",
|
36456
34444
|
"index": 1
|
36457
34445
|
},
|
36458
34446
|
{
|
36459
|
-
"id":
|
34447
|
+
"id": 4306,
|
36460
34448
|
"name": "DummyAbil176",
|
36461
34449
|
"buttonname": "",
|
36462
34450
|
"index": 1
|
36463
34451
|
},
|
36464
34452
|
{
|
36465
|
-
"id":
|
34453
|
+
"id": 4307,
|
36466
34454
|
"name": "DummyAbil177",
|
36467
34455
|
"buttonname": "",
|
36468
34456
|
"index": 1
|
36469
34457
|
},
|
36470
34458
|
{
|
36471
|
-
"id":
|
34459
|
+
"id": 4308,
|
36472
34460
|
"name": "DummyAbil178",
|
36473
34461
|
"buttonname": "",
|
36474
34462
|
"index": 1
|
36475
34463
|
},
|
36476
34464
|
{
|
36477
|
-
"id":
|
34465
|
+
"id": 4309,
|
36478
34466
|
"name": "DummyAbil179",
|
36479
34467
|
"buttonname": "",
|
36480
34468
|
"index": 1
|
36481
34469
|
},
|
36482
34470
|
{
|
36483
|
-
"id":
|
34471
|
+
"id": 4310,
|
36484
34472
|
"name": "DummyAbil180",
|
36485
34473
|
"buttonname": "",
|
36486
34474
|
"index": 1
|
36487
34475
|
},
|
36488
34476
|
{
|
36489
|
-
"id":
|
34477
|
+
"id": 4311,
|
36490
34478
|
"name": "DummyAbil181",
|
36491
34479
|
"buttonname": "",
|
36492
34480
|
"index": 1
|
36493
34481
|
},
|
36494
34482
|
{
|
36495
|
-
"id":
|
34483
|
+
"id": 4312,
|
36496
34484
|
"name": "DummyAbil182",
|
36497
34485
|
"buttonname": "",
|
36498
34486
|
"index": 1
|
36499
34487
|
},
|
36500
34488
|
{
|
36501
|
-
"id":
|
34489
|
+
"id": 4313,
|
36502
34490
|
"name": "DummyAbil183",
|
36503
34491
|
"buttonname": "",
|
36504
34492
|
"index": 1
|
36505
34493
|
},
|
36506
34494
|
{
|
36507
|
-
"id":
|
34495
|
+
"id": 4314,
|
36508
34496
|
"name": "DummyAbil184",
|
36509
34497
|
"buttonname": "",
|
36510
34498
|
"index": 1
|
36511
34499
|
},
|
36512
34500
|
{
|
36513
|
-
"id":
|
34501
|
+
"id": 4315,
|
36514
34502
|
"name": "DummyAbil185",
|
36515
34503
|
"buttonname": "",
|
36516
34504
|
"index": 1
|
36517
34505
|
},
|
36518
34506
|
{
|
36519
|
-
"id":
|
34507
|
+
"id": 4316,
|
36520
34508
|
"name": "DummyAbil186",
|
36521
34509
|
"buttonname": "",
|
36522
34510
|
"index": 1
|
36523
34511
|
},
|
36524
34512
|
{
|
36525
|
-
"id":
|
34513
|
+
"id": 4317,
|
36526
34514
|
"name": "DummyAbil187",
|
36527
34515
|
"buttonname": "",
|
36528
34516
|
"index": 1
|
36529
34517
|
},
|
36530
34518
|
{
|
36531
|
-
"id":
|
34519
|
+
"id": 4318,
|
36532
34520
|
"name": "DummyAbil188",
|
36533
34521
|
"buttonname": "",
|
36534
34522
|
"index": 1
|
36535
34523
|
},
|
36536
34524
|
{
|
36537
|
-
"id":
|
34525
|
+
"id": 4319,
|
36538
34526
|
"name": "DummyAbil189",
|
36539
34527
|
"buttonname": "",
|
36540
34528
|
"index": 1
|
36541
34529
|
},
|
36542
34530
|
{
|
36543
|
-
"id":
|
34531
|
+
"id": 4320,
|
36544
34532
|
"name": "DummyAbil190",
|
36545
34533
|
"buttonname": "",
|
36546
34534
|
"index": 1
|
36547
34535
|
},
|
36548
34536
|
{
|
36549
|
-
"id":
|
34537
|
+
"id": 4321,
|
36550
34538
|
"name": "DummyAbil191",
|
36551
34539
|
"buttonname": "",
|
36552
34540
|
"index": 1
|
36553
34541
|
},
|
36554
34542
|
{
|
36555
|
-
"id":
|
34543
|
+
"id": 4322,
|
36556
34544
|
"name": "DummyAbil192",
|
36557
34545
|
"buttonname": "",
|
36558
34546
|
"index": 1
|
36559
34547
|
},
|
36560
34548
|
{
|
36561
|
-
"id":
|
34549
|
+
"id": 4323,
|
36562
34550
|
"name": "DummyAbil193",
|
36563
34551
|
"buttonname": "",
|
36564
34552
|
"index": 1
|
36565
34553
|
},
|
36566
34554
|
{
|
36567
|
-
"id":
|
34555
|
+
"id": 4324,
|
36568
34556
|
"name": "DummyAbil194",
|
36569
34557
|
"buttonname": "",
|
36570
34558
|
"index": 1
|
36571
34559
|
},
|
36572
34560
|
{
|
36573
|
-
"id":
|
34561
|
+
"id": 4325,
|
36574
34562
|
"name": "DummyAbil195",
|
36575
34563
|
"buttonname": "",
|
36576
34564
|
"index": 1
|
36577
34565
|
},
|
36578
34566
|
{
|
36579
|
-
"id":
|
34567
|
+
"id": 4326,
|
36580
34568
|
"name": "DummyAbil196",
|
36581
34569
|
"buttonname": "",
|
36582
34570
|
"index": 1
|
36583
34571
|
},
|
36584
34572
|
{
|
36585
|
-
"id":
|
34573
|
+
"id": 4327,
|
36586
34574
|
"name": "DummyAbil197",
|
36587
34575
|
"buttonname": "",
|
36588
34576
|
"index": 1
|
36589
34577
|
},
|
36590
34578
|
{
|
36591
|
-
"id":
|
34579
|
+
"id": 4328,
|
36592
34580
|
"name": "DummyAbil198",
|
36593
34581
|
"buttonname": "",
|
36594
34582
|
"index": 1
|
36595
34583
|
},
|
36596
34584
|
{
|
36597
|
-
"id":
|
34585
|
+
"id": 4329,
|
36598
34586
|
"name": "DummyAbil199",
|
36599
34587
|
"buttonname": "",
|
36600
34588
|
"index": 1
|
36601
34589
|
},
|
36602
34590
|
{
|
36603
|
-
"id":
|
34591
|
+
"id": 4330,
|
36604
34592
|
"name": "DummyAbil200",
|
36605
34593
|
"buttonname": "",
|
36606
34594
|
"index": 1
|
36607
34595
|
},
|
36608
34596
|
{
|
36609
|
-
"id":
|
34597
|
+
"id": 4331,
|
36610
34598
|
"name": "DummyAbil201",
|
36611
34599
|
"buttonname": "",
|
36612
34600
|
"index": 1
|
36613
34601
|
},
|
36614
34602
|
{
|
36615
|
-
"id":
|
34603
|
+
"id": 4332,
|
36616
34604
|
"name": "DummyAbil202",
|
36617
34605
|
"buttonname": "",
|
36618
34606
|
"index": 1
|
36619
34607
|
},
|
36620
34608
|
{
|
36621
|
-
"id":
|
34609
|
+
"id": 4333,
|
36622
34610
|
"name": "DummyAbil203",
|
36623
34611
|
"buttonname": "",
|
36624
34612
|
"index": 1
|
36625
34613
|
},
|
36626
34614
|
{
|
36627
|
-
"id":
|
34615
|
+
"id": 4334,
|
36628
34616
|
"name": "DummyAbil204",
|
36629
34617
|
"buttonname": "",
|
36630
34618
|
"index": 1
|
36631
34619
|
},
|
36632
34620
|
{
|
36633
|
-
"id":
|
34621
|
+
"id": 4335,
|
36634
34622
|
"name": "DummyAbil205",
|
36635
34623
|
"buttonname": "",
|
36636
34624
|
"index": 1
|
36637
34625
|
},
|
36638
34626
|
{
|
36639
|
-
"id":
|
34627
|
+
"id": 4336,
|
36640
34628
|
"name": "DummyAbil206",
|
36641
34629
|
"buttonname": "",
|
36642
34630
|
"index": 1
|
36643
34631
|
},
|
36644
34632
|
{
|
36645
|
-
"id":
|
34633
|
+
"id": 4337,
|
36646
34634
|
"name": "DummyAbil207",
|
36647
34635
|
"buttonname": "",
|
36648
34636
|
"index": 1
|
36649
34637
|
},
|
36650
34638
|
{
|
36651
|
-
"id":
|
34639
|
+
"id": 4338,
|
36652
34640
|
"name": "DummyAbil208",
|
36653
34641
|
"buttonname": "",
|
36654
34642
|
"index": 1
|
36655
34643
|
},
|
36656
34644
|
{
|
36657
|
-
"id":
|
34645
|
+
"id": 4339,
|
36658
34646
|
"name": "DummyAbil209",
|
36659
34647
|
"buttonname": "",
|
36660
34648
|
"index": 1
|
36661
34649
|
},
|
36662
34650
|
{
|
36663
|
-
"id":
|
34651
|
+
"id": 4340,
|
36664
34652
|
"name": "DummyAbil210",
|
36665
34653
|
"buttonname": "",
|
36666
34654
|
"index": 1
|
@@ -37886,10 +35874,6 @@
|
|
37886
35874
|
{
|
37887
35875
|
"id": 304,
|
37888
35876
|
"name": "EnhancedShockwaves"
|
37889
|
-
},
|
37890
|
-
{
|
37891
|
-
"id": 305,
|
37892
|
-
"name": "Frenzy"
|
37893
35877
|
}
|
37894
35878
|
],
|
37895
35879
|
"Buffs": [
|
@@ -39103,30 +37087,22 @@
|
|
39103
37087
|
},
|
39104
37088
|
{
|
39105
37089
|
"id": 302,
|
39106
|
-
"name": "LoadOutSpray@Tracker"
|
39107
|
-
},
|
39108
|
-
{
|
39109
|
-
"id": 303,
|
39110
|
-
"name": "HydraliskFrenzy"
|
39111
|
-
},
|
39112
|
-
{
|
39113
|
-
"id": 304,
|
39114
37090
|
"name": "DummyBuff002"
|
39115
37091
|
},
|
39116
37092
|
{
|
39117
|
-
"id":
|
37093
|
+
"id": 303,
|
39118
37094
|
"name": "DummyBuff001"
|
39119
37095
|
},
|
39120
37096
|
{
|
39121
|
-
"id":
|
37097
|
+
"id": 304,
|
39122
37098
|
"name": "DummyBuff003"
|
39123
37099
|
},
|
39124
37100
|
{
|
39125
|
-
"id":
|
37101
|
+
"id": 305,
|
39126
37102
|
"name": "DummyBuff004"
|
39127
37103
|
},
|
39128
37104
|
{
|
39129
|
-
"id":
|
37105
|
+
"id": 306,
|
39130
37106
|
"name": "DummyBuff005"
|
39131
37107
|
}
|
39132
37108
|
],
|