e4k-data 4.71.14 → 4.84.37

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 (83) hide show
  1. package/data/attackSetupSlots.json +100 -0
  2. package/data/buildings.json +23363 -16963
  3. package/data/collectorEventOptions.json +118 -0
  4. package/data/collectorEventRewards.json +288 -0
  5. package/data/constructionItemRecipes.json +418 -0
  6. package/data/constructionItems.json +1904 -484
  7. package/data/constructionItemsEffectGroups.json +24 -0
  8. package/data/craftingQueues.json +23 -1
  9. package/data/craftingRecipes.json +2321 -0
  10. package/data/currencies.json +77 -0
  11. package/data/currencyCaps.json +6 -0
  12. package/data/donationItems.json +270 -0
  13. package/data/donationRewards.json +320 -0
  14. package/data/donationSettings.json +20 -6
  15. package/data/dungeons.json +266 -0
  16. package/data/effectCaps.json +75 -0
  17. package/data/effects.json +133 -16
  18. package/data/effecttypes.json +408 -141
  19. package/data/equipment_effects.json +28 -0
  20. package/data/equipment_rarenesses.json +24 -12
  21. package/data/equipments.json +531 -86
  22. package/data/eventAutoScalingUnitPairings.json +13554 -4338
  23. package/data/events.json +21 -4
  24. package/data/expansions.json +54 -54
  25. package/data/horses.json +143 -143
  26. package/data/islandPlayerRewards.json +30 -0
  27. package/data/islandrewardranks.json +42 -0
  28. package/data/leaguetypeEvents.json +247 -0
  29. package/data/legendskills.json +20 -20
  30. package/data/lootBoxTombolas.json +704 -0
  31. package/data/lootBoxes.json +22 -0
  32. package/data/lords.json +2 -2
  33. package/data/merchants.json +1 -1
  34. package/data/packageCategories.json +4 -0
  35. package/data/{packageCategoryCurrencyRelations.json → packageCategoryCostRelations.json} +7 -1
  36. package/data/packageCategoryFilterRelations.json +4 -0
  37. package/data/packages.json +5072 -12
  38. package/data/quests.json +1 -1
  39. package/data/relicLootOptions.json +84 -0
  40. package/data/researches.json +4727 -1236
  41. package/data/resources.json +6 -0
  42. package/data/rewards.json +63223 -56400
  43. package/data/saleDaysLuckyWheelClasses.json +9 -9
  44. package/data/saleDaysLuckyWheelDropChanceJackpots.json +288 -288
  45. package/data/saleDaysLuckyWheelDropChances.json +59 -283
  46. package/data/saleDaysLuckyWheelRewardSets.json +180 -180
  47. package/data/sceatSkillTiers.json +49 -0
  48. package/data/sceatSkillTrees.json +12 -0
  49. package/data/sceatSkills.json +1376 -2
  50. package/data/seasonEndRewards.json +224 -0
  51. package/data/seasonEventRewards.json +315 -0
  52. package/data/seasonPromotionRewards.json +600 -0
  53. package/data/slums.json +1 -1
  54. package/data/tempServerSettings.json +1 -0
  55. package/data/units.json +1945 -0
  56. package/data/version.json +1 -1
  57. package/data/versionInfo.json +3 -3
  58. package/data/wodIds.json +192 -192
  59. package/data/worldmapskins.json +10 -0
  60. package/images/x768.json +7013 -2218
  61. package/languages/da.json +602 -286
  62. package/languages/de.json +616 -300
  63. package/languages/el.json +598 -282
  64. package/languages/en.json +593 -277
  65. package/languages/es.json +674 -358
  66. package/languages/fi.json +606 -290
  67. package/languages/fr.json +700 -384
  68. package/languages/it.json +614 -298
  69. package/languages/ja.json +606 -290
  70. package/languages/ko.json +600 -284
  71. package/languages/nl.json +603 -287
  72. package/languages/no.json +636 -320
  73. package/languages/pl.json +605 -289
  74. package/languages/pt.json +597 -281
  75. package/languages/ru.json +616 -300
  76. package/languages/sv.json +604 -288
  77. package/languages/tr.json +598 -282
  78. package/languages/zh_CN.json +596 -280
  79. package/languages/zh_TW.json +598 -282
  80. package/package.json +11 -3
  81. package/typings/data.d.ts +46 -7
  82. package/typings/images.d.ts +285 -27
  83. package/typings/languages.d.ts +540 -107
