e4k-data 4.59.27 → 4.60.154

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/data/activityrewards.json +11 -0
  2. package/data/alliancebuffs.json +248 -0
  3. package/data/alliancehelprequests.json +5 -0
  4. package/data/artifacts.json +4 -0
  5. package/data/artifactsLeagues.json +12 -0
  6. package/data/attackSetupSlots.json +10 -0
  7. package/data/boostConsumables.json +6 -3
  8. package/data/buildingPositions.json +1214 -0
  9. package/data/buildings.json +1711 -15
  10. package/data/characters.json +3 -0
  11. package/data/constructionItemDisassemblingTombolas.json +7 -0
  12. package/data/constructionItemRecipes.json +728 -0
  13. package/data/constructionItems.json +1678 -0
  14. package/data/constructionItemsEffectGroups.json +46 -0
  15. package/data/craftingQueues.json +2 -0
  16. package/data/currencies.json +219 -0
  17. package/data/currencyBoosters.json +6 -0
  18. package/data/currencyCaps.json +11 -0
  19. package/data/currencyCollectTaskTypes.json +7 -0
  20. package/data/currencyMinutesSkipValues.json +7 -0
  21. package/data/currencyRandomBonuses.json +7 -0
  22. package/data/currencyRarenesses.json +25 -0
  23. package/data/currencySpendTaskTypes.json +3 -0
  24. package/data/currencyTypes.json +11 -0
  25. package/data/districtTypes.json +3 -0
  26. package/data/effectCaps.json +184 -3
  27. package/data/effects.json +418 -0
  28. package/data/effecttypes.json +204 -0
  29. package/data/equipment_effects.json +202 -0
  30. package/data/equipment_effectstrengths.json +410 -1
  31. package/data/equipment_gem_effects.json +144 -0
  32. package/data/equipment_groups.json +13 -0
  33. package/data/equipment_rarenesses.json +10 -0
  34. package/data/equipment_slots.json +6 -0
  35. package/data/equipment_wearers.json +2 -0
  36. package/data/equipments.json +1033 -0
  37. package/data/expansions.json +121 -0
  38. package/data/gemColors.json +9 -0
  39. package/data/gemlevels.json +14 -0
  40. package/data/gems.json +319 -0
  41. package/data/generalAbilities.json +87 -0
  42. package/data/generalAbilityEffects.json +165 -0
  43. package/data/generalAbilityTriggers.json +4 -0
  44. package/data/generalRarities.json +3 -0
  45. package/data/generalSkillTiers.json +25 -0
  46. package/data/generalSkills.json +713 -0
  47. package/data/generalSkipFinishQuests.json +7 -0
  48. package/data/generalSlots.json +36 -0
  49. package/data/generalXpItems.json +9 -0
  50. package/data/generals.json +8 -0
  51. package/data/generalsRespecPackages.json +2 -1
  52. package/data/globalEffects.json +18 -0
  53. package/data/horses.json +33 -0
  54. package/data/kingdoms.json +6 -0
  55. package/data/levelUpPrices.json +61 -0
  56. package/data/lootBoxKeyTombolas.json +24 -0
  57. package/data/lootBoxTombolas.json +708 -0
  58. package/data/lootBoxTypes.json +1 -0
  59. package/data/lootBoxes.json +32 -0
  60. package/data/lords.json +41 -0
  61. package/data/mainquests.json +8 -0
  62. package/data/merchants.json +1 -1
  63. package/data/mineTypes.json +16 -0
  64. package/data/monuments.json +19 -0
  65. package/data/packageCategoryCurrencyRelations.json +16 -0
  66. package/data/packageFilters.json +14 -0
  67. package/data/packages.json +65 -59
  68. package/data/partpayprices.json +25 -0
  69. package/data/playerNameChanges.json +18 -0
  70. package/data/prebuiltcastles.json +25 -0
  71. package/data/primeDays.json +8 -0
  72. package/data/quests.json +1348 -2
  73. package/data/relicBluePrints.json +38 -0
  74. package/data/relicCategories.json +7 -0
  75. package/data/relicEffectLists.json +36 -0
  76. package/data/relicEffectPowerRatings.json +7 -0
  77. package/data/relicEffects.json +285 -0
  78. package/data/relicLootOptions.json +208 -0
  79. package/data/relicPowerDistributions.json +100 -0
  80. package/data/relicTypes.json +19 -0
  81. package/data/researches.json +870 -0
  82. package/data/rewards.json +1069 -0
  83. package/data/saleDaysLuckyWheelClasses.json +9 -0
  84. package/data/saleDaysLuckyWheelRewardSets.json +180 -0
  85. package/data/sceatSkillTiers.json +17 -0
  86. package/data/sceatSkillTrees.json +4 -0
  87. package/data/sceatSkills.json +246 -0
  88. package/data/tempServerDailyTaskRewards.json +5 -0
  89. package/data/tempServerPreBuiltCastles.json +5 -0
  90. package/data/tempServerRankPoints.json +47 -0
  91. package/data/tempServerRankRewards.json +128 -0
  92. package/data/tempServerSettings.json +9 -0
  93. package/data/titles.json +57 -0
  94. package/data/tmapnodes.json +135 -0
  95. package/data/toolCategories.json +5 -0
  96. package/data/units.json +806 -0
  97. package/data/version.json +1 -1
  98. package/data/versionInfo.json +3 -3
  99. package/data/wishingwells.json +11 -0
  100. package/data/wodIds.json +30 -0
  101. package/data/worldmapskins.json +105 -0
  102. package/images/x768.json +933 -6
  103. package/languages/da.json +97 -39
  104. package/languages/de.json +98 -39
  105. package/languages/el.json +97 -39
  106. package/languages/en.json +83 -24
  107. package/languages/es.json +97 -39
  108. package/languages/fi.json +97 -39
  109. package/languages/fr.json +97 -39
  110. package/languages/it.json +97 -39
  111. package/languages/ja.json +97 -39
  112. package/languages/ko.json +97 -39
  113. package/languages/nl.json +97 -39
  114. package/languages/no.json +97 -39
  115. package/languages/pl.json +97 -39
  116. package/languages/pt.json +97 -39
  117. package/languages/ru.json +97 -39
  118. package/languages/sv.json +97 -39
  119. package/languages/tr.json +97 -39
  120. package/languages/zh_CN.json +97 -39
  121. package/languages/zh_TW.json +97 -39
  122. package/package.json +1 -1
  123. package/typings/data.d.ts +97 -0
  124. package/typings/images.d.ts +57 -0
  125. package/typings/languages.d.ts +73 -14
