e4k-data 4.71.14 → 4.84.37

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 (83) hide show
  1. package/data/attackSetupSlots.json +100 -0
  2. package/data/buildings.json +23363 -16963
  3. package/data/collectorEventOptions.json +118 -0
  4. package/data/collectorEventRewards.json +288 -0
  5. package/data/constructionItemRecipes.json +418 -0
  6. package/data/constructionItems.json +1904 -484
  7. package/data/constructionItemsEffectGroups.json +24 -0
  8. package/data/craftingQueues.json +23 -1
  9. package/data/craftingRecipes.json +2321 -0
  10. package/data/currencies.json +77 -0
  11. package/data/currencyCaps.json +6 -0
  12. package/data/donationItems.json +270 -0
  13. package/data/donationRewards.json +320 -0
  14. package/data/donationSettings.json +20 -6
  15. package/data/dungeons.json +266 -0
  16. package/data/effectCaps.json +75 -0
  17. package/data/effects.json +133 -16
  18. package/data/effecttypes.json +408 -141
  19. package/data/equipment_effects.json +28 -0
  20. package/data/equipment_rarenesses.json +24 -12
  21. package/data/equipments.json +531 -86
  22. package/data/eventAutoScalingUnitPairings.json +13554 -4338
  23. package/data/events.json +21 -4
  24. package/data/expansions.json +54 -54
  25. package/data/horses.json +143 -143
  26. package/data/islandPlayerRewards.json +30 -0
  27. package/data/islandrewardranks.json +42 -0
  28. package/data/leaguetypeEvents.json +247 -0
  29. package/data/legendskills.json +20 -20
  30. package/data/lootBoxTombolas.json +704 -0
  31. package/data/lootBoxes.json +22 -0
  32. package/data/lords.json +2 -2
  33. package/data/merchants.json +1 -1
  34. package/data/packageCategories.json +4 -0
  35. package/data/{packageCategoryCurrencyRelations.json → packageCategoryCostRelations.json} +7 -1
  36. package/data/packageCategoryFilterRelations.json +4 -0
  37. package/data/packages.json +5072 -12
  38. package/data/quests.json +1 -1
  39. package/data/relicLootOptions.json +84 -0
  40. package/data/researches.json +4727 -1236
  41. package/data/resources.json +6 -0
  42. package/data/rewards.json +63223 -56400
  43. package/data/saleDaysLuckyWheelClasses.json +9 -9
  44. package/data/saleDaysLuckyWheelDropChanceJackpots.json +288 -288
  45. package/data/saleDaysLuckyWheelDropChances.json +59 -283
  46. package/data/saleDaysLuckyWheelRewardSets.json +180 -180
  47. package/data/sceatSkillTiers.json +49 -0
  48. package/data/sceatSkillTrees.json +12 -0
  49. package/data/sceatSkills.json +1376 -2
  50. package/data/seasonEndRewards.json +224 -0
  51. package/data/seasonEventRewards.json +315 -0
  52. package/data/seasonPromotionRewards.json +600 -0
  53. package/data/slums.json +1 -1
  54. package/data/tempServerSettings.json +1 -0
  55. package/data/units.json +1945 -0
  56. package/data/version.json +1 -1
  57. package/data/versionInfo.json +3 -3
  58. package/data/wodIds.json +192 -192
  59. package/data/worldmapskins.json +10 -0
  60. package/images/x768.json +7013 -2218
  61. package/languages/da.json +602 -286
  62. package/languages/de.json +616 -300
  63. package/languages/el.json +598 -282
  64. package/languages/en.json +593 -277
  65. package/languages/es.json +674 -358
  66. package/languages/fi.json +606 -290
  67. package/languages/fr.json +700 -384
  68. package/languages/it.json +614 -298
  69. package/languages/ja.json +606 -290
  70. package/languages/ko.json +600 -284
  71. package/languages/nl.json +603 -287
  72. package/languages/no.json +636 -320
  73. package/languages/pl.json +605 -289
  74. package/languages/pt.json +597 -281
  75. package/languages/ru.json +616 -300
  76. package/languages/sv.json +604 -288
  77. package/languages/tr.json +598 -282
  78. package/languages/zh_CN.json +596 -280
  79. package/languages/zh_TW.json +598 -282
  80. package/package.json +11 -3
  81. package/typings/data.d.ts +46 -7
  82. package/typings/images.d.ts +285 -27
  83. package/typings/languages.d.ts +540 -107
