e4k-data 4.113.71 → 4.115.25

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 (43) hide show
  1. package/data/allianceCoatLayouts.json +27 -0
  2. package/data/allianceFundsDonatables.json +6 -24
  3. package/data/allianceQuests.json +774 -0
  4. package/data/buildings.json +1211 -147
  5. package/data/currencies.json +14 -0
  6. package/data/currencyHiddenLists.json +13 -0
  7. package/data/divisionRounds.json +98 -0
  8. package/data/events.json +13 -0
  9. package/data/leaderboardRewards.json +250 -0
  10. package/data/leaguetypeEvents.json +85 -0
  11. package/data/packages.json +10 -0
  12. package/data/quests.json +690 -0
  13. package/data/rewards.json +351 -0
  14. package/data/version.json +1 -1
  15. package/data/versionInfo.json +3 -3
  16. package/images/x768.json +507 -6
  17. package/languages/cs.json +113 -18
  18. package/languages/da.json +113 -18
  19. package/languages/de.json +113 -18
  20. package/languages/el.json +114 -19
  21. package/languages/en.json +113 -18
  22. package/languages/es.json +113 -18
  23. package/languages/fi.json +113 -18
  24. package/languages/fr.json +113 -18
  25. package/languages/hu.json +113 -18
  26. package/languages/it.json +113 -18
  27. package/languages/ja.json +113 -18
  28. package/languages/ko.json +113 -18
  29. package/languages/nl.json +113 -18
  30. package/languages/no.json +113 -18
  31. package/languages/pl.json +113 -18
  32. package/languages/pt.json +113 -18
  33. package/languages/ro.json +113 -18
  34. package/languages/ru.json +113 -18
  35. package/languages/sk.json +113 -18
  36. package/languages/sv.json +113 -18
  37. package/languages/tr.json +113 -18
  38. package/languages/zh_CN.json +113 -18
  39. package/languages/zh_TW.json +113 -18
  40. package/package.json +1 -1
  41. package/typings/data.d.ts +43 -6
  42. package/typings/images.d.ts +27 -0
  43. package/typings/languages.d.ts +97 -2
