e4k-data 4.90.51 → 4.92.77

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 (47) hide show
  1. package/data/buildings.json +31321 -899
  2. package/data/constructionItems.json +504 -7
  3. package/data/currencies.json +7 -0
  4. package/data/effects.json +9 -9
  5. package/data/effecttypes.json +106 -53
  6. package/data/equipments.json +132 -2
  7. package/data/events.json +15 -2
  8. package/data/expansions.json +54 -54
  9. package/data/gachaEvents.json +84 -0
  10. package/data/horses.json +143 -143
  11. package/data/leaguetypeEvents.json +42 -0
  12. package/data/leaguetypes.json +7 -0
  13. package/data/lootBoxTombolas.json +1168 -0
  14. package/data/mightranks.json +65 -25
  15. package/data/packages.json +158 -19
  16. package/data/quests.json +0 -176
  17. package/data/rewards.json +782 -365
  18. package/data/slums.json +6 -6
  19. package/data/units.json +120 -0
  20. package/data/version.json +1 -1
  21. package/data/versionInfo.json +3 -3
  22. package/data/wodIds.json +186 -186
  23. package/data/worldmapskins.json +10 -0
  24. package/images/x768.json +1027 -19
  25. package/languages/da.json +146 -15
  26. package/languages/de.json +146 -15
  27. package/languages/el.json +146 -15
  28. package/languages/en.json +146 -15
  29. package/languages/es.json +146 -15
  30. package/languages/fi.json +146 -15
  31. package/languages/fr.json +147 -16
  32. package/languages/it.json +146 -15
  33. package/languages/ja.json +146 -15
  34. package/languages/ko.json +146 -15
  35. package/languages/nl.json +148 -17
  36. package/languages/no.json +146 -15
  37. package/languages/pl.json +159 -28
  38. package/languages/pt.json +146 -15
  39. package/languages/ru.json +146 -15
  40. package/languages/sv.json +146 -15
  41. package/languages/tr.json +146 -15
  42. package/languages/zh_CN.json +146 -15
  43. package/languages/zh_TW.json +146 -15
  44. package/package.json +1 -1
  45. package/typings/data.d.ts +18 -4
  46. package/typings/images.d.ts +66 -3
  47. package/typings/languages.d.ts +133 -2
@@ -380,7 +380,8 @@
380
380
  "effectTypeID": 48,
381
381
  "crossplayID": 48,
382
382
  "name": "marketSpeedBonus",
383
- "sortCategory": 7
383
+ "sortCategory": 9,
384
+ "sortGroup": 3
384
385
  },
385
386
  {
386
387
  "effectTypeID": 52,
@@ -391,7 +392,8 @@
391
392
  "effectTypeID": 55,
392
393
  "crossplayID": 55,
393
394
  "name": "lootBonusPvP",
394
- "sortCategory": 5
395
+ "sortCategory": 6,
396
+ "sortGroup": 26
395
397
  },
396
398
  {
397
399
  "effectTypeID": 56,
@@ -402,37 +404,43 @@
402
404
  "effectTypeID": 69,
403
405
  "crossplayID": 69,
404
406
  "name": "foodProductionBonus",
405
- "sortCategory": 7
407
+ "sortCategory": 7,
408
+ "sortGroup": 24
406
409
  },
407
410
  {
408
411
  "effectTypeID": 70,
409
412
  "crossplayID": 70,
410
413
  "name": "recruitmentCostDecrease",
411
- "sortCategory": 7
414
+ "sortCategory": 9,
415
+ "sortGroup": 8
412
416
  },
413
417
  {
414
418
  "effectTypeID": 71,
415
419
  "crossplayID": 71,
416
420
  "name": "recuitmentSpeedBoost",
417
- "sortCategory": 7
421
+ "sortCategory": 9,
422
+ "sortGroup": 5
418
423
  },
419
424
  {
420
425
  "effectTypeID": 72,
421
426
  "crossplayID": 72,
422
427
  "name": "toolProductionSpeedBoost",
423
- "sortCategory": 7
428
+ "sortCategory": 9,
429
+ "sortGroup": 6
424
430
  },
425
431
  {
426
432
  "effectTypeID": 73,
427
433
  "crossplayID": 73,
428
434
  "name": "spyCountBoost",
429
- "sortCategory": 7
435
+ "sortCategory": 9,
436
+ "sortGroup": 1
430
437
  },
