e4k-data 4.90.51 → 4.92.77

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 (47) hide show
  1. package/data/buildings.json +31321 -899
  2. package/data/constructionItems.json +504 -7
  3. package/data/currencies.json +7 -0
  4. package/data/effects.json +9 -9
  5. package/data/effecttypes.json +106 -53
  6. package/data/equipments.json +132 -2
  7. package/data/events.json +15 -2
  8. package/data/expansions.json +54 -54
  9. package/data/gachaEvents.json +84 -0
  10. package/data/horses.json +143 -143
  11. package/data/leaguetypeEvents.json +42 -0
  12. package/data/leaguetypes.json +7 -0
  13. package/data/lootBoxTombolas.json +1168 -0
  14. package/data/mightranks.json +65 -25
  15. package/data/packages.json +158 -19
  16. package/data/quests.json +0 -176
  17. package/data/rewards.json +782 -365
  18. package/data/slums.json +6 -6
  19. package/data/units.json +120 -0
  20. package/data/version.json +1 -1
  21. package/data/versionInfo.json +3 -3
  22. package/data/wodIds.json +186 -186
  23. package/data/worldmapskins.json +10 -0
  24. package/images/x768.json +1027 -19
  25. package/languages/da.json +146 -15
  26. package/languages/de.json +146 -15
  27. package/languages/el.json +146 -15
  28. package/languages/en.json +146 -15
  29. package/languages/es.json +146 -15
  30. package/languages/fi.json +146 -15
  31. package/languages/fr.json +147 -16
  32. package/languages/it.json +146 -15
  33. package/languages/ja.json +146 -15
  34. package/languages/ko.json +146 -15
  35. package/languages/nl.json +148 -17
  36. package/languages/no.json +146 -15
  37. package/languages/pl.json +159 -28
  38. package/languages/pt.json +146 -15
  39. package/languages/ru.json +146 -15
  40. package/languages/sv.json +146 -15
  41. package/languages/tr.json +146 -15
  42. package/languages/zh_CN.json +146 -15
  43. package/languages/zh_TW.json +146 -15
  44. package/package.json +1 -1
  45. package/typings/data.d.ts +18 -4
  46. package/typings/images.d.ts +66 -3
  47. package/typings/languages.d.ts +133 -2
