-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevents.json
899 lines (899 loc) · 24.3 KB
/
events.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
[
{
"eventsName": "The growth of the kingdom",
"category": "Development",
"dateStart1": "27/5/2022",
"dateEnd1": "28/5/2022",
"dateStart2": "10/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "24/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "8/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "22/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "increase building power up to 100k; research up to 100k power points; troop combat power up to 100k; and combat power up to 1M",
"consistent": true,
"dateStart6": "5/8/2022",
"dateStart7": "19/8/2022"
},
{
"eventsName": "The great kingdom",
"category": "Development",
"dateStart1": "24/5/2022",
"dateEnd1": "28/5/2022",
"dateStart2": "7/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "21/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "2/8/2022",
"predict3": false,
"periocity3": "42",
"dateStart5": "16/8/2022",
"predict4": true,
"periocity4": "14",
"duration": 5,
"description": "5 stages: 1. train (up to 100k points); 2. fight (kill monsters up to 100k points) 3.gather (up to 100k event point) 4 power (up to 100k power points) 5. Kill event (up to 100k kill/injure points)",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "The great construction",
"category": "Development",
"dateStart1": "27/5/2022",
"dateEnd1": "28/5/2022",
"dateStart2": "11/6/2022",
"predict1": "FALSE",
"periocity1": 15,
"dateStart3": "25/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "9/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "23/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Building power (up to 150k points)",
"consistent": false,
"dateStart6": "6/8/2022",
"dateStart7": "20/8/2022"
},
{
"eventsName": "Faster growth; faster development",
"category": "Development",
"dateStart1": "26/5/2022",
"dateEnd1": "27/5/2022",
"dateStart2": "9/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "23/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "7/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "21/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Use speedup items (from 100 mins to 4000mins)",
"consistent": true,
"dateStart6": "18/8/2022",
"dateStart7": ""
},
{
"eventsName": "For the victory",
"category": "Development",
"dateStart1": "30/5/2022",
"dateEnd1": "3/6/2022",
"dateStart2": "13/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "27/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "8/8/2022",
"predict3": false,
"periocity3": "42",
"dateStart5": "",
"predict4": true,
"periocity4": "22/5/1777",
"duration": 5,
"description": "harvest (up to 150k); gather (up to 1.5M in food; lumber; stone and gold); speedup (up to 8000 min); train (up to 100k units); crystal purchase (up to 10k crystal)",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "Prep for the monster hunt",
"category": "Combat",
"dateStart1": "28/5/2022",
"dateEnd1": "29/5/2022",
"dateStart2": "12/6/2022",
"predict1": "FALSE",
"periocity1": 15,
"dateStart3": "25/6/2022",
"predict2": false,
"periocity2": 13,
"dateStart4": "3/7/2022",
"predict3": false,
"periocity3": "8",
"dateStart5": "23/7/2022",
"predict4": false,
"periocity4": "20",
"duration": 2,
"description": "Increase combat power; train units; kill monsters and gather resources",
"consistent": false,
"dateStart6": "7/8/2022",
"dateStart7": "20/8/2022"
},
{
"eventsName": "The treasure hunt",
"category": "Combat",
"dateStart1": "29/5/2022",
"dateEnd1": "30/5/2022",
"dateStart2": "14/6/2022",
"predict1": "FALSE",
"periocity1": 16,
"dateStart3": "30/6/2022",
"predict2": true,
"periocity2": 16,
"dateStart4": "16/7/2022",
"predict3": true,
"periocity3": "16",
"dateStart5": "24/7/2022",
"predict4": false,
"periocity4": "8",
"duration": 2,
"description": "(same as Prep for the monster hunter) Increase combat power; train units; kill monsters and gather resources",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "Hunting prep",
"category": "Combat",
"dateStart1": "26/5/2022",
"dateEnd1": "27/5/2022",
"dateStart2": "9/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "19/6/2022",
"predict2": false,
"periocity2": 10,
"dateStart4": "10/7/2022",
"predict3": false,
"periocity3": "21",
"dateStart5": "21/7/2022",
"predict4": true,
"periocity4": "11",
"duration": 2,
"description": "Train units (5k archers; infatry and cavalry; and 30k units in total)",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "The steel infantry",
"category": "Combat",
"dateStart1": "30/5/2022",
"dateEnd1": "31/5/2022",
"dateStart2": "13/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "27/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "11/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "25/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Train infantrymen of tier2 or higher (up to 20k units)",
"consistent": true,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "The deadly arrow",
"category": "Combat",
"dateStart1": "1/6/2022",
"dateEnd1": "2/6/2022",
"dateStart2": "15/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "29/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "13/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "27/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Train archers of tier2 or higher (up to 20k units)",
"consistent": true,
"dateStart6": "10/8/2022",
"dateStart7": ""
},
{
"eventsName": "The fleet of chasseurs",
"category": "Combat",
"dateStart1": "3/6/2022",
"dateEnd1": "4/6/2022",
"dateStart2": "17/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "1/7/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "15/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "29/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Train cavaliers of tier2 or higher (up to 20k units)",
"consistent": true,
"dateStart6": "12/8/2022",
"dateStart7": ""
},
{
"eventsName": "The siege (Train)",
"category": "Combat",
"dateStart1": "4/6/2022",
"dateEnd1": "4/6/2022",
"dateStart2": "18/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "2/7/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "13/8/2022",
"predict3": true,
"periocity3": "42",
"dateStart5": "",
"predict4": null,
"periocity4": "17/5/1777",
"duration": 1,
"description": "Train warriors up to 10M points (1tier = 5points; 2tier = 10; 3=20; 4=50; 5=100)",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "The siege (Casualty)",
"category": "Combat",
"dateStart1": "4/6/2022",
"dateEnd1": "4/6/2022",
"dateStart2": "18/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "2/7/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "13/8/2022",
"predict3": false,
"periocity3": "42",
"dateStart5": "",
"predict4": null,
"periocity4": "17/5/1777",
"duration": 1,
"description": "Death in armor (up to 10M points) - for every (T1;T2;T3;T4;T5) = (4; 8; 15; 50; 100 points)",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "The matchless army",
"category": "Combat",
"dateStart1": "5/6/2022",
"dateEnd1": "6/6/2022",
"dateStart2": "19/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "3/7/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "17/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "31/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Train 10k; 8k; 4k; 2k; 1k of tier5;4;3;2;1 respectively or higher ",
"consistent": true,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "The power of the kingdom",
"category": "Combat",
"dateStart1": "7/6/2022",
"dateEnd1": "8/6/2022",
"dateStart2": "21/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "5/7/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "2/8/2022",
"predict3": false,
"periocity3": "28",
"dateStart5": "",
"predict4": null,
"periocity4": "28/5/1777",
"duration": 2,
"description": "Train up to 5k in infatry; archers and cavalry and up to 30k in any unit",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "The grandmeister",
"category": "Research",
"dateStart1": "4/6/2022",
"dateEnd1": "5/6/2022",
"dateStart2": "18/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "2/7/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "30/7/2022",
"predict3": false,
"periocity3": "28",
"dateStart5": "13/8/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Increase research score by up to 100k",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "The Golem annihilation",
"category": "Monsters",
"dateStart1": "27/5/2022",
"dateEnd1": "28/5/2022",
"dateStart2": "10/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "24/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "8/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "22/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Kill various Golem monsters from level 1 to level 6",
"consistent": true,
"dateStart6": "5/8/2022",
"dateStart7": "19/8/2022"
},
{
"eventsName": "The skeleton annihilation",
"category": "Monsters",
"dateStart1": "25/5/2022",
"dateEnd1": "26/5/2022",
"dateStart2": "8/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "22/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "6/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "20/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Kill various Skeleton monsters from level 1 to level 6",
"consistent": true,
"dateStart6": "3/8/2022",
"dateStart7": "17/8/2022"
},
{
"eventsName": "The Orc annihilation",
"category": "Monsters",
"dateStart1": "6/6/2022",
"dateEnd1": "7/6/2022",
"dateStart2": "20/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "4/7/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "18/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "",
"predict4": true,
"periocity4": "12/6/1777",
"duration": 2,
"description": "Kill various Orc monsters from level 1 to level 6",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "The safety of the kingdom",
"category": "Monsters",
"dateStart1": "25/5/2022",
"dateEnd1": "26/5/2022",
"dateStart2": "8/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "22/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "6/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "20/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Kill up to 20 golem, skeleton and orc; kill up to 100 monsters",
"consistent": true,
"dateStart6": "3/8/2022",
"dateStart7": "17/8/2022"
},
{
"eventsName": "The threat of the kingdom",
"category": "Monsters",
"dateStart1": "31/5/2022",
"dateEnd1": "1/6/2022",
"dateStart2": "14/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "28/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "12/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "26/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Kill up to 30 Deathkar monster (not level specification)",
"consistent": true,
"dateStart6": "9/8/2022",
"dateStart7": ""
},
{
"eventsName": "The hunter",
"category": "Monsters",
"dateStart1": "21/6/2022",
"dateEnd1": "22/6/2022",
"dateStart2": "5/7/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "2/8/2022",
"predict2": false,
"periocity2": 28,
"dateStart4": "",
"predict3": false,
"periocity3": "28/5/1777",
"dateStart5": "",
"predict4": true,
"periocity4": "0",
"duration": 2,
"description": "Kill up to 30 monsters; up to 10 deathkar; heal troops up to 5000",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "A giant feast",
"category": "Resources",
"dateStart1": "29/5/2022",
"dateEnd1": "30/5/2022",
"dateStart2": "12/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "26/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "10/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "24/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Gather food (from 50k to 3M)",
"consistent": true,
"dateStart6": "7/8/2022",
"dateStart7": "21/8/2022"
},
{
"eventsName": "The lumber jack",
"category": "Resources",
"dateStart1": "31/5/2022",
"dateEnd1": "1/6/2022",
"dateStart2": "14/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "28/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "12/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "26/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Gather lumber (from 50k to 3M)",
"consistent": true,
"dateStart6": "9/8/2022",
"dateStart7": "23/8/2022"
},
{
"eventsName": "The king of mining",
"category": "Resources",
"dateStart1": "2/6/2022",
"dateEnd1": "3/6/2022",
"dateStart2": "16/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "30/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "14/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "28/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Gather stone (from 50k to 3M)",
"consistent": true,
"dateStart6": "11/8/2022",
"dateStart7": "25/8/2022"
},
{
"eventsName": "The gold rush",
"category": "Resources",
"dateStart1": "4/6/2022",
"dateEnd1": "5/6/2022",
"dateStart2": "18/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "2/7/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "16/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "30/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Gather gold(from 50k to 3M)",
"consistent": true,
"dateStart6": "13/8/2022",
"dateStart7": "27/8/2022"
},
{
"eventsName": "The resource of the kingdom",
"category": "Resources",
"dateStart1": "6/6/2022",
"dateEnd1": "7/6/2022",
"dateStart2": "20/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "4/7/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "18/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "",
"predict4": null,
"periocity4": "12/6/1777",
"duration": 2,
"description": "Gather up to 500k in food; lumber; stone and gold; and up to 3M in any resource",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "Resource gatherer",
"category": "Resources",
"dateStart1": "6/6/2022",
"dateEnd1": "7/6/2022",
"dateStart2": "22/6/2022",
"predict1": "FALSE",
"periocity1": 16,
"dateStart3": "7/7/2022",
"predict2": false,
"periocity2": 15,
"dateStart4": "17/8/2022",
"predict3": false,
"periocity3": "41",
"dateStart5": "",
"predict4": null,
"periocity4": "13/5/1777",
"duration": 2,
"description": "Acquire (by any mean) up to 1.5M of food; lumber; stone and gold. Acquire up to 500k crystal",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "Brothers in arms",
"category": "Miscellaneous",
"dateStart1": "30/5/2022",
"dateEnd1": "31/5/2022",
"dateStart2": "13/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "27/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "11/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "25/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Help (up to 50 times)",
"consistent": true,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "Treasure hunter",
"category": "Miscellaneous",
"dateStart1": "2/6/2022",
"dateEnd1": "3/6/2022",
"dateStart2": "16/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "30/6/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "14/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "28/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Use silver chest (up to 10 times) and Gold chest (up to 3 times)",
"consistent": true,
"dateStart6": "11/8/2022",
"dateStart7": ""
},
{
"eventsName": "The trader",
"category": "Miscellaneous",
"dateStart1": "3/6/2022",
"dateEnd1": "4/6/2022",
"dateStart2": "17/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "1/7/2022",
"predict2": true,
"periocity2": 14,
"dateStart4": "15/7/2022",
"predict3": true,
"periocity3": "14",
"dateStart5": "29/7/2022",
"predict4": true,
"periocity4": "14",
"duration": 2,
"description": "Acquire up to 300 crystal and purchase up to 20 caravan items",
"consistent": true,
"dateStart6": "12/8/2022",
"dateStart7": ""
},
{
"eventsName": "Recycle",
"category": "Miscellaneous",
"dateStart1": "5/6/2022",
"dateEnd1": "5/6/2022",
"dateStart2": "26/6/2022",
"predict1": "FALSE",
"periocity1": 21,
"dateStart3": "31/7/2022",
"predict2": false,
"periocity2": 35,
"dateStart4": "21/8/2022",
"predict3": true,
"periocity3": "21",
"dateStart5": "",
"predict4": false,
"periocity4": "9/5/1777",
"duration": 1,
"description": "Exchange piece of normal; magic and epic treasure for magic; epic and legendary piece of treasure; gathering; gold; stone; lumber and food for resource box; golden hammer for 1 speed up building for 1 day",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "Drops make a shower",
"category": "Miscellaneous",
"dateStart1": "7/6/2022",
"dateEnd1": "8/6/2022",
"dateStart2": "21/6/2022",
"predict1": "TRUE",
"periocity1": 14,
"dateStart3": "9/7/2022",
"predict2": false,
"periocity2": 18,
"dateStart4": "17/7/2022",
"predict3": false,
"periocity3": "8",
"dateStart5": "2/8/2022",
"predict4": false,
"periocity4": "16",
"duration": 2,
"description": "Gather any resource",
"consistent": false,
"dateStart6": "18/8/2022",
"dateStart7": ""
},
{
"eventsName": "Finding the green dragon eggs!",
"category": "Dragons",
"dateStart1": "1/6/2022",
"dateEnd1": "1/6/2022",
"dateStart2": "11/6/2022",
"predict1": "FALSE",
"periocity1": 10,
"dateStart3": "29/6/2022",
"predict2": true,
"periocity2": 18,
"dateStart4": "27/7/2022",
"predict3": false,
"periocity3": "28",
"dateStart5": "",
"predict4": null,
"periocity4": "-44769",
"duration": 1,
"description": "upgrade 1 build; technologies; harvest 10k resources; 50k; help; hunt 1 monster; train 3k soldiers",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "Finding the red dragon eggs!",
"category": "Dragons",
"dateStart1": "15/6/2022",
"dateEnd1": "15/6/2022",
"dateStart2": "9/7/2022",
"predict1": "FALSE",
"periocity1": 24,
"dateStart3": "13/7/2022",
"predict2": false,
"periocity2": 4,
"dateStart4": "10/8/2022",
"predict3": false,
"periocity3": "28",
"dateStart5": "",
"predict4": null,
"periocity4": "20/5/1777",
"duration": 1,
"description": "upgrade 1 build; technologies; harvest 10k resources; 50k; help; hunt 1 monster; train 3k soldiers",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "3th Anniversary event",
"category": "Anual",
"dateStart1": "3/7/2022",
"dateEnd1": "9/7/2022",
"dateStart2": "",
"predict1": "TRUE",
"periocity1": 365,
"dateStart3": "",
"predict2": null,
"periocity2": null,
"dateStart4": "",
"predict3": null,
"periocity3": "0",
"dateStart5": "",
"predict4": null,
"periocity4": "0",
"duration": 7,
"description": "5 stages: 1 (login up to 5 times during the festival, consume up to 10k crystals, help up to 250 times). 2 ()",
"consistent": true,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "Collect anniversary confetti",
"category": "Special",
"dateStart1": "3/7/2022",
"dateEnd1": "9/7/2022",
"dateStart2": "",
"predict1": "TRUE",
"periocity1": 365,
"dateStart3": "",
"predict2": null,
"periocity2": null,
"dateStart4": "",
"predict3": null,
"periocity3": "0",
"dateStart5": "",
"predict4": null,
"periocity4": "0",
"duration": 7,
"description": "Confetti is used to win special rewards (normal and premium rewards). Confetti can we obteined by (upgrading 1 building, 1 tech, harvesting 5k resourses, collecting 50k resources, 1 help, kill 1 monster, train 1k soldiers, purchasing 1 caravan item)",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "The treasure hunt (chests)",
"category": "Special",
"dateStart1": "3/7/2022",
"dateEnd1": "10/7/2022",
"dateStart2": "10/7/2022",
"predict1": "17/7/2022",
"periocity1": 7,
"dateStart3": "",
"predict2": null,
"periocity2": null,
"dateStart4": "",
"predict3": null,
"periocity3": "0",
"dateStart5": "",
"predict4": null,
"periocity4": "0",
"duration": 7,
"description": "Every day pick 1 of 15 chests on the screen, the first one is free, after that each cost 300 gems. Includes rewards like 1M resources, bottle of lord's experience points, special or unique treasures",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
},
{
"eventsName": "CVC",
"category": "Special",
"dateStart1": "3/7/2022",
"dateEnd1": "31/7/2022",
"dateStart2": "12/9/2022",
"predict1": "10/10/2022",
"periocity1": 71,
"dateStart3": "",
"predict2": null,
"periocity2": null,
"dateStart4": "",
"predict3": null,
"periocity3": "0",
"dateStart5": "",
"predict4": null,
"periocity4": "0",
"duration": 30,
"description": "It repeats around every 2 months. See details in the <a href=\"https://discord.gg/mSm8JqSq4U\">official discord server</a> in announcements",
"consistent": false,
"dateStart6": "",
"dateStart7": ""
}
]