431
438
  {
432
439
  "effectTypeID": 74,
433
440
  "crossplayID": 74,
434
441
  "name": "publicOrderBoost",
435
- "sortCategory": 7
442
+ "sortCategory": 7,
443
+ "sortGroup": 17
436
444
  },
437
445
  {
438
446
  "effectTypeID": 75,
@@ -452,7 +460,8 @@
452
460
  "effectTypeID": 77,
453
461
  "crossplayID": 77,
454
462
  "name": "allianceFameGainBoost",
455
- "sortCategory": 6
463
+ "sortCategory": 6,
464
+ "sortGroup": 29
456
465
  },
457
466
  {
458
467
  "effectTypeID": 78,
@@ -473,7 +482,8 @@
473
482
  "effectTypeID": 80,
474
483
  "crossplayID": 80,
475
484
  "name": "foodProductionBoost",
476
- "sortCategory": 7
485
+ "sortCategory": 7,
486
+ "sortGroup": 25
477
487
  },
478
488
  {
479
489
  "effectTypeID": 81,
@@ -499,7 +509,8 @@
499
509
  "effectTypeID": 85,
500
510
  "crossplayID": 85,
501
511
  "name": "recruitmentCostDecreaseAll",
502
- "sortCategory": 7
512
+ "sortCategory": 9,
513
+ "sortGroup": 17
503
514
  },
504
515
  {
505
516
  "effectTypeID": 86,
@@ -523,7 +534,8 @@
523
534
  "effectTypeID": 89,
524
535
  "crossplayID": 89,
525
536
  "name": "buildingXPBoost",
526
- "sortCategory": 7
537
+ "sortCategory": 9,
538
+ "sortGroup": 9
527
539
  },
528
540
  {
529
541
  "effectTypeID": 90,
@@ -539,79 +551,92 @@
539
551
  "effectTypeID": 92,
540
552
  "crossplayID": 92,
541
553
  "name": "woodProductionBoost",
542
- "sortCategory": 7
554
+ "sortCategory": 7,
555
+ "sortGroup": 26
543
556
  },
544
557
  {
545
558
  "effectTypeID": 93,
546
559
  "crossplayID": 93,
547
560
  "name": "stoneProductionBoost",
548
- "sortCategory": 7
561
+ "sortCategory": 7,
562
+ "sortGroup": 27
549
563
  },
550
564
  {
551
565
  "effectTypeID": 94,
552
566
  "crossplayID": 94,
553
567
  "name": "taxCollectorBoost",
554
- "sortCategory": 7
568
+ "sortCategory": 9,
569
+ "sortGroup": 18
555
570
  },
556
571
  {
557
572
  "effectTypeID": 95,
558
573
  "crossplayID": 95,
559
574
  "name": "taxCollectorNoRubies",
560
- "sortCategory": 7
575
+ "sortCategory": 9,
576
+ "sortGroup": 10
561
577
  },
562
578
  {
563
579
  "effectTypeID": 96,
564
580
  "crossplayID": 96,
565
581
  "name": "marketCarriageCapacityBoost",
566
- "sortCategory": 7
582
+ "sortCategory": 9,
583
+ "sortGroup": 11
567
584
  },
568
585
  {
569
586
  "effectTypeID": 97,
570
587
  "crossplayID": 97,
571
588
  "name": "amountGuardsBoost",
572
- "sortCategory": 7
589
+ "sortCategory": 9,
590
+ "sortGroup": 2
573
591
  },
574
592
  {
575
593
  "effectTypeID": 98,
576
594
  "crossplayID": 98,
577
595
  "name": "amountSpiesBonus",
578
- "sortCategory": 7
596
+ "sortCategory": 9,
597
+ "sortGroup": 19
579
598
  },
580
599
  {
581
600
  "effectTypeID": 99,
582
601
  "crossplayID": 99,
583
602
  "name": "amountPeasantBoost",
584
- "sortCategory": 7
603
+ "sortCategory": 9,
604
+ "sortGroup": 20
585
605
  },
586
606
  {
587
607
  "effectTypeID": 100,
588
608
  "crossplayID": 100,
589
609
  "name": "amountPopulationBoost",
590
- "sortCategory": 7
610
+ "sortCategory": 7,
611
+ "sortGroup": 18
591
612
  },
592
613
  {
593
614
  "effectTypeID": 101,
594
615
  "crossplayID": 101,
595
616
  "name": "amountPopulationBonus",
596
- "sortCategory": 7
617
+ "sortCategory": 9,
618
+ "sortGroup": 21
597
619
  },
