e4k-data 4.53.23 → 4.55.17

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 (52) hide show
  1. package/data/buildings.json +502 -93
  2. package/data/characters.json +3 -3
  3. package/data/constructionItems.json +118 -6
  4. package/data/currencies.json +12 -0
  5. package/data/effects.json +31 -1
  6. package/data/effecttypes.json +27 -2
  7. package/data/equipments.json +61 -0
  8. package/data/expansions.json +54 -54
  9. package/data/generalAbilities.json +474 -270
  10. package/data/generalAbilityEffects.json +397 -307
  11. package/data/generalSkillTiers.json +31 -0
  12. package/data/generalSkills.json +1723 -0
  13. package/data/generalSlots.json +32 -0
  14. package/data/generals.json +31 -4
  15. package/data/horses.json +143 -143
  16. package/data/leaguetypeEvents.json +33 -0
  17. package/data/lootBoxTombolas.json +343 -0
  18. package/data/merchants.json +1 -1
  19. package/data/packageCategories.json +4 -0
  20. package/data/packageCategoryCurrencyRelations.json +5 -0
  21. package/data/packageCategoryFilterRelations.json +4 -0
  22. package/data/packages.json +1197 -548
  23. package/data/quests.json +2 -0
  24. package/data/relicLootOptions.json +6 -0
  25. package/data/rewards.json +884 -85
  26. package/data/units.json +1 -1
  27. package/data/version.json +1 -1
  28. package/data/versionInfo.json +3 -3
  29. package/data/wodIds.json +192 -192
  30. package/data/worldmapskins.json +8 -0
  31. package/images/x768.json +384 -61
  32. package/languages/da.json +74 -38
  33. package/languages/de.json +77 -41
  34. package/languages/el.json +78 -42
  35. package/languages/en.json +71 -35
  36. package/languages/es.json +78 -42
  37. package/languages/fi.json +74 -38
  38. package/languages/fr.json +74 -38
  39. package/languages/it.json +77 -41
  40. package/languages/ja.json +76 -40
  41. package/languages/ko.json +75 -39
  42. package/languages/nl.json +80 -44
  43. package/languages/no.json +77 -41
  44. package/languages/pl.json +76 -40
  45. package/languages/pt.json +77 -41
  46. package/languages/ru.json +77 -41
  47. package/languages/sv.json +75 -39
  48. package/languages/tr.json +76 -40
  49. package/languages/zh_CN.json +77 -41
  50. package/languages/zh_TW.json +75 -39
  51. package/package.json +1 -1
  52. package/typings/types.d.ts +6 -0
@@ -123,6 +123,37 @@
123
123
  "tier": 5,
124
124
  "previousTierRequiredSkillPoints": 90,
125
125
  "minGeneralStarTier": 10
126
+ },
127
+ {
128
+ "tierID": 21,
129
+ "generalID": 105,
130
+ "tier": 1,
131
+ "previousTierRequiredSkillPoints": 0
132
+ },
133
+ {
134
+ "tierID": 22,
135
+ "generalID": 105,
136
+ "tier": 2,
137
+ "previousTierRequiredSkillPoints": 10
138
+ },
139
+ {
140
+ "tierID": 23,
141
+ "generalID": 105,
142
+ "tier": 3,
143
+ "previousTierRequiredSkillPoints": 35
144
+ },
145
+ {
146
+ "tierID": 24,
147
+ "generalID": 105,
148
+ "tier": 4,
149
+ "previousTierRequiredSkillPoints": 70
150
+ },
151
+ {
152
+ "tierID": 25,
153
+ "generalID": 105,
154
+ "tier": 5,
155
+ "previousTierRequiredSkillPoints": 90,
156
+ "minGeneralStarTier": 10
126
157
  }
127
158
  ]
128
159
  }