e4k-data 4.59.27 → 4.60.154

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 (125) hide show
  1. package/data/activityrewards.json +11 -0
  2. package/data/alliancebuffs.json +248 -0
  3. package/data/alliancehelprequests.json +5 -0
  4. package/data/artifacts.json +4 -0
  5. package/data/artifactsLeagues.json +12 -0
  6. package/data/attackSetupSlots.json +10 -0
  7. package/data/boostConsumables.json +6 -3
  8. package/data/buildingPositions.json +1214 -0
  9. package/data/buildings.json +1711 -15
  10. package/data/characters.json +3 -0
  11. package/data/constructionItemDisassemblingTombolas.json +7 -0
  12. package/data/constructionItemRecipes.json +728 -0
  13. package/data/constructionItems.json +1678 -0
  14. package/data/constructionItemsEffectGroups.json +46 -0
  15. package/data/craftingQueues.json +2 -0
  16. package/data/currencies.json +219 -0
  17. package/data/currencyBoosters.json +6 -0
  18. package/data/currencyCaps.json +11 -0
  19. package/data/currencyCollectTaskTypes.json +7 -0
  20. package/data/currencyMinutesSkipValues.json +7 -0
  21. package/data/currencyRandomBonuses.json +7 -0
  22. package/data/currencyRarenesses.json +25 -0
  23. package/data/currencySpendTaskTypes.json +3 -0
  24. package/data/currencyTypes.json +11 -0
  25. package/data/districtTypes.json +3 -0
  26. package/data/effectCaps.json +184 -3
  27. package/data/effects.json +418 -0
  28. package/data/effecttypes.json +204 -0
  29. package/data/equipment_effects.json +202 -0
  30. package/data/equipment_effectstrengths.json +410 -1
  31. package/data/equipment_gem_effects.json +144 -0
  32. package/data/equipment_groups.json +13 -0
  33. package/data/equipment_rarenesses.json +10 -0
  34. package/data/equipment_slots.json +6 -0
  35. package/data/equipment_wearers.json +2 -0
  36. package/data/equipments.json +1033 -0
  37. package/data/expansions.json +121 -0
  38. package/data/gemColors.json +9 -0
  39. package/data/gemlevels.json +14 -0
  40. package/data/gems.json +319 -0
  41. package/data/generalAbilities.json +87 -0
  42. package/data/generalAbilityEffects.json +165 -0
  43. package/data/generalAbilityTriggers.json +4 -0
  44. package/data/generalRarities.json +3 -0
  45. package/data/generalSkillTiers.json +25 -0
  46. package/data/generalSkills.json +713 -0
  47. package/data/generalSkipFinishQuests.json +7 -0
  48. package/data/generalSlots.json +36 -0
  49. package/data/generalXpItems.json +9 -0
  50. package/data/generals.json +8 -0
  51. package/data/generalsRespecPackages.json +2 -1
  52. package/data/globalEffects.json +18 -0
  53. package/data/horses.json +33 -0
  54. package/data/kingdoms.json +6 -0
  55. package/data/levelUpPrices.json +61 -0
  56. package/data/lootBoxKeyTombolas.json +24 -0
  57. package/data/lootBoxTombolas.json +708 -0
  58. package/data/lootBoxTypes.json +1 -0
  59. package/data/lootBoxes.json +32 -0
  60. package/data/lords.json +41 -0
  61. package/data/mainquests.json +8 -0
  62. package/data/merchants.json +1 -1
  63. package/data/mineTypes.json +16 -0
  64. package/data/monuments.json +19 -0
  65. package/data/packageCategoryCurrencyRelations.json +16 -0
  66. package/data/packageFilters.json +14 -0
  67. package/data/packages.json +65 -59
  68. package/data/partpayprices.json +25 -0
  69. package/data/playerNameChanges.json +18 -0
  70. package/data/prebuiltcastles.json +25 -0
  71. package/data/primeDays.json +8 -0
  72. package/data/quests.json +1348 -2
  73. package/data/relicBluePrints.json +38 -0
  74. package/data/relicCategories.json +7 -0
  75. package/data/relicEffectLists.json +36 -0
  76. package/data/relicEffectPowerRatings.json +7 -0
  77. package/data/relicEffects.json +285 -0
  78. package/data/relicLootOptions.json +208 -0
  79. package/data/relicPowerDistributions.json +100 -0
  80. package/data/relicTypes.json +19 -0
  81. package/data/researches.json +870 -0
  82. package/data/rewards.json +1069 -0
  83. package/data/saleDaysLuckyWheelClasses.json +9 -0
  84. package/data/saleDaysLuckyWheelRewardSets.json +180 -0
  85. package/data/sceatSkillTiers.json +17 -0
  86. package/data/sceatSkillTrees.json +4 -0
  87. package/data/sceatSkills.json +246 -0
  88. package/data/tempServerDailyTaskRewards.json +5 -0
  89. package/data/tempServerPreBuiltCastles.json +5 -0
  90. package/data/tempServerRankPoints.json +47 -0
  91. package/data/tempServerRankRewards.json +128 -0
  92. package/data/tempServerSettings.json +9 -0
  93. package/data/titles.json +57 -0
  94. package/data/tmapnodes.json +135 -0
  95. package/data/toolCategories.json +5 -0
  96. package/data/units.json +806 -0
  97. package/data/version.json +1 -1
  98. package/data/versionInfo.json +3 -3
  99. package/data/wishingwells.json +11 -0
  100. package/data/wodIds.json +30 -0
  101. package/data/worldmapskins.json +105 -0
  102. package/images/x768.json +933 -6
  103. package/languages/da.json +97 -39
  104. package/languages/de.json +98 -39
  105. package/languages/el.json +97 -39
  106. package/languages/en.json +83 -24
  107. package/languages/es.json +97 -39
  108. package/languages/fi.json +97 -39
  109. package/languages/fr.json +97 -39
  110. package/languages/it.json +97 -39
  111. package/languages/ja.json +97 -39
  112. package/languages/ko.json +97 -39
  113. package/languages/nl.json +97 -39
  114. package/languages/no.json +97 -39
  115. package/languages/pl.json +97 -39
  116. package/languages/pt.json +97 -39
  117. package/languages/ru.json +97 -39
  118. package/languages/sv.json +97 -39
  119. package/languages/tr.json +97 -39
  120. package/languages/zh_CN.json +97 -39
  121. package/languages/zh_TW.json +97 -39
  122. package/package.json +1 -1
  123. package/typings/data.d.ts +97 -0
  124. package/typings/images.d.ts +57 -0
  125. package/typings/languages.d.ts +73 -14