598
620
  {
599
621
  "effectTypeID": 102,
600
622
  "crossplayID": 102,
601
623
  "name": "unitSpeedBoost",
602
- "sortCategory": 5
624
+ "sortCategory": 5,
625
+ "sortGroup": 12
603
626
  },
604
627
  {
605
628
  "effectTypeID": 103,
606
629
  "crossplayID": 103,
607
630
  "name": "travelKingdomTroopTimeBoost",
608
- "sortCategory": 7
631
+ "sortCategory": 5,
632
+ "sortGroup": 13
609
633
  },
610
634
  {
611
635
  "effectTypeID": 104,
612
636
  "crossplayID": 104,
613
637
  "name": "travelKingdomMarketTimeBoost",
614
- "sortCategory": 7
638
+ "sortCategory": 9,
639
+ "sortGroup": 22
615
640
  },
616
641
  {
617
642
  "effectTypeID": 105,
@@ -624,7 +649,8 @@
624
649
  "effectTypeID": 106,
625
650
  "crossplayID": 106,
626
651
  "name": "hospitalSlotBonus",
627
- "sortCategory": 7
652
+ "sortCategory": 9,
653
+ "sortGroup": 23
628
654
  },
629
655
  {
630
656
  "effectTypeID": 107,
@@ -637,7 +663,8 @@
637
663
  "effectTypeID": 108,
638
664
  "crossplayID": 108,
639
665
  "name": "researchBonus",
640
- "sortCategory": 7
666
+ "sortCategory": 9,
667
+ "sortGroup": 24
641
668
  },
642
669
  {
643
670
  "effectTypeID": 109,
@@ -648,25 +675,29 @@
648
675
  "effectTypeID": 110,
649
676
  "crossplayID": 110,
650
677
  "name": "recruitmentTimeBonus",
651
- "sortCategory": 7
678
+ "sortCategory": 9,
679
+ "sortGroup": 12
652
680
  },
653
681
  {
654
682
  "effectTypeID": 111,
655
683
  "crossplayID": 111,
656
684
  "name": "toolProductionTimeBonus",
657
- "sortCategory": 7
685
+ "sortCategory": 9,
686
+ "sortGroup": 7
658
687
  },
659
688
  {
660
689
  "effectTypeID": 112,
661
690
  "crossplayID": 112,
662
691
  "name": "woodProductionBonus",
663
- "sortCategory": 7
692
+ "sortCategory": 7,
693
+ "sortGroup": 19
664
694
  },
665
695
  {
666
696
  "effectTypeID": 113,
667
697
  "crossplayID": 113,
668
698
  "name": "stoneProductionBonus",
669
- "sortCategory": 7
699
+ "sortCategory": 7,
700
+ "sortGroup": 28
670
701
  },
671
702
  {
672
703
  "effectTypeID": 114,
@@ -679,7 +710,8 @@
679
710
  "effectTypeID": 115,
680
711
  "crossplayID": 115,
681
712
  "name": "battleXPBonus",
682
- "sortCategory": 6
713
+ "sortCategory": 6,
714
+ "sortGroup": 27
683
715
  },
684
716
  {
685
717
  "effectTypeID": 116,
@@ -690,7 +722,8 @@
690
722
  "effectTypeID": 117,
691
723
  "crossplayID": 117,
692
724
  "name": "toolProductionSpeedBoostAll",
693
- "sortCategory": 7
725
+ "sortCategory": 9,
726
+ "sortGroup": 13
694
727
  },
695
728
  {
696
729
  "effectTypeID": 118,
@@ -708,19 +741,22 @@
708
741
  "effectTypeID": 120,
709
742
  "crossplayID": 120,
710
743
  "name": "premiumUnitHealingBoost",
711
- "sortCategory": 7
744
+ "sortCategory": 9,
745
+ "sortGroup": 14
712
746
  },
713
747
  {
714
748
  "effectTypeID": 121,
715
749
  "crossplayID": 121,
716
750
  "name": "nonPremiumUnitHealingBoost",
717
- "sortCategory": 7
751
+ "sortCategory": 9,
752
+ "sortGroup": 15
718
753
  },
719
754
  {
720
755
  "effectTypeID": 122,
721
756
  "crossplayID": 122,
722
757
  "name": "transportTaxDecreaseBoost",
723
- "sortCategory": 7
758
+ "sortCategory": 9,
759
+ "sortGroup": 16
724
760
  },