package/data/events.json CHANGED
@@ -15,6 +15,7 @@
15
15
  },
16
16
  {
17
17
  "eventID": 4,
18
+ "comment1": "The Blade Coast,Bladecoast,Seaqueen,Crusade",
18
19
  "comment2": "Bladecoast",
19
20
  "kIDs": "0,1,2,3,10",
20
21
  "partPayPriceID": 14,
@@ -22,12 +23,12 @@
22
23
  "eventType": "Seaqueen",
23
24
  "hubType": "Adventure",
24
25
  "eventDuration": "Long",
25
- "packageIDs": "2014+2015+2016+2018+2019+2020+2021+2022+2023+2024+2025+2026+2032+2037+2064+2065+2066+2067",
26
+ "packageIDs": "3105+3106+3107+3108+3109+3110+3111+3112+3113",
26
27
  "minLevel": 45,
27
28
  "maxLevel": 99,
28
29
  "resourceTravelTaxRate": 50,
29
30
  "unitTravelTaxRate": 50,
30
- "rewardIDs": "89,100000,100001"
31
+ "rewardIDs": "6790,6791,6792"
31
32
  },
32
33
  {
33
34
  "eventID": 500,
@@ -145,7 +146,7 @@
145
146
  "eventID": 109,
146
147
  "comment1": "Collector Event",
147
148
  "comment2": "Shop",
148
- "kIDs": "0,1,2,3,4",
149
+ "kIDs": 0,
149
150
  "areaTypes": "1,3,4,12,22",
150
151
  "eventType": "CollectorShop",
151
152
  "hubType": "Adventure",
@@ -450,7 +451,7 @@
450
451
  "areaTypes": "1,3,4,12,22",
451
452
  "eventType": "Merchant",
452
453
  "hubType": "Trader",
453
- "packageIDs": "262+263+264+1123+1124+1125+1126+1127+1128+1129+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+91+58+92+93+94+326+327+330+331+334+335+336+337+338+339+328+2092+2093+2094+2095+2096+2097+2098+2099+2100+2101+2102+2103+2104+2105",
454
+ "packageIDs": "262+263+264+1123+1124+1125+1126+1127+1128+1129+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+91+58+92+93+94+326+327+330+331+334+335+336+337+338+339+328+2092+2093+2094+2095+2096+2097+2098+2099+2100+2101+2102+2103+2104+2105+3563+3564+3565+3566+3567+3568+3569",
454
455
  "merchantID": 22,
455
456
  "minLevel": 3,
456
457
  "maxLevel": 99
@@ -1016,6 +1017,22 @@
1016
1017
  "hubType": "Adventure",
1017
1018
  "minLevel": 11,
1018
1019
  "maxLevel": 99
1020
+ },
1021
+ {
1022
+ "eventID": 124,
1023
+ "comment1": "PrimeTimeSkinEvent",
1024
+ "comment2": "New skin for GPTs to draw attention",
1025
+ "kIDs": 0,
1026
+ "eventType": "PrimeTimeSkinEvent",
1027
+ "maxLevel": 99
1028
+ },
1029
+ {
1030
+ "eventID": 125,
1031
+ "comment1": "Special Daily Bundle",
1032
+ "comment2": "New skin for special daily bundle",
1033
+ "kIDs": 0,
1034
+ "eventType": "SpecialDailyBundleEvent",
1035
+ "maxLevel": 99
1019
1036
  }
