e4k-data 4.71.13 → 4.82.61

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 (80) hide show
  1. package/data/buildings.json +22660 -17019
  2. package/data/collectorEventOptions.json +118 -0
  3. package/data/collectorEventRewards.json +288 -0
  4. package/data/constructionItems.json +632 -229
  5. package/data/constructionItemsEffectGroups.json +24 -0
  6. package/data/craftingQueues.json +23 -1
  7. package/data/craftingRecipes.json +2321 -0
  8. package/data/currencies.json +77 -0
  9. package/data/currencyCaps.json +6 -0
  10. package/data/donationItems.json +135 -0
  11. package/data/donationRewards.json +160 -0
  12. package/data/donationSettings.json +14 -6
  13. package/data/dungeons.json +266 -0
  14. package/data/effectCaps.json +70 -0
  15. package/data/effects.json +125 -16
  16. package/data/effecttypes.json +408 -141
  17. package/data/equipment_effects.json +28 -0
  18. package/data/equipment_rarenesses.json +24 -12
  19. package/data/equipments.json +467 -86
  20. package/data/eventAutoScalingUnitPairings.json +13554 -4338
  21. package/data/events.json +11 -2
  22. package/data/expansions.json +54 -54
  23. package/data/horses.json +143 -143
  24. package/data/islandPlayerRewards.json +30 -0
  25. package/data/islandrewardranks.json +42 -0
  26. package/data/leaguetypeEvents.json +247 -0
  27. package/data/legendskills.json +20 -20
  28. package/data/lootBoxTombolas.json +704 -0
  29. package/data/lootBoxes.json +22 -0
  30. package/data/lords.json +2 -2
  31. package/data/merchants.json +1 -1
  32. package/data/packageCategories.json +4 -0
  33. package/data/{packageCategoryCurrencyRelations.json → packageCategoryCostRelations.json} +7 -1
  34. package/data/packageCategoryFilterRelations.json +4 -0
  35. package/data/packages.json +4954 -12
  36. package/data/quests.json +1 -1
  37. package/data/relicLootOptions.json +84 -0
  38. package/data/researches.json +4224 -950
  39. package/data/resources.json +6 -0
  40. package/data/rewards.json +63223 -56400
  41. package/data/saleDaysLuckyWheelClasses.json +9 -9
  42. package/data/saleDaysLuckyWheelDropChanceJackpots.json +288 -288
  43. package/data/saleDaysLuckyWheelDropChances.json +59 -283
  44. package/data/saleDaysLuckyWheelRewardSets.json +180 -180
  45. package/data/sceatSkillTiers.json +49 -0
  46. package/data/sceatSkillTrees.json +12 -0
  47. package/data/sceatSkills.json +1382 -1
  48. package/data/seasonEndRewards.json +224 -0
  49. package/data/seasonEventRewards.json +315 -0
  50. package/data/seasonPromotionRewards.json +600 -0
  51. package/data/slums.json +1 -1
  52. package/data/units.json +1945 -0
  53. package/data/version.json +1 -1
  54. package/data/versionInfo.json +3 -3
  55. package/data/wodIds.json +192 -192
  56. package/data/worldmapskins.json +10 -0
  57. package/images/x768.json +6409 -1780
  58. package/languages/da.json +502 -234
  59. package/languages/de.json +516 -248
  60. package/languages/el.json +498 -230
  61. package/languages/en.json +493 -225
  62. package/languages/es.json +574 -306
  63. package/languages/fi.json +506 -238
  64. package/languages/fr.json +600 -332
  65. package/languages/it.json +514 -246
  66. package/languages/ja.json +506 -238
  67. package/languages/ko.json +500 -232
  68. package/languages/nl.json +503 -235
  69. package/languages/no.json +536 -268
  70. package/languages/pl.json +505 -237
  71. package/languages/pt.json +497 -229
  72. package/languages/ru.json +516 -248
  73. package/languages/sv.json +504 -236
  74. package/languages/tr.json +498 -230
  75. package/languages/zh_CN.json +496 -228
  76. package/languages/zh_TW.json +498 -230
  77. package/package.json +1 -1
  78. package/typings/data.d.ts +45 -6
  79. package/typings/images.d.ts +259 -11
  80. package/typings/languages.d.ts +442 -57

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.