725
761
  {
726
762
  "effectTypeID": 123,
@@ -738,55 +774,64 @@
738
774
  "effectTypeID": 125,
739
775
  "crossplayID": 125,
740
776
  "name": "researchCostsBoost",
741
- "sortCategory": 7
777
+ "sortCategory": 9,
778
+ "sortGroup": 25
742
779
  },
743
780
  {
744
781
  "effectTypeID": 126,
745
782
  "crossplayID": 126,
746
783
  "name": "baseRecruitmentTimeBoost",
747
- "sortCategory": 7
784
+ "sortCategory": 9,
785
+ "sortGroup": 26
748
786
  },
749
787
  {
750
788
  "effectTypeID": 127,
751
789
  "crossplayID": 127,
752
790
  "name": "recruitmentSlotsBonus",
753
- "sortCategory": 7
791
+ "sortCategory": 9,
792
+ "sortGroup": 27
754
793
  },
755
794
  {
756
795
  "effectTypeID": 128,
757
796
  "crossplayID": 128,
758
797
  "name": "buildingCostsBoost",
759
- "sortCategory": 7
798
+ "sortCategory": 7,
799
+ "sortGroup": 29
760
800
  },
761
801
  {
762
802
  "effectTypeID": 129,
763
803
  "crossplayID": 129,
764
804
  "name": "gloryDecayBoost",
765
- "sortCategory": 7
805
+ "sortCategory": 9,
806
+ "sortGroup": 28
766
807
  },
767
808
  {
768
809
  "effectTypeID": 140,
769
810
  "crossplayID": 140,
770
811
  "name": "coalProductionBoost",
771
- "sortCategory": 7
812
+ "sortCategory": 7,
813
+ "sortGroup": 30
772
814
  },
773
815
  {
774
816
  "effectTypeID": 141,
775
817
  "crossplayID": 141,
776
818
  "name": "oilProductionBoost",
777
- "sortCategory": 7
819
+ "sortCategory": 7,
820
+ "sortGroup": 13
778
821
  },
779
822
  {
780
823
  "effectTypeID": 142,
781
824
  "crossplayID": 142,
782
825
  "name": "glassProductionBoost",
783
- "sortCategory": 7
826
+ "sortCategory": 7,
827
+ "sortGroup": 14
784
828
  },
785
829
  {
786
830
  "effectTypeID": 143,
787
831
  "crossplayID": 143,
788
832
  "name": "ironProductionBoost",
789
- "sortCategory": 7
833
+ "sortCategory": 7,
834
+ "sortGroup": 15
790
835
  },
791
836
  {
792
837
  "effectTypeID": 130,
@@ -910,7 +955,8 @@
910
955
  "effectTypeID": 152,
911
956
  "crossplayID": 152,
912
957
  "name": "foodConsumptionBoost",
913
- "sortCategory": 7
958
+ "sortCategory": 9,
959
+ "sortGroup": 4
914
960
  },
915
961
  {
916
962
  "effectTypeID": 154,
@@ -934,7 +980,8 @@
934
980
  "effectTypeID": 157,
935
981
  "crossplayID": 157,
936
982
  "name": "burningChanceBonus",
937
- "sortCategory": 6
983
+ "sortCategory": 6,
984
+ "sortGroup": 28
938
985
  },
939
986
  {
940
987
  "effectTypeID": 158,
@@ -945,25 +992,29 @@
945
992
  "effectTypeID": 160,
946
993
  "crossplayID": 160,
947
994
  "name": "MeadProductionIncrease",
948
- "sortCategory": 7
995
+ "sortCategory": 7,
996
+ "sortGroup": 20
949
997
  },
950
998
  {
951
999
  "effectTypeID": 161,
952
1000
  "crossplayID": 161,
953
1001
  "name": "unboostedMeadProduction",
954
- "sortCategory": 7
1002
+ "sortCategory": 7,
1003
+ "sortGroup": 21
955
1004
  },
956
1005
  {
957
1006
  "effectTypeID": 162,
958
1007
  "crossplayID": 162,
959
1008
  "name": "HoneyProductionIncrease",
960
- "sortCategory": 7
1009
+ "sortCategory": 7,
1010
+ "sortGroup": 22
961
1011
  },
962
1012
  {
963
1013
  "effectTypeID": 163,
964
1014
  "crossplayID": 163,
965
1015
  "name": "unboostedHoneyProduction",
966
- "sortCategory": 7
1016
+ "sortCategory": 7,
1017
+ "sortGroup": 16
967
1018
  },