@@ -0,0 +1,774 @@
1
+ {
2
+ "allianceQuest": [
3
+ {
4
+ "allianceQuestID": 1,
5
+ "comment1": "AME",
6
+ "comment2": "bronze tier",
7
+ "comment3": "Coins",
8
+ "comment4": "spendCurrency1+1000000",
9
+ "questID": 3600,
10
+ "questType": "spendCurrenciesOrResources",
11
+ "chance": 1,
12
+ "duration": 3600,
13
+ "rewardPoints": 50
14
+ },
15
+ {
16
+ "allianceQuestID": 2,
17
+ "comment1": "AME",
18
+ "comment2": "bronze tier",
19
+ "comment3": "Robber Baron Castle",
20
+ "comment4": "countDungeons+10+10",
21
+ "questID": 3601,
22
+ "questType": "defeatTarget",
23
+ "chance": 1,
24
+ "duration": 3600,
25
+ "rewardPoints": 60
26
+ },
27
+ {
28
+ "allianceQuestID": 3,
29
+ "comment1": "AME",
30
+ "comment2": "bronze tier",
31
+ "comment3": "Barbarian Tower",
32
+ "comment4": "countDungeons+10+20",
33
+ "questID": 3602,
34
+ "questType": "defeatTarget",
35
+ "chance": 1,
36
+ "duration": 3600,
37
+ "rewardPoints": 60
38
+ },
39
+ {
40
+ "allianceQuestID": 4,
41
+ "comment1": "AME",
42
+ "comment2": "bronze tier",
43
+ "comment3": "Desert Tower",
44
+ "comment4": "countDungeons+10+35",
45
+ "questID": 3603,
46
+ "questType": "defeatTarget",
47
+ "chance": 1,
48
+ "duration": 3600,
49
+ "rewardPoints": 60
50
+ },
51
+ {
52
+ "allianceQuestID": 5,
53
+ "comment1": "AME",
54
+ "comment2": "bronze tier",
55
+ "comment3": "Cultists Tower",
56
+ "comment4": "countDungeons+10+45",
57
+ "questID": 3604,
58
+ "questType": "defeatTarget",
59
+ "chance": 1,
60
+ "duration": 3600,
61
+ "rewardPoints": 60
62
+ },
63
+ {
64
+ "allianceQuestID": 6,
65
+ "comment1": "AME",
66
+ "comment2": "bronze tier",
67
+ "comment3": "5HourSkip",
68
+ "comment4": "spendCurrency+20+1006",
69
+ "questID": 3605,
70
+ "questType": "spendCurrenciesOrResources",
71
+ "chance": 1,
72
+ "duration": 3600,
73
+ "rewardPoints": 70
74
+ },
75
+ {
76
+ "allianceQuestID": 7,
77
+ "comment1": "AME",
78
+ "comment2": "bronze tier",
79
+ "comment3": "24HourSkip",
80
+ "comment4": "spendCurrency+20+1007",
81
+ "questID": 3606,
82
+ "questType": "spendCurrenciesOrResources",
83
+ "chance": 1,
84
+ "duration": 3600,
85
+ "rewardPoints": 80
86
+ },
87
+ {
88
+ "allianceQuestID": 8,
89
+ "comment1": "AME",
90
+ "comment2": "bronze tier",
91
+ "comment4": "spendGlass+250000",
92
+ "questID": 3607,
93
+ "questType": "spendCurrenciesOrResources",
94
+ "chance": 1,
95
+ "duration": 10800,
96
+ "rewardPoints": 90
97
+ },
98
+ {
99
+ "allianceQuestID": 9,
100
+ "comment1": "AME",
101
+ "comment2": "bronze tier",
102
+ "comment4": "spendCoal+250000",
103
+ "questID": 3608,
104
+ "questType": "spendCurrenciesOrResources",
105
+ "chance": 1,
106
+ "duration": 10800,
107
+ "rewardPoints": 90
108
+ },
109
+ {
110
+ "allianceQuestID": 10,
111
+ "comment1": "AME",
112
+ "comment2": "bronze tier",
113
+ "comment4": "spendOil+250000",
114
+ "questID": 3609,
115
+ "questType": "spendCurrenciesOrResources",
116
+ "chance": 1,
117
+ "duration": 10800,
118
+ "rewardPoints": 90
119
+ },
120
+ {
121
+ "allianceQuestID": 11,
122
+ "comment1": "AME",
123
+ "comment2": "bronze tier",
124
+ "comment4": "spendIron+250000",
125
+ "questID": 3610,
126
+ "questType": "spendCurrenciesOrResources",
127
+ "chance": 1,
128
+ "duration": 10800,
129
+ "rewardPoints": 90
130
+ },
131
+ {
132
+ "allianceQuestID": 12,
133
+ "comment1": "AME",
134
+ "comment2": "bronze tier",
135
+ "comment4": "collectAquamarine+30000",
136
+ "questID": 3611,
137
+ "questType": "spendCurrenciesOrResources",
138
+ "chance": 1,
139
+ "duration": 10800,
140
+ "rewardPoints": 95
141
+ },
142
+ {
143
+ "allianceQuestID": 13,
144
+ "comment1": "AME",
145
+ "comment2": "bronze tier",
146
+ "comment3": "Warwagon",
147
+ "comment4": "collectTools+50+403",
148
+ "questID": 3612,
149
+ "questType": "spendCurrenciesOrResources",
150
+ "chance": 1,
151
+ "duration": 10800,
152
+ "rewardPoints": 100
153
+ },
154
+ {
155
+ "allianceQuestID": 14,
156
+ "comment1": "AME",
157
+ "comment2": "bronze tier",
158
+ "comment3": "Wall Spikes",
159
+ "comment4": "collectTools+50+420",
160
+ "questID": 3613,
161
+ "questType": "spendCurrenciesOrResources",
162
+ "chance": 1,
163
+ "duration": 10800,
164
+ "rewardPoints": 100
165
+ },
166
+ {
167
+ "allianceQuestID": 15,
168
+ "comment1": "AME",
169
+ "comment2": "silver tier",
170
+ "comment3": "Robber Baron Castle",
171
+ "comment4": "countDungeons+30+40",
172
+ "questID": 3614,
173
+ "questType": "defeatTarget",
174
+ "chance": 1,
175
+ "duration": 3600,
176
+ "rewardPoints": 110
177
+ },
178
+ {
179
+ "allianceQuestID": 16,
180
+ "comment1": "AME",
181
+ "comment2": "silver tier",
182
+ "comment3": "Barbarian Tower",
183
+ "comment4": "countDungeons+30+45",
184
+ "questID": 3615,
185
+ "questType": "defeatTarget",
186
+ "chance": 1,
187
+ "duration": 3600,
188
+ "rewardPoints": 110
189
+ },
190
+ {
191
+ "allianceQuestID": 17,
192
+ "comment1": "AME",
193
+ "comment2": "silver tier",
194
+ "comment3": "Desert Tower",
195
+ "comment4": "countDungeons+30+55",
196
+ "questID": 3616,
197
+ "questType": "defeatTarget",
198
+ "chance": 1,
199
+ "duration": 3600,
200
+ "rewardPoints": 110
201
+ },
202
+ {
203
+ "allianceQuestID": 18,
204
+ "comment1": "AME",
205
+ "comment2": "silver tier",
206
+ "comment3": "Cultists Tower",
207
+ "comment4": "countDungeons+30+65",
208
+ "questID": 3617,
209
+ "questType": "defeatTarget",
210
+ "chance": 1,
211
+ "duration": 3600,
212
+ "rewardPoints": 110
213
+ },
214
+ {
215
+ "allianceQuestID": 19,
216
+ "comment1": "AME",
217
+ "comment2": "silver tier",
218
+ "comment3": "5HourSkip",
219
+ "comment4": "spendCurrency+100+1006",
220
+ "questID": 3618,
221
+ "questType": "spendCurrenciesOrResources",
222
+ "chance": 1,
223
+ "duration": 10800,
224
+ "rewardPoints": 120
225
+ },
226
+ {
227
+ "allianceQuestID": 20,
228
+ "comment1": "AME",
229
+ "comment2": "silver tier",
230
+ "comment3": "24HourSkip",
231
+ "comment4": "spendCurrency+100+1007",
232
+ "questID": 3619,
233
+ "questType": "spendCurrenciesOrResources",
234
+ "chance": 1,
235
+ "duration": 10800,
236
+ "rewardPoints": 130
237
+ },
238
+ {
239
+ "allianceQuestID": 21,
240
+ "comment1": "AME",
241
+ "comment2": "silver tier",
242
+ "comment3": "SoldierBiscuit",
243
+ "comment4": "spendCurrency+500+74",
244
+ "questID": 3620,
245
+ "questType": "spendCurrenciesOrResources",
246
+ "chance": 1,
247
+ "duration": 3600,
248
+ "rewardPoints": 140
249
+ },
250
+ {
251
+ "allianceQuestID": 22,
252
+ "comment1": "AME",
253
+ "comment2": "silver tier",
254
+ "comment4": "collectAquamarine+100000",
255
+ "questID": 3621,
256
+ "questType": "spendCurrenciesOrResources",
257
+ "chance": 1,
258
+ "duration": 10800,
259
+ "rewardPoints": 150
260
+ },
261
+ {
262
+ "allianceQuestID": 23,
263
+ "comment1": "AME",
264
+ "comment2": "silver tier",
265
+ "comment3": "SceatToken",
266
+ "comment4": "spendCurrency+500+15",
267
+ "questID": 3622,
268
+ "questType": "spendCurrenciesOrResources",
269
+ "chance": 1,
270
+ "duration": 3600,
271
+ "rewardPoints": 160
272
+ },
273
+ {
274
+ "allianceQuestID": 24,
275
+ "comment1": "AME",
276
+ "comment2": "silver tier",
277
+ "comment4": "defRangeUnits+30000+310",
278
+ "questID": 3623,
279
+ "questType": "obtainUnits",
280
+ "chance": 1,
281
+ "duration": 86400,
282
+ "rewardPoints": 180
283
+ },
284
+ {
285
+ "allianceQuestID": 25,
286
+ "comment1": "AME",
287
+ "comment2": "silver tier",
288
+ "comment4": "defMeleeUnits+30000+320",
289
+ "questID": 3624,
290
+ "questType": "obtainUnits",
291
+ "chance": 1,
292
+ "duration": 86400,
293
+ "rewardPoints": 180
294
+ },
295
+ {
296
+ "allianceQuestID": 26,
297
+ "comment1": "AME",
298
+ "comment2": "silver tier",
299
+ "comment4": "offRangeUnits+30000+310",
300
+ "questID": 3625,
301
+ "questType": "obtainUnits",
302
+ "chance": 1,
303
+ "duration": 86400,
304
+ "rewardPoints": 180
305
+ },
306
+ {
307
+ "allianceQuestID": 27,
308
+ "comment1": "AME",
309
+ "comment2": "silver tier",
310
+ "comment4": "offMeleeUnits+30000+325",
311
+ "questID": 3626,
312
+ "questType": "obtainUnits",
313
+ "chance": 1,
314
+ "duration": 86400,
315
+ "rewardPoints": 180
316
+ },
317
+ {
318
+ "allianceQuestID": 28,
319
+ "comment1": "AME",
320
+ "comment2": "silver tier",
321
+ "comment4": "collectRubies+6500",
322
+ "questID": 3627,
323
+ "questType": "obtainCurrenciesOrResources",
324
+ "chance": 1,
325
+ "duration": 86400,
326
+ "rewardPoints": 200
327
+ },
328
+ {
329
+ "allianceQuestID": 29,
330
+ "comment1": "AME",
331
+ "comment2": "light gold tier",
332
+ "comment3": "RelicFragment",
333
+ "comment4": "spendCurrency+150000+30",
334
+ "questID": 3628,
335
+ "questType": "spendCurrenciesOrResources",
336
+ "chance": 1,
337
+ "duration": 3600,
338
+ "rewardPoints": 250
339
+ },
340
+ {
341
+ "allianceQuestID": 30,
342
+ "comment1": "AME",
343
+ "comment2": "light gold tier",
344
+ "comment3": "Robber Baron Castle",
345
+ "comment4": "countDungeons+60+80",
346
+ "questID": 3629,
347
+ "questType": "defeatTarget",
348
+ "chance": 1,
349
+ "duration": 3600,
350
+ "rewardPoints": 260
351
+ },
352
+ {
353
+ "allianceQuestID": 31,
354
+ "comment1": "AME",
355
+ "comment2": "light gold tier",
356
+ "comment3": "Barbarian Tower",
357
+ "comment4": "countDungeons+60+50",
358
+ "questID": 3630,
359
+ "questType": "defeatTarget",
360
+ "chance": 1,
361
+ "duration": 3600,
362
+ "rewardPoints": 260
363
+ },
364
+ {
365
+ "allianceQuestID": 32,
366
+ "comment1": "AME",
367
+ "comment2": "light gold tier",
368
+ "comment3": "Desert Tower",
369
+ "comment4": "countDungeons+60+60",
370
+ "questID": 3631,
371
+ "questType": "defeatTarget",
372
+ "chance": 1,
373
+ "duration": 3600,
374
+ "rewardPoints": 260
375
+ },
376
+ {
377
+ "allianceQuestID": 33,
378
+ "comment1": "AME",
379
+ "comment2": "light gold tier",
380
+ "comment3": "Cultists Tower",
381
+ "comment4": "countDungeons+60+70",
382
+ "questID": 3632,
383
+ "questType": "defeatTarget",
384
+ "chance": 1,
385
+ "duration": 3600,
386
+ "rewardPoints": 260
387
+ },
388
+ {
389
+ "allianceQuestID": 34,
390
+ "comment1": "AME",
391
+ "comment2": "light gold tier",
392
+ "comment3": "GenXP2500",
393
+ "comment4": "spendCurrency+10+7004",
394
+ "questID": 3633,
395
+ "questType": "spendCurrenciesOrResources",
396
+ "chance": 1,
397
+ "duration": 3600,
398
+ "rewardPoints": 270
399
+ },
400
+ {
401
+ "allianceQuestID": 35,
402
+ "comment1": "AME",
403
+ "comment2": "light gold tier",
404
+ "comment3": "GenXP5000",
405
+ "comment4": "spendCurrency+8+7005",
406
+ "questID": 3634,
407
+ "questType": "spendCurrenciesOrResources",
408
+ "chance": 1,
409
+ "duration": 3600,
410
+ "rewardPoints": 280
411
+ },
412
+ {
413
+ "allianceQuestID": 36,
414
+ "comment1": "AME",
415
+ "comment2": "light gold tier",
416
+ "comment3": "GenXP10000",
417
+ "comment4": "spendCurrency+5+7007",
418
+ "questID": 3635,
419
+ "questType": "spendCurrenciesOrResources",
420
+ "chance": 1,
421
+ "duration": 3600,
422
+ "rewardPoints": 290
423
+ },
424
+ {
425
+ "allianceQuestID": 37,
426
+ "comment1": "AME",
427
+ "comment2": "light gold tier",
428
+ "comment3": "PrincessToken",
429
+ "comment4": "spendCurrency+10+6003",
430
+ "questID": 3636,
431
+ "questType": "spendCurrenciesOrResources",
432
+ "chance": 1,
433
+ "duration": 3600,
434
+ "rewardPoints": 300
435
+ },
436
+ {
437
+ "allianceQuestID": 38,
438
+ "comment1": "AME",
439
+ "comment2": "light gold tier",
440
+ "comment3": "KnightToken",
441
+ "comment4": "spendCurrency+15+6002",
442
+ "questID": 3637,
443
+ "questType": "spendCurrenciesOrResources",
444
+ "chance": 1,
445
+ "duration": 3600,
446
+ "rewardPoints": 300
447
+ },
448
+ {
449
+ "allianceQuestID": 39,
450
+ "comment1": "AME",
451
+ "comment2": "light gold tier",
452
+ "comment3": "FatKingToken",
453
+ "comment4": "spendCurrency+30+6001",
454
+ "questID": 3638,
455
+ "questType": "spendCurrenciesOrResources",
456
+ "chance": 1,
457
+ "duration": 3600,
458
+ "rewardPoints": 300
459
+ },
460
+ {
461
+ "allianceQuestID": 40,
462
+ "comment1": "AME",
463
+ "comment2": "light gold tier",
464
+ "comment3": "Plaster",
465
+ "comment4": "spendCurrency+500+62",
466
+ "questID": 3639,
467
+ "questType": "spendCurrenciesOrResources",
468
+ "chance": 1,
469
+ "duration": 3600,
470
+ "rewardPoints": 310
471
+ },
472
+ {
473
+ "allianceQuestID": 41,
474
+ "comment1": "AME",
475
+ "comment2": "light gold tier",
476
+ "comment3": "AllianceCoin",
477
+ "comment4": "spendCurrency+10+83",
478
+ "questID": 3640,
479
+ "questType": "spendCurrenciesOrResources",
480
+ "chance": 1,
481
+ "duration": 3600,
482
+ "rewardPoints": 320
483
+ },
484
+ {
485
+ "allianceQuestID": 42,
486
+ "comment1": "AME",
487
+ "comment2": "light gold tier",
488
+ "comment3": "LegendaryToken",
489
+ "comment4": "spendCurrency+750+28",
490
+ "questID": 3641,
491
+ "questType": "spendCurrenciesOrResources",
492
+ "chance": 1,
493
+ "duration": 3600,
494
+ "rewardPoints": 330
495
+ },
496
+ {
497
+ "allianceQuestID": 43,
498
+ "comment1": "AME",
499
+ "comment2": "light gold tier",
500
+ "comment3": "LegendaryMaterial",
501
+ "comment4": "spendCurrency+1500+29",
502
+ "questID": 3642,
503
+ "questType": "spendCurrenciesOrResources",
504
+ "chance": 1,
505
+ "duration": 3600,
506
+ "rewardPoints": 330
507
+ },
508
+ {
509
+ "allianceQuestID": 44,
510
+ "comment1": "AME",
511
+ "comment2": "light gold tier",
512
+ "comment3": "ImperialDucat",
513
+ "comment4": "spendCurrency+225+64",
514
+ "questID": 3643,
515
+ "questType": "spendCurrenciesOrResources",
516
+ "chance": 1,
517
+ "duration": 3600,
518
+ "rewardPoints": 340
519
+ },
520
+ {
521
+ "allianceQuestID": 45,
522
+ "comment1": "AME",
523
+ "comment2": "light gold tier",
524
+ "comment3": "SaleDaysLuckyWheelTicket",
525
+ "comment4": "spendCurrency+350+45",
526
+ "questID": 3644,
527
+ "questType": "spendCurrenciesOrResources",
528
+ "chance": 1,
529
+ "duration": 43200,
530
+ "rewardPoints": 350
531
+ },
532
+ {
533
+ "allianceQuestID": 46,
534
+ "comment1": "AME",
535
+ "comment2": "gold tier",
536
+ "comment3": "SaleDaysLuckyWheelTicket",
537
+ "comment4": "collectCurrency+225+45",
538
+ "questID": 3645,
539
+ "questType": "obtainCurrenciesOrResources",
540
+ "chance": 1,
541
+ "duration": 3600,
542
+ "rewardPoints": 400
543
+ },
544
+ {
545
+ "allianceQuestID": 47,
546
+ "comment1": "AME",
547
+ "comment2": "gold tier",
548
+ "comment3": "GenXP5000",
549
+ "comment4": "spendCurrency+15+7005",
550
+ "questID": 3646,
551
+ "questType": "spendCurrenciesOrResources",
552
+ "chance": 1,
553
+ "duration": 3600,
554
+ "rewardPoints": 410
555
+ },
556
+ {
557
+ "allianceQuestID": 48,
558
+ "comment1": "AME",
559
+ "comment2": "gold tier",
560
+ "comment3": "GenXP10000",
561
+ "comment4": "spendCurrency+10+7007",
562
+ "questID": 3647,
563
+ "questType": "spendCurrenciesOrResources",
564
+ "chance": 1,
565
+ "duration": 3600,
566
+ "rewardPoints": 420
567
+ },
568
+ {
569
+ "allianceQuestID": 49,
570
+ "comment1": "AME",
571
+ "comment2": "gold tier",
572
+ "comment4": "defRangeUnits+25000+357",
573
+ "questID": 3648,
574
+ "questType": "obtainUnits",
575
+ "chance": 1,
576
+ "duration": 86400,
577
+ "rewardPoints": 430
578
+ },
579
+ {
580
+ "allianceQuestID": 50,
581
+ "comment1": "AME",
582
+ "comment2": "gold tier",
583
+ "comment4": "defMeleeUnits+25000+368",
584
+ "questID": 3649,
585
+ "questType": "obtainUnits",
586
+ "chance": 1,
587
+ "duration": 86400,
588
+ "rewardPoints": 430
589
+ },
590
+ {
591
+ "allianceQuestID": 51,
592
+ "comment1": "AME",
593
+ "comment2": "gold tier",
594
+ "comment4": "offRangeUnits+25000+372",
595
+ "questID": 3650,
596
+ "questType": "obtainUnits",
597
+ "chance": 1,
598
+ "duration": 86400,
599
+ "rewardPoints": 430
600
+ },
601
+ {
602
+ "allianceQuestID": 52,
603
+ "comment1": "AME",
604
+ "comment2": "gold tier",
605
+ "comment4": "offMeleeUnits+25000+390",
606
+ "questID": 3651,
607
+ "questType": "obtainUnits",
608
+ "chance": 1,
609
+ "duration": 86400,
610
+ "rewardPoints": 430
611
+ },
612
+ {
613
+ "allianceQuestID": 53,
614
+ "comment1": "AME",
615
+ "comment2": "gold tier",
616
+ "comment3": "DianaToken",
617
+ "comment4": "spendCurrency+5+6008",
618
+ "questID": 3652,
619
+ "questType": "spendCurrenciesOrResources",
620
+ "chance": 1,
621
+ "duration": 3600,
622
+ "rewardPoints": 440
623
+ },
624
+ {
625
+ "allianceQuestID": 54,
626
+ "comment1": "AME",
627
+ "comment2": "gold tier",
628
+ "comment3": "HasanToken",
629
+ "comment4": "spendCurrency+5+6007",
630
+ "questID": 3653,
631
+ "questType": "spendCurrenciesOrResources",
632
+ "chance": 1,
633
+ "duration": 3600,
634
+ "rewardPoints": 440
635
+ },
636
+ {
637
+ "allianceQuestID": 55,
638
+ "comment1": "AME",
639
+ "comment2": "gold tier",
640
+ "comment3": "TiziToken",
641
+ "comment4": "spendCurrency+5+6005",
642
+ "questID": 3654,
643
+ "questType": "spendCurrenciesOrResources",
644
+ "chance": 1,
645
+ "duration": 3600,
646
+ "rewardPoints": 440
647
+ },
648
+ {
649
+ "allianceQuestID": 56,
650
+ "comment1": "AME",
651
+ "comment2": "gold tier",
652
+ "comment3": "SoldierBiscuit",
653
+ "comment4": "collectCurrency+1000+74",
654
+ "questID": 3655,
655
+ "questType": "obtainCurrenciesOrResources",
656
+ "chance": 1,
657
+ "duration": 900,
658
+ "rewardPoints": 450
659
+ },
660
+ {
661
+ "allianceQuestID": 57,
662
+ "comment1": "AME",
663
+ "comment2": "gold tier",
664
+ "comment4": "collectRubies+15000",
665
+ "questID": 3656,
666
+ "questType": "obtainCurrenciesOrResources",
667
+ "chance": 1,
668
+ "duration": 900,
669
+ "rewardPoints": 450
670
+ },
671
+ {
672
+ "allianceQuestID": 58,
673
+ "comment1": "AME",
674
+ "comment2": "gold tier",
675
+ "comment3": "AllianceCoin",
676
+ "comment4": "buyCurrency+1+83",
677
+ "questID": 3657,
678
+ "questType": "obtainCurrenciesOrResources",
679
+ "chance": 1,
680
+ "duration": 3600,
681
+ "rewardPoints": 450
682
+ },
683
+ {
684
+ "allianceQuestID": 59,
685
+ "comment1": "AME",
686
+ "comment2": "gold tier",
687
+ "comment4": "collectRubies+35000",
688
+ "questID": 3658,
689
+ "questType": "obtainCurrenciesOrResources",
690
+ "chance": 1,
691
+ "duration": 900,
692
+ "rewardPoints": 500
693
+ },
694
+ {
695
+ "allianceQuestID": 60,
696
+ "comment1": "AME",
697
+ "comment2": "gold tier",
698
+ "comment3": "AllianceCoin",
699
+ "comment4": "buyCurrency+3+83",
700
+ "questID": 3659,
701
+ "questType": "obtainCurrenciesOrResources",
702
+ "chance": 1,
703
+ "duration": 3600,
704
+ "rewardPoints": 500
705
+ },
706
+ {
707
+ "allianceQuestID": 61,
708
+ "comment1": "AME",
709
+ "comment2": "gold tier",
710
+ "comment4": "collectRubies+75000",
711
+ "questID": 3660,
712
+ "questType": "obtainCurrenciesOrResources",
713
+ "chance": 2,
714
+ "duration": 900,
715
+ "rewardPoints": 550
716
+ },
717
+ {
718
+ "allianceQuestID": 62,
719
+ "comment1": "AME",
720
+ "comment2": "gold tier",
721
+ "comment4": "buydefRangeUnits+25000+310",
722
+ "questID": 3661,
723
+ "questType": "obtainUnits",
724
+ "chance": 2,
725
+ "duration": 86400,
726
+ "rewardPoints": 550
727
+ },
728
+ {
729
+ "allianceQuestID": 63,
730
+ "comment1": "AME",
731
+ "comment2": "gold tier",
732
+ "comment4": "buydefMeleeUnits+25000+320",
733
+ "questID": 3662,
734
+ "questType": "obtainUnits",
735
+ "chance": 2,
736
+ "duration": 86400,
737
+ "rewardPoints": 550
738
+ },
739
+ {
740
+ "allianceQuestID": 64,
741
+ "comment1": "AME",
742
+ "comment2": "gold tier",
743
+ "comment4": "buyoffRangeUnits+25000+310",
744
+ "questID": 3663,
745
+ "questType": "obtainUnits",
746
+ "chance": 2,
747
+ "duration": 86400,
748
+ "rewardPoints": 550
749
+ },
750
+ {
751
+ "allianceQuestID": 65,
752
+ "comment1": "AME",
753
+ "comment2": "gold tier",
754
+ "comment4": "buyoffMeleeUnits+25000+325",
755
+ "questID": 3664,
756
+ "questType": "obtainUnits",
757
+ "chance": 2,
758
+ "duration": 86400,
759
+ "rewardPoints": 550
760
+ },
761
+ {
762
+ "allianceQuestID": 66,
763
+ "comment1": "AME",
764
+ "comment2": "gold tier",
765
+ "comment3": "AllianceCoin",
766
+ "comment4": "buyCurrency+7+83",
767
+ "questID": 3665,
768
+ "questType": "obtainCurrenciesOrResources",
769
+ "chance": 2,
770
+ "duration": 3600,
771
+ "rewardPoints": 550
772
+ }
773
+ ]
774
+ }