@@ -1,59 +1,5 @@
1
1
  {
2
2
  "expansion": [
3
- {
4
- "wodID": 901000,
5
- "group": "Expansion",
6
- "name": "Basic",
7
- "shopCategory": "EXPANSION",
8
- "type": "TYPE_NORMAL",
9
- "kIDs": "0,1,2,3,4",
10
- "mapIDs": ""
11
- },
12
- {
13
- "wodID": 901001,
14
- "group": "Expansion",
15
- "name": "Basic",
16
- "shopCategory": "EXPANSION",
17
- "type": "TYPE_PREMIUM",
18
- "kIDs": "0,1,2,3,4",
19
- "mapIDs": ""
20
- },
21
- {
22
- "wodID": 901002,
23
- "group": "Expansion",
24
- "name": "Camp",
25
- "shopCategory": "EXPANSION",
26
- "type": "TYPE_NORMAL",
27
- "kIDs": "",
28
- "mapIDs": "21,22,23,24,27,28"
29
- },
30
- {
31
- "wodID": 901003,
32
- "group": "Expansion",
33
- "name": "Camp",
34
- "shopCategory": "EXPANSION",
35
- "type": "TYPE_PREMIUM",
36
- "kIDs": "",
37
- "mapIDs": "21,22,23,24,27,28"
38
- },
39
- {
40
- "wodID": 901004,
41
- "group": "Expansion",
42
- "name": "Camp",
43
- "shopCategory": "EXPANSION",
44
- "type": "TYPE_NORMAL",
45
- "kIDs": 10,
46
- "mapIDs": ""
47
- },
48
- {
49
- "wodID": 901005,
50
- "group": "Expansion",
51
- "name": "Camp",
52
- "shopCategory": "EXPANSION",
53
- "type": "TYPE_PREMIUM",
54
- "kIDs": 10,
55
- "mapIDs": ""
56
- },
57
3
  {
58
4
  "expansionID": 1,
59
5
  "crossplayID": 1,
@@ -1151,6 +1097,60 @@
1151
1097
  "costWood": 80000,
1152
1098
  "costStone": 80000,
1153
1099
  "costC2": 3200
1100
+ },
1101
+ {
1102
+ "wodID": 901000,
1103
+ "group": "Expansion",
1104
+ "name": "Basic",
1105
+ "shopCategory": "EXPANSION",
1106
+ "type": "TYPE_NORMAL",
1107
+ "kIDs": "0,1,2,3,4",
1108
+ "mapIDs": ""
1109
+ },
1110
+ {
1111
+ "wodID": 901001,
1112
+ "group": "Expansion",
1113
+ "name": "Basic",
1114
+ "shopCategory": "EXPANSION",
1115
+ "type": "TYPE_PREMIUM",
1116
+ "kIDs": "0,1,2,3,4",
1117
+ "mapIDs": ""
1118
+ },
1119
+ {
1120
+ "wodID": 901002,
1121
+ "group": "Expansion",
1122
+ "name": "Camp",
1123
+ "shopCategory": "EXPANSION",
1124
+ "type": "TYPE_NORMAL",
1125
+ "kIDs": "",
1126
+ "mapIDs": "21,22,23,24,27,28"
1127
+ },
1128
+ {
1129
+ "wodID": 901003,
1130
+ "group": "Expansion",
1131
+ "name": "Camp",
1132
+ "shopCategory": "EXPANSION",
1133
+ "type": "TYPE_PREMIUM",
1134
+ "kIDs": "",
1135
+ "mapIDs": "21,22,23,24,27,28"
1136
+ },
1137
+ {
1138
+ "wodID": 901004,
1139
+ "group": "Expansion",
1140
+ "name": "Camp",
1141
+ "shopCategory": "EXPANSION",
1142
+ "type": "TYPE_NORMAL",
1143
+ "kIDs": 10,
1144
+ "mapIDs": ""
1145
+ },
1146
+ {
1147
+ "wodID": 901005,
1148
+ "group": "Expansion",
1149
+ "name": "Camp",
1150
+ "shopCategory": "EXPANSION",
1151
+ "type": "TYPE_PREMIUM",
1152
+ "kIDs": 10,
1153
+ "mapIDs": ""
1154
1154
  }
1155
1155
  ]
1156
1156
  }
@@ -66,6 +66,90 @@
66
66
  "freeChestResetTime": 64800,
67
67
  "freeChestRewardID": 5791,
68
68
  "leagueTypeIDs": 1