968
1019
  {
969
1020
  "effectTypeID": 164,
@@ -1307,13 +1358,15 @@
1307
1358
  "effectTypeID": 189,
1308
1359
  "crossplayID": 189,
1309
1360
  "name": "BeefProductionIncrease",
1310
- "sortCategory": 7
1361
+ "sortCategory": 7,
1362
+ "sortGroup": 31
1311
1363
  },
1312
1364
  {
1313
1365
  "effectTypeID": 190,
1314
1366
  "crossplayID": 190,
1315
1367
  "name": "unboostedBeefProduction",
1316
- "sortCategory": 7
1368
+ "sortCategory": 7,
1369
+ "sortGroup": 23
1317
1370
  },
1318
1371
  {
1319
1372
  "effectTypeID": 191,
@@ -10484,7 +10484,7 @@
10484
10484
  "wearerID": 1,
10485
10485
  "slotID": 5,
10486
10486
  "reuseAssetOfEquipmentID": 852,
10487
- "effects": "41&100000,42&100000,43&100",
10487
+ "effects": "41&100000,42&100000,43&1+100",
10488
10488
  "mightValue": 1,
10489
10489
  "skinID": 52
10490
10490
  },
@@ -13631,7 +13631,7 @@
13631
13631
  "equipmentID": 1089,
13632
13632
  "crossplayID": 1089,
13633
13633
  "comment1": "Appearance item - Anniversary 2024",
13634
- "comment2": "AnniversaryBaron48h",
13634
+ "comment2": "x",
13635
13635
  "wearerID": 1,
13636
13636
  "slotID": 5,
13637
13637
  "starRarity": 1,
@@ -13820,6 +13820,136 @@
13820
13820
  "mightValue": 0,
13821
13821
  "canSlotGem": 0,
13822
13822
  "skinID": 110
13823
+ },
13824
+ {
13825
+ "equipmentID": 1200,
13826
+ "crossplayID": 1200,
13827
+ "comment1": "Sales Days Content December 2024",
13828
+ "comment2": "Nutcrackers snow globe",
13829
+ "wearerID": 2,
13830
+ "slotID": 5,
13831
+ "reuseAssetOfEquipmentID": 751,
13832
+ "effects": "24&4,23&15,66&5",
13833
+ "duration": 144,
13834
+ "mightValue": 0,
13835
+ "canSlotGem": 1,
13836
+ "skinID": 43
13837
+ },
13838
+ {
13839
+ "equipmentID": 1201,
13840
+ "crossplayID": 1201,
13841
+ "comment1": "Sales Days Content December 2024",
13842
+ "comment2": "Nutcrackers snow globe",
13843
+ "wearerID": 2,
13844
+ "slotID": 5,
13845
+ "reuseAssetOfEquipmentID": 751,
13846
+ "effects": "24&7,334&5",
13847
+ "duration": 72,
13848
+ "mightValue": 0,
13849
+ "canSlotGem": 1,
13850
+ "skinID": 43
13851
+ },
13852
+ {
13853
+ "equipmentID": 1202,
13854
+ "crossplayID": 1202,
13855
+ "comment1": "Sales Days Content December 2024",
13856
+ "comment2": "Nutcrackers snow globe",
13857
+ "wearerID": 2,
13858
+ "slotID": 5,
13859
+ "reuseAssetOfEquipmentID": 751,
13860
+ "effects": "24&6,334&25",
13861
+ "duration": 120,
13862
+ "mightValue": 0,
13863
+ "canSlotGem": 1,
13864
+ "skinID": 43
13865
+ },
13866
+ {
13867
+ "equipmentID": 1203,
13868
+ "crossplayID": 1203,
13869
+ "comment1": "Sales Days Content December 2024",
13870
+ "comment2": "xmasCastellan",
13871
+ "wearerID": 1,
13872
+ "slotID": 5,
13873
+ "reuseAssetOfEquipmentID": 2014,
13874
+ "effects": "335&45,37&25000",
13875
+ "duration": 120,
13876
+ "mightValue": 0,
13877
+ "canSlotGem": 0,
13878
+ "skinID": 111
13879
+ },
13880
+ {
13881
+ "equipmentID": 1204,
13882
+ "crossplayID": 1204,
13883
+ "comment1": "ChristmasGacha - 2024",
13884
+ "comment2": "Festive Candy Cane",
13885
+ "wearerID": 1,
13886
+ "slotID": 5,
13887
+ "effects": "335&45,37&25000",
13888
+ "duration": 120,
13889
+ "mightValue": 0,
13890
+ "canSlotGem": 0,
13891
+ "skinID": 79
13892
+ },
13893
+ {
13894
+ "equipmentID": 1205,
13895
+ "crossplayID": 1205,
13896
+ "comment1": "ChristmasGacha - 2024",
13897
+ "comment2": "Gingerbread Man Soul",
13898
+ "wearerID": 2,
13899
+ "slotID": 5,
13900
+ "effects": "24&8,334&25,66&10",
13901
+ "duration": 120,
13902
+ "mightValue": 0,
13903
+ "canSlotGem": 0,
13904
+ "skinID": 114
13905
+ },
13906
+ {
13907
+ "equipmentID": 1206,
13908
+ "crossplayID": 1206,
13909
+ "comment1": "ChristmasGacha - 2024",
13910
+ "comment2": "Nutcrackers snow globe",
13911
+ "wearerID": 2,
13912
+ "slotID": 5,
13913
+ "reuseAssetOfEquipmentID": 751,
13914
+ "mightValue": 0,
13915
+ "canSlotGem": 0,
13916
+ "skinID": 43
13917
+ },
13918
+ {
13919
+ "equipmentID": 1207,
13920
+ "crossplayID": 1207,
13921
+ "comment1": "ChristmasGacha - 2024",
13922
+ "comment2": "xmasCastellan",
13923
+ "wearerID": 1,
13924
+ "slotID": 5,
13925
+ "reuseAssetOfEquipmentID": 2014,
13926
+ "mightValue": 0,
13927
+ "canSlotGem": 0,
13928
+ "skinID": 111
13929
+ },
13930
+ {
13931
+ "equipmentID": 1208,
13932
+ "crossplayID": 1208,
13933
+ "comment1": "ChristmasGacha - 2024",
13934
+ "comment2": "WinterBaron",
13935
+ "wearerID": 1,
13936
+ "slotID": 5,
13937
+ "reuseAssetOfEquipmentID": 960,
13938
+ "mightValue": 0,
13939
+ "canSlotGem": 0,
13940
+ "skinID": 80
13941
+ },
13942
+ {
13943
+ "equipmentID": 1209,
13944
+ "crossplayID": 1209,
13945
+ "comment1": "ChristmasGacha - 2024",
13946
+ "comment2": "General Candy Cane",
13947
+ "wearerID": 2,
13948
+ "slotID": 5,
13949
+ "reuseAssetOfEquipmentID": 948,
13950
+ "mightValue": 0,
13951
+ "canSlotGem": 0,
13952
+ "skinID": 78
13823
13953
  }