package/data/gems.json CHANGED
@@ -2,6 +2,7 @@
2
2
  "gem": [
3
3
  {
4
4
  "gemID": 41,
5
+ "crossplayID": 41,
5
6
  "comment1": "9 Piece Alien Set",
6
7
  "comment2": "Crows blood",
7
8
  "gemLevelID": 0,
@@ -13,6 +14,7 @@
13
14
  },
14
15
  {
15
16
  "gemID": 42,
17
+ "crossplayID": 42,
16
18
  "comment1": "9 Piece Alien Set",
17
19
  "comment2": "Sapphire Beak",
18
20
  "gemLevelID": 0,
@@ -24,6 +26,7 @@
24
26
  },
25
27
  {
26
28
  "gemID": 50,
29
+ "crossplayID": 50,
27
30
  "comment1": "9 Piece Alien Set",
28
31
  "comment2": "Wing of fury",
29
32
  "gemLevelID": 0,
@@ -35,6 +38,7 @@
35
38
  },
36
39
  {
37
40
  "gemID": 51,
41
+ "crossplayID": 51,
38
42
  "comment1": "9 Piece Alien Set",
39
43
  "comment2": "Bloody crystal",
40
44
  "gemLevelID": 0,
@@ -46,6 +50,7 @@
46
50
  },
47
51
  {
48
52
  "gemID": 333,
53
+ "crossplayID": 333,
49
54
  "comment1": "",
50
55
  "comment2": "Ignis",
51
56
  "gemLevelID": 0,
@@ -57,6 +62,7 @@
57
62
  },
58
63
  {
59
64
  "gemID": 334,
65
+ "crossplayID": 334,
60
66
  "comment1": "",
61
67
  "comment2": "Aqua",
62
68
  "gemLevelID": 0,
@@ -68,6 +74,7 @@
68
74
  },
69
75
  {
70
76
  "gemID": 335,
77
+ "crossplayID": 335,
71
78
  "comment1": "",
72
79
  "comment2": "Terra",
73
80
  "gemLevelID": 0,
@@ -79,6 +86,7 @@
79
86
  },
80
87
  {
81
88
  "gemID": 336,
89
+ "crossplayID": 336,
82
90
  "comment1": "",
83
91
  "comment2": "Aura",
84
92
  "gemLevelID": 0,
@@ -90,6 +98,7 @@
90
98
  },
91
99
  {
92
100
  "gemID": 161,
101
+ "crossplayID": 161,
93
102
  "comment1": "9 Piece Halloween Set, MCP 08 2017",
94
103
  "comment2": "Eye of newt",
95
104
  "gemLevelID": 0,
@@ -101,6 +110,7 @@
101
110
  },
102
111
  {
103
112
  "gemID": 162,
113
+ "crossplayID": 162,
104
114
  "comment1": "9 Piece Halloween Set, MCP 08 2017",
105
115
  "comment2": "Toxic pumpkin",
106
116
  "gemLevelID": 0,
@@ -112,6 +122,7 @@
112
122
  },
113
123
  {
114
124
  "gemID": 170,
125
+ "crossplayID": 170,
115
126
  "comment1": "9 Piece Halloween Set, MCP 08 2017",
116
127
  "comment2": "Wool of bat",
117
128
  "gemLevelID": 0,
@@ -123,6 +134,7 @@
123
134
  },
124
135
  {
125
136
  "gemID": 171,
137
+ "crossplayID": 171,
126
138
  "comment1": "9 Piece Halloween Set, MCP 08 2017",
127
139
  "comment2": "Ectoplasm",
128
140
  "gemLevelID": 0,
@@ -134,6 +146,7 @@
134
146
  },
135
147
  {
136
148
  "gemID": 172,
149
+ "crossplayID": 172,
137
150
  "comment1": "9 Piece Genera Winter Set, MCP 08 2017",
138
151
  "comment2": "Crystal branch",
139
152
  "gemLevelID": 0,
@@ -145,6 +158,7 @@
145
158
  },
146
159
  {
147
160
  "gemID": 323,
161
+ "crossplayID": 323,
148
162
  "comment1": "9 Piece Genera Winter Set, MCP 08 2017",
149
163
  "comment2": "Crystal leaf",
150
164
  "gemLevelID": 0,
@@ -156,6 +170,7 @@
156
170
  },
157
171
  {
158
172
  "gemID": 324,
173
+ "crossplayID": 324,
159
174
  "comment1": "9 Piece Genera Winter Set, MCP 08 2017",
160
175
  "comment2": "Crystal seed",
161
176
  "gemLevelID": 0,
@@ -167,6 +182,7 @@
167
182
  },
168
183
  {
169
184
  "gemID": 325,
185
+ "crossplayID": 325,
170
186
  "comment1": "9 Piece Genera Winter Set, MCP 08 2017",
171
187
  "comment2": "Crystal blossom",
172
188
  "gemLevelID": 0,
@@ -178,6 +194,7 @@
178
194
  },
179
195
  {
180
196
  "gemID": 326,
197
+ "crossplayID": 326,
181
198
  "comment1": "9 Piece Baron Winter Set, MCP 08 2017",
182
199
  "comment2": "Snow globe",
183
200
  "gemLevelID": 0,
@@ -189,6 +206,7 @@
189
206
  },
190
207
  {
191
208
  "gemID": 327,
209
+ "crossplayID": 327,
192
210
  "comment1": "9 Piece Baron Winter Set, MCP 08 2017",
193
211
  "comment2": "Frozen pyramid",
194
212
  "gemLevelID": 0,
@@ -200,6 +218,7 @@
200
218
  },
201
219
  {
202
220
  "gemID": 328,
221
+ "crossplayID": 328,
203
222
  "comment1": "9 Piece Baron Winter Set, MCP 08 2017",
204
223
  "comment2": "Ice cube",
205
224
  "gemLevelID": 0,
@@ -211,6 +230,7 @@
211
230
  },
212
231
  {
213
232
  "gemID": 329,
233
+ "crossplayID": 329,
214
234
  "comment1": "9 Piece Baron Winter Set, MCP 08 2017",
215
235
  "comment2": "Glacial charm",
216
236
  "gemLevelID": 0,
@@ -222,6 +242,7 @@
222
242
  },
223
243
  {
224
244
  "gemID": 435,
245
+ "crossplayID": 435,
225
246
  "comment1": "9 Piece General Winter Set, LTPE 2018",
226
247
  "comment2": "Crystal branch",
227
248
  "starRarity": 3,
@@ -236,6 +257,7 @@
236
257
  },
237
258
  {
238
259
  "gemID": 436,
260
+ "crossplayID": 436,
239
261
  "comment1": "9 Piece General Winter Set, LTPE 2018",
240
262
  "comment2": "Crystal leaf",
241
263
  "starRarity": 3,
@@ -250,6 +272,7 @@
250
272
  },
251
273
  {
252
274
  "gemID": 437,
275
+ "crossplayID": 437,
253
276
  "comment1": "9 Piece General Winter Set, LTPE 2018",
254
277
  "comment2": "Crystal seed",
255
278
  "starRarity": 3,
@@ -264,6 +287,7 @@
264
287
  },
265
288
  {
266
289
  "gemID": 438,
290
+ "crossplayID": 438,
267
291
  "comment1": "9 Piece General Winter Set, LTPE 2018",
268
292
  "comment2": "Crystal blossom",
269
293
  "starRarity": 3,
@@ -278,6 +302,7 @@
278
302
  },
279
303
  {
280
304
  "gemID": 439,
305
+ "crossplayID": 439,
281
306
  "comment1": "9 Piece Baron Winter Set, LTPE 2018",
282
307
  "comment2": "Snow globe",
283
308
  "starRarity": 3,
@@ -292,6 +317,7 @@
292
317
  },
293
318
  {
294
319
  "gemID": 440,
320
+ "crossplayID": 440,
295
321
  "comment1": "9 Piece Baron Winter Set, LTPE 2018",
296
322
  "comment2": "Frozen pyramid",
297
323
  "starRarity": 3,
@@ -306,6 +332,7 @@
306
332
  },
307
333
  {
308
334
  "gemID": 441,
335
+ "crossplayID": 441,
309
336
  "comment1": "9 Piece Baron Winter Set, LTPE 2018",
310
337
  "comment2": "Ice cube",
311
338
  "starRarity": 3,
@@ -320,6 +347,7 @@
320
347
  },
321
348
  {
322
349
  "gemID": 442,
350
+ "crossplayID": 442,
323
351
  "comment1": "9 Piece Baron Winter Set, LTPE 2018",
324
352
  "comment2": "Glacial charm",
325
353
  "starRarity": 3,
@@ -334,6 +362,7 @@
334
362
  },
335
363
  {
336
364
  "gemID": 150,
365
+ "crossplayID": 150,
337
366
  "comment1": "9 Piece Christmas Set, MCP 10 2017",
338
367
  "comment2": "Stone of good cheer",
339
368
  "gemLevelID": 0,
@@ -345,6 +374,7 @@
345
374
  },
346
375
  {
347
376
  "gemID": 151,
377
+ "crossplayID": 151,
348
378
  "comment1": "9 Piece Christmas Set, MCP 10 2017",
349
379
  "comment2": "Stone of plenty",
350
380
  "gemLevelID": 0,
@@ -356,6 +386,7 @@
356
386
  },
357
387
  {
358
388
  "gemID": 152,
389
+ "crossplayID": 152,
359
390
  "comment1": "9 Piece Christmas Set, MCP 10 2017",
360
391
  "comment2": "Stone of generosity",
361
392
  "gemLevelID": 0,
@@ -367,6 +398,7 @@
367
398
  },
368
399
  {
369
400
  "gemID": 160,
401
+ "crossplayID": 160,
370
402
  "comment1": "9 Piece Christmas Set, MCP 10 2017",
371
403
  "comment2": "Stone of victory",
372
404
  "gemLevelID": 0,
@@ -378,6 +410,7 @@
378
410
  },
379
411
  {
380
412
  "gemID": 443,
413
+ "crossplayID": 443,
381
414
  "comment1": "9 Piece Christmas Set, LTPE 2018",
382
415
  "comment2": "Stone of good cheer",
383
416
  "starRarity": 3,
@@ -392,6 +425,7 @@
392
425
  },
393
426
  {
394
427
  "gemID": 444,
428
+ "crossplayID": 444,
395
429
  "comment1": "9 Piece Christmas Set, LTPE 2018",
396
430
  "comment2": "Stone of plenty",
397
431
  "starRarity": 3,
@@ -406,6 +440,7 @@
406
440
  },
407
441
  {
408
442
  "gemID": 445,
443
+ "crossplayID": 445,
409
444
  "comment1": "9 Piece Christmas Set, LTPE 2018",
410
445
  "comment2": "Stone of generosity",
411
446
  "starRarity": 3,
@@ -420,6 +455,7 @@
420
455
  },
421
456
  {
422
457
  "gemID": 446,
458
+ "crossplayID": 446,
423
459
  "comment1": "9 Piece Christmas Set, LTPE 2018",
424
460
  "comment2": "Stone of victory",
425
461
  "starRarity": 3,
@@ -434,6 +470,7 @@
434
470
  },
435
471
  {
436
472
  "gemID": 330,
473
+ "crossplayID": 330,
437
474
  "comment1": "9 Piece Baron Winter Set, MCP 08 2017",
438
475
  "comment2": "Dragons blood",
439
476
  "gemLevelID": 0,
@@ -445,6 +482,7 @@
445
482
  },
446
483
  {
447
484
  "gemID": 331,
485
+ "crossplayID": 331,
448
486
  "comment1": "9 Piece Baron Winter Set, MCP 08 2017",
449
487
  "comment2": "Scorched rock",
450
488
  "gemLevelID": 0,
@@ -456,6 +494,7 @@
456
494
  },
457
495
  {
458
496
  "gemID": 332,
497
+ "crossplayID": 332,
459
498
  "comment1": "9 Piece Baron Winter Set, MCP 08 2017",
460
499
  "comment2": "Amber stone",
461
500
  "gemLevelID": 0,
@@ -467,6 +506,7 @@
467
506
  },
468
507
  {
469
508
  "gemID": 337,
509
+ "crossplayID": 337,
470
510
  "comment1": "9 Piece Baron Winter Set, MCP 08 2017",
471
511
  "comment2": "Magma",
472
512
  "gemLevelID": 0,
@@ -478,6 +518,7 @@
478
518
  },
479
519
  {
480
520
  "gemID": 338,
521
+ "crossplayID": 338,
481
522
  "comment1": "9 Piece General Set, Shapeshifter Activity",
482
523
  "comment2": "Earth stone",
483
524
  "gemLevelID": 0,
@@ -489,6 +530,7 @@
489
530
  },
490
531
  {
491
532
  "gemID": 339,
533
+ "crossplayID": 339,
492
534
  "comment1": "9 Piece General Set, Shapeshifter Activity",
493
535
  "comment2": "Ice stone",
494
536
  "gemLevelID": 0,
@@ -500,6 +542,7 @@
500
542
  },
501
543
  {
502
544
  "gemID": 340,
545
+ "crossplayID": 340,
503
546
  "comment1": "9 Piece General Set, Shapeshifter Activity",
504
547
  "comment2": "Fire stone",
505
548
  "gemLevelID": 0,
@@ -511,6 +554,7 @@
511
554
  },
512
555
  {
513
556
  "gemID": 341,
557
+ "crossplayID": 341,
514
558
  "comment1": "9 Piece General Set, Shapeshifter Activity",
515
559
  "comment2": "Desert stone",
516
560
  "gemLevelID": 0,
@@ -522,6 +566,7 @@
522
566
  },
523
567
  {
524
568
  "gemID": 342,
569
+ "crossplayID": 342,
525
570
  "comment1": "9 Piece General Set, Shapeshifter Ranking",
526
571
  "comment2": "Earth rune",
527
572
  "gemLevelID": 0,
@@ -533,6 +578,7 @@
533
578
  },
534
579
  {
535
580
  "gemID": 343,
581
+ "crossplayID": 343,
536
582
  "comment1": "9 Piece General Set, Shapeshifter Ranking",
537
583
  "comment2": "Ice rune",
538
584
  "gemLevelID": 0,
@@ -544,6 +590,7 @@
544
590
  },
545
591
  {
546
592
  "gemID": 344,
593
+ "crossplayID": 344,
547
594
  "comment1": "9 Piece General Set, Shapeshifter Ranking",
548
595
  "comment2": "Fire rune",
549
596
  "gemLevelID": 0,
@@ -555,6 +602,7 @@
555
602
  },
556
603
  {
557
604
  "gemID": 345,
605
+ "crossplayID": 345,
558
606
  "comment1": "9 Piece General Set, Shapeshifter Ranking",
559
607
  "comment2": "Desert rune",
560
608
  "gemLevelID": 0,
@@ -566,6 +614,7 @@
566
614
  },
567
615
  {
568
616
  "gemID": 354,
617
+ "crossplayID": 354,
569
618
  "comment1": "9 Piece General Set, St. PatrickS LTPE (3/2018)",
570
619
  "comment2": "Daghdas stone",
571
620
  "gemLevelID": 0,
@@ -577,6 +626,7 @@
577
626
  },
578
627
  {
579
628
  "gemID": 355,
629
+ "crossplayID": 355,
580
630
  "comment1": "9 Piece General Set, St. PatrickS LTPE (3/2018)",
581
631
  "comment2": "Tailtius shamrock",
582
632
  "gemLevelID": 0,
@@ -588,6 +638,7 @@
588
638
  },
589
639
  {
590
640
  "gemID": 356,
641
+ "crossplayID": 356,
591
642
  "comment1": "9 Piece General Set, St. PatrickS LTPE (3/2018)",
592
643
  "comment2": "Aines opal",
593
644
  "gemLevelID": 0,
@@ -599,6 +650,7 @@
599
650
  },
600
651
  {
601
652
  "gemID": 357,
653
+ "crossplayID": 357,
602
654
  "comment1": "9 Piece General Set, St. PatrickS LTPE (3/2018)",
603
655
  "comment2": "Lugh jewel",
604
656
  "gemLevelID": 0,
@@ -610,6 +662,7 @@
610
662
  },
611
663
  {
612
664
  "gemID": 387,
665
+ "crossplayID": 387,
613
666
  "comment1": "9 Piece Summer LTPE General Set 2018",
614
667
  "comment2": "Sorceress stone",
615
668
  "starRarity": 1,
@@ -624,6 +677,7 @@
624
677
  },
625
678
  {
626
679
  "gemID": 388,
680
+ "crossplayID": 388,
627
681
  "comment1": "9 Piece Summer LTPE General Set 2018",
628
682
  "comment2": "Explorers stone",
629
683
  "starRarity": 1,
@@ -638,6 +692,7 @@
638
692
  },
639
693
  {
640
694
  "gemID": 389,
695
+ "crossplayID": 389,
641
696
  "comment1": "9 Piece Summer LTPE General Set 2018",
642
697
  "comment2": "Legion stone",
643
698
  "starRarity": 1,
@@ -652,6 +707,7 @@
652
707
  },
653
708
  {
654
709
  "gemID": 390,
710
+ "crossplayID": 390,
655
711
  "comment1": "9 Piece Summer LTPE General Set 2018",
656
712
  "comment2": "Scorpions stone",
657
713
  "starRarity": 1,
@@ -666,6 +722,7 @@
666
722
  },
667
723
  {
668
724
  "gemID": 378,
725
+ "crossplayID": 378,
669
726
  "comment1": "9 Piece General Set, Nomads (4/2018)",
670
727
  "comment2": "Mark of resilience",
671
728
  "gemLevelID": 0,
@@ -677,6 +734,7 @@
677
734
  },
678
735
  {
679
736
  "gemID": 379,
737
+ "crossplayID": 379,
680
738
  "comment1": "9 Piece General Set, Nomads (4/2018)",
681
739
  "comment2": "Mark of vigor",
682
740
  "gemLevelID": 0,
@@ -688,6 +746,7 @@
688
746
  },
689
747
  {
690
748
  "gemID": 380,
749
+ "crossplayID": 380,
691
750
  "comment1": "9 Piece General Set, Nomads (4/2018)",
692
751
  "comment2": "Mark of divinity",
693
752
  "gemLevelID": 0,
@@ -699,6 +758,7 @@
699
758
  },
700
759
  {
701
760
  "gemID": 381,
761
+ "crossplayID": 381,
702
762
  "comment1": "9 Piece General Set, Nomads (4/2018)",
703
763
  "comment2": "Mark of aspiration",
704
764
  "gemLevelID": 0,
@@ -710,6 +770,7 @@
710
770
  },
711
771
  {
712
772
  "gemID": 358,
773
+ "crossplayID": 358,
713
774
  "comment1": "9 Piece General Set,Spring LTPE (3/2018)",
714
775
  "comment2": "Jade acorn",
715
776
  "gemLevelID": 0,
@@ -721,6 +782,7 @@
721
782
  },
722
783
  {
723
784
  "gemID": 359,
785
+ "crossplayID": 359,
724
786
  "comment1": "9 Piece General Set,Spring LTPE (3/2018)",
725
787
  "comment2": "Jade blossom",
726
788
  "gemLevelID": 0,
@@ -732,6 +794,7 @@
732
794
  },
733
795
  {
734
796
  "gemID": 360,
797
+ "crossplayID": 360,
735
798
  "comment1": "9 Piece General Set,Spring LTPE (3/2018)",
736
799
  "comment2": "Jade pine",
737
800
  "gemLevelID": 0,
@@ -743,6 +806,7 @@
743
806
  },
744
807
  {
745
808
  "gemID": 361,
809
+ "crossplayID": 361,
746
810
  "comment1": "9 Piece General Set,Spring LTPE (3/2018)",
747
811
  "comment2": "Jade nest",
748
812
  "gemLevelID": 0,
@@ -754,6 +818,7 @@
754
818
  },
755
819
  {
756
820
  "gemID": 362,
821
+ "crossplayID": 362,
757
822
  "comment1": "9 Piece Baron Set,Spring LTPE (3/2018)",
758
823
  "comment2": "Woodland courage",
759
824
  "gemLevelID": 0,
@@ -765,6 +830,7 @@
765
830
  },
766
831
  {
767
832
  "gemID": 363,
833
+ "crossplayID": 363,
768
834
  "comment1": "9 Piece Baron Set,Spring LTPE (3/2018)",
769
835
  "comment2": "Woodland strength",
770
836
  "gemLevelID": 0,
@@ -776,6 +842,7 @@
776
842
  },
777
843
  {
778
844
  "gemID": 364,
845
+ "crossplayID": 364,
779
846
  "comment1": "9 Piece Baron Set,Spring LTPE (3/2018)",
780
847
  "comment2": "Woodland wisdom",
781
848
  "gemLevelID": 0,
@@ -787,6 +854,7 @@
787
854
  },
788
855
  {
789
856
  "gemID": 365,
857
+ "crossplayID": 365,
790
858
  "comment1": "9 Piece Baron Set,Spring LTPE (3/2018)",
791
859
  "comment2": "Woodland charisma",
792
860
  "gemLevelID": 0,
@@ -798,6 +866,7 @@
798
866
  },
799
867
  {
800
868
  "gemID": 431,
869
+ "crossplayID": 431,
801
870
  "comment1": "9 Piece General Set,Summer LTPE 2018",
802
871
  "comment2": "Mind of the herd",
803
872
  "gemLevelID": 0,
@@ -809,6 +878,7 @@
809
878
  },
810
879
  {
811
880
  "gemID": 432,
881
+ "crossplayID": 432,
812
882
  "comment1": "9 Piece General Set,Summer LTPE 2018",
813
883
  "comment2": "pirit of the elephant",
814
884
  "gemLevelID": 0,
@@ -820,6 +890,7 @@
820
890
  },
821
891
  {
822
892
  "gemID": 433,
893
+ "crossplayID": 433,
823
894
  "comment1": "9 Piece General Set,Summer LTPE 2018",
824
895
  "comment2": "Heart of the herd",
825
896
  "gemLevelID": 0,
@@ -831,6 +902,7 @@
831
902
  },
832
903
  {
833
904
  "gemID": 434,
905
+ "crossplayID": 434,
834
906
  "comment1": "9 Piece General Set,Summer LTPE 2018",
835
907
  "comment2": "Loyalty of the elephant",
836
908
  "gemLevelID": 0,
@@ -842,6 +914,7 @@
842
914
  },
843
915
  {
844
916
  "gemID": 366,
917
+ "crossplayID": 366,
845
918
  "comment1": "9 Piece TBD Set,Alien Rework 2018",
846
919
  "comment2": "Grim stone",
847
920
  "gemLevelID": 0,
@@ -853,6 +926,7 @@
853
926
  },
854
927
  {
855
928
  "gemID": 367,
929
+ "crossplayID": 367,
856
930
  "comment1": "9 Piece TBD Set,Alien Rework 2018",
857
931
  "comment2": "Thanatos stone",
858
932
  "gemLevelID": 0,
@@ -864,6 +938,7 @@
864
938
  },
865
939
  {
866
940
  "gemID": 368,
941
+ "crossplayID": 368,
867
942
  "comment1": "9 Piece TBD Set,Alien Rework 2018",
868
943
  "comment2": "Banshee stone",
869
944
  "gemLevelID": 0,
@@ -875,6 +950,7 @@
875
950
  },
876
951
  {
877
952
  "gemID": 369,
953
+ "crossplayID": 369,
878
954
  "comment1": "9 Piece TBD Set,Alien Rework 2018",
879
955
  "comment2": "Osiris stone",
880
956
  "gemLevelID": 0,
@@ -886,6 +962,7 @@
886
962
  },
887
963
  {
888
964
  "gemID": 370,
965
+ "crossplayID": 370,
889
966
  "comment1": "9 Piece TBD Set, Samurai Rework 2018",
890
967
  "comment2": "Plasma stone",
891
968
  "gemLevelID": 0,
@@ -897,6 +974,7 @@
897
974
  },
898
975
  {
899
976
  "gemID": 371,
977
+ "crossplayID": 371,
900
978
  "comment1": "9 Piece TBD Set, Samurai Rework 2018",
901
979
  "comment2": "Claret jewel",
902
980
  "gemLevelID": 0,
@@ -908,6 +986,7 @@
908
986
  },
909
987
  {
910
988
  "gemID": 372,
989
+ "crossplayID": 372,
911
990
  "comment1": "9 Piece TBD Set, Samurai Rework 2018",
912
991
  "comment2": "Trident stone",
913
992
  "gemLevelID": 0,
@@ -919,6 +998,7 @@
919
998
  },
920
999
  {
921
1000
  "gemID": 373,
1001
+ "crossplayID": 373,
922
1002
  "comment1": "9 Piece TBD Set, Samurai Rework 2018",
923
1003
  "comment2": "Crows nest",
924
1004
  "gemLevelID": 0,
@@ -930,6 +1010,7 @@
930
1010
  },
931
1011
  {
932
1012
  "gemID": 374,
1013
+ "crossplayID": 374,
933
1014
  "comment1": "9 Piece TBD Set, Samurai Rework 2018",
934
1015
  "comment2": "Crane egg",
935
1016
  "gemLevelID": 0,
@@ -941,6 +1022,7 @@
941
1022
  },
942
1023
  {
943
1024
  "gemID": 375,
1025
+ "crossplayID": 375,
944
1026
  "comment1": "9 Piece TBD Set, Samurai Rework 2018",
945
1027
  "comment2": "Crane nest",
946
1028
  "gemLevelID": 0,
@@ -952,6 +1034,7 @@
952
1034
  },
953
1035
  {
954
1036
  "gemID": 376,
1037
+ "crossplayID": 376,
955
1038
  "comment1": "9 Piece TBD Set, Samurai Rework 2018",
956
1039
  "comment2": "Protection crane",
957
1040
  "gemLevelID": 0,
@@ -963,6 +1046,7 @@
963
1046
  },
964
1047
  {
965
1048
  "gemID": 377,
1049
+ "crossplayID": 377,
966
1050
  "comment1": "9 Piece TBD Set, Samurai Rework 2018",
967
1051
  "comment2": "Freedom crane",
968
1052
  "gemLevelID": 0,
@@ -974,6 +1058,7 @@
974
1058
  },
975
1059
  {
976
1060
  "gemID": 391,
1061
+ "crossplayID": 391,
977
1062
  "comment1": "ShapeShifter Baron Gem",
978
1063
  "comment2": "Sorcery stone",
979
1064
  "starRarity": 4,
@@ -987,6 +1072,7 @@
987
1072
  },
988
1073
  {
989
1074
  "gemID": 392,
1075
+ "crossplayID": 392,
990
1076
  "comment1": "ShapeShifter Baron Gem",
991
1077
  "comment2": "Shadow spikes",
992
1078
  "starRarity": 4,
@@ -1000,6 +1086,7 @@
1000
1086
  },
1001
1087
  {
1002
1088
  "gemID": 393,
1089
+ "crossplayID": 393,
1003
1090
  "comment1": "ShapeShifter Baron Gem",
1004
1091
  "comment2": "Shade splinters",
1005
1092
  "starRarity": 4,
@@ -1013,6 +1100,7 @@
1013
1100
  },
1014
1101
  {
1015
1102
  "gemID": 394,
1103
+ "crossplayID": 394,
1016
1104
  "comment1": "ShapeShifter Baron Gem",
1017
1105
  "comment2": "Sphere of darkness",
1018
1106
  "starRarity": 4,
@@ -1026,6 +1114,7 @@
1026
1114
  },
1027
1115
  {
1028
1116
  "gemID": 382,
1117
+ "crossplayID": 382,
1029
1118
  "comment1": "ShapeShifter Baron Gem",
1030
1119
  "comment2": "Sorcery stone",
1031
1120
  "starRarity": 4,
@@ -1040,6 +1129,7 @@
1040
1129
  },
1041
1130
  {
1042
1131
  "gemID": 383,
1132
+ "crossplayID": 383,
1043
1133
  "comment1": "ShapeShifter Baron Gem",
1044
1134
  "comment2": "Shadow spikes",
1045
1135
  "starRarity": 4,
@@ -1054,6 +1144,7 @@
1054
1144
  },
1055
1145
  {
1056
1146
  "gemID": 384,
1147
+ "crossplayID": 384,
1057
1148
  "comment1": "ShapeShifter Baron Gem",
1058
1149
  "comment2": "Shade splinters",
1059
1150
  "starRarity": 4,
@@ -1068,6 +1159,7 @@
1068
1159
  },
1069
1160
  {
1070
1161
  "gemID": 385,
1162
+ "crossplayID": 385,
1071
1163
  "comment1": "ShapeShifter Baron Gem",
1072
1164
  "comment2": "Sphere of darkness",
1073
1165
  "starRarity": 4,
@@ -1082,6 +1174,7 @@
1082
1174
  },
1083
1175
  {
1084
1176
  "gemID": 386,
1177
+ "crossplayID": 386,
1085
1178
  "comment1": "ShapeShifter Baron Gem",
1086
1179
  "comment2": "Sorcery stone",
1087
1180
  "starRarity": 4,
@@ -1096,6 +1189,7 @@
1096
1189
  },
1097
1190
  {
1098
1191
  "gemID": 447,
1192
+ "crossplayID": 447,
1099
1193
  "comment1": "ShapeShifter Baron Gem",
1100
1194
  "comment2": "Shadow spikes",
1101
1195
  "starRarity": 4,
@@ -1110,6 +1204,7 @@
1110
1204
  },
1111
1205
  {
1112
1206
  "gemID": 448,
1207
+ "crossplayID": 448,
1113
1208
  "comment1": "ShapeShifter Baron Gem",
1114
1209
  "comment2": "Shade splinters",
1115
1210
  "starRarity": 4,
@@ -1124,6 +1219,7 @@
1124
1219
  },
1125
1220
  {
1126
1221
  "gemID": 449,
1222
+ "crossplayID": 449,
1127
1223
  "comment1": "ShapeShifter Baron Gem",
1128
1224
  "comment2": "Sphere of darkness",
1129
1225
  "starRarity": 4,
@@ -1138,6 +1234,7 @@
1138
1234
  },
1139
1235
  {
1140
1236
  "gemID": 395,
1237
+ "crossplayID": 395,
1141
1238
  "comment1": "KingdomCup BON SR0/SL1 Gem",
1142
1239
  "comment2": "Dragons blood",
1143
1240
  "starRarity": 0,
@@ -1152,6 +1249,7 @@
1152
1249
  },
1153
1250
  {
1154
1251
  "gemID": 396,
1252
+ "crossplayID": 396,
1155
1253
  "comment1": "KingdomCup BON SR0/SL1 Gem",
1156
1254
  "comment2": "Scorched rock",
1157
1255
  "starRarity": 0,
@@ -1166,6 +1264,7 @@
1166
1264
  },
1167
1265
  {
1168
1266
  "gemID": 397,
1267
+ "crossplayID": 397,
1169
1268
  "comment1": "KingdomCup BON SR0/SL1 Gem",
1170
1269
  "comment2": "Amber stone",
1171
1270
  "starRarity": 0,
@@ -1180,6 +1279,7 @@
1180
1279
  },
1181
1280
  {
1182
1281
  "gemID": 398,
1282
+ "crossplayID": 398,
1183
1283
  "comment1": "KingdomCup BON SR0/SL1 Gem",
1184
1284
  "comment2": "Magma",
1185
1285
  "starRarity": 0,
@@ -1194,6 +1294,7 @@
1194
1294
  },
1195
1295
  {
1196
1296
  "gemID": 399,
1297
+ "crossplayID": 399,
1197
1298
  "comment1": "KingdomCup BON SR0/SL5 Gem",
1198
1299
  "comment2": "Dragons blood",
1199
1300
  "starRarity": 0,
@@ -1208,6 +1309,7 @@
1208
1309
  },
1209
1310
  {
1210
1311
  "gemID": 400,
1312
+ "crossplayID": 400,
1211
1313
  "comment1": "KingdomCup BON SR0/SL5 Gem",
1212
1314
  "comment2": "Scorched rock",
1213
1315
  "starRarity": 0,
@@ -1222,6 +1324,7 @@
1222
1324
  },
1223
1325
  {
1224
1326
  "gemID": 401,
1327
+ "crossplayID": 401,
1225
1328
  "comment1": "KingdomCup BON SR0/SL5 Gem",
1226
1329
  "comment2": "Amber stone",
1227
1330
  "starRarity": 0,
@@ -1236,6 +1339,7 @@
1236
1339
  },
1237
1340
  {
1238
1341
  "gemID": 402,
1342
+ "crossplayID": 402,
1239
1343
  "comment1": "KingdomCup BON SR0/SL5 Gem",
1240
1344
  "comment2": "Magma",
1241
1345
  "starRarity": 0,
@@ -1250,6 +1354,7 @@
1250
1354
  },
1251
1355
  {
1252
1356
  "gemID": 403,
1357
+ "crossplayID": 403,
1253
1358
  "comment1": "KingdomCup BON SR1/SL1 Gem",
1254
1359
  "comment2": "Dragons blood",
1255
1360
  "starRarity": 1,
@@ -1264,6 +1369,7 @@
1264
1369
  },
1265
1370
  {
1266
1371
  "gemID": 404,
1372
+ "crossplayID": 404,
1267
1373
  "comment1": "KingdomCup BON SR1/SL1 Gem",
1268
1374
  "comment2": "Scorched rock",
1269
1375
  "starRarity": 1,
@@ -1278,6 +1384,7 @@
1278
1384
  },
1279
1385
  {
1280
1386
  "gemID": 405,
1387
+ "crossplayID": 405,
1281
1388
  "comment1": "KingdomCup BON SR1/SL1 Gem",
1282
1389
  "comment2": "Amber stone",
1283
1390
  "starRarity": 1,
@@ -1292,6 +1399,7 @@
1292
1399
  },
1293
1400
  {
1294
1401
  "gemID": 406,
1402
+ "crossplayID": 406,
1295
1403
  "comment1": "KingdomCup BON SR1/SL1 Gem",
1296
1404
  "comment2": "Magma",
1297
1405
  "starRarity": 1,
@@ -1306,6 +1414,7 @@
1306
1414
  },
1307
1415
  {
1308
1416
  "gemID": 407,
1417
+ "crossplayID": 407,
1309
1418
  "comment1": "KingdomCup BON SR1/SL5 Gem",
1310
1419
  "comment2": "Dragons blood",
1311
1420
  "starRarity": 1,
@@ -1320,6 +1429,7 @@
1320
1429
  },
1321
1430
  {
1322
1431
  "gemID": 408,
1432
+ "crossplayID": 408,
1323
1433
  "comment1": "KingdomCup BON SR1/SL5 Gem",
1324
1434
  "comment2": "Scorched rock",
1325
1435
  "starRarity": 1,
@@ -1334,6 +1444,7 @@
1334
1444
  },
1335
1445
  {
1336
1446
  "gemID": 409,
1447
+ "crossplayID": 409,
1337
1448
  "comment1": "KingdomCup BON SR1/SL5 Gem",
1338
1449
  "comment2": "Amber stone",
1339
1450
  "starRarity": 1,
@@ -1348,6 +1459,7 @@
1348
1459
  },
1349
1460
  {
1350
1461
  "gemID": 410,
1462
+ "crossplayID": 410,
1351
1463
  "comment1": "KingdomCup BON SR1/SL5 Gem",
1352
1464
  "comment2": "Magma",
1353
1465
  "starRarity": 1,
@@ -1362,6 +1474,7 @@
1362
1474
  },
1363
1475
  {
1364
1476
  "gemID": 411,
1477
+ "crossplayID": 411,
1365
1478
  "comment1": "KingdomCup BON SR2/SL1 Gem",
1366
1479
  "comment2": "Dragons blood",
1367
1480
  "starRarity": 2,
@@ -1376,6 +1489,7 @@
1376
1489
  },
1377
1490
  {
1378
1491
  "gemID": 412,
1492
+ "crossplayID": 412,
1379
1493
  "comment1": "KingdomCup BON SR2/SL1 Gem",
1380
1494
  "comment2": "Scorched rock",
1381
1495
  "starRarity": 2,
@@ -1390,6 +1504,7 @@
1390
1504
  },
1391
1505
  {
1392
1506
  "gemID": 413,
1507
+ "crossplayID": 413,
1393
1508
  "comment1": "KingdomCup BON SR2/SL1 Gem",
1394
1509
  "comment2": "Amber stone",
1395
1510
  "starRarity": 2,
@@ -1404,6 +1519,7 @@
1404
1519
  },
1405
1520
  {
1406
1521
  "gemID": 414,
1522
+ "crossplayID": 414,
1407
1523
  "comment1": "KingdomCup BON SR2/SL1 Gem",
1408
1524
  "comment2": "Magma",
1409
1525
  "starRarity": 2,
@@ -1418,6 +1534,7 @@
1418
1534
  },
1419
1535
  {
1420
1536
  "gemID": 415,
1537
+ "crossplayID": 415,
1421
1538
  "comment1": "KingdomCup BON SR2/SL5 Gem",
1422
1539
  "comment2": "Dragons blood",
1423
1540
  "starRarity": 2,
@@ -1432,6 +1549,7 @@
1432
1549
  },
1433
1550
  {
1434
1551
  "gemID": 416,
1552
+ "crossplayID": 416,
1435
1553
  "comment1": "KingdomCup BON SR2/SL5 Gem",
1436
1554
  "comment2": "Scorched rock",
1437
1555
  "starRarity": 2,
@@ -1446,6 +1564,7 @@
1446
1564
  },
1447
1565
  {
1448
1566
  "gemID": 417,
1567
+ "crossplayID": 417,
1449
1568
  "comment1": "KingdomCup BON SR2/SL5 Gem",
1450
1569
  "comment2": "Amber stone",
1451
1570
  "starRarity": 2,
@@ -1460,6 +1579,7 @@
1460
1579
  },
1461
1580
  {
1462
1581
  "gemID": 418,
1582
+ "crossplayID": 418,
1463
1583
  "comment1": "KingdomCup BON SR2/SL5 Gem",
1464
1584
  "comment2": "Magma",
1465
1585
  "starRarity": 2,
@@ -1474,6 +1594,7 @@
1474
1594
  },
1475
1595
  {
1476
1596
  "gemID": 419,
1597
+ "crossplayID": 419,
1477
1598
  "comment1": "KingdomCup BON SR2/SL9 Gem",
1478
1599
  "comment2": "Dragons blood",
1479
1600
  "starRarity": 2,
@@ -1488,6 +1609,7 @@
1488
1609
  },
1489
1610
  {
1490
1611
  "gemID": 420,
1612
+ "crossplayID": 420,
1491
1613
  "comment1": "KingdomCup BON SR2/SL9 Gem",
1492
1614
  "comment2": "Scorched rock",
1493
1615
  "starRarity": 2,
@@ -1502,6 +1624,7 @@
1502
1624
  },
1503
1625
  {
1504
1626
  "gemID": 421,
1627
+ "crossplayID": 421,
1505
1628
  "comment1": "KingdomCup BON SR2/SL9 Gem",
1506
1629
  "comment2": "Amber stone",
1507
1630
  "starRarity": 2,
@@ -1516,6 +1639,7 @@
1516
1639
  },
1517
1640
  {
1518
1641
  "gemID": 422,
1642
+ "crossplayID": 422,
1519
1643
  "comment1": "KingdomCup BON SR2/SL9 Gem",
1520
1644
  "comment2": "Magma",
1521
1645
  "starRarity": 2,
@@ -1530,6 +1654,7 @@
1530
1654
  },
1531
1655
  {
1532
1656
  "gemID": 423,
1657
+ "crossplayID": 423,
1533
1658
  "comment1": "KingdomCup BON SR3/SL1 Gem",
1534
1659
  "comment2": "Dragons blood",
1535
1660
  "starRarity": 3,
@@ -1544,6 +1669,7 @@
1544
1669
  },
1545
1670
  {
1546
1671
  "gemID": 424,
1672
+ "crossplayID": 424,
1547
1673
  "comment1": "KingdomCup BON SR3/SL1 Gem",
1548
1674
  "comment2": "Scorched rock",
1549
1675
  "starRarity": 3,
@@ -1558,6 +1684,7 @@
1558
1684
  },
1559
1685
  {
1560
1686
  "gemID": 425,
1687
+ "crossplayID": 425,
1561
1688
  "comment1": "KingdomCup BON SR3/SL1 Gem",
1562
1689
  "comment2": "Amber stone",
1563
1690
  "starRarity": 3,
@@ -1572,6 +1699,7 @@
1572
1699
  },
1573
1700
  {
1574
1701
  "gemID": 426,
1702
+ "crossplayID": 426,
1575
1703
  "comment1": "KingdomCup BON SR3/SL1 Gem",
1576
1704
  "comment2": "Magma",
1577
1705
  "starRarity": 3,
@@ -1586,6 +1714,7 @@
1586
1714
  },
1587
1715
  {
1588
1716
  "gemID": 427,
1717
+ "crossplayID": 427,
1589
1718
  "comment1": "KingdomCup BON SR3/SL9 Gem",
1590
1719
  "comment2": "Dragons blood",
1591
1720
  "starRarity": 3,
@@ -1600,6 +1729,7 @@
1600
1729
  },
1601
1730
  {
1602
1731
  "gemID": 428,
1732
+ "crossplayID": 428,
1603
1733
  "comment1": "KingdomCup BON SR3/SL9 Gem",
1604
1734
  "comment2": "Scorched rock",
1605
1735
  "starRarity": 3,
@@ -1614,6 +1744,7 @@
1614
1744
  },
1615
1745
  {
1616
1746
  "gemID": 429,
1747
+ "crossplayID": 429,
1617
1748
  "comment1": "KingdomCup BON SR3/SL9 Gem",
1618
1749
  "comment2": "Amber stone",
1619
1750
  "starRarity": 3,
@@ -1628,6 +1759,7 @@
1628
1759
  },
1629
1760
  {
1630
1761
  "gemID": 430,
1762
+ "crossplayID": 430,
1631
1763
  "comment1": "KingdomCup BON SR3/SL9 Gem",
1632
1764
  "comment2": "Magma",
1633
1765
  "starRarity": 3,
@@ -1642,6 +1774,7 @@
1642
1774
  },
1643
1775
  {
1644
1776
  "gemID": 12,
1777
+ "crossplayID": 12,
1645
1778
  "comment1": "New Baron Whale Set",
1646
1779
  "comment2": "Lizards eye",
1647
1780
  "gemLevelID": 0,
@@ -1653,6 +1786,7 @@
1653
1786
  },
1654
1787
  {
1655
1788
  "gemID": 20,
1789
+ "crossplayID": 20,
1656
1790
  "comment1": "New Baron Whale Set",
1657
1791
  "comment2": "Eagles eye",
1658
1792
  "gemLevelID": 0,
@@ -1664,6 +1798,7 @@
1664
1798
  },
1665
1799
  {
1666
1800
  "gemID": 21,
1801
+ "crossplayID": 21,
1667
1802
  "comment1": "New Baron Whale Set",
1668
1803
  "comment2": "Flys eye",
1669
1804
  "gemLevelID": 0,
@@ -1675,6 +1810,7 @@
1675
1810
  },
1676
1811
  {
1677
1812
  "gemID": 22,
1813
+ "crossplayID": 22,
1678
1814
  "comment1": "New Baron Whale Set",
1679
1815
  "comment2": "Goats eye",
1680
1816
  "gemLevelID": 0,
@@ -1686,6 +1822,7 @@
1686
1822
  },
1687
1823
  {
1688
1824
  "gemID": 30,
1825
+ "crossplayID": 30,
1689
1826
  "comment1": "9 Piece LTPE Set",
1690
1827
  "comment2": "Kalas third eye",
1691
1828
  "gemLevelID": 0,
@@ -1697,6 +1834,7 @@
1697
1834
  },
1698
1835
  {
1699
1836
  "gemID": 31,
1837
+ "crossplayID": 31,
1700
1838
  "comment1": "9 Piece LTPE Set",
1701
1839
  "comment2": "Kalas left eye",
1702
1840
  "gemLevelID": 0,
@@ -1708,6 +1846,7 @@
1708
1846
  },
1709
1847
  {
1710
1848
  "gemID": 32,
1849
+ "crossplayID": 32,
1711
1850
  "comment1": "9 Piece LTPE Set",
1712
1851
  "comment2": "Kalas right eye",
1713
1852
  "gemLevelID": 0,
@@ -1719,6 +1858,7 @@
1719
1858
  },
1720
1859
  {
1721
1860
  "gemID": 40,
1861
+ "crossplayID": 40,
1722
1862
  "comment1": "9 Piece LTPE Set",
1723
1863
  "comment2": "Kalas tongue",
1724
1864
  "gemLevelID": 0,
@@ -1730,6 +1870,7 @@
1730
1870
  },
1731
1871
  {
1732
1872
  "gemID": 70,
1873
+ "crossplayID": 70,
1733
1874
  "comment1": "9 Piece Summer LTPE",
1734
1875
  "comment2": "Fire lotus",
1735
1876
  "gemLevelID": 0,
@@ -1741,6 +1882,7 @@
1741
1882
  },
1742
1883
  {
1743
1884
  "gemID": 71,
1885
+ "crossplayID": 71,
1744
1886
  "comment1": "9 Piece Summer LTPE",
1745
1887
  "comment2": "Emerald lotus",
1746
1888
  "gemLevelID": 0,
@@ -1752,6 +1894,7 @@
1752
1894
  },
1753
1895
  {
1754
1896
  "gemID": 72,
1897
+ "crossplayID": 72,
1755
1898
  "comment1": "9 Piece Summer LTPE",
1756
1899
  "comment2": "Ice lotus",
1757
1900
  "gemLevelID": 0,
@@ -1763,6 +1906,7 @@
1763
1906
  },
1764
1907
  {
1765
1908
  "gemID": 80,
1909
+ "crossplayID": 80,
1766
1910
  "comment1": "9 Piece Summer LTPE",
1767
1911
  "comment2": "Amethyst lotus",
1768
1912
  "gemLevelID": 0,
@@ -1774,6 +1918,7 @@
1774
1918
  },
1775
1919
  {
1776
1920
  "gemID": 81,
1921
+ "crossplayID": 81,
1777
1922
  "comment1": "9 Piece Nomad Castellan Set, MCP 06 2017",
1778
1923
  "comment2": "Khan stone",
1779
1924
  "gemLevelID": 0,
@@ -1785,6 +1930,7 @@
1785
1930
  },
1786
1931
  {
1787
1932
  "gemID": 82,
1933
+ "crossplayID": 82,
1788
1934
  "comment1": "10 Piece Nomad Castellan Set, MCP 06 2017",
1789
1935
  "comment2": "Cross of Khan",
1790
1936
  "gemLevelID": 0,
@@ -1796,6 +1942,7 @@
1796
1942
  },
1797
1943
  {
1798
1944
  "gemID": 90,
1945
+ "crossplayID": 90,
1799
1946
  "comment1": "11 Piece Nomad Castellan Set, MCP 06 2017",
1800
1947
  "comment2": "Wrath of Khan",
1801
1948
  "gemLevelID": 0,
@@ -1807,6 +1954,7 @@
1807
1954
  },
1808
1955
  {
1809
1956
  "gemID": 91,
1957
+ "crossplayID": 91,
1810
1958
  "comment1": "12 Piece Nomad Castellan Set, MCP 06 2017",
1811
1959
  "comment2": "Seal of Khan",
1812
1960
  "gemLevelID": 0,
@@ -1818,6 +1966,7 @@
1818
1966
  },
1819
1967
  {
1820
1968
  "gemID": 92,
1969
+ "crossplayID": 92,
1821
1970
  "comment1": "9 Piece Samurai Commander Set, MCP 06 2017",
1822
1971
  "comment2": "Stone of the betrayer",
1823
1972
  "gemLevelID": 0,
@@ -1829,6 +1978,7 @@
1829
1978
  },
1830
1979
  {
1831
1980
  "gemID": 100,
1981
+ "crossplayID": 100,
1832
1982
  "comment1": "9 Piece Samurai Commander Set, MCP 06 2017",
1833
1983
  "comment2": "Rise of the fire bird",
1834
1984
  "gemLevelID": 0,
@@ -1840,6 +1990,7 @@
1840
1990
  },
1841
1991
  {
1842
1992
  "gemID": 101,
1993
+ "crossplayID": 101,
1843
1994
  "comment1": "9 Piece Samurai Commander Set, MCP 06 2017",
1844
1995
  "comment2": "Stone of the hunter",
1845
1996
  "gemLevelID": 0,
@@ -1851,6 +2002,7 @@
1851
2002
  },
1852
2003
  {
1853
2004
  "gemID": 102,
2005
+ "crossplayID": 102,
1854
2006
  "comment1": "9 Piece Samurai Commander Set, MCP 06 2017",
1855
2007
  "comment2": "Tomb of the fire bird",
1856
2008
  "gemLevelID": 0,
@@ -1862,6 +2014,7 @@
1862
2014
  },
1863
2015
  {
1864
2016
  "gemID": 110,
2017
+ "crossplayID": 110,
1865
2018
  "comment1": "9 Piece EpicQuest Commander Set, MCP 06 2017",
1866
2019
  "comment2": "Ivory Rook",
1867
2020
  "gemLevelID": 0,
@@ -1873,6 +2026,7 @@
1873
2026
  },
1874
2027
  {
1875
2028
  "gemID": 111,
2029
+ "crossplayID": 111,
1876
2030
  "comment1": "9 Piece EpicQuest Commander Set, MCP 06 2017",
1877
2031
  "comment2": "Ivory Bishop",
1878
2032
  "gemLevelID": 0,
@@ -1884,6 +2038,7 @@
1884
2038
  },
1885
2039
  {
1886
2040
  "gemID": 112,
2041
+ "crossplayID": 112,
1887
2042
  "comment1": "9 Piece EpicQuest Commander Set, MCP 06 2017",
1888
2043
  "comment2": "Ivory Pawn",
1889
2044
  "gemLevelID": 0,
@@ -1895,6 +2050,7 @@
1895
2050
  },
1896
2051
  {
1897
2052
  "gemID": 120,
2053
+ "crossplayID": 120,
1898
2054
  "comment1": "9 Piece EpicQuest Commander Set, MCP 06 2017",
1899
2055
  "comment2": "Ivory Knight",
1900
2056
  "gemLevelID": 0,
@@ -1906,6 +2062,7 @@
1906
2062
  },
1907
2063
  {
1908
2064
  "gemID": 121,
2065
+ "crossplayID": 121,
1909
2066
  "comment1": "9 Piece India Commander Set 2, MCP 06 2017",
1910
2067
  "comment2": "Sorceress stone",
1911
2068
  "gemLevelID": 0,
@@ -1917,6 +2074,7 @@
1917
2074
  },
1918
2075
  {
1919
2076
  "gemID": 122,
2077
+ "crossplayID": 122,
1920
2078
  "comment1": "9 Piece India Commander Set 2, MCP 06 2017",
1921
2079
  "comment2": "Explorers stone",
1922
2080
  "gemLevelID": 0,
@@ -1928,6 +2086,7 @@
1928
2086
  },
1929
2087
  {
1930
2088
  "gemID": 130,
2089
+ "crossplayID": 130,
1931
2090
  "comment1": "9 Piece India Commander Set 2, MCP 06 2017",
1932
2091
  "comment2": "Legion stone",
1933
2092
  "gemLevelID": 0,
@@ -1939,6 +2098,7 @@
1939
2098
  },
1940
2099
  {
1941
2100
  "gemID": 131,
2101
+ "crossplayID": 131,
1942
2102
  "comment1": "9 Piece India Commander Set 2, MCP 06 2017",
1943
2103
  "comment2": "Scorpions stone",
1944
2104
  "gemLevelID": 0,
@@ -1950,6 +2110,7 @@
1950
2110
  },
1951
2111
  {
1952
2112
  "gemID": 180,
2113
+ "crossplayID": 180,
1953
2114
  "comment1": "Baron",
1954
2115
  "gemColorID": 3,
1955
2116
  "followingGemID": 181,
@@ -1961,6 +2122,7 @@
1961
2122
  },
1962
2123
  {
1963
2124
  "gemID": 181,
2125
+ "crossplayID": 181,
1964
2126
  "comment1": "Baron",
1965
2127
  "gemColorID": 3,
1966
2128
  "followingGemID": 182,
@@ -1972,6 +2134,7 @@
1972
2134
  },
1973
2135
  {
1974
2136
  "gemID": 182,
2137
+ "crossplayID": 182,
1975
2138
  "comment1": "Baron",
1976
2139
  "gemColorID": 3,
1977
2140
  "followingGemID": 183,
@@ -1983,6 +2146,7 @@
1983
2146
  },
1984
2147
  {
1985
2148
  "gemID": 183,
2149
+ "crossplayID": 183,
1986
2150
  "comment1": "Baron",
1987
2151
  "gemColorID": 3,
1988
2152
  "followingGemID": 184,
@@ -1994,6 +2158,7 @@
1994
2158
  },
1995
2159
  {
1996
2160
  "gemID": 184,
2161
+ "crossplayID": 184,
1997
2162
  "comment1": "Baron",
1998
2163
  "gemColorID": 3,
1999
2164
  "followingGemID": 185,
@@ -2005,6 +2170,7 @@
2005
2170
  },
2006
2171
  {
2007
2172
  "gemID": 185,
2173
+ "crossplayID": 185,
2008
2174
  "comment1": "Baron",
2009
2175
  "gemColorID": 3,
2010
2176
  "followingGemID": 186,
@@ -2016,6 +2182,7 @@
2016
2182
  },
2017
2183
  {
2018
2184
  "gemID": 186,
2185
+ "crossplayID": 186,
2019
2186
  "comment1": "Baron",
2020
2187
  "gemColorID": 3,
2021
2188
  "followingGemID": 187,
@@ -2027,6 +2194,7 @@
2027
2194
  },
2028
2195
  {
2029
2196
  "gemID": 187,
2197
+ "crossplayID": 187,
2030
2198
  "comment1": "Baron",
2031
2199
  "gemColorID": 3,
2032
2200
  "followingGemID": 188,
@@ -2038,6 +2206,7 @@
2038
2206
  },
2039
2207
  {
2040
2208
  "gemID": 188,
2209
+ "crossplayID": 188,
2041
2210
  "comment1": "Baron",
2042
2211
  "gemColorID": 3,
2043
2212
  "followingGemID": 189,
@@ -2049,6 +2218,7 @@
2049
2218
  },
2050
2219
  {
2051
2220
  "gemID": 189,
2221
+ "crossplayID": 189,
2052
2222
  "comment1": "Baron",
2053
2223
  "gemColorID": 3,
2054
2224
  "followingGemID": 290,
@@ -2060,6 +2230,7 @@
2060
2230
  },
2061
2231
  {
2062
2232
  "gemID": 290,
2233
+ "crossplayID": 290,
2063
2234
  "comment1": "Baron",
2064
2235
  "gemColorID": 3,
2065
2236
  "followingGemID": 291,
@@ -2071,6 +2242,7 @@
2071
2242
  },
2072
2243
  {
2073
2244
  "gemID": 291,
2245
+ "crossplayID": 291,
2074
2246
  "comment1": "Baron",
2075
2247
  "gemColorID": 3,
2076
2248
  "followingGemID": 292,
@@ -2082,6 +2254,7 @@
2082
2254
  },
2083
2255
  {
2084
2256
  "gemID": 292,
2257
+ "crossplayID": 292,
2085
2258
  "comment1": "Baron",
2086
2259
  "gemColorID": 3,
2087
2260
  "gemLevelID": 13,
@@ -2092,6 +2265,7 @@
2092
2265
  },
2093
2266
  {
2094
2267
  "gemID": 190,
2268
+ "crossplayID": 190,
2095
2269
  "comment1": "Baron",
2096
2270
  "gemColorID": 4,
2097
2271
  "followingGemID": 191,
@@ -2103,6 +2277,7 @@
2103
2277
  },
2104
2278
  {
2105
2279
  "gemID": 191,
2280
+ "crossplayID": 191,
2106
2281
  "comment1": "Baron",
2107
2282
  "gemColorID": 4,
2108
2283
  "followingGemID": 192,
@@ -2114,6 +2289,7 @@
2114
2289
  },
2115
2290
  {
2116
2291
  "gemID": 192,
2292
+ "crossplayID": 192,
2117
2293
  "comment1": "Baron",
2118
2294
  "gemColorID": 4,
2119
2295
  "followingGemID": 193,
@@ -2125,6 +2301,7 @@
2125
2301
  },
2126
2302
  {
2127
2303
  "gemID": 193,
2304
+ "crossplayID": 193,
2128
2305
  "comment1": "Baron",
2129
2306
  "gemColorID": 4,
2130
2307
  "followingGemID": 194,
@@ -2136,6 +2313,7 @@
2136
2313
  },
2137
2314
  {
2138
2315
  "gemID": 194,
2316
+ "crossplayID": 194,
2139
2317
  "comment1": "Baron",
2140
2318
  "gemColorID": 4,
2141
2319
  "followingGemID": 195,
@@ -2147,6 +2325,7 @@
2147
2325
  },
2148
2326
  {
2149
2327
  "gemID": 195,
2328
+ "crossplayID": 195,
2150
2329
  "comment1": "Baron",
2151
2330
  "gemColorID": 4,
2152
2331
  "followingGemID": 196,
@@ -2158,6 +2337,7 @@
2158
2337
  },
2159
2338
  {
2160
2339
  "gemID": 196,
2340
+ "crossplayID": 196,
2161
2341
  "comment1": "Baron",
2162
2342
  "gemColorID": 4,
2163
2343
  "followingGemID": 197,
@@ -2169,6 +2349,7 @@
2169
2349
  },
2170
2350
  {
2171
2351
  "gemID": 197,
2352
+ "crossplayID": 197,
2172
2353
  "comment1": "Baron",
2173
2354
  "gemColorID": 4,
2174
2355
  "followingGemID": 198,
@@ -2180,6 +2361,7 @@
2180
2361
  },
2181
2362
  {
2182
2363
  "gemID": 198,
2364
+ "crossplayID": 198,
2183
2365
  "comment1": "Baron",
2184
2366
  "gemColorID": 4,
2185
2367
  "followingGemID": 199,
@@ -2191,6 +2373,7 @@
2191
2373
  },
2192
2374
  {
2193
2375
  "gemID": 199,
2376
+ "crossplayID": 199,
2194
2377
  "comment1": "Baron",
2195
2378
  "gemColorID": 4,
2196
2379
  "followingGemID": 293,
@@ -2202,6 +2385,7 @@
2202
2385
  },
2203
2386
  {
2204
2387
  "gemID": 293,
2388
+ "crossplayID": 293,
2205
2389
  "comment1": "Baron",
2206
2390
  "gemColorID": 4,
2207
2391
  "followingGemID": 294,
@@ -2213,6 +2397,7 @@
2213
2397
  },
2214
2398
  {
2215
2399
  "gemID": 294,
2400
+ "crossplayID": 294,
2216
2401
  "comment1": "Baron",
2217
2402
  "gemColorID": 4,
2218
2403
  "followingGemID": 295,
@@ -2224,6 +2409,7 @@
2224
2409
  },
2225
2410
  {
2226
2411
  "gemID": 295,
2412
+ "crossplayID": 295,
2227
2413
  "comment1": "Baron",
2228
2414
  "gemColorID": 4,
2229
2415
  "gemLevelID": 13,
@@ -2234,6 +2420,7 @@
2234
2420
  },
2235
2421
  {
2236
2422
  "gemID": 200,
2423
+ "crossplayID": 200,
2237
2424
  "comment1": "Baron",
2238
2425
  "gemColorID": 6,
2239
2426
  "followingGemID": 201,
@@ -2245,6 +2432,7 @@
2245
2432
  },
2246
2433
  {
2247
2434
  "gemID": 201,
2435
+ "crossplayID": 201,
2248
2436
  "comment1": "Baron",
2249
2437
  "gemColorID": 6,
2250
2438
  "followingGemID": 202,
@@ -2256,6 +2444,7 @@
2256
2444
  },
2257
2445
  {
2258
2446
  "gemID": 202,
2447
+ "crossplayID": 202,
2259
2448
  "comment1": "Baron",
2260
2449
  "gemColorID": 6,
2261
2450
  "followingGemID": 203,
@@ -2267,6 +2456,7 @@
2267
2456
  },
2268
2457
  {
2269
2458
  "gemID": 203,
2459
+ "crossplayID": 203,
2270
2460
  "comment1": "Baron",
2271
2461
  "gemColorID": 6,
2272
2462
  "followingGemID": 204,
@@ -2278,6 +2468,7 @@
2278
2468
  },
2279
2469
  {
2280
2470
  "gemID": 204,
2471
+ "crossplayID": 204,
2281
2472
  "comment1": "Baron",
2282
2473
  "gemColorID": 6,
2283
2474
  "followingGemID": 205,
@@ -2289,6 +2480,7 @@
2289
2480
  },
2290
2481
  {
2291
2482
  "gemID": 205,
2483
+ "crossplayID": 205,
2292
2484
  "comment1": "Baron",
2293
2485
  "gemColorID": 6,
2294
2486
  "followingGemID": 206,
@@ -2300,6 +2492,7 @@
2300
2492
  },
2301
2493
  {
2302
2494
  "gemID": 206,
2495
+ "crossplayID": 206,
2303
2496
  "comment1": "Baron",
2304
2497
  "gemColorID": 6,
2305
2498
  "followingGemID": 207,
@@ -2311,6 +2504,7 @@
2311
2504
  },
2312
2505
  {
2313
2506
  "gemID": 207,
2507
+ "crossplayID": 207,
2314
2508
  "comment1": "Baron",
2315
2509
  "gemColorID": 6,
2316
2510
  "followingGemID": 208,
@@ -2322,6 +2516,7 @@
2322
2516
  },
2323
2517
  {
2324
2518
  "gemID": 208,
2519
+ "crossplayID": 208,
2325
2520
  "comment1": "Baron",
2326
2521
  "gemColorID": 6,
2327
2522
  "followingGemID": 209,
@@ -2333,6 +2528,7 @@
2333
2528
  },
2334
2529
  {
2335
2530
  "gemID": 209,
2531
+ "crossplayID": 209,
2336
2532
  "comment1": "Baron",
2337
2533
  "comment2": "DefenseFireBoost",
2338
2534
  "gemColorID": 6,
@@ -2345,6 +2541,7 @@
2345
2541
  },
2346
2542
  {
2347
2543
  "gemID": 296,
2544
+ "crossplayID": 296,
2348
2545
  "comment1": "Baron",
2349
2546
  "comment2": "DefenseFireBoost",
2350
2547
  "gemColorID": 6,
@@ -2357,6 +2554,7 @@
2357
2554
  },
2358
2555
  {
2359
2556
  "gemID": 297,
2557
+ "crossplayID": 297,
2360
2558
  "comment1": "Baron",
2361
2559
  "comment2": "DefenseFireBoost",
2362
2560
  "gemColorID": 6,
@@ -2369,6 +2567,7 @@
2369
2567
  },
2370
2568
  {
2371
2569
  "gemID": 298,
2570
+ "crossplayID": 298,
2372
2571
  "comment1": "Baron",
2373
2572
  "comment2": "DefenseFireBoost",
2374
2573
  "gemColorID": 6,
@@ -2380,6 +2579,7 @@
2380
2579
  },
2381
2580
  {
2382
2581
  "gemID": 210,
2582
+ "crossplayID": 210,
2383
2583
  "comment1": "Baron",
2384
2584
  "gemColorID": 8,
2385
2585
  "followingGemID": 211,
@@ -2391,6 +2591,7 @@
2391
2591
  },
2392
2592
  {
2393
2593
  "gemID": 211,
2594
+ "crossplayID": 211,
2394
2595
  "comment1": "Baron",
2395
2596
  "gemColorID": 8,
2396
2597
  "followingGemID": 212,
@@ -2402,6 +2603,7 @@
2402
2603
  },
2403
2604
  {
2404
2605
  "gemID": 212,
2606
+ "crossplayID": 212,
2405
2607
  "comment1": "Baron",
2406
2608
  "gemColorID": 8,
2407
2609
  "followingGemID": 213,
@@ -2413,6 +2615,7 @@
2413
2615
  },
2414
2616
  {
2415
2617
  "gemID": 213,
2618
+ "crossplayID": 213,
2416
2619
  "comment1": "Baron",
2417
2620
  "gemColorID": 8,
2418
2621
  "followingGemID": 214,
@@ -2424,6 +2627,7 @@
2424
2627
  },
2425
2628
  {
2426
2629
  "gemID": 214,
2630
+ "crossplayID": 214,
2427
2631
  "comment1": "Baron",
2428
2632
  "gemColorID": 8,
2429
2633
  "followingGemID": 215,
@@ -2435,6 +2639,7 @@
2435
2639
  },
2436
2640
  {
2437
2641
  "gemID": 215,
2642
+ "crossplayID": 215,
2438
2643
  "comment1": "Baron",
2439
2644
  "gemColorID": 8,
2440
2645
  "followingGemID": 216,
@@ -2446,6 +2651,7 @@
2446
2651
  },
2447
2652
  {
2448
2653
  "gemID": 216,
2654
+ "crossplayID": 216,
2449
2655
  "comment1": "Baron",
2450
2656
  "gemColorID": 8,
2451
2657
  "followingGemID": 217,
@@ -2457,6 +2663,7 @@
2457
2663
  },
2458
2664
  {
2459
2665
  "gemID": 217,
2666
+ "crossplayID": 217,
2460
2667
  "comment1": "Baron",
2461
2668
  "gemColorID": 8,
2462
2669
  "followingGemID": 218,
@@ -2468,6 +2675,7 @@
2468
2675
  },
2469
2676
  {
2470
2677
  "gemID": 218,
2678
+ "crossplayID": 218,
2471
2679
  "comment1": "Baron",
2472
2680
  "gemColorID": 8,
2473
2681
  "followingGemID": 219,
@@ -2479,6 +2687,7 @@
2479
2687
  },
2480
2688
  {
2481
2689
  "gemID": 219,
2690
+ "crossplayID": 219,
2482
2691
  "comment1": "Baron",
2483
2692
  "gemColorID": 8,
2484
2693
  "followingGemID": 299,
@@ -2490,6 +2699,7 @@
2490
2699
  },
2491
2700
  {
2492
2701
  "gemID": 299,
2702
+ "crossplayID": 299,
2493
2703
  "comment1": "Baron",
2494
2704
  "gemColorID": 8,
2495
2705
  "followingGemID": 300,
@@ -2501,6 +2711,7 @@
2501
2711
  },
2502
2712
  {
2503
2713
  "gemID": 300,
2714
+ "crossplayID": 300,
2504
2715
  "comment1": "Baron",
2505
2716
  "gemColorID": 8,
2506
2717
  "followingGemID": 301,
@@ -2512,6 +2723,7 @@
2512
2723
  },
2513
2724
  {
2514
2725
  "gemID": 301,
2726
+ "crossplayID": 301,
2515
2727
  "comment1": "Baron",
2516
2728
  "gemColorID": 8,
2517
2729
  "gemLevelID": 13,
@@ -2522,6 +2734,7 @@
2522
2734
  },
2523
2735
  {
2524
2736
  "gemID": 220,
2737
+ "crossplayID": 220,
2525
2738
  "comment1": "General",
2526
2739
  "gemColorID": 5,
2527
2740
  "followingGemID": 221,
@@ -2533,6 +2746,7 @@
2533
2746
  },
2534
2747
  {
2535
2748
  "gemID": 221,
2749
+ "crossplayID": 221,
2536
2750
  "comment1": "General",
2537
2751
  "gemColorID": 5,
2538
2752
  "followingGemID": 222,
@@ -2544,6 +2758,7 @@
2544
2758
  },
2545
2759
  {
2546
2760
  "gemID": 222,
2761
+ "crossplayID": 222,
2547
2762
  "comment1": "General",
2548
2763
  "gemColorID": 5,
2549
2764
  "followingGemID": 223,
@@ -2555,6 +2770,7 @@
2555
2770
  },
2556
2771
  {
2557
2772
  "gemID": 223,
2773
+ "crossplayID": 223,
2558
2774
  "comment1": "General",
2559
2775
  "gemColorID": 5,
2560
2776
  "followingGemID": 224,
@@ -2566,6 +2782,7 @@
2566
2782
  },
2567
2783
  {
2568
2784
  "gemID": 224,
2785
+ "crossplayID": 224,
2569
2786
  "comment1": "General",
2570
2787
  "gemColorID": 5,
2571
2788
  "followingGemID": 225,
@@ -2577,6 +2794,7 @@
2577
2794
  },
2578
2795
  {
2579
2796
  "gemID": 225,
2797
+ "crossplayID": 225,
2580
2798
  "comment1": "General",
2581
2799
  "gemColorID": 5,
2582
2800
  "followingGemID": 226,
@@ -2588,6 +2806,7 @@
2588
2806
  },
2589
2807
  {
2590
2808
  "gemID": 226,
2809
+ "crossplayID": 226,
2591
2810
  "comment1": "General",
2592
2811
  "gemColorID": 5,
2593
2812
  "followingGemID": 227,
@@ -2599,6 +2818,7 @@
2599
2818
  },
2600
2819
  {
2601
2820
  "gemID": 227,
2821
+ "crossplayID": 227,
2602
2822
  "comment1": "General",
2603
2823
  "gemColorID": 5,
2604
2824
  "followingGemID": 228,
@@ -2610,6 +2830,7 @@
2610
2830
  },
2611
2831
  {
2612
2832
  "gemID": 228,
2833
+ "crossplayID": 228,
2613
2834
  "comment1": "General",
2614
2835
  "gemColorID": 5,
2615
2836
  "followingGemID": 229,
@@ -2621,6 +2842,7 @@
2621
2842
  },
2622
2843
  {
2623
2844
  "gemID": 229,
2845
+ "crossplayID": 229,
2624
2846
  "comment1": "General",
2625
2847
  "gemColorID": 5,
2626
2848
  "followingGemID": 302,
@@ -2632,6 +2854,7 @@
2632
2854
  },
2633
2855
  {
2634
2856
  "gemID": 302,
2857
+ "crossplayID": 302,
2635
2858
  "comment1": "General",
2636
2859
  "gemColorID": 5,
2637
2860
  "followingGemID": 303,
@@ -2643,6 +2866,7 @@
2643
2866
  },
2644
2867
  {
2645
2868
  "gemID": 303,
2869
+ "crossplayID": 303,
2646
2870
  "comment1": "General",
2647
2871
  "gemColorID": 5,
2648
2872
  "followingGemID": 304,
@@ -2654,6 +2878,7 @@
2654
2878
  },
2655
2879
  {
2656
2880
  "gemID": 304,
2881
+ "crossplayID": 304,
2657
2882
  "comment1": "General",
2658
2883
  "gemColorID": 5,
2659
2884
  "gemLevelID": 13,
@@ -2664,6 +2889,7 @@
2664
2889
  },
2665
2890
  {
2666
2891
  "gemID": 230,
2892
+ "crossplayID": 230,
2667
2893
  "comment1": "General",
2668
2894
  "gemColorID": 4,
2669
2895
  "followingGemID": 231,
@@ -2675,6 +2901,7 @@
2675
2901
  },
2676
2902
  {
2677
2903
  "gemID": 231,
2904
+ "crossplayID": 231,
2678
2905
  "comment1": "General",
2679
2906
  "gemColorID": 4,
2680
2907
  "followingGemID": 232,
@@ -2686,6 +2913,7 @@
2686
2913
  },
2687
2914
  {
2688
2915
  "gemID": 232,
2916
+ "crossplayID": 232,
2689
2917
  "comment1": "General",
2690
2918
  "gemColorID": 4,
2691
2919
  "followingGemID": 233,
@@ -2697,6 +2925,7 @@
2697
2925
  },
2698
2926
  {
2699
2927
  "gemID": 233,
2928
+ "crossplayID": 233,
2700
2929
  "comment1": "General",
2701
2930
  "gemColorID": 4,
2702
2931
  "followingGemID": 234,
@@ -2708,6 +2937,7 @@
2708
2937
  },
2709
2938
  {
2710
2939
  "gemID": 234,
2940
+ "crossplayID": 234,
2711
2941
  "comment1": "General",
2712
2942
  "gemColorID": 4,
2713
2943
  "followingGemID": 235,
@@ -2719,6 +2949,7 @@
2719
2949
  },
2720
2950
  {
2721
2951
  "gemID": 235,
2952
+ "crossplayID": 235,
2722
2953
  "comment1": "General",
2723
2954
  "gemColorID": 4,
2724
2955
  "followingGemID": 236,
@@ -2730,6 +2961,7 @@
2730
2961
  },
2731
2962
  {
2732
2963
  "gemID": 236,
2964
+ "crossplayID": 236,
2733
2965
  "comment1": "General",
2734
2966
  "gemColorID": 4,
2735
2967
  "followingGemID": 237,
@@ -2741,6 +2973,7 @@
2741
2973
  },
2742
2974
  {
2743
2975
  "gemID": 237,
2976
+ "crossplayID": 237,
2744
2977
  "comment1": "General",
2745
2978
  "gemColorID": 4,
2746
2979
  "followingGemID": 238,
@@ -2752,6 +2985,7 @@
2752
2985
  },
2753
2986
  {
2754
2987
  "gemID": 238,
2988
+ "crossplayID": 238,
2755
2989
  "comment1": "General",
2756
2990
  "gemColorID": 4,
2757
2991
  "followingGemID": 239,
@@ -2763,6 +2997,7 @@
2763
2997
  },
2764
2998
  {
2765
2999
  "gemID": 239,
3000
+ "crossplayID": 239,
2766
3001
  "comment1": "General",
2767
3002
  "gemColorID": 4,
2768
3003
  "followingGemID": 305,
@@ -2774,6 +3009,7 @@
2774
3009
  },
2775
3010
  {
2776
3011
  "gemID": 305,
3012
+ "crossplayID": 305,
2777
3013
  "comment1": "General",
2778
3014
  "gemColorID": 4,
2779
3015
  "followingGemID": 306,
@@ -2785,6 +3021,7 @@
2785
3021
  },
2786
3022
  {
2787
3023
  "gemID": 306,
3024
+ "crossplayID": 306,
2788
3025
  "comment1": "General",
2789
3026
  "gemColorID": 4,
2790
3027
  "followingGemID": 307,
@@ -2796,6 +3033,7 @@
2796
3033
  },
2797
3034
  {
2798
3035
  "gemID": 307,
3036
+ "crossplayID": 307,
2799
3037
  "comment1": "General",
2800
3038
  "gemColorID": 4,
2801
3039
  "gemLevelID": 13,
@@ -2806,6 +3044,7 @@
2806
3044
  },
2807
3045
  {
2808
3046
  "gemID": 240,
3047
+ "crossplayID": 240,
2809
3048
  "comment1": "General",
2810
3049
  "gemColorID": 7,
2811
3050
  "followingGemID": 241,
@@ -2817,6 +3056,7 @@
2817
3056
  },
2818
3057
  {
2819
3058
  "gemID": 241,
3059
+ "crossplayID": 241,
2820
3060
  "comment1": "General",
2821
3061
  "gemColorID": 7,
2822
3062
  "followingGemID": 242,
@@ -2828,6 +3068,7 @@
2828
3068
  },
2829
3069
  {
2830
3070
  "gemID": 242,
3071
+ "crossplayID": 242,
2831
3072
  "comment1": "General",
2832
3073
  "gemColorID": 7,
2833
3074
  "followingGemID": 243,
@@ -2839,6 +3080,7 @@
2839
3080
  },
2840
3081
  {
2841
3082
  "gemID": 243,
3083
+ "crossplayID": 243,
2842
3084
  "comment1": "General",
2843
3085
  "gemColorID": 7,
2844
3086
  "followingGemID": 244,
@@ -2850,6 +3092,7 @@
2850
3092
  },
2851
3093
  {
2852
3094
  "gemID": 244,
3095
+ "crossplayID": 244,
2853
3096
  "comment1": "General",
2854
3097
  "gemColorID": 7,
2855
3098
  "followingGemID": 245,
@@ -2861,6 +3104,7 @@
2861
3104
  },
2862
3105
  {
2863
3106
  "gemID": 245,
3107
+ "crossplayID": 245,
2864
3108
  "comment1": "General",
2865
3109
  "gemColorID": 7,
2866
3110
  "followingGemID": 246,
@@ -2872,6 +3116,7 @@
2872
3116
  },
2873
3117
  {
2874
3118
  "gemID": 246,
3119
+ "crossplayID": 246,
2875
3120
  "comment1": "General",
2876
3121
  "gemColorID": 7,
2877
3122
  "followingGemID": 247,
@@ -2883,6 +3128,7 @@
2883
3128
  },
2884
3129
  {
2885
3130
  "gemID": 247,
3131
+ "crossplayID": 247,
2886
3132
  "comment1": "General",
2887
3133
  "gemColorID": 7,
2888
3134
  "followingGemID": 248,
@@ -2894,6 +3140,7 @@
2894
3140
  },
2895
3141
  {
2896
3142
  "gemID": 248,
3143
+ "crossplayID": 248,
2897
3144
  "comment1": "General",
2898
3145
  "gemColorID": 7,
2899
3146
  "followingGemID": 249,
@@ -2905,6 +3152,7 @@
2905
3152
  },
2906
3153
  {
2907
3154
  "gemID": 249,
3155
+ "crossplayID": 249,
2908
3156
  "comment1": "General",
2909
3157
  "gemColorID": 7,
2910
3158
  "followingGemID": 308,
@@ -2916,6 +3164,7 @@
2916
3164
  },
2917
3165
  {
2918
3166
  "gemID": 308,
3167
+ "crossplayID": 308,
2919
3168
  "comment1": "General",
2920
3169
  "gemColorID": 7,
2921
3170
  "followingGemID": 309,
@@ -2927,6 +3176,7 @@
2927
3176
  },
2928
3177
  {
2929
3178
  "gemID": 309,
3179
+ "crossplayID": 309,
2930
3180
  "comment1": "General",
2931
3181
  "gemColorID": 7,
2932
3182
  "followingGemID": 310,
@@ -2938,6 +3188,7 @@
2938
3188
  },
2939
3189
  {
2940
3190
  "gemID": 310,
3191
+ "crossplayID": 310,
2941
3192
  "comment1": "General",
2942
3193
  "gemColorID": 7,
2943
3194
  "gemLevelID": 13,
@@ -2948,6 +3199,7 @@
2948
3199
  },
2949
3200
  {
2950
3201
  "gemID": 250,
3202
+ "crossplayID": 250,
2951
3203
  "comment1": "General",
2952
3204
  "gemColorID": 6,
2953
3205
  "followingGemID": 251,
@@ -2959,6 +3211,7 @@
2959
3211
  },
2960
3212
  {
2961
3213
  "gemID": 251,
3214
+ "crossplayID": 251,
2962
3215
  "comment1": "General",
2963
3216
  "gemColorID": 6,
2964
3217
  "followingGemID": 252,
@@ -2970,6 +3223,7 @@
2970
3223
  },
2971
3224
  {
2972
3225
  "gemID": 252,
3226
+ "crossplayID": 252,
2973
3227
  "comment1": "General",
2974
3228
  "gemColorID": 6,
2975
3229
  "followingGemID": 253,
@@ -2981,6 +3235,7 @@
2981
3235
  },
2982
3236
  {
2983
3237
  "gemID": 253,
3238
+ "crossplayID": 253,
2984
3239
  "comment1": "General",
2985
3240
  "gemColorID": 6,
2986
3241
  "followingGemID": 254,
@@ -2992,6 +3247,7 @@
2992
3247
  },
2993
3248
  {
2994
3249
  "gemID": 254,
3250
+ "crossplayID": 254,
2995
3251
  "comment1": "General",
2996
3252
  "gemColorID": 6,
2997
3253
  "followingGemID": 255,
@@ -3003,6 +3259,7 @@
3003
3259
  },
3004
3260
  {
3005
3261
  "gemID": 255,
3262
+ "crossplayID": 255,
3006
3263
  "comment1": "General",
3007
3264
  "gemColorID": 6,
3008
3265
  "followingGemID": 256,
@@ -3014,6 +3271,7 @@
3014
3271
  },
3015
3272
  {
3016
3273
  "gemID": 256,
3274
+ "crossplayID": 256,
3017
3275
  "comment1": "General",
3018
3276
  "gemColorID": 6,
3019
3277
  "followingGemID": 257,
@@ -3025,6 +3283,7 @@
3025
3283
  },
3026
3284
  {
3027
3285
  "gemID": 257,
3286
+ "crossplayID": 257,
3028
3287
  "comment1": "General",
3029
3288
  "gemColorID": 6,
3030
3289
  "followingGemID": 258,
@@ -3036,6 +3295,7 @@
3036
3295
  },
3037
3296
  {
3038
3297
  "gemID": 258,
3298
+ "crossplayID": 258,
3039
3299
  "comment1": "General",
3040
3300
  "gemColorID": 6,
3041
3301
  "followingGemID": 259,
@@ -3047,6 +3307,7 @@
3047
3307
  },
3048
3308
  {
3049
3309
  "gemID": 259,
3310
+ "crossplayID": 259,
3050
3311
  "comment1": "General",
3051
3312
  "comment2": "AttackFireBoost",
3052
3313
  "gemColorID": 6,
@@ -3059,6 +3320,7 @@
3059
3320
  },
3060
3321
  {
3061
3322
  "gemID": 311,
3323
+ "crossplayID": 311,
3062
3324
  "comment1": "General",
3063
3325
  "comment2": "AttackFireBoost",
3064
3326
  "gemColorID": 6,
@@ -3071,6 +3333,7 @@
3071
3333
  },
3072
3334
  {
3073
3335
  "gemID": 312,
3336
+ "crossplayID": 312,
3074
3337
  "comment1": "General",
3075
3338
  "comment2": "AttackFireBoost",
3076
3339
  "gemColorID": 6,
@@ -3083,6 +3346,7 @@
3083
3346
  },
3084
3347
  {
3085
3348
  "gemID": 313,
3349
+ "crossplayID": 313,
3086
3350
  "comment1": "General",
3087
3351
  "comment2": "AttackFireBoost",
3088
3352
  "gemColorID": 6,
@@ -3094,6 +3358,7 @@
3094
3358
  },
3095
3359
  {
3096
3360
  "gemID": 260,
3361
+ "crossplayID": 260,
3097
3362
  "comment1": "General",
3098
3363
  "gemColorID": 2,
3099
3364
  "followingGemID": 261,
@@ -3105,6 +3370,7 @@
3105
3370
  },
3106
3371
  {
3107
3372
  "gemID": 261,
3373
+ "crossplayID": 261,
3108
3374
  "comment1": "General",
3109
3375
  "gemColorID": 2,
3110
3376
  "followingGemID": 262,
@@ -3116,6 +3382,7 @@
3116
3382
  },
3117
3383
  {
3118
3384
  "gemID": 262,
3385
+ "crossplayID": 262,
3119
3386
  "comment1": "General",
3120
3387
  "gemColorID": 2,
3121
3388
  "followingGemID": 263,
@@ -3127,6 +3394,7 @@
3127
3394
  },
3128
3395
  {
3129
3396
  "gemID": 263,
3397
+ "crossplayID": 263,
3130
3398
  "comment1": "General",
3131
3399
  "gemColorID": 2,
3132
3400
  "followingGemID": 264,
@@ -3138,6 +3406,7 @@
3138
3406
  },
3139
3407
  {
3140
3408
  "gemID": 264,
3409
+ "crossplayID": 264,
3141
3410
  "comment1": "General",
3142
3411
  "gemColorID": 2,
3143
3412
  "followingGemID": 265,
@@ -3149,6 +3418,7 @@
3149
3418
  },
3150
3419
  {
3151
3420
  "gemID": 265,
3421
+ "crossplayID": 265,
3152
3422
  "comment1": "General",
3153
3423
  "gemColorID": 2,
3154
3424
  "followingGemID": 266,
@@ -3160,6 +3430,7 @@
3160
3430
  },
3161
3431
  {
3162
3432
  "gemID": 266,
3433
+ "crossplayID": 266,
3163
3434
  "comment1": "General",
3164
3435
  "gemColorID": 2,
3165
3436
  "followingGemID": 267,
@@ -3171,6 +3442,7 @@
3171
3442
  },
3172
3443
  {
3173
3444
  "gemID": 267,
3445
+ "crossplayID": 267,
3174
3446
  "comment1": "General",
3175
3447
  "gemColorID": 2,
3176
3448
  "followingGemID": 268,
@@ -3182,6 +3454,7 @@
3182
3454
  },
3183
3455
  {
3184
3456
  "gemID": 268,
3457
+ "crossplayID": 268,
3185
3458
  "comment1": "General",
3186
3459
  "gemColorID": 2,
3187
3460
  "followingGemID": 269,
@@ -3193,6 +3466,7 @@
3193
3466
  },
3194
3467
  {
3195
3468
  "gemID": 269,
3469
+ "crossplayID": 269,
3196
3470
  "comment1": "General",
3197
3471
  "gemColorID": 2,
3198
3472
  "followingGemID": 314,
@@ -3204,6 +3478,7 @@
3204
3478
  },
3205
3479
  {
3206
3480
  "gemID": 314,
3481
+ "crossplayID": 314,
3207
3482
  "comment1": "General",
3208
3483
  "gemColorID": 2,
3209
3484
  "followingGemID": 315,
@@ -3215,6 +3490,7 @@
3215
3490
  },
3216
3491
  {
3217
3492
  "gemID": 315,
3493
+ "crossplayID": 315,
3218
3494
  "comment1": "General",
3219
3495
  "gemColorID": 2,
3220
3496
  "followingGemID": 316,
@@ -3226,6 +3502,7 @@
3226
3502
  },
3227
3503
  {
3228
3504
  "gemID": 316,
3505
+ "crossplayID": 316,
3229
3506
  "comment1": "General",
3230
3507
  "gemColorID": 2,
3231
3508
  "gemLevelID": 13,
@@ -3236,6 +3513,7 @@
3236
3513
  },
3237
3514
  {
3238
3515
  "gemID": 270,
3516
+ "crossplayID": 270,
3239
3517
  "comment1": "General",
3240
3518
  "gemColorID": 1,
3241
3519
  "followingGemID": 271,
@@ -3247,6 +3525,7 @@
3247
3525
  },
3248
3526
  {
3249
3527
  "gemID": 271,
3528
+ "crossplayID": 271,
3250
3529
  "comment1": "General",
3251
3530
  "gemColorID": 1,
3252
3531
  "followingGemID": 272,
@@ -3258,6 +3537,7 @@
3258
3537
  },
3259
3538
  {
3260
3539
  "gemID": 272,
3540
+ "crossplayID": 272,
3261
3541
  "comment1": "General",
3262
3542
  "gemColorID": 1,
3263
3543
  "followingGemID": 273,
@@ -3269,6 +3549,7 @@
3269
3549
  },
3270
3550
  {
3271
3551
  "gemID": 273,
3552
+ "crossplayID": 273,
3272
3553
  "comment1": "General",
3273
3554
  "gemColorID": 1,
3274
3555
  "followingGemID": 274,
@@ -3280,6 +3561,7 @@
3280
3561
  },
3281
3562
  {
3282
3563
  "gemID": 274,
3564
+ "crossplayID": 274,
3283
3565
  "comment1": "General",
3284
3566
  "gemColorID": 1,
3285
3567
  "followingGemID": 275,
@@ -3291,6 +3573,7 @@
3291
3573
  },
3292
3574
  {
3293
3575
  "gemID": 275,
3576
+ "crossplayID": 275,
3294
3577
  "comment1": "General",
3295
3578
  "gemColorID": 1,
3296
3579
  "followingGemID": 276,
@@ -3302,6 +3585,7 @@
3302
3585
  },
3303
3586
  {
3304
3587
  "gemID": 276,
3588
+ "crossplayID": 276,
3305
3589
  "comment1": "General",
3306
3590
  "gemColorID": 1,
3307
3591
  "followingGemID": 277,
@@ -3313,6 +3597,7 @@
3313
3597
  },
3314
3598
  {
3315
3599
  "gemID": 277,
3600
+ "crossplayID": 277,
3316
3601
  "comment1": "General",
3317
3602
  "gemColorID": 1,
3318
3603
  "followingGemID": 278,
@@ -3324,6 +3609,7 @@
3324
3609
  },
3325
3610
  {
3326
3611
  "gemID": 278,
3612
+ "crossplayID": 278,
3327
3613
  "comment1": "General",
3328
3614
  "gemColorID": 1,
3329
3615
  "followingGemID": 279,
@@ -3335,6 +3621,7 @@
3335
3621
  },
3336
3622
  {
3337
3623
  "gemID": 279,
3624
+ "crossplayID": 279,
3338
3625
  "comment1": "General",
3339
3626
  "gemColorID": 1,
3340
3627
  "followingGemID": 317,
@@ -3346,6 +3633,7 @@
3346
3633
  },
3347
3634
  {
3348
3635
  "gemID": 317,
3636
+ "crossplayID": 317,
3349
3637
  "comment1": "General",
3350
3638
  "gemColorID": 1,
3351
3639
  "followingGemID": 318,
@@ -3357,6 +3645,7 @@
3357
3645
  },
3358
3646
  {
3359
3647
  "gemID": 318,
3648
+ "crossplayID": 318,
3360
3649
  "comment1": "General",
3361
3650
  "gemColorID": 1,
3362
3651
  "followingGemID": 319,
@@ -3368,6 +3657,7 @@
3368
3657
  },
3369
3658
  {
3370
3659
  "gemID": 319,
3660
+ "crossplayID": 319,
3371
3661
  "comment1": "General",
3372
3662
  "gemColorID": 1,
3373
3663
  "gemLevelID": 13,
@@ -3378,6 +3668,7 @@
3378
3668
  },
3379
3669
  {
3380
3670
  "gemID": 280,
3671
+ "crossplayID": 280,
3381
3672
  "comment1": "General",
3382
3673
  "gemColorID": 9,
3383
3674
  "followingGemID": 281,
@@ -3389,6 +3680,7 @@
3389
3680
  },
3390
3681
  {
3391
3682
  "gemID": 281,
3683
+ "crossplayID": 281,
3392
3684
  "comment1": "General",
3393
3685
  "gemColorID": 9,
3394
3686
  "followingGemID": 282,
@@ -3400,6 +3692,7 @@
3400
3692
  },
3401
3693
  {
3402
3694
  "gemID": 282,
3695
+ "crossplayID": 282,
3403
3696
  "comment1": "General",
3404
3697
  "gemColorID": 9,
3405
3698
  "followingGemID": 283,
@@ -3411,6 +3704,7 @@
3411
3704
  },
3412
3705
  {
3413
3706
  "gemID": 283,
3707
+ "crossplayID": 283,
3414
3708
  "comment1": "General",
3415
3709
  "gemColorID": 9,
3416
3710
  "followingGemID": 284,
@@ -3422,6 +3716,7 @@
3422
3716
  },
3423
3717
  {
3424
3718
  "gemID": 284,
3719
+ "crossplayID": 284,
3425
3720
  "comment1": "General",
3426
3721
  "gemColorID": 9,
3427
3722
  "followingGemID": 285,
@@ -3433,6 +3728,7 @@
3433
3728
  },
3434
3729
  {
3435
3730
  "gemID": 285,
3731
+ "crossplayID": 285,
3436
3732
  "comment1": "General",
3437
3733
  "gemColorID": 9,
3438
3734
  "followingGemID": 286,
@@ -3444,6 +3740,7 @@
3444
3740
  },
3445
3741
  {
3446
3742
  "gemID": 286,
3743
+ "crossplayID": 286,
3447
3744
  "comment1": "General",
3448
3745
  "gemColorID": 9,
3449
3746
  "followingGemID": 287,
@@ -3455,6 +3752,7 @@
3455
3752
  },
3456
3753
  {
3457
3754
  "gemID": 287,
3755
+ "crossplayID": 287,
3458
3756
  "comment1": "General",
3459
3757
  "gemColorID": 9,
3460
3758
  "followingGemID": 288,
@@ -3466,6 +3764,7 @@
3466
3764
  },
3467
3765
  {
3468
3766
  "gemID": 288,
3767
+ "crossplayID": 288,
3469
3768
  "comment1": "General",
3470
3769
  "gemColorID": 9,
3471
3770
  "followingGemID": 289,
@@ -3477,6 +3776,7 @@
3477
3776
  },
3478
3777
  {
3479
3778
  "gemID": 289,
3779
+ "crossplayID": 289,
3480
3780
  "comment1": "General",
3481
3781
  "gemColorID": 9,
3482
3782
  "followingGemID": 320,
@@ -3488,6 +3788,7 @@
3488
3788
  },
3489
3789
  {
3490
3790
  "gemID": 320,
3791
+ "crossplayID": 320,
3491
3792
  "comment1": "General",
3492
3793
  "gemColorID": 9,
3493
3794
  "followingGemID": 321,
@@ -3499,6 +3800,7 @@
3499
3800
  },
3500
3801
  {
3501
3802
  "gemID": 321,
3803
+ "crossplayID": 321,
3502
3804
  "comment1": "General",
3503
3805
  "gemColorID": 9,
3504
3806
  "followingGemID": 322,
@@ -3510,6 +3812,7 @@
3510
3812
  },
3511
3813
  {
3512
3814
  "gemID": 322,
3815
+ "crossplayID": 322,
3513
3816
  "comment1": "General",
3514
3817
  "gemColorID": 9,
3515
3818
  "gemLevelID": 13,
@@ -3520,6 +3823,7 @@
3520
3823
  },
3521
3824
  {
3522
3825
  "gemID": 1342,
3826
+ "crossplayID": 1342,
3523
3827
  "comment1": "9 Piece General Set, Shapeshifter Ranking",
3524
3828
  "comment2": "Earth rune",
3525
3829
  "reuseAssetOfGemID": 342,
@@ -3533,6 +3837,7 @@
3533
3837
  },
3534
3838
  {
3535
3839
  "gemID": 1343,
3840
+ "crossplayID": 1343,
3536
3841
  "comment1": "9 Piece General Set, Shapeshifter Ranking",
3537
3842
  "comment2": "Ice rune",
3538
3843
  "reuseAssetOfGemID": 343,
@@ -3546,6 +3851,7 @@
3546
3851
  },
3547
3852
  {
3548
3853
  "gemID": 1344,
3854
+ "crossplayID": 1344,
3549
3855
  "comment1": "9 Piece General Set, Shapeshifter Ranking",
3550
3856
  "comment2": "Fire rune",
3551
3857
  "reuseAssetOfGemID": 344,
@@ -3559,6 +3865,7 @@
3559
3865
  },
3560
3866
  {
3561
3867
  "gemID": 1345,
3868
+ "crossplayID": 1345,
3562
3869
  "comment1": "9 Piece General Set, Shapeshifter Ranking",
3563
3870
  "comment2": "Desert rune",
3564
3871
  "reuseAssetOfGemID": 345,
@@ -3572,6 +3879,7 @@
3572
3879
  },
3573
3880
  {
3574
3881
  "gemID": 1338,
3882
+ "crossplayID": 1338,
3575
3883
  "comment1": "9 Piece General Set, Shapeshifter Activity",
3576
3884
  "comment2": "Earth stone",
3577
3885
  "reuseAssetOfGemID": 338,
@@ -3585,6 +3893,7 @@
3585
3893
  },
3586
3894
  {
3587
3895
  "gemID": 1339,
3896
+ "crossplayID": 1339,
3588
3897
  "comment1": "9 Piece General Set, Shapeshifter Activity",
3589
3898
  "comment2": "Ice stone",
3590
3899
  "reuseAssetOfGemID": 339,
@@ -3598,6 +3907,7 @@
3598
3907
  },
3599
3908
  {
3600
3909
  "gemID": 1340,
3910
+ "crossplayID": 1340,
3601
3911
  "comment1": "9 Piece General Set, Shapeshifter Activity",
3602
3912
  "comment2": "Fire stone",
3603
3913
  "reuseAssetOfGemID": 340,
@@ -3611,6 +3921,7 @@
3611
3921
  },
3612
3922
  {
3613
3923
  "gemID": 1341,
3924
+ "crossplayID": 1341,
3614
3925
  "comment1": "9 Piece General Set, Shapeshifter Activity",
3615
3926
  "comment2": "Desert stone",
3616
3927
  "reuseAssetOfGemID": 341,
@@ -3624,6 +3935,7 @@
3624
3935
  },
3625
3936
  {
3626
3937
  "gemID": 1391,
3938
+ "crossplayID": 1391,
3627
3939
  "comment1": "ShapeShifter Baron Gem",
3628
3940
  "comment2": "Sorcery stone",
3629
3941
  "reuseAssetOfGemID": 391,
@@ -3637,6 +3949,7 @@
3637
3949
  },
3638
3950
  {
3639
3951
  "gemID": 1392,
3952
+ "crossplayID": 1392,
3640
3953
  "comment1": "ShapeShifter Baron Gem",
3641
3954
  "comment2": "Shadow spikes",
3642
3955
  "reuseAssetOfGemID": 392,
@@ -3650,6 +3963,7 @@
3650
3963
  },
3651
3964
  {
3652
3965
  "gemID": 1393,
3966
+ "crossplayID": 1393,
3653
3967
  "comment1": "ShapeShifter Baron Gem",
3654
3968
  "comment2": "Shade splinters",
3655
3969
  "reuseAssetOfGemID": 393,
@@ -3663,6 +3977,7 @@
3663
3977
  },
3664
3978
  {
3665
3979
  "gemID": 1394,
3980
+ "crossplayID": 1394,
3666
3981
  "comment1": "ShapeShifter Baron Gem",
3667
3982
  "comment2": "Sphere of darkness",
3668
3983
  "reuseAssetOfGemID": 394,
@@ -3676,6 +3991,7 @@
3676
3991
  },
3677
3992
  {
3678
3993
  "gemID": 1012,
3994
+ "crossplayID": 1012,
3679
3995
  "comment1": "New Baron Whale Set",
3680
3996
  "comment2": "Lizards eye",
3681
3997
  "reuseAssetOfGemID": 12,
@@ -3689,6 +4005,7 @@
3689
4005
  },
3690
4006
  {
3691
4007
  "gemID": 1020,
4008
+ "crossplayID": 1020,
3692
4009
  "comment1": "New Baron Whale Set",
3693
4010
  "comment2": "Eagles eye",
3694
4011
  "reuseAssetOfGemID": 20,
@@ -3702,6 +4019,7 @@
3702
4019
  },
3703
4020
  {
3704
4021
  "gemID": 1021,
4022
+ "crossplayID": 1021,
3705
4023
  "comment1": "New Baron Whale Set",
3706
4024
  "comment2": "Flys eye",
3707
4025
  "reuseAssetOfGemID": 21,
@@ -3715,6 +4033,7 @@
3715
4033
  },
3716
4034
  {
3717
4035
  "gemID": 1022,
4036
+ "crossplayID": 1022,
3718
4037
  "comment1": "New Baron Whale Set",
3719
4038
  "comment2": "Goats eye",
3720
4039
  "reuseAssetOfGemID": 22,