69
+ },
70
+ {
71
+ "gachaID": 5,
72
+ "eventID": 127,
73
+ "rewardSetID": 1,
74
+ "comment1": "Gacha (decoDistrict 2x2)",
75
+ "comment2": "initial release setting",
76
+ "tombolaSpinsAmount": 1,
77
+ "gachaLevel": 1,
78
+ "minPulls": 0,
79
+ "maxPulls": 9,
80
+ "lootBoxTombolaID": 37,
81
+ "multiPullMax": 5,
82
+ "costFrozenCarrot": 100,
83
+ "freeChestResetTime": 86400,
84
+ "freeChestRewardID": 6755,
85
+ "leagueTypeIDs": 1
86
+ },
87
+ {
88
+ "gachaID": 6,
89
+ "eventID": 127,
90
+ "rewardSetID": 1,
91
+ "comment1": "Gacha (decoDistrict 2x2)",
92
+ "comment2": "initial release setting",
93
+ "tombolaSpinsAmount": 1,
94
+ "gachaLevel": 2,
95
+ "minPulls": 10,
96
+ "maxPulls": 14,
97
+ "lootBoxTombolaID": 38,
98
+ "multiPullMax": 5,
99
+ "costFrozenCarrot": 100,
100
+ "freeChestResetTime": 79200,
101
+ "freeChestRewardID": 5936,
102
+ "leagueTypeIDs": 1
103
+ },
104
+ {
105
+ "gachaID": 7,
106
+ "eventID": 127,
107
+ "rewardSetID": 1,
108
+ "comment1": "Gacha (decoDistrict 2x2)",
109
+ "comment2": "initial release setting",
110
+ "tombolaSpinsAmount": 1,
111
+ "gachaLevel": 3,
112
+ "minPulls": 15,
113
+ "maxPulls": 29,
114
+ "lootBoxTombolaID": 39,
115
+ "multiPullMax": 10,
116
+ "costFrozenCarrot": 100,
117
+ "freeChestResetTime": 72000,
118
+ "freeChestRewardID": 5783,
119
+ "leagueTypeIDs": 1
120
+ },
121
+ {
122
+ "gachaID": 8,
123
+ "eventID": 127,
124
+ "rewardSetID": 1,
125
+ "comment1": "Gacha (decoDistrict 2x2)",
126
+ "comment2": "initial release setting",
127
+ "tombolaSpinsAmount": 1,
128
+ "gachaLevel": 4,
129
+ "minPulls": 30,
130
+ "maxPulls": 49,
131
+ "lootBoxTombolaID": 40,
132
+ "multiPullMax": 10,
133
+ "costFrozenCarrot": 100,
134
+ "freeChestResetTime": 64800,
135
+ "freeChestRewardID": 5791,
136
+ "leagueTypeIDs": 1
137
+ },
138
+ {
139
+ "gachaID": 9,
140
+ "eventID": 127,
141
+ "rewardSetID": 1,
142
+ "comment1": "Gacha (decoDistrict 2x2)",
143
+ "comment2": "initial release setting",
144
+ "tombolaSpinsAmount": 1,
145
+ "gachaLevel": 5,
146
+ "minPulls": 50,
147
+ "lootBoxTombolaID": 41,
148
+ "multiPullMax": 10,
149
+ "costFrozenCarrot": 100,
150
+ "freeChestResetTime": 64800,
151
+ "freeChestRewardID": 5791,
152
+ "leagueTypeIDs": 1
69
153
  }
70
154
  ]
71
155
  }