1020
1037
  ]
1021
1038
  }
@@ -1,59 +1,5 @@
1
1
  {
2
2
  "expansion": [
3
- {
4
- "wodID": 901000,
5
- "group": "Expansion",
6
- "name": "Basic",
7
- "shopCategory": "EXPANSION",
8
- "type": "TYPE_NORMAL",
9
- "kIDs": "0,1,2,3,4",
10
- "mapIDs": ""
11
- },
12
- {
13
- "wodID": 901001,
14
- "group": "Expansion",
15
- "name": "Basic",
16
- "shopCategory": "EXPANSION",
17
- "type": "TYPE_PREMIUM",
18
- "kIDs": "0,1,2,3,4",
19
- "mapIDs": ""
20
- },
21
- {
22
- "wodID": 901002,
23
- "group": "Expansion",
24
- "name": "Camp",
25
- "shopCategory": "EXPANSION",
26
- "type": "TYPE_NORMAL",
27
- "kIDs": "",
28
- "mapIDs": "21,22,23,24,27,28"
29
- },
30
- {
31
- "wodID": 901003,
32
- "group": "Expansion",
33
- "name": "Camp",
34
- "shopCategory": "EXPANSION",
35
- "type": "TYPE_PREMIUM",
36
- "kIDs": "",
37
- "mapIDs": "21,22,23,24,27,28"
38
- },
39
- {
40
- "wodID": 901004,
41
- "group": "Expansion",
42
- "name": "Camp",
43
- "shopCategory": "EXPANSION",
44
- "type": "TYPE_NORMAL",
45
- "kIDs": 10,
46
- "mapIDs": ""
47
- },
48
- {
49
- "wodID": 901005,
50
- "group": "Expansion",
51
- "name": "Camp",
52
- "shopCategory": "EXPANSION",
53
- "type": "TYPE_PREMIUM",
54
- "kIDs": 10,
55
- "mapIDs": ""
56
- },
57
3
  {
58
4
  "expansionID": 1,
59
5
  "crossplayID": 1,
@@ -1151,6 +1097,60 @@
1151
1097
  "costWood": 80000,
1152
1098
  "costStone": 80000,
1153
1099
  "costC2": 3200
1100
+ },
1101
+ {
1102
+ "wodID": 901000,
1103
+ "group": "Expansion",
1104
+ "name": "Basic",
1105
+ "shopCategory": "EXPANSION",
1106
+ "type": "TYPE_NORMAL",
1107
+ "kIDs": "0,1,2,3,4",
1108
+ "mapIDs": ""
1109
+ },
1110
+ {
1111
+ "wodID": 901001,
1112
+ "group": "Expansion",
1113
+ "name": "Basic",
1114
+ "shopCategory": "EXPANSION",
1115
+ "type": "TYPE_PREMIUM",
1116
+ "kIDs": "0,1,2,3,4",
1117
+ "mapIDs": ""
1118
+ },
1119
+ {
1120
+ "wodID": 901002,
1121
+ "group": "Expansion",
1122
+ "name": "Camp",
1123
+ "shopCategory": "EXPANSION",
1124
+ "type": "TYPE_NORMAL",
1125
+ "kIDs": "",
1126
+ "mapIDs": "21,22,23,24,27,28"
1127
+ },
1128
+ {
1129
+ "wodID": 901003,
1130
+ "group": "Expansion",
1131
+ "name": "Camp",
1132
+ "shopCategory": "EXPANSION",
1133
+ "type": "TYPE_PREMIUM",
1134
+ "kIDs": "",
1135
+ "mapIDs": "21,22,23,24,27,28"
1136
+ },
1137
+ {
1138
+ "wodID": 901004,
1139
+ "group": "Expansion",
1140
+ "name": "Camp",
1141
+ "shopCategory": "EXPANSION",
1142
+ "type": "TYPE_NORMAL",
1143
+ "kIDs": 10,
1144
+ "mapIDs": ""
1145
+ },
1146
+ {
1147
+ "wodID": 901005,
1148
+ "group": "Expansion",
1149
+ "name": "Camp",
1150
+ "shopCategory": "EXPANSION",
1151
+ "type": "TYPE_PREMIUM",
1152
+ "kIDs": 10,
1153
+ "mapIDs": ""
1154
1154
  }
1155
1155
  ]
1156
1156
  }
