e4k-data 4.96.23 → 4.98.53

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 (51) hide show
  1. package/data/buildings.json +1452 -362
  2. package/data/characters.json +4 -4
  3. package/data/constructionItems.json +62 -2
  4. package/data/currencies.json +35 -0
  5. package/data/effects.json +21 -0
  6. package/data/effecttypes.json +17 -0
  7. package/data/equipments.json +604 -0
  8. package/data/events.json +1 -1
  9. package/data/generalAbilityEffects.json +36 -36
  10. package/data/generalRarities.json +10 -0
  11. package/data/generalSkillTiers.json +80 -0
  12. package/data/generalSkills.json +4274 -0
  13. package/data/generalSlots.json +50 -0
  14. package/data/generals.json +36 -8
  15. package/data/leaderboardRewards.json +1920 -0
  16. package/data/leaguetypeEvents.json +540 -0
  17. package/data/leaguetypeTopXSizes.json +186 -11
  18. package/data/leaguetypes.json +12 -5
  19. package/data/longtermpointeventquests.json +28 -0
  20. package/data/lootBoxTombolas.json +784 -0
  21. package/data/packages.json +4112 -83
  22. package/data/quests.json +1 -1
  23. package/data/rerollCosts.json +0 -12
  24. package/data/rewards.json +10457 -537
  25. package/data/units.json +21045 -20970
  26. package/data/version.json +1 -1
  27. package/data/versionInfo.json +3 -3
  28. package/images/x768.json +898 -73
  29. package/languages/da.json +134 -4
  30. package/languages/de.json +134 -4
  31. package/languages/el.json +134 -4
  32. package/languages/en.json +135 -5
  33. package/languages/es.json +134 -4
  34. package/languages/fi.json +134 -4
  35. package/languages/fr.json +134 -4
  36. package/languages/it.json +134 -4
  37. package/languages/ja.json +134 -4
  38. package/languages/ko.json +134 -4
  39. package/languages/nl.json +134 -4
  40. package/languages/no.json +134 -4
  41. package/languages/pl.json +134 -4
  42. package/languages/pt.json +134 -4
  43. package/languages/ru.json +134 -4
  44. package/languages/sv.json +134 -4
  45. package/languages/tr.json +134 -4
  46. package/languages/zh_CN.json +134 -4
  47. package/languages/zh_TW.json +134 -4
  48. package/package.json +1 -1
  49. package/typings/data.d.ts +14 -9
  50. package/typings/images.d.ts +55 -0
  51. package/typings/languages.d.ts +130 -0
@@ -219,6 +219,56 @@
219
219
  "slotID": 101199,
220
220
  "crossplayID": 101199,
221
221
  "abilityGroupIDs": 1003
222
+ },
223
+ {
224
+ "slotID": 101071,
225
+ "crossplayID": 101071,
226
+ "abilityGroupIDs": 1002
227
+ },
228
+ {
229
+ "slotID": 101076,
230
+ "crossplayID": 101076,
231
+ "abilityGroupIDs": "1002,1016"
232
+ },
233
+ {
234
+ "slotID": 101081,
235
+ "crossplayID": 101081,
236
+ "abilityGroupIDs": "1019,1013"
237
+ },
238
+ {
239
+ "slotID": 101086,
240
+ "crossplayID": 101086,
241
+ "abilityGroupIDs": 1013
242
+ },
243
+ {
244
+ "slotID": 101201,
245
+ "crossplayID": 101201,
246
+ "abilityGroupIDs": "1001,1013"
247
+ },
248
+ {
249
+ "slotID": 101202,
250
+ "crossplayID": 101202,
251
+ "abilityGroupIDs": 1010
252
+ },
253
+ {
254
+ "slotID": 101203,
255
+ "crossplayID": 101203,
256
+ "abilityGroupIDs": "1019,1011,1007"
257
+ },
258
+ {
259
+ "slotID": 101206,
260
+ "crossplayID": 101206,
261
+ "abilityGroupIDs": "1001,1013"
262
+ },
263
+ {
264
+ "slotID": 101207,
265
+ "crossplayID": 101207,
266
+ "abilityGroupIDs": 1010
267
+ },
268
+ {
269
+ "slotID": 101208,
270
+ "crossplayID": 101208,
271
+ "abilityGroupIDs": "1011,1007"
222
272
  }
223
273
  ]
224
274
  }
@@ -85,28 +85,28 @@
85
85
  "generalID": 107,
86
86
  "crossplayID": 107,
87
87
  "generalName": "Tom",
88
- "attackSlots": "101071,101072,101073",
89
- "defenseSlots": "101076,101077,101078",
90
- "generalRarityID": 2,
88
+ "attackSlots": 101071,
89
+ "defenseSlots": 101076,
90
+ "generalRarityID": 1,
91
91
  "maxLevel": 60,
92
92
  "maxStarLevel": 5,
93
93
  "unlockCurrencyID": 10007,
94
94
  "upgradeCurrencyIDs": "10000,10007",
95
- "isPreview": 1,
95
+ "isPreview": 0,
96
96
  "isNPCGeneral": 0
97
97
  },
98
98
  {
99
99
  "generalID": 108,
100
100
  "crossplayID": 108,
101
101
  "generalName": "Alice",
102
- "attackSlots": "101081,101082,101083",
103
- "defenseSlots": "101086,101087,101088",
104
- "generalRarityID": 2,
102
+ "attackSlots": 101081,
103
+ "defenseSlots": 101086,
104
+ "generalRarityID": 1,
105
105
  "maxLevel": 60,
106
106
  "maxStarLevel": 5,
107
107
  "unlockCurrencyID": 10008,
108
108
  "upgradeCurrencyIDs": "10000,10008",
109
- "isPreview": 1,
109
+ "isPreview": 0,
110
110
  "isNPCGeneral": 0
111
111
  },
112
112
  {
@@ -232,6 +232,34 @@
232
232
  "upgradeCurrencyIDs": "10000,10009",
233
233
  "isPreview": 0,
234
234
  "isNPCGeneral": 0
235
+ },
236
+ {
237
+ "generalID": 120,
238
+ "crossplayID": 120,
239
+ "generalName": "Hasan",
240
+ "attackSlots": "101201,101202,101203",
241
+ "defenseSlots": "101206,101207,101208",
242
+ "generalRarityID": 2,
243
+ "maxLevel": 100,
244
+ "maxStarLevel": 10,
245
+ "unlockCurrencyID": 10010,
246
+ "upgradeCurrencyIDs": "10000,10010",
247
+ "isPreview": 0,
248
+ "isNPCGeneral": 0
249
+ },
250
+ {
251
+ "generalID": 121,
252
+ "crossplayID": 121,
253
+ "generalName": "Diana",
254
+ "attackSlots": "101211,101212,101213,101214",
255
+ "defenseSlots": "101216,101217,101218,101219",
256
+ "generalRarityID": 3,
257
+ "maxLevel": 100,
258
+ "maxStarLevel": 10,
259
+ "unlockCurrencyID": 10011,
260
+ "upgradeCurrencyIDs": "10000,10011",
261
+ "isPreview": 1,
262
+ "isNPCGeneral": 0
235
263
  }
236
264
  ]
237
265
  }