e4k-data 4.53.23 → 4.55.17
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 +502 -93
- package/data/characters.json +3 -3
- package/data/constructionItems.json +118 -6
- package/data/currencies.json +12 -0
- package/data/effects.json +31 -1
- package/data/effecttypes.json +27 -2
- package/data/equipments.json +61 -0
- package/data/expansions.json +54 -54
- package/data/generalAbilities.json +474 -270
- package/data/generalAbilityEffects.json +397 -307
- package/data/generalSkillTiers.json +31 -0
- package/data/generalSkills.json +1723 -0
- package/data/generalSlots.json +32 -0
- package/data/generals.json +31 -4
- package/data/horses.json +143 -143
- package/data/leaguetypeEvents.json +33 -0
- package/data/lootBoxTombolas.json +343 -0
- package/data/merchants.json +1 -1
- package/data/packageCategories.json +4 -0
- package/data/packageCategoryCurrencyRelations.json +5 -0
- package/data/packageCategoryFilterRelations.json +4 -0
- package/data/packages.json +1197 -548
- package/data/quests.json +2 -0
- package/data/relicLootOptions.json +6 -0
- package/data/rewards.json +884 -85
- package/data/units.json +1 -1
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +192 -192
- package/data/worldmapskins.json +8 -0
- package/images/x768.json +384 -61
- package/languages/da.json +74 -38
- package/languages/de.json +77 -41
- package/languages/el.json +78 -42
- package/languages/en.json +71 -35
- package/languages/es.json +78 -42
- package/languages/fi.json +74 -38
- package/languages/fr.json +74 -38
- package/languages/it.json +77 -41
- package/languages/ja.json +76 -40
- package/languages/ko.json +75 -39
- package/languages/nl.json +80 -44
- package/languages/no.json +77 -41
- package/languages/pl.json +76 -40
- package/languages/pt.json +77 -41
- package/languages/ru.json +77 -41
- package/languages/sv.json +75 -39
- package/languages/tr.json +76 -40
- package/languages/zh_CN.json +77 -41
- package/languages/zh_TW.json +75 -39
- package/package.json +1 -1
- package/typings/types.d.ts +6 -0
package/data/generalSlots.json
CHANGED
|
@@ -111,6 +111,38 @@
|
|
|
111
111
|
{
|
|
112
112
|
"slotID": 101049,
|
|
113
113
|
"abilityGroupIDs": "1003,1016"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"slotID": 101051,
|
|
117
|
+
"abilityGroupIDs": 1010
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"slotID": 101052,
|
|
121
|
+
"abilityGroupIDs": "1001,1011"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"slotID": 101053,
|
|
125
|
+
"abilityGroupIDs": "1039,1019,1012"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"slotID": 101054,
|
|
129
|
+
"abilityGroupIDs": "1029,1007"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"slotID": 101056,
|
|
133
|
+
"abilityGroupIDs": 1010
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"slotID": 101057,
|
|
137
|
+
"abilityGroupIDs": "1001,1011"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"slotID": 101058,
|
|
141
|
+
"abilityGroupIDs": "1039,1012"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"slotID": 101059,
|
|
145
|
+
"abilityGroupIDs": "1029,1007"
|
|
114
146
|
}
|
|
115
147
|
]
|
|
116
148
|
}
|
package/data/generals.json
CHANGED
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
{
|
|
56
56
|
"generalID": 105,
|
|
57
57
|
"generalName": "Sasaki",
|
|
58
|
-
"attackSlots": "101051,101052,101053,101054
|
|
59
|
-
"defenseSlots": "101056,101057,101058,101059
|
|
60
|
-
"generalRarityID":
|
|
58
|
+
"attackSlots": "101051,101052,101053,101054",
|
|
59
|
+
"defenseSlots": "101056,101057,101058,101059",
|
|
60
|
+
"generalRarityID": 4,
|
|
61
61
|
"maxLevel": 100,
|
|
62
62
|
"maxStarLevel": 10,
|
|
63
63
|
"unlockCurrencyID": 10005,
|
|
64
64
|
"upgradeCurrencyIDs": "10000,10005",
|
|
65
|
-
"isPreview":
|
|
65
|
+
"isPreview": 0,
|
|
66
66
|
"isNPCGeneral": 0
|
|
67
67
|
},
|
|
68
68
|
{
|
|
@@ -71,8 +71,35 @@
|
|
|
71
71
|
"generalRarityID": 4,
|
|
72
72
|
"maxLevel": 100,
|
|
73
73
|
"maxStarLevel": 10,
|
|
74
|
+
"upgradeCurrencyIDs": "10000,",
|
|
74
75
|
"isPreview": 0,
|
|
75
76
|
"isNPCGeneral": 1
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"generalID": 107,
|
|
80
|
+
"generalName": "Tom",
|
|
81
|
+
"attackSlots": "101071,101072,101073",
|
|
82
|
+
"defenseSlots": "101076,101077,101078",
|
|
83
|
+
"generalRarityID": 2,
|
|
84
|
+
"maxLevel": 60,
|
|
85
|
+
"maxStarLevel": 5,
|
|
86
|
+
"unlockCurrencyID": 10007,
|
|
87
|
+
"upgradeCurrencyIDs": "10000,10007",
|
|
88
|
+
"isPreview": 1,
|
|
89
|
+
"isNPCGeneral": 0
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"generalID": 108,
|
|
93
|
+
"generalName": "Alice",
|
|
94
|
+
"attackSlots": "101081,101082,101083",
|
|
95
|
+
"defenseSlots": "101086,101087,101088",
|
|
96
|
+
"generalRarityID": 2,
|
|
97
|
+
"maxLevel": 60,
|
|
98
|
+
"maxStarLevel": 5,
|
|
99
|
+
"unlockCurrencyID": 10008,
|
|
100
|
+
"upgradeCurrencyIDs": "10000,10008",
|
|
101
|
+
"isPreview": 1,
|
|
102
|
+
"isNPCGeneral": 0
|
|
76
103
|
}
|
|
77
104
|
]
|
|
78
105
|
}
|
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
|
"comment2": "Horselevel1",
|
|
@@ -430,149 +573,6 @@
|
|
|
430
573
|
"costFactorC1": 0,
|
|
431
574
|
"costFactorC2": 2.1,
|
|
432
575
|
"isInstantSpyHorse": 1
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"wodID": 905400,
|
|
436
|
-
"group": "Travelbooster",
|
|
437
|
-
"name": "Horse",
|
|
438
|
-
"type": 3,
|
|
439
|
-
"unitBoost": 16,
|
|
440
|
-
"marketBoost": 27,
|
|
441
|
-
"spyBoost": 27,
|
|
442
|
-
"costFactorC1": 0,
|
|
443
|
-
"costFactorC2": 0,
|
|
444
|
-
"isInstantSpyHorse": 1,
|
|
445
|
-
"isPegasusHorse": 1
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"wodID": 905401,
|
|
449
|
-
"group": "Travelbooster",
|
|
450
|
-
"name": "Horse",
|
|
451
|
-
"type": 6,
|
|
452
|
-
"unitBoost": 27,
|
|
453
|
-
"marketBoost": 45,
|
|
454
|
-
"spyBoost": 45,
|
|
455
|
-
"costFactorC1": 0,
|
|
456
|
-
"costFactorC2": 0,
|
|
457
|
-
"isInstantSpyHorse": 1,
|
|
458
|
-
"isPegasusHorse": 1
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"wodID": 905402,
|
|
462
|
-
"group": "Travelbooster",
|
|
463
|
-
"name": "Horse",
|
|
464
|
-
"type": 9,
|
|
465
|
-
"unitBoost": 35,
|
|
466
|
-
"marketBoost": 59,
|
|
467
|
-
"spyBoost": 59,
|
|
468
|
-
"costFactorC1": 0,
|
|
469
|
-
"costFactorC2": 0,
|
|
470
|
-
"isInstantSpyHorse": 1,
|
|
471
|
-
"isPegasusHorse": 1
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"wodID": 905403,
|
|
475
|
-
"group": "Travelbooster",
|
|
476
|
-
"name": "Horse",
|
|
477
|
-
"type": 3,
|
|
478
|
-
"unitBoost": 98,
|
|
479
|
-
"marketBoost": 166,
|
|
480
|
-
"spyBoost": 166,
|
|
481
|
-
"costFactorC1": 0,
|
|
482
|
-
"costFactorC2": 0,
|
|
483
|
-
"isInstantSpyHorse": 1,
|
|
484
|
-
"isPegasusHorse": 1
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"wodID": 905404,
|
|
488
|
-
"group": "Travelbooster",
|
|
489
|
-
"name": "Horse",
|
|
490
|
-
"type": 6,
|
|
491
|
-
"unitBoost": 118,
|
|
492
|
-
"marketBoost": 200,
|
|
493
|
-
"spyBoost": 200,
|
|
494
|
-
"costFactorC1": 0,
|
|
495
|
-
"costFactorC2": 0,
|
|
496
|
-
"isInstantSpyHorse": 1,
|
|
497
|
-
"isPegasusHorse": 1
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"wodID": 905405,
|
|
501
|
-
"group": "Travelbooster",
|
|
502
|
-
"name": "Horse",
|
|
503
|
-
"type": 9,
|
|
504
|
-
"unitBoost": 128,
|
|
505
|
-
"marketBoost": 217,
|
|
506
|
-
"spyBoost": 217,
|
|
507
|
-
"costFactorC1": 0,
|
|
508
|
-
"costFactorC2": 0,
|
|
509
|
-
"isInstantSpyHorse": 1,
|
|
510
|
-
"isPegasusHorse": 1
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"wodID": 905406,
|
|
514
|
-
"group": "Travelbooster",
|
|
515
|
-
"name": "Horse",
|
|
516
|
-
"type": 12,
|
|
517
|
-
"unitBoost": 139,
|
|
518
|
-
"marketBoost": 235,
|
|
519
|
-
"spyBoost": 235,
|
|
520
|
-
"costFactorC1": 0,
|
|
521
|
-
"costFactorC2": 0,
|
|
522
|
-
"isInstantSpyHorse": 1,
|
|
523
|
-
"isPegasusHorse": 1
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"wodID": 905407,
|
|
527
|
-
"group": "Travelbooster",
|
|
528
|
-
"name": "Horse",
|
|
529
|
-
"type": 15,
|
|
530
|
-
"unitBoost": 150,
|
|
531
|
-
"marketBoost": 254,
|
|
532
|
-
"spyBoost": 254,
|
|
533
|
-
"costFactorC1": 0,
|
|
534
|
-
"costFactorC2": 0,
|
|
535
|
-
"isInstantSpyHorse": 1,
|
|
536
|
-
"isPegasusHorse": 1
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"wodID": 905408,
|
|
540
|
-
"group": "Travelbooster",
|
|
541
|
-
"name": "Horse",
|
|
542
|
-
"type": 3,
|
|
543
|
-
"unitBoost": 32,
|
|
544
|
-
"marketBoost": 43,
|
|
545
|
-
"spyBoost": 43,
|
|
546
|
-
"costFactorC1": 0,
|
|
547
|
-
"costFactorC2": 0,
|
|
548
|
-
"isInstantSpyHorse": 1,
|
|
549
|
-
"isPegasusHorse": 1
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"wodID": 905409,
|
|
553
|
-
"group": "Travelbooster",
|
|
554
|
-
"name": "Horse",
|
|
555
|
-
"type": 6,
|
|
556
|
-
"unitBoost": 54,
|
|
557
|
-
"marketBoost": 72,
|
|
558
|
-
"spyBoost": 72,
|
|
559
|
-
"costFactorC1": 0,
|
|
560
|
-
"costFactorC2": 0,
|
|
561
|
-
"isInstantSpyHorse": 1,
|
|
562
|
-
"isPegasusHorse": 1
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"wodID": 905410,
|
|
566
|
-
"group": "Travelbooster",
|
|
567
|
-
"name": "Horse",
|
|
568
|
-
"type": 9,
|
|
569
|
-
"unitBoost": 70,
|
|
570
|
-
"marketBoost": 94,
|
|
571
|
-
"spyBoost": 94,
|
|
572
|
-
"costFactorC1": 0,
|
|
573
|
-
"costFactorC2": 0,
|
|
574
|
-
"isInstantSpyHorse": 1,
|
|
575
|
-
"isPegasusHorse": 1
|
|
576
576
|
}
|
|
577
577
|
]
|
|
578
578
|
}
|
|
@@ -1042,6 +1042,39 @@
|
|
|
1042
1042
|
"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,7970,7969,7968",
|
|
1043
1043
|
"topXValue": "150,50,3"
|
|
1044
1044
|
},
|
|
1045
|
+
{
|
|
1046
|
+
"leaguetypeEventsID": 468,
|
|
1047
|
+
"eventID": 83,
|
|
1048
|
+
"leaguetypeID": 1,
|
|
1049
|
+
"rewardSetID": 40,
|
|
1050
|
+
"hardModeStart": 300,
|
|
1051
|
+
"allianceRewardThresholdPoints": 50,
|
|
1052
|
+
"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",
|
|
1053
|
+
"rewardIDs": "8157,8158,8159,8160,8161,8162,8163,8164,8165,8166,8167,8168,8169,8170,8171,8172,8173,8174,8175,8176,8177,8178,8179,8180,8181,8182,8183,8184,8185,8186,8187,8188,8189,8190,8191,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8203,8204,8205,8206,8207,8208,8209,8210,8211,8212,8213,8214,8215,8216,8217,8218,8219,8220,8221,8222,8223,8224,8225,8226,8227,8228,8237,8236,8235",
|
|
1054
|
+
"topXValue": "75,25"
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"leaguetypeEventsID": 469,
|
|
1058
|
+
"eventID": 83,
|
|
1059
|
+
"leaguetypeID": 2,
|
|
1060
|
+
"rewardSetID": 40,
|
|
1061
|
+
"hardModeStart": 750,
|
|
1062
|
+
"allianceRewardThresholdPoints": 100,
|
|
1063
|
+
"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",
|
|
1064
|
+
"rewardIDs": "8157,8158,8159,8160,8161,8162,8163,8164,8165,8166,8167,8168,8169,8170,8171,8172,8173,8174,8175,8176,8177,8178,8179,8180,8181,8182,8183,8184,8185,8186,8187,8188,8189,8190,8191,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8203,8204,8205,8206,8207,8208,8209,8210,8211,8212,8213,8214,8215,8216,8217,8218,8219,8220,8221,8222,8223,8224,8225,8226,8227,8228,8234,8233,8232",
|
|
1065
|
+
"topXValue": "150,50,3"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"leaguetypeEventsID": 470,
|
|
1069
|
+
"eventID": 83,
|
|
1070
|
+
"leaguetypeID": 3,
|
|
1071
|
+
"rewardSetID": 40,
|
|
1072
|
+
"hardModeStart": 2000,
|
|
1073
|
+
"allianceRewardThresholdPoints": 500,
|
|
1074
|
+
"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",
|
|
1075
|
+
"rewardIDs": "8157,8158,8159,8160,8161,8162,8163,8164,8165,8166,8167,8168,8169,8170,8171,8172,8173,8174,8175,8176,8177,8178,8179,8180,8181,8182,8183,8184,8185,8186,8187,8188,8189,8190,8191,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8203,8204,8205,8206,8207,8208,8209,8210,8211,8212,8213,8214,8215,8216,8217,8218,8219,8220,8221,8222,8223,8224,8225,8226,8227,8228,8231,8230,8229",
|
|
1076
|
+
"topXValue": "150,50,3"
|
|
1077
|
+
},
|
|
1045
1078
|
{
|
|
1046
1079
|
"leaguetypeEventsID": 39,
|
|
1047
1080
|
"eventID": 71,
|