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.
- package/data/attackSetupSlots.json +100 -0
- package/data/buildings.json +23363 -16963
- package/data/collectorEventOptions.json +118 -0
- package/data/collectorEventRewards.json +288 -0
- package/data/constructionItemRecipes.json +418 -0
- package/data/constructionItems.json +1904 -484
- package/data/constructionItemsEffectGroups.json +24 -0
- package/data/craftingQueues.json +23 -1
- package/data/craftingRecipes.json +2321 -0
- package/data/currencies.json +77 -0
- package/data/currencyCaps.json +6 -0
- package/data/donationItems.json +270 -0
- package/data/donationRewards.json +320 -0
- package/data/donationSettings.json +20 -6
- package/data/dungeons.json +266 -0
- package/data/effectCaps.json +75 -0
- package/data/effects.json +133 -16
- package/data/effecttypes.json +408 -141
- package/data/equipment_effects.json +28 -0
- package/data/equipment_rarenesses.json +24 -12
- package/data/equipments.json +531 -86
- package/data/eventAutoScalingUnitPairings.json +13554 -4338
- package/data/events.json +21 -4
- package/data/expansions.json +54 -54
- package/data/horses.json +143 -143
- package/data/islandPlayerRewards.json +30 -0
- package/data/islandrewardranks.json +42 -0
- package/data/leaguetypeEvents.json +247 -0
- package/data/legendskills.json +20 -20
- package/data/lootBoxTombolas.json +704 -0
- package/data/lootBoxes.json +22 -0
- package/data/lords.json +2 -2
- package/data/merchants.json +1 -1
- package/data/packageCategories.json +4 -0
- package/data/{packageCategoryCurrencyRelations.json → packageCategoryCostRelations.json} +7 -1
- package/data/packageCategoryFilterRelations.json +4 -0
- package/data/packages.json +5072 -12
- package/data/quests.json +1 -1
- package/data/relicLootOptions.json +84 -0
- package/data/researches.json +4727 -1236
- package/data/resources.json +6 -0
- package/data/rewards.json +63223 -56400
- package/data/saleDaysLuckyWheelClasses.json +9 -9
- package/data/saleDaysLuckyWheelDropChanceJackpots.json +288 -288
- package/data/saleDaysLuckyWheelDropChances.json +59 -283
- package/data/saleDaysLuckyWheelRewardSets.json +180 -180
- package/data/sceatSkillTiers.json +49 -0
- package/data/sceatSkillTrees.json +12 -0
- package/data/sceatSkills.json +1376 -2
- package/data/seasonEndRewards.json +224 -0
- package/data/seasonEventRewards.json +315 -0
- package/data/seasonPromotionRewards.json +600 -0
- package/data/slums.json +1 -1
- package/data/tempServerSettings.json +1 -0
- package/data/units.json +1945 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +192 -192
- package/data/worldmapskins.json +10 -0
- package/images/x768.json +7013 -2218
- package/languages/da.json +602 -286
- package/languages/de.json +616 -300
- package/languages/el.json +598 -282
- package/languages/en.json +593 -277
- package/languages/es.json +674 -358
- package/languages/fi.json +606 -290
- package/languages/fr.json +700 -384
- package/languages/it.json +614 -298
- package/languages/ja.json +606 -290
- package/languages/ko.json +600 -284
- package/languages/nl.json +603 -287
- package/languages/no.json +636 -320
- package/languages/pl.json +605 -289
- package/languages/pt.json +597 -281
- package/languages/ru.json +616 -300
- package/languages/sv.json +604 -288
- package/languages/tr.json +598 -282
- package/languages/zh_CN.json +596 -280
- package/languages/zh_TW.json +598 -282
- package/package.json +11 -3
- package/typings/data.d.ts +46 -7
- package/typings/images.d.ts +285 -27
- package/typings/languages.d.ts +540 -107