13824
13954
  ]
13825
13955
  }
package/data/events.json CHANGED
@@ -74,7 +74,7 @@
74
74
  "areaTypes": "1,12",
75
75
  "eventType": "TempServer",
76
76
  "hubType": "Adventure",
77
- "eventDuration": "Long",
77
+ "eventDuration": "Short",
78
78
  "minLevel": 6,
79
79
  "maxLevel": 99
80
80
  },
@@ -94,7 +94,7 @@
94
94
  "kIDs": 0,
95
95
  "eventType": "AllianceBattleGround",
96
96
  "hubType": "Adventure",
97
- "eventDuration": "Long",
97
+ "eventDuration": "Short",
98
98
  "packageIDs": 1594,
99
99
  "minLevel": 6,
100
100
  "maxLevel": 99
@@ -980,6 +980,7 @@
980
980
  "comment2": "Donation Event",
981
981
  "eventType": "DonationEvent",
982
982
  "hubType": "Adventure",
983
+ "eventDuration": "Long",
983
984
  "minLevel": 70,
984
985
  "maxLevel": 99
985
986
  },
@@ -1005,6 +1006,18 @@
1005
1006
  "kIDs": 0,
1006
1007
  "areaTypes": 1,
1007
1008
  "eventType": "GachaDeco2x2",
1009
+ "minLevel": 10,
1010
+ "maxLevel": 1020
1011
+ },
1012
+ {
1013
+ "eventID": 127,
1014
+ "comment1": "ChristmasGacha",
1015
+ "kIDs": 0,
1016
+ "areaTypes": 1,
1017
+ "eventType": "ChristmasGacha",
1018
+ "hubType": "Adventure",
1019
+ "eventDuration": "Long",
1020
+ "minLevel": 10,
1008
1021
  "maxLevel": 1020
1009
1022
  }
1010
1023
  ]