package/data/quests.json CHANGED
@@ -2224,7 +2224,7 @@
2224
2224
  "xp": 19,
2225
2225
  "currency1": 50,
2226
2226
  "stone": 100,
2227
- "units": "629+1",
2227
+ "units": "629+1#637+1",
2228
2228
  "maxLevel": 5,
2229
2229
  "hidden": 1,
2230
2230
  "shownKingdomID": 0,
@@ -1455,6 +1455,90 @@
1455
1455
  "tombolaID": -102,
1456
1456
  "relicEquipments": "16102@0,80",
1457
1457
  "shares": 1
1458
+ },
1459
+ {
1460
+ "id": 1031,
1461
+ "crossplayID": 1031,
1462
+ "tombolaID": -103,
1463
+ "relicEquipments": "2@30,80",
1464
+ "shares": 1
1465
+ },
1466
+ {
1467
+ "id": 1032,
1468
+ "crossplayID": 1032,
1469
+ "tombolaID": -103,
1470
+ "relicEquipments": "102@30,80",
1471
+ "shares": 1
1472
+ },
1473
+ {
1474
+ "id": 1033,
1475
+ "crossplayID": 1033,
1476
+ "tombolaID": -103,
1477
+ "relicEquipments": "202@30,80",
1478
+ "shares": 1
1479
+ },
1480
+ {
1481
+ "id": 1034,
1482
+ "crossplayID": 1034,
1483
+ "tombolaID": -103,
1484
+ "relicEquipments": "302@30,80",
1485
+ "shares": 1
1486
+ },
1487
+ {
1488
+ "id": 1035,
1489
+ "crossplayID": 1035,
1490
+ "tombolaID": -103,
1491
+ "relicEquipments": "3102@30,80",
1492
+ "shares": 1
1493
+ },
1494
+ {
1495
+ "id": 1036,
1496
+ "crossplayID": 1036,
1497
+ "tombolaID": -103,
1498
+ "relicEquipments": "6102@30,80",
1499
+ "shares": 1
1500
+ },
1501
+ {
1502
+ "id": 1037,
1503
+ "crossplayID": 1037,
1504
+ "tombolaID": -104,
1505
+ "relicEquipments": "10002@30,80",
1506
+ "shares": 1
1507
+ },
1508
+ {
1509
+ "id": 1038,
1510
+ "crossplayID": 1038,
1511
+ "tombolaID": -104,
1512
+ "relicEquipments": "10102@30,80",
1513
+ "shares": 1
1514
+ },
1515
+ {
1516
+ "id": 1039,
1517
+ "crossplayID": 1039,
1518
+ "tombolaID": -104,
1519
+ "relicEquipments": "10202@30,80",
1520
+ "shares": 1
1521
+ },
1522
+ {
1523
+ "id": 1040,
1524
+ "crossplayID": 1040,
1525
+ "tombolaID": -104,
1526
+ "relicEquipments": "10302@30,80",
1527
+ "shares": 1
1528
+ },
1529
+ {
1530
+ "id": 1041,
1531
+ "crossplayID": 1041,
1532
+ "tombolaID": -104,
1533
+ "relicEquipments": "13102@30,80",
1534
+ "shares": 1
1535
+ },
1536
+ {
1537
+ "id": 1042,
1538
+ "crossplayID": 1042,
1539
+ "tombolaID": -104,
1540
+ "relicEquipments": "16102@30,80",
1541
+ "shares": 1
1458
1542
  }
1459
1543
  ]
1460
1544
  }