e4k-data 4.85.49 → 4.87.51

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 (46) hide show
  1. package/data/buildings.json +957 -504
  2. package/data/constructionItems.json +300 -38
  3. package/data/constructionItemsEffectGroups.json +1 -1
  4. package/data/districtTypes.json +5 -0
  5. package/data/effectCaps.json +140 -0
  6. package/data/effects.json +231 -1
  7. package/data/equipments.json +92 -0
  8. package/data/expansions.json +54 -54
  9. package/data/horses.json +143 -143
  10. package/data/leaguetypeEvents.json +99 -0
  11. package/data/packages.json +2361 -6
  12. package/data/researches.json +71 -71
  13. package/data/rewards.json +2036 -3
  14. package/data/sceatSkillTiers.json +14 -15
  15. package/data/sceatSkills.json +560 -796
  16. package/data/tempServerDailyTaskRewards.json +5 -5
  17. package/data/tempServerRankRewards.json +972 -0
  18. package/data/tempServerSettings.json +58 -0
  19. package/data/units.json +123 -0
  20. package/data/version.json +1 -1
  21. package/data/versionInfo.json +3 -3
  22. package/data/wodIds.json +192 -192
  23. package/images/x768.json +605 -4
  24. package/languages/da.json +317 -198
  25. package/languages/de.json +316 -197
  26. package/languages/el.json +318 -199
  27. package/languages/en.json +321 -201
  28. package/languages/es.json +319 -200
  29. package/languages/fi.json +317 -198
  30. package/languages/fr.json +317 -198
  31. package/languages/it.json +319 -200
  32. package/languages/ja.json +314 -195
  33. package/languages/ko.json +313 -194
  34. package/languages/nl.json +317 -198
  35. package/languages/no.json +319 -200
  36. package/languages/pl.json +317 -198
  37. package/languages/pt.json +319 -200
  38. package/languages/ru.json +317 -198
  39. package/languages/sv.json +319 -200
  40. package/languages/tr.json +315 -196
  41. package/languages/zh_CN.json +316 -197
  42. package/languages/zh_TW.json +316 -197
  43. package/package.json +1 -1
  44. package/typings/data.d.ts +2 -2
  45. package/typings/images.d.ts +39 -0
  46. package/typings/languages.d.ts +127 -7
@@ -4,31 +4,31 @@
4
4
  "tempServerDailyTaskRewardID": 1,
5
5
  "crossplayID": 1,
6
6
  "minDailyTaskPointsPerDay": 5,
7
- "rewardID": 2643
7
+ "rewardID": 10928
8
8
  },
9
9
  {
10
10
  "tempServerDailyTaskRewardID": 2,
11
11
  "crossplayID": 2,
12
12
  "minDailyTaskPointsPerDay": 10,
13
- "rewardID": 2644
13
+ "rewardID": 10929
14
14
  },
15
15
  {
16
16
  "tempServerDailyTaskRewardID": 3,
17
17
  "crossplayID": 3,
18
18
  "minDailyTaskPointsPerDay": 15,
19
- "rewardID": 2645
19
+ "rewardID": 10930
20
20
  },
21
21
  {
22
22
  "tempServerDailyTaskRewardID": 4,
23
23
  "crossplayID": 4,
24
24
  "minDailyTaskPointsPerDay": 35,
25
- "rewardID": 2646
25
+ "rewardID": 10931
26
26
  },
27
27
  {
28
28
  "tempServerDailyTaskRewardID": 5,
29
29
  "crossplayID": 5,
30
30
  "minDailyTaskPointsPerDay": 40,
31
- "rewardID": 2647
31
+ "rewardID": 10932
32
32
  }
33
33
  ]
34
34
  }