package/data/horses.json CHANGED
@@ -1,148 +1,5 @@
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
- },
146
3
  {
147
4
  "wodID": 1001,
148
5
  "crossplayID": 1001,
@@ -606,6 +463,149 @@
606
463
  "costFactorC1": 0,
607
464
  "costFactorC2": 2.1,
608
465
  "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
  }
@@ -35,6 +35,36 @@
35
35
  "cargoPointRequirement": 200000,
36
36
  "rewardIDs": 5966,
37
37
  "islandRewardSetID": 1
38
+ },
39
+ {
40
+ "islandPlayerRewardID": 6,
41
+ "cargoPointRequirement": 5000,
42
+ "rewardIDs": 6811,
43
+ "islandRewardSetID": 2
44
+ },
45
+ {
46
+ "islandPlayerRewardID": 7,
47
+ "cargoPointRequirement": 15000,
48
+ "rewardIDs": 6810,
49
+ "islandRewardSetID": 2
50
+ },
51
+ {
52
+ "islandPlayerRewardID": 8,
53
+ "cargoPointRequirement": 50000,
54
+ "rewardIDs": 6809,
55
+ "islandRewardSetID": 2
56
+ },
57
+ {
58
+ "islandPlayerRewardID": 9,
59
+ "cargoPointRequirement": 75000,
60
+ "rewardIDs": 6808,
61
+ "islandRewardSetID": 2
62
+ },
63
+ {
64
+ "islandPlayerRewardID": 10,
65
+ "cargoPointRequirement": 100000,
66
+ "rewardIDs": 6807,
67
+ "islandRewardSetID": 2
38
68
  }
39
69
  ]
40
70
  }
@@ -83,6 +83,48 @@
83
83
  "topXValue": 5,
84
84
  "rewardIDs": "129,261",
85
85
  "islandRewardSetID": 1
86
+ },
87
+ {
88
+ "islandRewardRankID": 14,
89
+ "cargoPointRequirement": 5000,
90
+ "rewardIDs": "6805,6806",
91
+ "islandRewardSetID": 2
92
+ },
93
+ {
94
+ "islandRewardRankID": 15,
95
+ "cargoPointRequirement": 15000,
96
+ "rewardIDs": "6803,6804",
97
+ "islandRewardSetID": 2
98
+ },
99
+ {
100
+ "islandRewardRankID": 16,
101
+ "cargoPointRequirement": 50000,
102
+ "rewardIDs": "6801,6802",
103
+ "islandRewardSetID": 2
104
+ },
105
+ {
106
+ "islandRewardRankID": 17,
107
+ "cargoPointRequirement": 90000,
108
+ "rewardIDs": "6799,6800",
109
+ "islandRewardSetID": 2
110
+ },
111
+ {
112
+ "islandRewardRankID": 18,
113
+ "cargoPointRequirement": 160000,
114
+ "rewardIDs": "6797,6798",
115
+ "islandRewardSetID": 2
116
+ },
117
+ {
118
+ "islandRewardRankID": 19,
119
+ "cargoPointRequirement": 200000,
120
+ "rewardIDs": "6795,6796",
121
+ "islandRewardSetID": 2
122
+ },
123
+ {
124
+ "islandRewardRankID": 20,
125
+ "topXValue": 5,
126
+ "rewardIDs": "6793,6794",
127
+ "islandRewardSetID": 2
86
128
  }
87
129
  ]
88
130
  }