e4k-data 4.93.95 → 4.95.27
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 +1420 -355
- package/data/characters.json +3 -3
- package/data/constructionItems.json +13 -13
- package/data/currencies.json +14 -0
- package/data/donationItems.json +8 -16
- package/data/expansions.json +54 -54
- package/data/generalSkillTiers.json +36 -0
- package/data/generalSkills.json +1868 -0
- package/data/generalSlots.json +40 -0
- package/data/generals.json +14 -0
- package/data/horses.json +143 -143
- package/data/leaguetypeEvents.json +33 -0
- package/data/lootBoxTombolas.json +392 -0
- package/data/packages.json +15 -1
- package/data/rewards.json +112 -5
- package/data/titles.json +66 -66
- package/data/units.json +362 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +186 -186
- package/data/worldmapskins.json +12 -6
- package/images/x768.json +2920 -632
- package/languages/da.json +45 -17
- package/languages/de.json +44 -16
- package/languages/el.json +45 -17
- package/languages/en.json +45 -17
- package/languages/es.json +45 -17
- package/languages/fi.json +44 -16
- package/languages/fr.json +45 -17
- package/languages/it.json +45 -17
- package/languages/ja.json +44 -16
- package/languages/ko.json +44 -16
- package/languages/nl.json +45 -17
- package/languages/no.json +45 -17
- package/languages/pl.json +45 -17
- package/languages/pt.json +45 -17
- package/languages/ru.json +45 -17
- package/languages/sv.json +45 -17
- package/languages/tr.json +45 -17
- package/languages/zh_CN.json +44 -16
- package/languages/zh_TW.json +44 -16
- package/package.json +1 -1
- package/typings/data.d.ts +5 -2
- package/typings/images.d.ts +181 -29
- package/typings/languages.d.ts +32 -4
package/data/generalSlots.json
CHANGED
|
@@ -179,6 +179,46 @@
|
|
|
179
179
|
"slotID": 101059,
|
|
180
180
|
"crossplayID": 101059,
|
|
181
181
|
"abilityGroupIDs": "1029,1007"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"slotID": 101191,
|
|
185
|
+
"crossplayID": 101191,
|
|
186
|
+
"abilityGroupIDs": "1013,1007"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"slotID": 101192,
|
|
190
|
+
"crossplayID": 101192,
|
|
191
|
+
"abilityGroupIDs": "1001,1002"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"slotID": 101193,
|
|
195
|
+
"crossplayID": 101193,
|
|
196
|
+
"abilityGroupIDs": "1038,1028,1014"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"slotID": 101194,
|
|
200
|
+
"crossplayID": 101194,
|
|
201
|
+
"abilityGroupIDs": 1003
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"slotID": 101196,
|
|
205
|
+
"crossplayID": 101196,
|
|
206
|
+
"abilityGroupIDs": "1013,1007"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"slotID": 101197,
|
|
210
|
+
"crossplayID": 101197,
|
|
211
|
+
"abilityGroupIDs": "1001,1002"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"slotID": 101198,
|
|
215
|
+
"crossplayID": 101198,
|
|
216
|
+
"abilityGroupIDs": "1038,1028,1014"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"slotID": 101199,
|
|
220
|
+
"crossplayID": 101199,
|
|
221
|
+
"abilityGroupIDs": 1003
|
|
182
222
|
}
|
|
183
223
|
]
|
|
184
224
|
}
|
package/data/generals.json
CHANGED
|
@@ -218,6 +218,20 @@
|
|
|
218
218
|
"upgradeCurrencyIDs": "10000,",
|
|
219
219
|
"isPreview": 0,
|
|
220
220
|
"isNPCGeneral": 1
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"generalID": 119,
|
|
224
|
+
"crossplayID": 119,
|
|
225
|
+
"generalName": "Tizi",
|
|
226
|
+
"attackSlots": "101191,101192,101193,101194",
|
|
227
|
+
"defenseSlots": "101196,101197,101198,101199",
|
|
228
|
+
"generalRarityID": 3,
|
|
229
|
+
"maxLevel": 100,
|
|
230
|
+
"maxStarLevel": 10,
|
|
231
|
+
"unlockCurrencyID": 10009,
|
|
232
|
+
"upgradeCurrencyIDs": "10000,10009",
|
|
233
|
+
"isPreview": 0,
|
|
234
|
+
"isNPCGeneral": 0
|
|
221
235
|
}
|
|
222
236
|
]
|
|
223
237
|
}
|
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
|
}
|
|
@@ -1882,6 +1882,39 @@
|
|
|
1882
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
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
1884
|
"topXValue": "150,50,3"
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"leaguetypeEventsID": 503,
|
|
1888
|
+
"eventID": 83,
|
|
1889
|
+
"leaguetypeID": 1,
|
|
1890
|
+
"rewardSetID": 55,
|
|
1891
|
+
"hardModeStart": 300,
|
|
1892
|
+
"allianceRewardThresholdPoints": 50,
|
|
1893
|
+
"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",
|
|
1894
|
+
"rewardIDs": "7398,7399,7400,7401,7402,7403,7404,7405,7406,7407,7408,7409,7410,7411,7412,7413,7414,7415,7416,7417,7418,7419,7420,7421,7422,7423,7424,7425,7426,7427,7428,7429,7430,7431,7432,7433,7434,7435,7436,7437,7438,7439,7440,7441,7442,7443,7444,7445,7446,7447,7448,7449,7450,7451,7452,7453,7454,7455,7456,7457,7458,7459,7460,7461,7462,7463,7464,7465,7466,7467,7468,7469,8453,8452,8451",
|
|
1895
|
+
"topXValue": "75,25"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"leaguetypeEventsID": 504,
|
|
1899
|
+
"eventID": 83,
|
|
1900
|
+
"leaguetypeID": 2,
|
|
1901
|
+
"rewardSetID": 55,
|
|
1902
|
+
"hardModeStart": 750,
|
|
1903
|
+
"allianceRewardThresholdPoints": 100,
|
|
1904
|
+
"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",
|
|
1905
|
+
"rewardIDs": "7398,7399,7400,7401,7402,7403,7404,7405,7406,7407,7408,7409,7410,7411,7412,7413,7414,7415,7416,7417,7418,7419,7420,7421,7422,7423,7424,7425,7426,7427,7428,7429,7430,7431,7432,7433,7434,7435,7436,7437,7438,7439,7440,7441,7442,7443,7444,7445,7446,7447,7448,7449,7450,7451,7452,7453,7454,7455,7456,7457,7458,7459,7460,7461,7462,7463,7464,7465,7466,7467,7468,7469,8450,8449,8448",
|
|
1906
|
+
"topXValue": "150,50,3"
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"leaguetypeEventsID": 505,
|
|
1910
|
+
"eventID": 83,
|
|
1911
|
+
"leaguetypeID": 3,
|
|
1912
|
+
"rewardSetID": 55,
|
|
1913
|
+
"hardModeStart": 2000,
|
|
1914
|
+
"allianceRewardThresholdPoints": 500,
|
|
1915
|
+
"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",
|
|
1916
|
+
"rewardIDs": "7398,7399,7400,7401,7402,7403,7404,7405,7406,7407,7408,7409,7410,7411,7412,7413,7414,7415,7416,7417,7418,7419,7420,7421,7422,7423,7424,7425,7426,7427,7428,7429,7430,7431,7432,7433,7434,7435,7436,7437,7438,7439,7440,7441,7442,7443,7444,7445,7446,7447,7448,7449,7450,7451,7452,7453,7454,7455,7456,7457,7458,7459,7460,7461,7462,7463,7464,7465,7466,7467,7468,7469,6872,6873,6874,6875,6876,6877,6878,6879,8447,8446,8445",
|
|
1917
|
+
"topXValue": "150,50,3"
|
|
1885
1918
|
}
|
|
1886
1919
|
]
|
|
1887
1920
|
}
|