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
@@ -2,6 +2,7 @@
2
2
  "tmapnode": [
3
3
  {
4
4
  "tmapnodeID": 166,
5
+ "crossplayID": 166,
5
6
  "dungeonType": "main",
6
7
  "type": "DUNGEON",
7
8
  "countVictories": -45,
@@ -19,6 +20,7 @@
19
20
  },
20
21
  {
21
22
  "tmapnodeID": 167,
23
+ "crossplayID": 167,
22
24
  "orUnlockIDs": 166,
23
25
  "dungeonType": "sub",
24
26
  "type": "DUNGEON",
@@ -45,6 +47,7 @@
45
47
  },
46
48
  {
47
49
  "tmapnodeID": 168,
50
+ "crossplayID": 168,
48
51
  "orUnlockIDs": 166,
49
52
  "dungeonType": "sub",
50
53
  "type": "DUNGEON",
@@ -71,6 +74,7 @@
71
74
  },
72
75
  {
73
76
  "tmapnodeID": 169,
77
+ "crossplayID": 169,
74
78
  "orUnlockIDs": 166,
75
79
  "dungeonType": "sub",
76
80
  "type": "DUNGEON",
@@ -97,6 +101,7 @@
97
101
  },
98
102
  {
99
103
  "tmapnodeID": 170,
104
+ "crossplayID": 170,
100
105
  "orUnlockIDs": "166+174+178",
101
106
  "dungeonType": "main",
102
107
  "type": "DUNGEON",
@@ -115,6 +120,7 @@
115
120
  },
116
121
  {
117
122
  "tmapnodeID": 171,
123
+ "crossplayID": 171,
118
124
  "orUnlockIDs": 170,
119
125
  "dungeonType": "sub",
120
126
  "type": "DUNGEON",
@@ -143,6 +149,7 @@
143
149
  },
144
150
  {
145
151
  "tmapnodeID": 172,
152
+ "crossplayID": 172,
146
153
  "orUnlockIDs": "166+176+178",
147
154
  "dungeonType": "main",
148
155
  "type": "DUNGEON",
@@ -161,6 +168,7 @@
161
168
  },
162
169
  {
163
170
  "tmapnodeID": 173,
171
+ "crossplayID": 173,
164
172
  "orUnlockIDs": 172,
165
173
  "dungeonType": "sub",
166
174
  "type": "DUNGEON",
@@ -189,6 +197,7 @@
189
197
  },
190
198
  {
191
199
  "tmapnodeID": 174,
200
+ "crossplayID": 174,
192
201
  "orUnlockIDs": "170+181",
193
202
  "dungeonType": "main",
194
203
  "andUnlockIDs": 207,
@@ -209,6 +218,7 @@
209
218
  },
210
219
  {
211
220
  "tmapnodeID": 175,
221
+ "crossplayID": 175,
212
222
  "orUnlockIDs": 174,
213
223
  "dungeonType": "sub",
214
224
  "andUnlockIDs": 207,
@@ -238,6 +248,7 @@
238
248
  },
239
249
  {
240
250
  "tmapnodeID": 176,
251
+ "crossplayID": 176,
241
252
  "orUnlockIDs": "172+183",
242
253
  "dungeonType": "main",
243
254
  "andUnlockIDs": 207,
@@ -258,6 +269,7 @@
258
269
  },
259
270
  {
260
271
  "tmapnodeID": 177,
272
+ "crossplayID": 177,
261
273
  "orUnlockIDs": 176,
262
274
  "dungeonType": "sub",
263
275
  "andUnlockIDs": 207,
@@ -287,6 +299,7 @@
287
299
  },
288
300
  {
289
301
  "tmapnodeID": 178,
302
+ "crossplayID": 178,
290
303
  "orUnlockIDs": "170+172+181+183",
291
304
  "dungeonType": "main",
292
305
  "andUnlockIDs": 207,
@@ -307,6 +320,7 @@
307
320
  },
308
321
  {
309
322
  "tmapnodeID": 179,
323
+ "crossplayID": 179,
310
324
  "orUnlockIDs": 178,
311
325
  "dungeonType": "sub",
312
326
  "andUnlockIDs": 207,
@@ -336,6 +350,7 @@
336
350
  },
337
351
  {
338
352
  "tmapnodeID": 180,
353
+ "crossplayID": 180,
339
354
  "orUnlockIDs": 178,
340
355
  "dungeonType": "sub",
341
356
  "andUnlockIDs": 207,
@@ -365,6 +380,7 @@
365
380
  },
366
381
  {
367
382
  "tmapnodeID": 181,
383
+ "crossplayID": 181,
368
384
  "orUnlockIDs": "174+178+185",
369
385
  "dungeonType": "main",
370
386
  "andUnlockIDs": 207,
@@ -385,6 +401,7 @@
385
401
  },
386
402
  {
387
403
  "tmapnodeID": 182,
404
+ "crossplayID": 182,
388
405
  "orUnlockIDs": 181,
389
406
  "dungeonType": "sub",
390
407
  "andUnlockIDs": 207,
@@ -414,6 +431,7 @@
414
431
  },
415
432
  {
416
433
  "tmapnodeID": 183,
434
+ "crossplayID": 183,
417
435
  "orUnlockIDs": "176+178+187",
418
436
  "dungeonType": "main",
419
437
  "andUnlockIDs": 207,
@@ -434,6 +452,7 @@
434
452
  },
435
453
  {
436
454
  "tmapnodeID": 184,
455
+ "crossplayID": 184,
437
456
  "orUnlockIDs": 183,
438
457
  "dungeonType": "sub",
439
458
  "andUnlockIDs": 207,
@@ -463,6 +482,7 @@
463
482
  },
464
483
  {
465
484
  "tmapnodeID": 185,
485
+ "crossplayID": 185,
466
486
  "orUnlockIDs": "181+189",
467
487
  "dungeonType": "main",
468
488
  "andUnlockIDs": 208,
@@ -483,6 +503,7 @@
483
503
  },
484
504
  {
485
505
  "tmapnodeID": 186,
506
+ "crossplayID": 186,
486
507
  "orUnlockIDs": 185,
487
508
  "dungeonType": "sub",
488
509
  "andUnlockIDs": 208,
@@ -512,6 +533,7 @@
512
533
  },
513
534
  {
514
535
  "tmapnodeID": 187,
536
+ "crossplayID": 187,
515
537
  "orUnlockIDs": "183+189",
516
538
  "dungeonType": "main",
517
539
  "andUnlockIDs": 208,
@@ -532,6 +554,7 @@
532
554
  },
533
555
  {
534
556
  "tmapnodeID": 188,
557
+ "crossplayID": 188,
535
558
  "orUnlockIDs": 187,
536
559
  "dungeonType": "sub",
537
560
  "andUnlockIDs": 208,
@@ -561,6 +584,7 @@
561
584
  },
562
585
  {
563
586
  "tmapnodeID": 189,
587
+ "crossplayID": 189,
564
588
  "orUnlockIDs": "185+187+191+193",
565
589
  "dungeonType": "main",
566
590
  "andUnlockIDs": 208,
@@ -581,6 +605,7 @@
581
605
  },
582
606
  {
583
607
  "tmapnodeID": 190,
608
+ "crossplayID": 190,
584
609
  "orUnlockIDs": 189,
585
610
  "dungeonType": "sub",
586
611
  "andUnlockIDs": 208,
@@ -610,6 +635,7 @@
610
635
  },
611
636
  {
612
637
  "tmapnodeID": 191,
638
+ "crossplayID": 191,
613
639
  "orUnlockIDs": "189+195",
614
640
  "dungeonType": "main",
615
641
  "andUnlockIDs": 209,
@@ -630,6 +656,7 @@
630
656
  },
631
657
  {
632
658
  "tmapnodeID": 192,
659
+ "crossplayID": 192,
633
660
  "orUnlockIDs": 191,
634
661
  "dungeonType": "sub",
635
662
  "andUnlockIDs": 209,
@@ -659,6 +686,7 @@
659
686
  },
660
687
  {
661
688
  "tmapnodeID": 193,
689
+ "crossplayID": 193,
662
690
  "orUnlockIDs": "189+197",
663
691
  "dungeonType": "main",
664
692
  "andUnlockIDs": 209,
@@ -679,6 +707,7 @@
679
707
  },
680
708
  {
681
709
  "tmapnodeID": 194,
710
+ "crossplayID": 194,
682
711
  "orUnlockIDs": 193,
683
712
  "dungeonType": "sub",
684
713
  "andUnlockIDs": 209,
@@ -708,6 +737,7 @@
708
737
  },
709
738
  {
710
739
  "tmapnodeID": 195,
740
+ "crossplayID": 195,
711
741
  "orUnlockIDs": "191+199+201",
712
742
  "dungeonType": "main",
713
743
  "andUnlockIDs": 209,
@@ -728,6 +758,7 @@
728
758
  },
729
759
  {
730
760
  "tmapnodeID": 196,
761
+ "crossplayID": 196,
731
762
  "orUnlockIDs": 195,
732
763
  "dungeonType": "sub",
733
764
  "andUnlockIDs": 209,
@@ -757,6 +788,7 @@
757
788
  },
758
789
  {
759
790
  "tmapnodeID": 197,
791
+ "crossplayID": 197,
760
792
  "orUnlockIDs": "193+201+204",
761
793
  "dungeonType": "main",
762
794
  "andUnlockIDs": 209,
@@ -777,6 +809,7 @@
777
809
  },
778
810
  {
779
811
  "tmapnodeID": 198,
812
+ "crossplayID": 198,
780
813
  "orUnlockIDs": 197,
781
814
  "dungeonType": "sub",
782
815
  "andUnlockIDs": 209,
@@ -806,6 +839,7 @@
806
839
  },
807
840
  {
808
841
  "tmapnodeID": 199,
842
+ "crossplayID": 199,
809
843
  "orUnlockIDs": "195+206",
810
844
  "dungeonType": "main",
811
845
  "andUnlockIDs": 210,
@@ -826,6 +860,7 @@
826
860
  },
827
861
  {
828
862
  "tmapnodeID": 200,
863
+ "crossplayID": 200,
829
864
  "orUnlockIDs": 199,
830
865
  "dungeonType": "sub",
831
866
  "andUnlockIDs": 210,
@@ -855,6 +890,7 @@
855
890
  },
856
891
  {
857
892
  "tmapnodeID": 201,
893
+ "crossplayID": 201,
858
894
  "orUnlockIDs": "195+197+206",
859
895
  "dungeonType": "main",
860
896
  "andUnlockIDs": 210,
@@ -875,6 +911,7 @@
875
911
  },
876
912
  {
877
913
  "tmapnodeID": 202,
914
+ "crossplayID": 202,
878
915
  "orUnlockIDs": 201,
879
916
  "dungeonType": "sub",
880
917
  "andUnlockIDs": 210,
@@ -904,6 +941,7 @@
904
941
  },
905
942
  {
906
943
  "tmapnodeID": 203,
944
+ "crossplayID": 203,
907
945
  "orUnlockIDs": 201,
908
946
  "dungeonType": "sub",
909
947
  "andUnlockIDs": 210,
@@ -933,6 +971,7 @@
933
971
  },
934
972
  {
935
973
  "tmapnodeID": 204,
974
+ "crossplayID": 204,
936
975
  "orUnlockIDs": "197+206",
937
976
  "dungeonType": "main",
938
977
  "andUnlockIDs": 210,
@@ -953,6 +992,7 @@
953
992
  },
954
993
  {
955
994
  "tmapnodeID": 205,
995
+ "crossplayID": 205,
956
996
  "orUnlockIDs": 204,
957
997
  "dungeonType": "sub",
958
998
  "andUnlockIDs": 210,
@@ -982,6 +1022,7 @@
982
1022
  },
983
1023
  {
984
1024
  "tmapnodeID": 206,
1025
+ "crossplayID": 206,
985
1026
  "orUnlockIDs": "199+201+204",
986
1027
  "dungeonType": "main",
987
1028
  "andUnlockIDs": 210,
@@ -1002,6 +1043,7 @@
1002
1043
  },
1003
1044
  {
1004
1045
  "tmapnodeID": 207,
1046
+ "crossplayID": 207,
1005
1047
  "type": "PORT",
1006
1048
  "countVictories": 0,
1007
1049
  "partPayPriceID": 8,
@@ -1012,6 +1054,7 @@
1012
1054
  },
1013
1055
  {
1014
1056
  "tmapnodeID": 208,
1057
+ "crossplayID": 208,
1015
1058
  "orUnlockIDs": 207,
1016
1059
  "type": "PORT",
1017
1060
  "countVictories": 0,
@@ -1023,6 +1066,7 @@
1023
1066
  },
1024
1067
  {
1025
1068
  "tmapnodeID": 209,
1069
+ "crossplayID": 209,
1026
1070
  "orUnlockIDs": 208,
1027
1071
  "type": "PORT",
1028
1072
  "countVictories": 0,
@@ -1034,6 +1078,7 @@
1034
1078
  },
1035
1079
  {
1036
1080
  "tmapnodeID": 210,
1081
+ "crossplayID": 210,
1037
1082
  "orUnlockIDs": 209,
1038
1083
  "type": "PORT",
1039
1084
  "countVictories": 0,
@@ -1045,6 +1090,7 @@
1045
1090
  },
1046
1091
  {
1047
1092
  "tmapnodeID": 701,
1093
+ "crossplayID": 701,
1048
1094
  "dungeonType": "main",
1049
1095
  "type": "DUNGEON",
1050
1096
  "countVictories": -200,
@@ -1062,6 +1108,7 @@
1062
1108
  },
1063
1109
  {
1064
1110
  "tmapnodeID": 702,
1111
+ "crossplayID": 702,
1065
1112
  "orUnlockIDs": 701,
1066
1113
  "dungeonType": "sub",
1067
1114
  "type": "DUNGEON",
@@ -1090,6 +1137,7 @@
1090
1137
  },
1091
1138
  {
1092
1139
  "tmapnodeID": 703,
1140
+ "crossplayID": 703,
1093
1141
  "orUnlockIDs": 701,
1094
1142
  "dungeonType": "sub",
1095
1143
  "type": "DUNGEON",
@@ -1118,6 +1166,7 @@
1118
1166
  },
1119
1167
  {
1120
1168
  "tmapnodeID": 704,
1169
+ "crossplayID": 704,
1121
1170
  "orUnlockIDs": 701,
1122
1171
  "dungeonType": "sub",
1123
1172
  "type": "DUNGEON",
@@ -1146,6 +1195,7 @@
1146
1195
  },
1147
1196
  {
1148
1197
  "tmapnodeID": 705,
1198
+ "crossplayID": 705,
1149
1199
  "orUnlockIDs": "701+709+713",
1150
1200
  "dungeonType": "main",
1151
1201
  "type": "DUNGEON",
@@ -1164,6 +1214,7 @@
1164
1214
  },
1165
1215
  {
1166
1216
  "tmapnodeID": 706,
1217
+ "crossplayID": 706,
1167
1218
  "orUnlockIDs": 705,
1168
1219
  "dungeonType": "sub",
1169
1220
  "type": "DUNGEON",
@@ -1192,6 +1243,7 @@
1192
1243
  },
1193
1244
  {
1194
1245
  "tmapnodeID": 707,
1246
+ "crossplayID": 707,
1195
1247
  "orUnlockIDs": "701+711+713",
1196
1248
  "dungeonType": "main",
1197
1249
  "type": "DUNGEON",
@@ -1210,6 +1262,7 @@
1210
1262
  },
1211
1263
  {
1212
1264
  "tmapnodeID": 708,
1265
+ "crossplayID": 708,
1213
1266
  "orUnlockIDs": 707,
1214
1267
  "dungeonType": "sub",
1215
1268
  "type": "DUNGEON",
@@ -1238,6 +1291,7 @@
1238
1291
  },
1239
1292
  {
1240
1293
  "tmapnodeID": 709,
1294
+ "crossplayID": 709,
1241
1295
  "orUnlockIDs": "705+706",
1242
1296
  "dungeonType": "main",
1243
1297
  "andUnlockIDs": 742,
@@ -1258,6 +1312,7 @@
1258
1312
  },
1259
1313
  {
1260
1314
  "tmapnodeID": 710,
1315
+ "crossplayID": 710,
1261
1316
  "orUnlockIDs": 709,
1262
1317
  "dungeonType": "sub",
1263
1318
  "andUnlockIDs": 742,
@@ -1287,6 +1342,7 @@
1287
1342
  },
1288
1343
  {
1289
1344
  "tmapnodeID": 711,
1345
+ "crossplayID": 711,
1290
1346
  "orUnlockIDs": "707+718",
1291
1347
  "dungeonType": "main",
1292
1348
  "andUnlockIDs": 742,
@@ -1307,6 +1363,7 @@
1307
1363
  },
1308
1364
  {
1309
1365
  "tmapnodeID": 712,
1366
+ "crossplayID": 712,
1310
1367
  "orUnlockIDs": 711,
1311
1368
  "dungeonType": "sub",
1312
1369
  "andUnlockIDs": 742,
@@ -1336,6 +1393,7 @@
1336
1393
  },
1337
1394
  {
1338
1395
  "tmapnodeID": 713,
1396
+ "crossplayID": 713,
1339
1397
  "orUnlockIDs": "705+707+716+718",
1340
1398
  "dungeonType": "main",
1341
1399
  "andUnlockIDs": 742,
@@ -1356,6 +1414,7 @@
1356
1414
  },
1357
1415
  {
1358
1416
  "tmapnodeID": 714,
1417
+ "crossplayID": 714,
1359
1418
  "orUnlockIDs": 713,
1360
1419
  "dungeonType": "sub",
1361
1420
  "andUnlockIDs": 742,
@@ -1385,6 +1444,7 @@
1385
1444
  },
1386
1445
  {
1387
1446
  "tmapnodeID": 715,
1447
+ "crossplayID": 715,
1388
1448
  "orUnlockIDs": 713,
1389
1449
  "dungeonType": "sub",
1390
1450
  "andUnlockIDs": 742,
@@ -1414,6 +1474,7 @@
1414
1474
  },
1415
1475
  {
1416
1476
  "tmapnodeID": 716,
1477
+ "crossplayID": 716,
1417
1478
  "orUnlockIDs": "709+713+720",
1418
1479
  "dungeonType": "main",
1419
1480
  "andUnlockIDs": 742,
@@ -1434,6 +1495,7 @@
1434
1495
  },
1435
1496
  {
1436
1497
  "tmapnodeID": 717,
1498
+ "crossplayID": 717,
1437
1499
  "orUnlockIDs": 716,
1438
1500
  "dungeonType": "sub",
1439
1501
  "andUnlockIDs": 742,
@@ -1463,6 +1525,7 @@
1463
1525
  },
1464
1526
  {
1465
1527
  "tmapnodeID": 718,
1528
+ "crossplayID": 718,
1466
1529
  "orUnlockIDs": "711+713+722",
1467
1530
  "dungeonType": "main",
1468
1531
  "andUnlockIDs": 742,
@@ -1483,6 +1546,7 @@
1483
1546
  },
1484
1547
  {
1485
1548
  "tmapnodeID": 719,
1549
+ "crossplayID": 719,
1486
1550
  "orUnlockIDs": 718,
1487
1551
  "dungeonType": "sub",
1488
1552
  "andUnlockIDs": 742,
@@ -1512,6 +1576,7 @@
1512
1576
  },
1513
1577
  {
1514
1578
  "tmapnodeID": 720,
1579
+ "crossplayID": 720,
1515
1580
  "orUnlockIDs": "716+724",
1516
1581
  "dungeonType": "main",
1517
1582
  "andUnlockIDs": 743,
@@ -1532,6 +1597,7 @@
1532
1597
  },
1533
1598
  {
1534
1599
  "tmapnodeID": 721,
1600
+ "crossplayID": 721,
1535
1601
  "orUnlockIDs": 720,
1536
1602
  "dungeonType": "sub",
1537
1603
  "andUnlockIDs": 743,
@@ -1561,6 +1627,7 @@
1561
1627
  },
1562
1628
  {
1563
1629
  "tmapnodeID": 722,
1630
+ "crossplayID": 722,
1564
1631
  "orUnlockIDs": "718+724",
1565
1632
  "dungeonType": "main",
1566
1633
  "andUnlockIDs": 743,
@@ -1581,6 +1648,7 @@
1581
1648
  },
1582
1649
  {
1583
1650
  "tmapnodeID": 723,
1651
+ "crossplayID": 723,
1584
1652
  "orUnlockIDs": 722,
1585
1653
  "dungeonType": "sub",
1586
1654
  "andUnlockIDs": 743,
@@ -1610,6 +1678,7 @@
1610
1678
  },
1611
1679
  {
1612
1680
  "tmapnodeID": 724,
1681
+ "crossplayID": 724,
1613
1682
  "orUnlockIDs": "720+722+726+728",
1614
1683
  "dungeonType": "main",
1615
1684
  "andUnlockIDs": 743,
@@ -1630,6 +1699,7 @@
1630
1699
  },
1631
1700
  {
1632
1701
  "tmapnodeID": 725,
1702
+ "crossplayID": 725,
1633
1703
  "orUnlockIDs": 724,
1634
1704
  "dungeonType": "sub",
1635
1705
  "andUnlockIDs": 743,
@@ -1659,6 +1729,7 @@
1659
1729
  },
1660
1730
  {
1661
1731
  "tmapnodeID": 726,
1732
+ "crossplayID": 726,
1662
1733
  "orUnlockIDs": "724+730",
1663
1734
  "dungeonType": "main",
1664
1735
  "andUnlockIDs": 744,
@@ -1679,6 +1750,7 @@
1679
1750
  },
1680
1751
  {
1681
1752
  "tmapnodeID": 727,
1753
+ "crossplayID": 727,
1682
1754
  "orUnlockIDs": 726,
1683
1755
  "dungeonType": "sub",
1684
1756
  "andUnlockIDs": 744,
@@ -1708,6 +1780,7 @@
1708
1780
  },
1709
1781
  {
1710
1782
  "tmapnodeID": 728,
1783
+ "crossplayID": 728,
1711
1784
  "orUnlockIDs": "724+732",
1712
1785
  "dungeonType": "main",
1713
1786
  "andUnlockIDs": 744,
@@ -1728,6 +1801,7 @@
1728
1801
  },
1729
1802
  {
1730
1803
  "tmapnodeID": 729,
1804
+ "crossplayID": 729,
1731
1805
  "orUnlockIDs": 728,
1732
1806
  "dungeonType": "sub",
1733
1807
  "andUnlockIDs": 744,
@@ -1757,6 +1831,7 @@
1757
1831
  },
1758
1832
  {
1759
1833
  "tmapnodeID": 730,
1834
+ "crossplayID": 730,
1760
1835
  "orUnlockIDs": "726+734+736",
1761
1836
  "dungeonType": "main",
1762
1837
  "andUnlockIDs": 744,
@@ -1777,6 +1852,7 @@
1777
1852
  },
1778
1853
  {
1779
1854
  "tmapnodeID": 731,
1855
+ "crossplayID": 731,
1780
1856
  "orUnlockIDs": 730,
1781
1857
  "dungeonType": "sub",
1782
1858
  "andUnlockIDs": 744,
@@ -1806,6 +1882,7 @@
1806
1882
  },
1807
1883
  {
1808
1884
  "tmapnodeID": 732,
1885
+ "crossplayID": 732,
1809
1886
  "orUnlockIDs": "728+736+739",
1810
1887
  "dungeonType": "main",
1811
1888
  "andUnlockIDs": 744,
@@ -1826,6 +1903,7 @@
1826
1903
  },
1827
1904
  {
1828
1905
  "tmapnodeID": 733,
1906
+ "crossplayID": 733,
1829
1907
  "orUnlockIDs": 732,
1830
1908
  "dungeonType": "sub",
1831
1909
  "andUnlockIDs": 744,
@@ -1855,6 +1933,7 @@
1855
1933
  },
1856
1934
  {
1857
1935
  "tmapnodeID": 734,
1936
+ "crossplayID": 734,
1858
1937
  "orUnlockIDs": "730+741",
1859
1938
  "dungeonType": "main",
1860
1939
  "andUnlockIDs": 745,
@@ -1875,6 +1954,7 @@
1875
1954
  },
1876
1955
  {
1877
1956
  "tmapnodeID": 735,
1957
+ "crossplayID": 735,
1878
1958
  "orUnlockIDs": 734,
1879
1959
  "dungeonType": "sub",
1880
1960
  "andUnlockIDs": 745,
@@ -1904,6 +1984,7 @@
1904
1984
  },
1905
1985
  {
1906
1986
  "tmapnodeID": 736,
1987
+ "crossplayID": 736,
1907
1988
  "orUnlockIDs": "730+732+741",
1908
1989
  "dungeonType": "main",
1909
1990
  "andUnlockIDs": 745,
@@ -1924,6 +2005,7 @@
1924
2005
  },
1925
2006
  {
1926
2007
  "tmapnodeID": 737,
2008
+ "crossplayID": 737,
1927
2009
  "orUnlockIDs": 736,
1928
2010
  "dungeonType": "sub",
1929
2011
  "andUnlockIDs": 745,
@@ -1953,6 +2035,7 @@
1953
2035
  },
1954
2036
  {
1955
2037
  "tmapnodeID": 738,
2038
+ "crossplayID": 738,
1956
2039
  "orUnlockIDs": 736,
1957
2040
  "dungeonType": "sub",
1958
2041
  "andUnlockIDs": 745,
@@ -1982,6 +2065,7 @@
1982
2065
  },
1983
2066
  {
1984
2067
  "tmapnodeID": 739,
2068
+ "crossplayID": 739,
1985
2069
  "orUnlockIDs": "732+741",
1986
2070
  "dungeonType": "main",
1987
2071
  "andUnlockIDs": 745,
@@ -2002,6 +2086,7 @@
2002
2086
  },
2003
2087
  {
2004
2088
  "tmapnodeID": 740,
2089
+ "crossplayID": 740,
2005
2090
  "orUnlockIDs": 739,
2006
2091
  "dungeonType": "sub",
2007
2092
  "andUnlockIDs": 745,
@@ -2031,6 +2116,7 @@
2031
2116
  },
2032
2117
  {
2033
2118
  "tmapnodeID": 741,
2119
+ "crossplayID": 741,
2034
2120
  "orUnlockIDs": "734+736+739",
2035
2121
  "dungeonType": "main",
2036
2122
  "andUnlockIDs": 745,
@@ -2051,6 +2137,7 @@
2051
2137
  },
2052
2138
  {
2053
2139
  "tmapnodeID": 742,
2140
+ "crossplayID": 742,
2054
2141
  "type": "PORT",
2055
2142
  "countVictories": 0,
2056
2143
  "partPayPriceID": 81,
@@ -2061,6 +2148,7 @@
2061
2148
  },
2062
2149
  {
2063
2150
  "tmapnodeID": 743,
2151
+ "crossplayID": 743,
2064
2152
  "orUnlockIDs": 742,
2065
2153
  "type": "PORT",
2066
2154
  "countVictories": 0,
@@ -2072,6 +2160,7 @@
2072
2160
  },
2073
2161
  {
2074
2162
  "tmapnodeID": 744,
2163
+ "crossplayID": 744,
2075
2164
  "orUnlockIDs": 743,
2076
2165
  "type": "PORT",
2077
2166
  "countVictories": 0,
@@ -2083,6 +2172,7 @@
2083
2172
  },
2084
2173
  {
2085
2174
  "tmapnodeID": 745,
2175
+ "crossplayID": 745,
2086
2176
  "orUnlockIDs": 744,
2087
2177
  "type": "PORT",
2088
2178
  "countVictories": 0,
@@ -2094,6 +2184,7 @@
2094
2184
  },
2095
2185
  {
2096
2186
  "tmapnodeID": 746,
2187
+ "crossplayID": 746,
2097
2188
  "dungeonType": "main",
2098
2189
  "type": "DUNGEON",
2099
2190
  "countVictories": -219,
@@ -2111,6 +2202,7 @@
2111
2202
  },
2112
2203
  {
2113
2204
  "tmapnodeID": 747,
2205
+ "crossplayID": 747,
2114
2206
  "orUnlockIDs": 746,
2115
2207
  "dungeonType": "sub",
2116
2208
  "type": "DUNGEON",
@@ -2139,6 +2231,7 @@
2139
2231
  },
2140
2232
  {
2141
2233
  "tmapnodeID": 748,
2234
+ "crossplayID": 748,
2142
2235
  "orUnlockIDs": 746,
2143
2236
  "dungeonType": "sub",
2144
2237
  "type": "DUNGEON",
@@ -2167,6 +2260,7 @@
2167
2260
  },
2168
2261
  {
2169
2262
  "tmapnodeID": 749,
2263
+ "crossplayID": 749,
2170
2264
  "orUnlockIDs": 746,
2171
2265
  "dungeonType": "sub",
2172
2266
  "type": "DUNGEON",
@@ -2195,6 +2289,7 @@
2195
2289
  },
2196
2290
  {
2197
2291
  "tmapnodeID": 750,
2292
+ "crossplayID": 750,
2198
2293
  "orUnlockIDs": "746+754+758",
2199
2294
  "dungeonType": "main",
2200
2295
  "type": "DUNGEON",
@@ -2213,6 +2308,7 @@
2213
2308
  },
2214
2309
  {
2215
2310
  "tmapnodeID": 751,
2311
+ "crossplayID": 751,
2216
2312
  "orUnlockIDs": 750,
2217
2313
  "dungeonType": "sub",
2218
2314
  "type": "DUNGEON",
@@ -2241,6 +2337,7 @@
2241
2337
  },
2242
2338
  {
2243
2339
  "tmapnodeID": 752,
2340
+ "crossplayID": 752,
2244
2341
  "orUnlockIDs": "746+756+788",
2245
2342
  "dungeonType": "main",
2246
2343
  "type": "DUNGEON",
@@ -2259,6 +2356,7 @@
2259
2356
  },
2260
2357
  {
2261
2358
  "tmapnodeID": 753,
2359
+ "crossplayID": 753,
2262
2360
  "orUnlockIDs": 752,
2263
2361
  "dungeonType": "sub",
2264
2362
  "type": "DUNGEON",
@@ -2287,6 +2385,7 @@
2287
2385
  },
2288
2386
  {
2289
2387
  "tmapnodeID": 754,
2388
+ "crossplayID": 754,
2290
2389
  "orUnlockIDs": "750+761",
2291
2390
  "dungeonType": "main",
2292
2391
  "andUnlockIDs": 787,
@@ -2307,6 +2406,7 @@
2307
2406
  },
2308
2407
  {
2309
2408
  "tmapnodeID": 755,
2409
+ "crossplayID": 755,
2310
2410
  "orUnlockIDs": 754,
2311
2411
  "dungeonType": "sub",
2312
2412
  "andUnlockIDs": 787,
@@ -2336,6 +2436,7 @@
2336
2436
  },
2337
2437
  {
2338
2438
  "tmapnodeID": 756,
2439
+ "crossplayID": 756,
2339
2440
  "orUnlockIDs": "752+763",
2340
2441
  "dungeonType": "main",
2341
2442
  "andUnlockIDs": 787,
@@ -2356,6 +2457,7 @@
2356
2457
  },
2357
2458
  {
2358
2459
  "tmapnodeID": 757,
2460
+ "crossplayID": 757,
2359
2461
  "orUnlockIDs": 756,
2360
2462
  "dungeonType": "sub",
2361
2463
  "andUnlockIDs": 787,
@@ -2385,6 +2487,7 @@
2385
2487
  },
2386
2488
  {
2387
2489
  "tmapnodeID": 758,
2490
+ "crossplayID": 758,
2388
2491
  "orUnlockIDs": "750+752+761+763",
2389
2492
  "dungeonType": "main",
2390
2493
  "andUnlockIDs": 787,
@@ -2405,6 +2508,7 @@
2405
2508
  },
2406
2509
  {
2407
2510
  "tmapnodeID": 759,
2511
+ "crossplayID": 759,
2408
2512
  "orUnlockIDs": 758,
2409
2513
  "dungeonType": "sub",
2410
2514
  "andUnlockIDs": 787,
@@ -2434,6 +2538,7 @@
2434
2538
  },
2435
2539
  {
2436
2540
  "tmapnodeID": 760,
2541
+ "crossplayID": 760,
2437
2542
  "orUnlockIDs": 758,
2438
2543
  "dungeonType": "sub",
2439
2544
  "andUnlockIDs": 787,
@@ -2463,6 +2568,7 @@
2463
2568
  },
2464
2569
  {
2465
2570
  "tmapnodeID": 761,
2571
+ "crossplayID": 761,
2466
2572
  "orUnlockIDs": "754+758+765",
2467
2573
  "dungeonType": "main",
2468
2574
  "andUnlockIDs": 787,
@@ -2483,6 +2589,7 @@
2483
2589
  },
2484
2590
  {
2485
2591
  "tmapnodeID": 762,
2592
+ "crossplayID": 762,
2486
2593
  "orUnlockIDs": 761,
2487
2594
  "dungeonType": "sub",
2488
2595
  "andUnlockIDs": 787,
@@ -2512,6 +2619,7 @@
2512
2619
  },
2513
2620
  {
2514
2621
  "tmapnodeID": 763,
2622
+ "crossplayID": 763,
2515
2623
  "orUnlockIDs": "756+758+767",
2516
2624
  "dungeonType": "main",
2517
2625
  "andUnlockIDs": 787,
@@ -2532,6 +2640,7 @@
2532
2640
  },
2533
2641
  {
2534
2642
  "tmapnodeID": 764,
2643
+ "crossplayID": 764,
2535
2644
  "orUnlockIDs": 763,
2536
2645
  "dungeonType": "sub",
2537
2646
  "andUnlockIDs": 787,
@@ -2561,6 +2670,7 @@
2561
2670
  },
2562
2671
  {
2563
2672
  "tmapnodeID": 765,
2673
+ "crossplayID": 765,
2564
2674
  "orUnlockIDs": "761+769",
2565
2675
  "dungeonType": "main",
2566
2676
  "andUnlockIDs": 788,
@@ -2581,6 +2691,7 @@
2581
2691
  },
2582
2692
  {
2583
2693
  "tmapnodeID": 766,
2694
+ "crossplayID": 766,
2584
2695
  "orUnlockIDs": 765,
2585
2696
  "dungeonType": "sub",
2586
2697
  "andUnlockIDs": 788,
@@ -2610,6 +2721,7 @@
2610
2721
  },
2611
2722
  {
2612
2723
  "tmapnodeID": 767,
2724
+ "crossplayID": 767,
2613
2725
  "orUnlockIDs": "763+769",
2614
2726
  "dungeonType": "main",
2615
2727
  "andUnlockIDs": 788,
@@ -2630,6 +2742,7 @@
2630
2742
  },
2631
2743
  {
2632
2744
  "tmapnodeID": 768,
2745
+ "crossplayID": 768,
2633
2746
  "orUnlockIDs": 767,
2634
2747
  "dungeonType": "sub",
2635
2748
  "andUnlockIDs": 788,
@@ -2659,6 +2772,7 @@
2659
2772
  },
2660
2773
  {
2661
2774
  "tmapnodeID": 769,
2775
+ "crossplayID": 769,
2662
2776
  "orUnlockIDs": "765+767+771+773",
2663
2777
  "dungeonType": "main",
2664
2778
  "andUnlockIDs": 788,
@@ -2679,6 +2793,7 @@
2679
2793
  },
2680
2794
  {
2681
2795
  "tmapnodeID": 770,
2796
+ "crossplayID": 770,
2682
2797
  "orUnlockIDs": 769,
2683
2798
  "dungeonType": "sub",
2684
2799
  "andUnlockIDs": 788,
@@ -2708,6 +2823,7 @@
2708
2823
  },
2709
2824
  {
2710
2825
  "tmapnodeID": 771,
2826
+ "crossplayID": 771,
2711
2827
  "orUnlockIDs": "769+775",
2712
2828
  "dungeonType": "main",
2713
2829
  "andUnlockIDs": 789,
@@ -2728,6 +2844,7 @@
2728
2844
  },
2729
2845
  {
2730
2846
  "tmapnodeID": 772,
2847
+ "crossplayID": 772,
2731
2848
  "orUnlockIDs": 771,
2732
2849
  "dungeonType": "sub",
2733
2850
  "andUnlockIDs": 789,
@@ -2757,6 +2874,7 @@
2757
2874
  },
2758
2875
  {
2759
2876
  "tmapnodeID": 773,
2877
+ "crossplayID": 773,
2760
2878
  "orUnlockIDs": "769+777",
2761
2879
  "dungeonType": "main",
2762
2880
  "andUnlockIDs": 789,
@@ -2777,6 +2895,7 @@
2777
2895
  },
2778
2896
  {
2779
2897
  "tmapnodeID": 774,
2898
+ "crossplayID": 774,
2780
2899
  "orUnlockIDs": 773,
2781
2900
  "dungeonType": "sub",
2782
2901
  "andUnlockIDs": 789,
@@ -2806,6 +2925,7 @@
2806
2925
  },
2807
2926
  {
2808
2927
  "tmapnodeID": 775,
2928
+ "crossplayID": 775,
2809
2929
  "orUnlockIDs": "771+779+781",
2810
2930
  "dungeonType": "main",
2811
2931
  "andUnlockIDs": 789,
@@ -2826,6 +2946,7 @@
2826
2946
  },
2827
2947
  {
2828
2948
  "tmapnodeID": 776,
2949
+ "crossplayID": 776,
2829
2950
  "orUnlockIDs": 775,
2830
2951
  "dungeonType": "sub",
2831
2952
  "andUnlockIDs": 789,
@@ -2855,6 +2976,7 @@
2855
2976
  },
2856
2977
  {
2857
2978
  "tmapnodeID": 777,
2979
+ "crossplayID": 777,
2858
2980
  "orUnlockIDs": "773+781+784",
2859
2981
  "dungeonType": "main",
2860
2982
  "andUnlockIDs": 789,
@@ -2875,6 +2997,7 @@
2875
2997
  },
2876
2998
  {
2877
2999
  "tmapnodeID": 778,
3000
+ "crossplayID": 778,
2878
3001
  "orUnlockIDs": 777,
2879
3002
  "dungeonType": "sub",
2880
3003
  "andUnlockIDs": 789,
@@ -2904,6 +3027,7 @@
2904
3027
  },
2905
3028
  {
2906
3029
  "tmapnodeID": 779,
3030
+ "crossplayID": 779,
2907
3031
  "orUnlockIDs": "775+786",
2908
3032
  "dungeonType": "main",
2909
3033
  "andUnlockIDs": 790,
@@ -2924,6 +3048,7 @@
2924
3048
  },
2925
3049
  {
2926
3050
  "tmapnodeID": 780,
3051
+ "crossplayID": 780,
2927
3052
  "orUnlockIDs": 779,
2928
3053
  "dungeonType": "sub",
2929
3054
  "andUnlockIDs": 790,
@@ -2953,6 +3078,7 @@
2953
3078
  },
2954
3079
  {
2955
3080
  "tmapnodeID": 781,
3081
+ "crossplayID": 781,
2956
3082
  "orUnlockIDs": "775+777+786",
2957
3083
  "dungeonType": "main",
2958
3084
  "andUnlockIDs": 790,
@@ -2973,6 +3099,7 @@
2973
3099
  },
2974
3100
  {
2975
3101
  "tmapnodeID": 782,
3102
+ "crossplayID": 782,
2976
3103
  "orUnlockIDs": 781,
2977
3104
  "dungeonType": "sub",
2978
3105
  "andUnlockIDs": 790,
@@ -3002,6 +3129,7 @@
3002
3129
  },
3003
3130
  {
3004
3131
  "tmapnodeID": 783,
3132
+ "crossplayID": 783,
3005
3133
  "orUnlockIDs": 781,
3006
3134
  "dungeonType": "sub",
3007
3135
  "andUnlockIDs": 790,
@@ -3031,6 +3159,7 @@
3031
3159
  },
3032
3160
  {
3033
3161
  "tmapnodeID": 784,
3162
+ "crossplayID": 784,
3034
3163
  "orUnlockIDs": "777+786",
3035
3164
  "dungeonType": "main",
3036
3165
  "andUnlockIDs": 790,
@@ -3051,6 +3180,7 @@
3051
3180
  },
3052
3181
  {
3053
3182
  "tmapnodeID": 785,
3183
+ "crossplayID": 785,
3054
3184
  "orUnlockIDs": 784,
3055
3185
  "dungeonType": "sub",
3056
3186
  "andUnlockIDs": 790,
@@ -3080,6 +3210,7 @@
3080
3210
  },
3081
3211
  {
3082
3212
  "tmapnodeID": 786,
3213
+ "crossplayID": 786,
3083
3214
  "orUnlockIDs": "779+781+784",
3084
3215
  "dungeonType": "main",
3085
3216
  "andUnlockIDs": 790,
@@ -3100,6 +3231,7 @@
3100
3231
  },
3101
3232
  {
3102
3233
  "tmapnodeID": 787,
3234
+ "crossplayID": 787,
3103
3235
  "type": "PORT",
3104
3236
  "countVictories": 0,
3105
3237
  "partPayPriceID": 85,
@@ -3110,6 +3242,7 @@
3110
3242
  },
3111
3243
  {
3112
3244
  "tmapnodeID": 788,
3245
+ "crossplayID": 788,
3113
3246
  "orUnlockIDs": 787,
3114
3247
  "type": "PORT",
3115
3248
  "countVictories": 0,
@@ -3121,6 +3254,7 @@
3121
3254
  },
3122
3255
  {
3123
3256
  "tmapnodeID": 789,
3257
+ "crossplayID": 789,
3124
3258
  "orUnlockIDs": 788,
3125
3259
  "type": "PORT",
3126
3260
  "countVictories": 0,
@@ -3132,6 +3266,7 @@
3132
3266
  },
3133
3267
  {
3134
3268
  "tmapnodeID": 790,
3269
+ "crossplayID": 790,
3135
3270
  "orUnlockIDs": 789,
3136
3271
  "type": "PORT",
3137
3272
  "countVictories": 0,