@@ -2,49 +2,58 @@
2
2
  "saleDaysLuckyWheelClass": [
3
3
  {
4
4
  "saleDaysLuckyWheelClassID": 1,
5
+ "crossplayID": 1,
5
6
  "neededSpinsForNextClass": 10,
6
7
  "HighlightNormal": "7380,7227,7245,7200,7209,7218,7236,7263,7254,7272,7326,7371,7281,7290,7299,7335,7344,7353"
7
8
  },
8
9
  {
9
10
  "saleDaysLuckyWheelClassID": 2,
11
+ "crossplayID": 2,
10
12
  "neededSpinsForNextClass": 20,
11
13
  "activityRewardThreshold": 2,
12
14
  "HighlightNormal": "7381,7228,7246,7201,7210,7219,7237,7264,7255,7273,7327,7372,7282,7291,7300,7336,7345,7354"
13
15
  },
14
16
  {
15
17
  "saleDaysLuckyWheelClassID": 3,
18
+ "crossplayID": 3,
16
19
  "neededSpinsForNextClass": 30,
17
20
  "HighlightNormal": "7382,7229,7247,7202,7211,7220,7238,7265,7256,7274,7328,7373,7283,7292,7301,7337,7346,7355"
18
21
  },
19
22
  {
20
23
  "saleDaysLuckyWheelClassID": 4,
24
+ "crossplayID": 4,
21
25
  "neededSpinsForNextClass": 40,
22
26
  "activityRewardThreshold": 4,
23
27
  "HighlightNormal": "7383,7230,7248,7203,7212,7221,7239,7266,7257,7275,7329,7374,7284,7293,7302,7338,7347,7356"
24
28
  },
25
29
  {
26
30
  "saleDaysLuckyWheelClassID": 5,
31
+ "crossplayID": 5,
27
32
  "neededSpinsForNextClass": 50,
28
33
  "HighlightNormal": "7384,7231,7249,7204,7213,7222,7240,7267,7258,7276,7330,7375,7285,7294,7303,7339,7348,7357"
29
34
  },
30
35
  {
31
36
  "saleDaysLuckyWheelClassID": 6,
37
+ "crossplayID": 6,
32
38
  "neededSpinsForNextClass": 60,
33
39
  "activityRewardThreshold": 6,
34
40
  "HighlightNormal": "7385,7232,7250,7205,7214,7223,7241,7268,7259,7277,7331,7376,7286,7295,7304,7340,7349,7358"
35
41
  },
36
42
  {
37
43
  "saleDaysLuckyWheelClassID": 7,
44
+ "crossplayID": 7,
38
45
  "neededSpinsForNextClass": 80,
39
46
  "HighlightNormal": "7386,7233,7251,7206,7215,7224,7242,7269,7260,7278,7332,7377,7287,7296,7305,7341,7350,7359"
40
47
  },
41
48
  {
42
49
  "saleDaysLuckyWheelClassID": 8,
50
+ "crossplayID": 8,
43
51
  "neededSpinsForNextClass": 100,
44
52
  "HighlightNormal": "7387,7234,7252,7207,7216,7225,7243,7270,7261,7279,7333,7378,7288,7297,7306,7342,7351,7360"
45
53
  },
46
54
  {
47
55
  "saleDaysLuckyWheelClassID": 9,
56
+ "crossplayID": 9,
48
57
  "HighlightNormal": "7388,7235,7253,7208,7217,7226,7244,7271,7262,7280,7334,7379,7289,7298,7307,7343,7352,7361"
49
58
  }
50
59
  ]