e4k-data 4.71.14 → 4.82.61
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 +22660 -17019
- package/data/collectorEventOptions.json +118 -0
- package/data/collectorEventRewards.json +288 -0
- package/data/constructionItems.json +632 -229
- 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 +135 -0
- package/data/donationRewards.json +160 -0
- package/data/donationSettings.json +14 -6
- package/data/dungeons.json +266 -0
- package/data/effectCaps.json +70 -0
- package/data/effects.json +125 -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 +467 -86
- package/data/eventAutoScalingUnitPairings.json +13554 -4338
- package/data/events.json +11 -2
- 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 +4954 -12
- package/data/quests.json +1 -1
- package/data/relicLootOptions.json +84 -0
- package/data/researches.json +4224 -950
- 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 +1382 -1
- 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/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 +6409 -1780
- package/languages/da.json +502 -234
- package/languages/de.json +516 -248
- package/languages/el.json +498 -230
- package/languages/en.json +493 -225
- package/languages/es.json +574 -306
- package/languages/fi.json +506 -238
- package/languages/fr.json +600 -332
- package/languages/it.json +514 -246
- package/languages/ja.json +506 -238
- package/languages/ko.json +500 -232
- package/languages/nl.json +503 -235
- package/languages/no.json +536 -268
- package/languages/pl.json +505 -237
- package/languages/pt.json +497 -229
- package/languages/ru.json +516 -248
- package/languages/sv.json +504 -236
- package/languages/tr.json +498 -230
- package/languages/zh_CN.json +496 -228
- package/languages/zh_TW.json +498 -230
- package/package.json +11 -3
- package/typings/data.d.ts +45 -6
- package/typings/images.d.ts +259 -11
- package/typings/languages.d.ts +442 -57
|
@@ -275,6 +275,30 @@
|
|
|
275
275
|
"crossplayID": 54,
|
|
276
276
|
"constructionItemGroupID": 3219,
|
|
277
277
|
"areaLimit": 1
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"constructionItemEffectGroupID": 55,
|
|
281
|
+
"crossplayID": 55,
|
|
282
|
+
"constructionItemGroupID": 55,
|
|
283
|
+
"areaLimit": 1
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"constructionItemEffectGroupID": 56,
|
|
287
|
+
"crossplayID": 56,
|
|
288
|
+
"constructionItemGroupID": 56,
|
|
289
|
+
"areaLimit": 1
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"constructionItemEffectGroupID": 57,
|
|
293
|
+
"crossplayID": 57,
|
|
294
|
+
"constructionItemGroupID": 57,
|
|
295
|
+
"areaLimit": 1
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"constructionItemEffectGroupID": 58,
|
|
299
|
+
"crossplayID": 58,
|
|
300
|
+
"constructionItemGroupID": 58,
|
|
301
|
+
"areaLimit": 1
|
|
278
302
|
}
|
|
279
303
|
]
|
|
280
304
|
}
|
package/data/craftingQueues.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"productionSlotUnlockCostC1": 5000000,
|
|
9
9
|
"productionSlotUnlockDuration": 604800,
|
|
10
10
|
"permanentQueueSlots": 1,
|
|
11
|
-
"queueSlotUnlockCostC1": "500000,3000000,
|
|
11
|
+
"queueSlotUnlockCostC1": "500000,3000000,7000000",
|
|
12
12
|
"queueSlotUnlockDuration": 604800
|
|
13
13
|
},
|
|
14
14
|
{
|
|
@@ -21,6 +21,28 @@
|
|
|
21
21
|
"permanentQueueSlots": 1,
|
|
22
22
|
"queueSlotUnlockCostC1": "500000,3000000,7000000",
|
|
23
23
|
"queueSlotUnlockDuration": 604800
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"craftingQueueId": 3,
|
|
27
|
+
"crossplayID": 3,
|
|
28
|
+
"queueTypeId": 3,
|
|
29
|
+
"permanentProductionSlots": 1,
|
|
30
|
+
"productionSlotUnlockCostC1": 5000000,
|
|
31
|
+
"productionSlotUnlockDuration": 604800,
|
|
32
|
+
"permanentQueueSlots": 1,
|
|
33
|
+
"queueSlotUnlockCostC1": "500000,3000000,7000000",
|
|
34
|
+
"queueSlotUnlockDuration": 604800
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"craftingQueueId": 4,
|
|
38
|
+
"crossplayID": 4,
|
|
39
|
+
"queueTypeId": 4,
|
|
40
|
+
"permanentProductionSlots": 1,
|
|
41
|
+
"productionSlotUnlockCostC1": 5000000,
|
|
42
|
+
"productionSlotUnlockDuration": 604800,
|
|
43
|
+
"permanentQueueSlots": 1,
|
|
44
|
+
"queueSlotUnlockCostC1": "500000,3000000,7000000",
|
|
45
|
+
"queueSlotUnlockDuration": 604800
|
|
24
46
|
}
|
|
25
47
|
]
|
|
26
48
|
}
|