e4k-data 4.84.37 → 4.87.51
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.
- package/data/buildings.json +6524 -701
- package/data/constructionItems.json +300 -38
- package/data/constructionItemsEffectGroups.json +1 -1
- package/data/currencies.json +7 -0
- package/data/districtTypes.json +10 -0
- package/data/effectCaps.json +140 -0
- package/data/effects.json +231 -1
- package/data/equipments.json +92 -0
- package/data/expansions.json +54 -54
- package/data/horses.json +143 -143
- package/data/leaguetypeEvents.json +99 -0
- package/data/packages.json +2463 -0
- package/data/researches.json +71 -71
- package/data/rewards.json +2036 -3
- package/data/sceatSkillTiers.json +14 -15
- package/data/sceatSkills.json +560 -796
- package/data/tempServerDailyTaskRewards.json +5 -5
- package/data/tempServerRankRewards.json +972 -0
- package/data/tempServerSettings.json +59 -0
- package/data/units.json +123 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +192 -192
- package/images/x768.json +767 -16
- package/languages/da.json +361 -203
- package/languages/de.json +360 -202
- package/languages/el.json +362 -204
- package/languages/en.json +365 -206
- package/languages/es.json +363 -205
- package/languages/fi.json +361 -203
- package/languages/fr.json +361 -203
- package/languages/it.json +363 -205
- package/languages/ja.json +358 -200
- package/languages/ko.json +357 -199
- package/languages/nl.json +361 -203
- package/languages/no.json +363 -205
- package/languages/pl.json +361 -203
- package/languages/pt.json +363 -205
- package/languages/ru.json +361 -203
- package/languages/sv.json +363 -205
- package/languages/tr.json +359 -201
- package/languages/zh_CN.json +360 -202
- package/languages/zh_TW.json +360 -202
- package/package.json +1 -1
- package/typings/data.d.ts +15 -3
- package/typings/images.d.ts +55 -6
- package/typings/languages.d.ts +177 -18
package/data/horses.json
CHANGED
|
@@ -1,5 +1,148 @@
|
|
|
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
|
+
},
|
|
3
146
|
{
|
|
4
147
|
"wodID": 1001,
|
|
5
148
|
"crossplayID": 1001,
|
|
@@ -463,149 +606,6 @@
|
|
|
463
606
|
"costFactorC1": 0,
|
|
464
607
|
"costFactorC2": 2.1,
|
|
465
608
|
"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
|
}
|
|
@@ -1732,6 +1732,105 @@
|
|
|
1732
1732
|
"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",
|
|
1733
1733
|
"rewardIDs": "7653,7654,7655,7656,7657,7658,7659,7660,7661,7662,7663,7664,7665,7666,7667,7668,7669,7670,7671,7672,7673,7674,7675,7676,7677,7678,7679,7680,7681,7682,7683,7684,7685,7686,7687,7688,7689,7690,7691,7692,7693,7694,7695,7696,7697,7698,7699,7700,7701,7702,7703,7704,7705,7706,7707,7708,7709,7710,7711,7712,7713,7714,7715,7716,7717,7718,7719,7720,7721,7722,7723,7724,6847,6848,6849,6850,6851,6852,6853,6854,6832,6831,6830",
|
|
1734
1734
|
"topXValue": "150,50,3"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"leaguetypeEventsID": 109,
|
|
1738
|
+
"eventID": 83,
|
|
1739
|
+
"leaguetypeID": 1,
|
|
1740
|
+
"rewardSetID": 51,
|
|
1741
|
+
"hardModeStart": 300,
|
|
1742
|
+
"allianceRewardThresholdPoints": 50,
|
|
1743
|
+
"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",
|
|
1744
|
+
"rewardIDs": "7734,7735,7736,7737,7738,7739,7740,7741,7742,7743,7744,7745,7746,7747,7748,7749,7750,7751,7752,7753,7754,7755,7756,7757,7758,7759,7760,7761,7762,7763,7764,7765,7766,7767,7768,7769,7770,7771,7772,7773,7774,7775,7776,7777,7778,7779,7780,7781,7782,7783,7784,7785,7786,7787,7788,7789,7790,7791,7792,7793,7794,7795,7796,7797,7798,7799,7800,7801,7802,7803,7804,7805,6929,6928,6927",
|
|
1745
|
+
"topXValue": "75,25"
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"leaguetypeEventsID": 110,
|
|
1749
|
+
"eventID": 83,
|
|
1750
|
+
"leaguetypeID": 2,
|
|
1751
|
+
"rewardSetID": 51,
|
|
1752
|
+
"hardModeStart": 750,
|
|
1753
|
+
"allianceRewardThresholdPoints": 100,
|
|
1754
|
+
"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",
|
|
1755
|
+
"rewardIDs": "7734,7735,7736,7737,7738,7739,7740,7741,7742,7743,7744,7745,7746,7747,7748,7749,7750,7751,7752,7753,7754,7755,7756,7757,7758,7759,7760,7761,7762,7763,7764,7765,7766,7767,7768,7769,7770,7771,7772,7773,7774,7775,7776,7777,7778,7779,7780,7781,7782,7783,7784,7785,7786,7787,7788,7789,7790,7791,7792,7793,7794,7795,7796,7797,7798,7799,7800,7801,7802,7803,7804,7805,6926,6925,6924",
|
|
1756
|
+
"topXValue": "150,50,3"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"leaguetypeEventsID": 111,
|
|
1760
|
+
"eventID": 83,
|
|
1761
|
+
"leaguetypeID": 3,
|
|
1762
|
+
"rewardSetID": 51,
|
|
1763
|
+
"hardModeStart": 2000,
|
|
1764
|
+
"allianceRewardThresholdPoints": 500,
|
|
1765
|
+
"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",
|
|
1766
|
+
"rewardIDs": "7734,7735,7736,7737,7738,7739,7740,7741,7742,7743,7744,7745,7746,7747,7748,7749,7750,7751,7752,7753,7754,7755,7756,7757,7758,7759,7760,7761,7762,7763,7764,7765,7766,7767,7768,7769,7770,7771,7772,7773,7774,7775,7776,7777,7778,7779,7780,7781,7782,7783,7784,7785,7786,7787,7788,7789,7790,7791,7792,7793,7794,7795,7796,7797,7798,7799,7800,7801,7802,7803,7804,7805,6855,6856,6857,6858,6859,6860,6861,6862,6923,6922,6921",
|
|
1767
|
+
"topXValue": "150,50,3"
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"leaguetypeEventsID": 112,
|
|
1771
|
+
"eventID": 83,
|
|
1772
|
+
"leaguetypeID": 1,
|
|
1773
|
+
"rewardSetID": 52,
|
|
1774
|
+
"hardModeStart": 300,
|
|
1775
|
+
"allianceRewardThresholdPoints": 50,
|
|
1776
|
+
"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",
|
|
1777
|
+
"rewardIDs": "8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,6938,6837,6836",
|
|
1778
|
+
"topXValue": "75,25"
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"leaguetypeEventsID": 113,
|
|
1782
|
+
"eventID": 83,
|
|
1783
|
+
"leaguetypeID": 2,
|
|
1784
|
+
"rewardSetID": 52,
|
|
1785
|
+
"hardModeStart": 750,
|
|
1786
|
+
"allianceRewardThresholdPoints": 100,
|
|
1787
|
+
"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",
|
|
1788
|
+
"rewardIDs": "8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,6935,6934,6933",
|
|
1789
|
+
"topXValue": "150,50,3"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"leaguetypeEventsID": 114,
|
|
1793
|
+
"eventID": 83,
|
|
1794
|
+
"leaguetypeID": 3,
|
|
1795
|
+
"rewardSetID": 52,
|
|
1796
|
+
"hardModeStart": 2000,
|
|
1797
|
+
"allianceRewardThresholdPoints": 500,
|
|
1798
|
+
"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",
|
|
1799
|
+
"rewardIDs": "8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,6863,6864,6865,6866,6867,6868,6869,6870,6932,6931,6930",
|
|
1800
|
+
"topXValue": "150,50,3"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"leaguetypeEventsID": 115,
|
|
1804
|
+
"eventID": 83,
|
|
1805
|
+
"leaguetypeID": 1,
|
|
1806
|
+
"rewardSetID": 53,
|
|
1807
|
+
"hardModeStart": 300,
|
|
1808
|
+
"allianceRewardThresholdPoints": 50,
|
|
1809
|
+
"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",
|
|
1810
|
+
"rewardIDs": "7896,7897,7898,7899,7900,7901,7902,7903,7904,7905,7906,7907,7908,7909,7910,7911,7912,7913,7914,7915,7916,7917,7918,7919,7920,7921,7922,7923,7924,7925,7926,7927,7928,7929,7930,7931,7932,7933,7934,7935,7936,7937,7938,7939,7940,7941,7942,7943,7944,7945,7946,7947,7948,7949,7950,7951,7952,7953,7954,7955,7956,7957,7958,7959,7960,7961,7962,7963,7964,7965,7966,7967,6871,6729,6728",
|
|
1811
|
+
"topXValue": "75,25"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"leaguetypeEventsID": 116,
|
|
1815
|
+
"eventID": 83,
|
|
1816
|
+
"leaguetypeID": 2,
|
|
1817
|
+
"rewardSetID": 53,
|
|
1818
|
+
"hardModeStart": 750,
|
|
1819
|
+
"allianceRewardThresholdPoints": 100,
|
|
1820
|
+
"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",
|
|
1821
|
+
"rewardIDs": "7896,7897,7898,7899,7900,7901,7902,7903,7904,7905,7906,7907,7908,7909,7910,7911,7912,7913,7914,7915,7916,7917,7918,7919,7920,7921,7922,7923,7924,7925,7926,7927,7928,7929,7930,7931,7932,7933,7934,7935,7936,7937,7938,7939,7940,7941,7942,7943,7944,7945,7946,7947,7948,7949,7950,7951,7952,7953,7954,7955,7956,7957,7958,7959,7960,7961,7962,7963,7964,7965,7966,7967,6719,6718,6709",
|
|
1822
|
+
"topXValue": "150,50,3"
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"leaguetypeEventsID": 117,
|
|
1826
|
+
"eventID": 83,
|
|
1827
|
+
"leaguetypeID": 3,
|
|
1828
|
+
"rewardSetID": 53,
|
|
1829
|
+
"hardModeStart": 2000,
|
|
1830
|
+
"allianceRewardThresholdPoints": 500,
|
|
1831
|
+
"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",
|
|
1832
|
+
"rewardIDs": "7896,7897,7898,7899,7900,7901,7902,7903,7904,7905,7906,7907,7908,7909,7910,7911,7912,7913,7914,7915,7916,7917,7918,7919,7920,7921,7922,7923,7924,7925,7926,7927,7928,7929,7930,7931,7932,7933,7934,7935,7936,7937,7938,7939,7940,7941,7942,7943,7944,7945,7946,7947,7948,7949,7950,7951,7952,7953,7954,7955,7956,7957,7958,7959,7960,7961,7962,7963,7964,7965,7966,7967,6872,6873,6874,6875,6876,6877,6878,6879,6708,6472,5999",
|
|
1833
|
+
"topXValue": "150,50,3"
|
|
1735
1834
|
}
|
|
1736
1835
|
]
|
|
1737
1836
|
}
|