package/data/horses.json CHANGED
@@ -1,148 +1,5 @@
1
1
  {
2
2
  "horse": [
3
- {
4
- "wodID": 905400,
5
- "group": "Travelbooster",
6
- "name": "Horse",
7
- "type": 3,
8
- "unitBoost": 16,
9
- "marketBoost": 27,
10
- "spyBoost": 27,
11
- "costFactorC1": 0,
12
- "costFactorC2": 0,
13
- "isInstantSpyHorse": 1,
14
- "isPegasusHorse": 1
15
- },
16
- {
17
- "wodID": 905401,
18
- "group": "Travelbooster",
19
- "name": "Horse",
20
- "type": 6,
21
- "unitBoost": 27,
22
- "marketBoost": 45,
23
- "spyBoost": 45,
24
- "costFactorC1": 0,
25
- "costFactorC2": 0,
26
- "isInstantSpyHorse": 1,
27
- "isPegasusHorse": 1
28
- },
29
- {
30
- "wodID": 905402,
31
- "group": "Travelbooster",
32
- "name": "Horse",
33
- "type": 9,
34
- "unitBoost": 35,
35
- "marketBoost": 59,
36
- "spyBoost": 59,
37
- "costFactorC1": 0,
38
- "costFactorC2": 0,
39
- "isInstantSpyHorse": 1,
40
- "isPegasusHorse": 1
41
- },
42
- {
43
- "wodID": 905403,
44
- "group": "Travelbooster",
45
- "name": "Horse",
46
- "type": 3,
47
- "unitBoost": 98,
48
- "marketBoost": 166,
49
- "spyBoost": 166,
50
- "costFactorC1": 0,
51
- "costFactorC2": 0,
52
- "isInstantSpyHorse": 1,
53
- "isPegasusHorse": 1
54
- },
55
- {
56
- "wodID": 905404,
57
- "group": "Travelbooster",
58
- "name": "Horse",
59
- "type": 6,
60
- "unitBoost": 118,
61
- "marketBoost": 200,
62
- "spyBoost": 200,
63
- "costFactorC1": 0,
64
- "costFactorC2": 0,
65
- "isInstantSpyHorse": 1,
66
- "isPegasusHorse": 1
67
- },
68
- {
69
- "wodID": 905405,
70
- "group": "Travelbooster",
71
- "name": "Horse",
72
- "type": 9,
73
- "unitBoost": 128,
74
- "marketBoost": 217,
75
- "spyBoost": 217,
76
- "costFactorC1": 0,
77
- "costFactorC2": 0,
78
- "isInstantSpyHorse": 1,
79
- "isPegasusHorse": 1
80
- },
81
- {
82
- "wodID": 905406,
83
- "group": "Travelbooster",
84
- "name": "Horse",
85
- "type": 12,
86
- "unitBoost": 139,
87
- "marketBoost": 235,
88
- "spyBoost": 235,
89
- "costFactorC1": 0,
90
- "costFactorC2": 0,
91
- "isInstantSpyHorse": 1,
92
- "isPegasusHorse": 1
93
- },
94
- {
95
- "wodID": 905407,
96
- "group": "Travelbooster",
97
- "name": "Horse",
98
- "type": 15,
99
- "unitBoost": 150,
100
- "marketBoost": 254,
101
- "spyBoost": 254,
102
- "costFactorC1": 0,
103
- "costFactorC2": 0,
104
- "isInstantSpyHorse": 1,
105
- "isPegasusHorse": 1
106
- },
107
- {
108
- "wodID": 905408,
109
- "group": "Travelbooster",
110
- "name": "Horse",
111
- "type": 3,
112
- "unitBoost": 32,
113
- "marketBoost": 43,
114
- "spyBoost": 43,
115
- "costFactorC1": 0,
116
- "costFactorC2": 0,
117
- "isInstantSpyHorse": 1,
118
- "isPegasusHorse": 1
119
- },
120
- {
121
- "wodID": 905409,
122
- "group": "Travelbooster",
123
- "name": "Horse",
124
- "type": 6,
125
- "unitBoost": 54,
126
- "marketBoost": 72,
127
- "spyBoost": 72,
128
- "costFactorC1": 0,
129
- "costFactorC2": 0,
130
- "isInstantSpyHorse": 1,
131
- "isPegasusHorse": 1
132
- },
133
- {
134
- "wodID": 905410,
135
- "group": "Travelbooster",
136
- "name": "Horse",
137
- "type": 9,
138
- "unitBoost": 70,
139
- "marketBoost": 94,
140
- "spyBoost": 94,
141
- "costFactorC1": 0,
142
- "costFactorC2": 0,
143
- "isInstantSpyHorse": 1,
144
- "isPegasusHorse": 1
145
- },
146
3
  {
147
4
  "wodID": 1001,
148
5
  "crossplayID": 1001,
@@ -606,6 +463,149 @@
606
463
  "costFactorC1": 0,
607
464
  "costFactorC2": 2.1,
608
465
  "isInstantSpyHorse": 1
466
+ },
467
+ {
468
+ "wodID": 905400,
469
+ "group": "Travelbooster",
470
+ "name": "Horse",
471
+ "type": 3,
472
+ "unitBoost": 16,
473
+ "marketBoost": 27,
474
+ "spyBoost": 27,
475
+ "costFactorC1": 0,
476
+ "costFactorC2": 0,
477
+ "isInstantSpyHorse": 1,
478
+ "isPegasusHorse": 1
479
+ },
480
+ {
481
+ "wodID": 905401,
482
+ "group": "Travelbooster",
483
+ "name": "Horse",
484
+ "type": 6,
485
+ "unitBoost": 27,
486
+ "marketBoost": 45,
487
+ "spyBoost": 45,
488
+ "costFactorC1": 0,
489
+ "costFactorC2": 0,
490
+ "isInstantSpyHorse": 1,
491
+ "isPegasusHorse": 1
492
+ },
493
+ {
494
+ "wodID": 905402,
495
+ "group": "Travelbooster",
496
+ "name": "Horse",
497
+ "type": 9,
498
+ "unitBoost": 35,
499
+ "marketBoost": 59,
500
+ "spyBoost": 59,
501
+ "costFactorC1": 0,
502
+ "costFactorC2": 0,
503
+ "isInstantSpyHorse": 1,
504
+ "isPegasusHorse": 1
505
+ },
506
+ {
507
+ "wodID": 905403,
508
+ "group": "Travelbooster",
509
+ "name": "Horse",
510
+ "type": 3,
511
+ "unitBoost": 98,
512
+ "marketBoost": 166,
513
+ "spyBoost": 166,
514
+ "costFactorC1": 0,
515
+ "costFactorC2": 0,
516
+ "isInstantSpyHorse": 1,
517
+ "isPegasusHorse": 1
518
+ },
519
+ {
520
+ "wodID": 905404,
521
+ "group": "Travelbooster",
522
+ "name": "Horse",
523
+ "type": 6,
524
+ "unitBoost": 118,
525
+ "marketBoost": 200,
526
+ "spyBoost": 200,
527
+ "costFactorC1": 0,
528
+ "costFactorC2": 0,
529
+ "isInstantSpyHorse": 1,
530
+ "isPegasusHorse": 1
531
+ },
532
+ {
533
+ "wodID": 905405,
534
+ "group": "Travelbooster",
535
+ "name": "Horse",
536
+ "type": 9,
537
+ "unitBoost": 128,
538
+ "marketBoost": 217,
539
+ "spyBoost": 217,
540
+ "costFactorC1": 0,
541
+ "costFactorC2": 0,
542
+ "isInstantSpyHorse": 1,
543
+ "isPegasusHorse": 1
544
+ },
545
+ {
546
+ "wodID": 905406,
547
+ "group": "Travelbooster",
548
+ "name": "Horse",
549
+ "type": 12,
550
+ "unitBoost": 139,
551
+ "marketBoost": 235,
552
+ "spyBoost": 235,
553
+ "costFactorC1": 0,
554
+ "costFactorC2": 0,
555
+ "isInstantSpyHorse": 1,
556
+ "isPegasusHorse": 1
557
+ },
558
+ {
559
+ "wodID": 905407,
560
+ "group": "Travelbooster",
561
+ "name": "Horse",
562
+ "type": 15,
563
+ "unitBoost": 150,
564
+ "marketBoost": 254,
565
+ "spyBoost": 254,
566
+ "costFactorC1": 0,
567
+ "costFactorC2": 0,
568
+ "isInstantSpyHorse": 1,
569
+ "isPegasusHorse": 1
570
+ },
571
+ {
572
+ "wodID": 905408,
573
+ "group": "Travelbooster",
574
+ "name": "Horse",
575
+ "type": 3,
576
+ "unitBoost": 32,
577
+ "marketBoost": 43,
578
+ "spyBoost": 43,
579
+ "costFactorC1": 0,
580
+ "costFactorC2": 0,
581
+ "isInstantSpyHorse": 1,
582
+ "isPegasusHorse": 1
583
+ },
584
+ {
585
+ "wodID": 905409,
586
+ "group": "Travelbooster",
587
+ "name": "Horse",
588
+ "type": 6,
589
+ "unitBoost": 54,
590
+ "marketBoost": 72,
591
+ "spyBoost": 72,
592
+ "costFactorC1": 0,
593
+ "costFactorC2": 0,
594
+ "isInstantSpyHorse": 1,
595
+ "isPegasusHorse": 1
596
+ },
597
+ {
598
+ "wodID": 905410,
599
+ "group": "Travelbooster",
600
+ "name": "Horse",
601
+ "type": 9,
602
+ "unitBoost": 70,
603
+ "marketBoost": 94,
604
+ "spyBoost": 94,
605
+ "costFactorC1": 0,
606
+ "costFactorC2": 0,
607
+ "isInstantSpyHorse": 1,
608
+ "isPegasusHorse": 1
609
609
  }
610
610
  ]
611
611
  }
