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.
- package/data/buildings.json +502 -93
- package/data/characters.json +3 -3
- package/data/constructionItems.json +118 -6
- package/data/currencies.json +12 -0
- package/data/effects.json +31 -1
- package/data/effecttypes.json +27 -2
- package/data/equipments.json +61 -0
- package/data/expansions.json +54 -54
- package/data/generalAbilities.json +474 -270
- package/data/generalAbilityEffects.json +397 -307
- package/data/generalSkillTiers.json +31 -0
- package/data/generalSkills.json +1723 -0
- package/data/generalSlots.json +32 -0
- package/data/generals.json +31 -4
- package/data/horses.json +143 -143
- package/data/leaguetypeEvents.json +33 -0
- package/data/lootBoxTombolas.json +343 -0
- package/data/merchants.json +1 -1
- package/data/packageCategories.json +4 -0
- package/data/packageCategoryCurrencyRelations.json +5 -0
- package/data/packageCategoryFilterRelations.json +4 -0
- package/data/packages.json +1197 -548
- package/data/quests.json +2 -0
- package/data/relicLootOptions.json +6 -0
- package/data/rewards.json +884 -85
- package/data/units.json +1 -1
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +192 -192
- package/data/worldmapskins.json +8 -0
- package/images/x768.json +384 -61
- package/languages/da.json +74 -38
- package/languages/de.json +77 -41
- package/languages/el.json +78 -42
- package/languages/en.json +71 -35
- package/languages/es.json +78 -42
- package/languages/fi.json +74 -38
- package/languages/fr.json +74 -38
- package/languages/it.json +77 -41
- package/languages/ja.json +76 -40
- package/languages/ko.json +75 -39
- package/languages/nl.json +80 -44
- package/languages/no.json +77 -41
- package/languages/pl.json +76 -40
- package/languages/pt.json +77 -41
- package/languages/ru.json +77 -41
- package/languages/sv.json +75 -39
- package/languages/tr.json +76 -40
- package/languages/zh_CN.json +77 -41
- package/languages/zh_TW.json +75 -39
- package/package.json +1 -1
- package/typings/types.d.ts +6 -0
package/data/quests.json
CHANGED
|
@@ -22456,6 +22456,7 @@
|
|
|
22456
22456
|
{
|
|
22457
22457
|
"questID": 3495,
|
|
22458
22458
|
"comment1": "Newsletter Subscription Quest",
|
|
22459
|
+
"hiddenBattleGround": 1,
|
|
22459
22460
|
"questbookTabID": 0,
|
|
22460
22461
|
"questSeriesID": 5202,
|
|
22461
22462
|
"questSeriesNumber": 1,
|
|
@@ -22463,6 +22464,7 @@
|
|
|
22463
22464
|
"requiredLevel": 10,
|
|
22464
22465
|
"questGiverID": 4,
|
|
22465
22466
|
"conditions": "optinNewsletter+1",
|
|
22467
|
+
"hiddenTempServer": 1,
|
|
22466
22468
|
"shownKingdomID": -1,
|
|
22467
22469
|
"triggerKingdomID": -1,
|
|
22468
22470
|
"maxQuest": 1,
|