@@ -1840,6 +1840,48 @@
1840
1840
  "neededPointsForRewards": "5,20,45,65",
1841
1841
  "rewardIDs": "72002,72057,72058,72059,72019,72036,72056",
1842
1842
  "topXValue": "10,5"
1843
+ },
1844
+ {
1845
+ "leaguetypeEventsID": 127,
1846
+ "eventID": 127,
1847
+ "leaguetypeID": 1,
1848
+ "rewardSetID": 1,
1849
+ "neededPointsForRewards": "5,10,15,30",
1850
+ "rewardIDs": "6959,6899,6960,6959,6893,6940,6941",
1851
+ "topXValue": "10,3"
1852
+ },
1853
+ {
1854
+ "leaguetypeEventsID": 500,
1855
+ "eventID": 83,
1856
+ "leaguetypeID": 1,
1857
+ "rewardSetID": 54,
1858
+ "hardModeStart": 300,
1859
+ "allianceRewardThresholdPoints": 50,
1860
+ "neededPointsForRewards": "1,2,3,5,7,9,12,15,18,22,26,30,35,40,45,50,55,60,65,70,77,84,91,98,105,112,120,128,137,146,155,164,173,182,191,200,210,221,232,243,254,265,276,288,300,315,330,345,360,375,390,405,420,435,450,465,480,495,510,525,540,555,570,595,620,645,670,695,720,745,770,800",
1861
+ "rewardIDs": "7815,7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,7832,7833,7834,7835,7836,7837,7838,7839,7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850,7851,7852,7853,7854,7855,7856,7857,7858,7859,7860,7861,7862,7863,7864,7865,7866,7867,7868,7869,7870,7871,7872,7873,7874,7875,7876,7877,7878,7879,7880,7881,7882,7883,7884,7885,7886,8444,8443,8442",
1862
+ "topXValue": "75,25"
1863
+ },
1864
+ {
1865
+ "leaguetypeEventsID": 501,
1866
+ "eventID": 83,
1867
+ "leaguetypeID": 2,
1868
+ "rewardSetID": 54,
1869
+ "hardModeStart": 750,
1870
+ "allianceRewardThresholdPoints": 100,
1871
+ "neededPointsForRewards": "1,4,6,12,16,22,28,36,45,55,65,75,85,95,105,115,125,135,150,165,180,195,210,225,240,255,270,290,310,330,350,370,390,410,430,450,480,510,540,570,600,630,660,690,750,790,830,870,910,950,990,1030,1070,1110,1155,1200,1245,1290,1335,1380,1425,1470,1515,1565,1615,1670,1725,1780,1835,1890,1945,2000",
1872
+ "rewardIDs": "7815,7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,7832,7833,7834,7835,7836,7837,7838,7839,7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850,7851,7852,7853,7854,7855,7856,7857,7858,7859,7860,7861,7862,7863,7864,7865,7866,7867,7868,7869,7870,7871,7872,7873,7874,7875,7876,7877,7878,7879,7880,7881,7882,7883,7884,7885,7886,8441,8440,8439",
1873
+ "topXValue": "150,50,3"
1874
+ },
1875
+ {
1876
+ "leaguetypeEventsID": 502,
1877
+ "eventID": 83,
1878
+ "leaguetypeID": 3,
1879
+ "rewardSetID": 54,
1880
+ "hardModeStart": 2000,
1881
+ "allianceRewardThresholdPoints": 500,
1882
+ "neededPointsForRewards": "1,4,10,20,35,50,65,80,100,120,140,160,180,200,225,250,275,300,350,400,450,500,550,600,650,700,750,800,860,920,980,1040,1100,1160,1220,1280,1360,1440,1520,1600,1680,1760,1840,1920,2000,2150,2300,2450,2600,2750,2900,3050,3200,3350,3550,3750,3950,4150,4350,4550,4750,5000,5500,6000,6500,7000,7500,8000,8500,9000,9500,10000,11000,12500,15000,17500,20000,22500,25000,30000",
1883
+ "rewardIDs": "7815,7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,7832,7833,7834,7835,7836,7837,7838,7839,7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850,7851,7852,7853,7854,7855,7856,7857,7858,7859,7860,7861,7862,7863,7864,7865,7866,7867,7868,7869,7870,7871,7872,7873,7874,7875,7876,7877,7878,7879,7880,7881,7882,7883,7884,7885,7886,6872,6873,6874,6875,6876,6877,6878,6879,8438,8437,8436",
1884
+ "topXValue": "150,50,3"
1843
1885
  }
1844
1886
  ]
1845
1887
  }
@@ -591,6 +591,13 @@
591
591
  "eventID": 126,
592
592
  "minLevel": 10,
593
593
  "maxLevel": 1020
594
+ },
595
+ {
596
+ "comment2": "Gacha (decoDistrict 2x2) all levels",
597
+ "leaguetypeID": 1,
598
+ "eventID": 127,
599
+ "minLevel": 10,
600
+ "maxLevel": 1020
594
601
  }
595
602
  ]
596
603
  }