e4k-data 4.87.51 → 4.89.81
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 +53 -16
- package/data/constructionItems.json +178 -70
- package/data/effecttypes.json +8 -7
- package/data/equipments.json +14 -0
- package/data/events.json +2 -37
- package/data/externalServerSkins.json +0 -4
- package/data/highscoreboni.json +110 -110
- package/data/leaguetypes.json +0 -16
- package/data/movements.json +0 -6
- package/data/packages.json +117 -3
- package/data/properties.json +0 -30
- package/data/rewards.json +20 -28
- package/data/sceatSkills.json +3 -3
- package/data/tempServerSettings.json +0 -21
- package/data/units.json +375 -110
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +0 -6
- package/images/x768.json +645 -345
- package/languages/da.json +283 -45
- package/languages/de.json +284 -46
- package/languages/el.json +283 -45
- package/languages/en.json +284 -47
- package/languages/es.json +284 -46
- package/languages/fi.json +283 -45
- package/languages/fr.json +283 -45
- package/languages/it.json +284 -46
- package/languages/ja.json +283 -45
- package/languages/ko.json +283 -45
- package/languages/nl.json +283 -45
- package/languages/no.json +284 -46
- package/languages/pl.json +283 -45
- package/languages/pt.json +283 -45
- package/languages/ru.json +283 -45
- package/languages/sv.json +284 -46
- package/languages/tr.json +283 -45
- package/languages/zh_CN.json +284 -46
- package/languages/zh_TW.json +284 -46
- package/package.json +1 -1
- package/typings/data.d.ts +0 -42
- package/typings/images.d.ts +38 -18
- package/typings/languages.d.ts +260 -23
- package/data/shapeshifterActivityRewards.json +0 -44
- package/data/shapeshifterHardcoreModeEffects.json +0 -54
- package/data/shapeshifterPermittedEffects.json +0 -184
- package/data/shapeshifterRankingRewards.json +0 -337
- package/data/shapeshifterTickets.json +0 -24
package/typings/images.d.ts
CHANGED
|
@@ -88,6 +88,7 @@ export interface Images {
|
|
|
88
88
|
"BackgroundResource_Icecream_Stone": ImageData;
|
|
89
89
|
"BackgroundResource_Volcano_Food": ImageData;
|
|
90
90
|
"BackgroundResource_Volcano_Stone": ImageData;
|
|
91
|
+
"Background_Gacha_MotherPlant": ImageData;
|
|
91
92
|
"Background_GeneralsHub": ImageData;
|
|
92
93
|
"Background_GeneralsHub_Back": ImageData;
|
|
93
94
|
"Background_GeneralsHub_BackLight": ImageData;
|
|
@@ -624,7 +625,6 @@ export interface Images {
|
|
|
624
625
|
"Castle_Island_Pos_Title": ImageData;
|
|
625
626
|
"Castle_Landscape_Classic": ImageData;
|
|
626
627
|
"Castle_Landscape_Classic_Dungeon": ImageData;
|
|
627
|
-
"Castle_Landscape_Classic_Shapeshifter": ImageData;
|
|
628
628
|
"Castle_Landscape_Dessert": ImageData;
|
|
629
629
|
"Castle_Landscape_Faction": ImageData;
|
|
630
630
|
"Castle_Landscape_Icecream": ImageData;
|
|
@@ -1024,6 +1024,12 @@ export interface Images {
|
|
|
1024
1024
|
"Deco_Building_FalconersOutpost": ImageData;
|
|
1025
1025
|
"Deco_Building_FallenGiant": ImageData;
|
|
1026
1026
|
"Deco_Building_FallenGiantRed": ImageData;
|
|
1027
|
+
"Deco_Building_FatalBiteweed": ImageData;
|
|
1028
|
+
"Deco_Building_FatalBloomingFang": ImageData;
|
|
1029
|
+
"Deco_Building_FatalDevouringBeautyGreen": ImageData;
|
|
1030
|
+
"Deco_Building_FatalDevouringBeautyPurple": ImageData;
|
|
1031
|
+
"Deco_Building_FatalDevouringBeautyRed": ImageData;
|
|
1032
|
+
"Deco_Building_FatalTinyBiteBud": ImageData;
|
|
1027
1033
|
"Deco_Building_Fieldkitchen": ImageData;
|
|
1028
1034
|
"Deco_Building_FireEngineDistrictDeco": ImageData;
|
|
1029
1035
|
"Deco_Building_FireKingdomMoltenGiant": ImageData;
|
|
@@ -1258,12 +1264,6 @@ export interface Images {
|
|
|
1258
1264
|
"Deco_Building_anniversaryParty": ImageData;
|
|
1259
1265
|
"Deco_Building_anniversaryPartyEnd": ImageData;
|
|
1260
1266
|
"Deco_Building_blueSalesFountain": ImageData;
|
|
1261
|
-
"Deco_Building_carnivorousPlantT1": ImageData;
|
|
1262
|
-
"Deco_Building_carnivorousPlantT2": ImageData;
|
|
1263
|
-
"Deco_Building_carnivorousPlantT3": ImageData;
|
|
1264
|
-
"Deco_Building_carnivorousPlantT4Green": ImageData;
|
|
1265
|
-
"Deco_Building_carnivorousPlantT4Purple": ImageData;
|
|
1266
|
-
"Deco_Building_carnivorousPlantT4Red": ImageData;
|
|
1267
1267
|
"Deco_Building_chaliceOfTheHattrickHero": ImageData;
|
|
1268
1268
|
"Deco_Building_chineseTiger": ImageData;
|
|
1269
1269
|
"Deco_Building_christmasCarousel": ImageData;
|
|
@@ -1743,10 +1743,12 @@ export interface Images {
|
|
|
1743
1743
|
"Eventtool_Unit_ColossalSamuraiTokenChest": ImageData;
|
|
1744
1744
|
"Eventtool_Unit_EliteBerimondPointBoost": ImageData;
|
|
1745
1745
|
"Eventtool_Unit_EliteCoinBoost": ImageData;
|
|
1746
|
+
"Eventtool_Unit_EliteComboRam": ImageData;
|
|
1746
1747
|
"Eventtool_Unit_EliteNomadComboLadder": ImageData;
|
|
1747
1748
|
"Eventtool_Unit_EliteNomadComboRam": ImageData;
|
|
1748
1749
|
"Eventtool_Unit_EliteNomadComboShield": ImageData;
|
|
1749
1750
|
"Eventtool_Unit_EliteSamuraiPointBoost": ImageData;
|
|
1751
|
+
"Eventtool_Unit_EliteTonnelon": ImageData;
|
|
1750
1752
|
"Eventtool_Unit_EmperorBerimondPointBoost": ImageData;
|
|
1751
1753
|
"Eventtool_Unit_EmperorKhanChest": ImageData;
|
|
1752
1754
|
"Eventtool_Unit_EnormousNomadTabletChest": ImageData;
|
|
@@ -1810,6 +1812,7 @@ export interface Images {
|
|
|
1810
1812
|
"Eventtool_Unit_SpringRam": ImageData;
|
|
1811
1813
|
"Eventtool_Unit_SpringShield": ImageData;
|
|
1812
1814
|
"Eventtool_Unit_SpringXPTool": ImageData;
|
|
1815
|
+
"Eventtool_Unit_Tonnelon": ImageData;
|
|
1813
1816
|
"Eventtool_Unit_Torches": ImageData;
|
|
1814
1817
|
"Eventtool_Unit_Trunkladder": ImageData;
|
|
1815
1818
|
"Eventtool_Unit_ViscountBerimondPointBoost": ImageData;
|
|
@@ -1877,6 +1880,8 @@ export interface Images {
|
|
|
1877
1880
|
"Eventunit_Unit_Fireeventrange": ImageData;
|
|
1878
1881
|
"Eventunit_Unit_Firewitch": ImageData;
|
|
1879
1882
|
"Eventunit_Unit_Flamethrower": ImageData;
|
|
1883
|
+
"Eventunit_Unit_ForlornRanger": ImageData;
|
|
1884
|
+
"Eventunit_Unit_ForsakenMaiden": ImageData;
|
|
1880
1885
|
"Eventunit_Unit_FruitBreaker": ImageData;
|
|
1881
1886
|
"Eventunit_Unit_FruitPirate": ImageData;
|
|
1882
1887
|
"Eventunit_Unit_Goodknight": ImageData;
|
|
@@ -2140,6 +2145,19 @@ export interface Images {
|
|
|
2140
2145
|
"FoodDistrict_Building_Level1": ImageData;
|
|
2141
2146
|
"Forge_Building_Level1": ImageData;
|
|
2142
2147
|
"FriendshipMonument_Surroundings": ImageData;
|
|
2148
|
+
"Gacha_MotherPlant_Body": ImageData;
|
|
2149
|
+
"Gacha_MotherPlant_Grass_Back_Left": ImageData;
|
|
2150
|
+
"Gacha_MotherPlant_Grass_Front_Left": ImageData;
|
|
2151
|
+
"Gacha_MotherPlant_Grass_Right": ImageData;
|
|
2152
|
+
"Gacha_MotherPlant_Ground": ImageData;
|
|
2153
|
+
"Gacha_MotherPlant_Head_Back": ImageData;
|
|
2154
|
+
"Gacha_MotherPlant_Head_Front": ImageData;
|
|
2155
|
+
"Gacha_MotherPlant_Neck": ImageData;
|
|
2156
|
+
"Gacha_MotherPlant_Root_Back_Left": ImageData;
|
|
2157
|
+
"Gacha_MotherPlant_Root_Back_Right": ImageData;
|
|
2158
|
+
"Gacha_MotherPlant_Root_Front_Left": ImageData;
|
|
2159
|
+
"Gacha_MotherPlant_Root_Front_Right": ImageData;
|
|
2160
|
+
"Gacha_MotherPlant_Stone": ImageData;
|
|
2143
2161
|
"General_Alien_Arm_Left": ImageData;
|
|
2144
2162
|
"General_Alien_Arm_Right": ImageData;
|
|
2145
2163
|
"General_Alien_Armor_Back": ImageData;
|
|
@@ -3944,17 +3962,10 @@ export interface Images {
|
|
|
3944
3962
|
"Shapeshifter_Dungeon_FrontWall_Right_Level1_Classic": ImageData;
|
|
3945
3963
|
"Shapeshifter_Dungeon_Gate_Level1_Classic": ImageData;
|
|
3946
3964
|
"Shapeshifter_Dungeon_Keep_Level1_Classic": ImageData;
|
|
3947
|
-
"Shapeshifter_Dungeon_Mapobject": ImageData;
|
|
3948
|
-
"Shapeshifter_Dungeon_Mapobject_Level1_Classic": ImageData;
|
|
3949
|
-
"Shapeshifter_Dungeon_Mapobject_Level2_Classic": ImageData;
|
|
3950
|
-
"Shapeshifter_Dungeon_Mapobject_Level3_Classic": ImageData;
|
|
3951
3965
|
"Shapeshifter_Empty_Mapobject_Forest2x2_Classic": ImageData;
|
|
3952
3966
|
"Shapeshifter_Empty_Mapobject_Mountain1x1_1_Classic": ImageData;
|
|
3953
3967
|
"Shapeshifter_Empty_Mapobject_Mountain2x2_Classic": ImageData;
|
|
3954
3968
|
"Shapeshifter_Empty_Mapobject_Wood1x1_1_Classic": ImageData;
|
|
3955
|
-
"Shapeshifter_Gate": ImageData;
|
|
3956
|
-
"Shapeshifter_Keep": ImageData;
|
|
3957
|
-
"Shapeshifter_Mapobject": ImageData;
|
|
3958
3969
|
"Shapeshifter_Outpost_BackWall_Left_Level1": ImageData;
|
|
3959
3970
|
"Shapeshifter_Outpost_BackWall_Left_Level2": ImageData;
|
|
3960
3971
|
"Shapeshifter_Outpost_BackWall_Left_Level3": ImageData;
|
|
@@ -4004,10 +4015,6 @@ export interface Images {
|
|
|
4004
4015
|
"Shapeshifter_Outpost_Mapobject_Level1": ImageData;
|
|
4005
4016
|
"Shapeshifter_Outpost_Moat_Level1": ImageData;
|
|
4006
4017
|
"Shapeshifter_Outpost_Moat_Level5": ImageData;
|
|
4007
|
-
"Shapeshifter_Wall_Back_Left": ImageData;
|
|
4008
|
-
"Shapeshifter_Wall_Back_Right": ImageData;
|
|
4009
|
-
"Shapeshifter_Wall_Front_Left": ImageData;
|
|
4010
|
-
"Shapeshifter_Wall_Front_Right": ImageData;
|
|
4011
4018
|
"Ship_Back_SeaQueen": ImageData;
|
|
4012
4019
|
"Ship_Front_SeaQueen": ImageData;
|
|
4013
4020
|
"Ship_Left_SeaQueen": ImageData;
|
|
@@ -4117,6 +4124,7 @@ export interface Images {
|
|
|
4117
4124
|
"Teaser_OffersHub_Big_4": ImageData;
|
|
4118
4125
|
"Teaser_OffersHub_Big_40": ImageData;
|
|
4119
4126
|
"Teaser_OffersHub_Big_41": ImageData;
|
|
4127
|
+
"Teaser_OffersHub_Big_42": ImageData;
|
|
4120
4128
|
"Teaser_OffersHub_Big_5": ImageData;
|
|
4121
4129
|
"Teaser_OffersHub_Big_6": ImageData;
|
|
4122
4130
|
"Teaser_OffersHub_Big_7": ImageData;
|
|
@@ -4130,6 +4138,7 @@ export interface Images {
|
|
|
4130
4138
|
"Teaser_OffersHub_Big_WhaleChest_14": ImageData;
|
|
4131
4139
|
"Teaser_OffersHub_Big_WhaleChest_15": ImageData;
|
|
4132
4140
|
"Teaser_OffersHub_Big_WhaleChest_16": ImageData;
|
|
4141
|
+
"Teaser_OffersHub_Big_WhaleChest_17": ImageData;
|
|
4133
4142
|
"Teaser_OffersHub_Big_WhaleChest_5": ImageData;
|
|
4134
4143
|
"Teaser_OffersHub_Medium_1": ImageData;
|
|
4135
4144
|
"Teaser_OffersHub_Medium_10": ImageData;
|
|
@@ -4435,6 +4444,7 @@ export interface Images {
|
|
|
4435
4444
|
"anniversaryKeep": ImageData;
|
|
4436
4445
|
"announcement_teaser_106": ImageData;
|
|
4437
4446
|
"announcement_teaser_123": ImageData;
|
|
4447
|
+
"announcement_teaser_126": ImageData;
|
|
4438
4448
|
"autumnBarracks": ImageData;
|
|
4439
4449
|
"autumnKeepChestnut": ImageData;
|
|
4440
4450
|
"autumnWorkshopChestnut": ImageData;
|
|
@@ -4485,6 +4495,7 @@ export interface Images {
|
|
|
4485
4495
|
"elvenQuarry": ImageData;
|
|
4486
4496
|
"elvenStonemason": ImageData;
|
|
4487
4497
|
"elvenStorage": ImageData;
|
|
4498
|
+
"end_teaser_126": ImageData;
|
|
4488
4499
|
"estateOfCowardlySpirits": ImageData;
|
|
4489
4500
|
"eventBuilding_coinmine": ImageData;
|
|
4490
4501
|
"eventBuilding_decoOffer": ImageData;
|
|
@@ -4494,20 +4505,27 @@ export interface Images {
|
|
|
4494
4505
|
"giantsForestWoodcutter": ImageData;
|
|
4495
4506
|
"giantsForestlumbermill": ImageData;
|
|
4496
4507
|
"global_primetime_background_Anniversary2024": ImageData;
|
|
4508
|
+
"global_primetime_background_BlackFriday2024": ImageData;
|
|
4497
4509
|
"global_primetime_background_Halloween2024": ImageData;
|
|
4498
4510
|
"global_primetime_background_Oktoberfest2024": ImageData;
|
|
4511
|
+
"global_primetime_background_SinglesDays2024": ImageData;
|
|
4499
4512
|
"global_primetime_background_generic1": ImageData;
|
|
4500
4513
|
"global_primetime_background_generic2": ImageData;
|
|
4501
4514
|
"global_primetime_background_generic3": ImageData;
|
|
4502
4515
|
"global_primetime_hub_teaser_Anniversary2024": ImageData;
|
|
4516
|
+
"global_primetime_hub_teaser_BlackFriday2024": ImageData;
|
|
4503
4517
|
"global_primetime_hub_teaser_Halloween2024": ImageData;
|
|
4504
4518
|
"global_primetime_hub_teaser_Oktoberfest2024": ImageData;
|
|
4519
|
+
"global_primetime_hub_teaser_SinglesDay2024": ImageData;
|
|
4505
4520
|
"global_primetime_hub_teaser_generic1": ImageData;
|
|
4506
4521
|
"global_primetime_hub_teaser_generic2": ImageData;
|
|
4507
4522
|
"global_primetime_hub_teaser_generic3": ImageData;
|
|
4508
4523
|
"global_primetime_teaser_Anniversary2024": ImageData;
|
|
4524
|
+
"global_primetime_teaser_BlackFriday2024": ImageData;
|
|
4525
|
+
"global_primetime_teaser_BlackFriday2024Front": ImageData;
|
|
4509
4526
|
"global_primetime_teaser_Halloween2024": ImageData;
|
|
4510
4527
|
"global_primetime_teaser_Oktoberfest2024": ImageData;
|
|
4528
|
+
"global_primetime_teaser_SinglesDay2024": ImageData;
|
|
4511
4529
|
"global_primetime_teaser_generic1": ImageData;
|
|
4512
4530
|
"global_primetime_teaser_generic2": ImageData;
|
|
4513
4531
|
"global_primetime_teaser_generic3": ImageData;
|
|
@@ -5744,6 +5762,7 @@ export interface Images {
|
|
|
5744
5762
|
"icon_discord_extended": ImageData;
|
|
5745
5763
|
"icon_discount_big": ImageData;
|
|
5746
5764
|
"icon_dismiss_soldier": ImageData;
|
|
5765
|
+
"icon_district_GachaDeco2x2": ImageData;
|
|
5747
5766
|
"icon_easter_event": ImageData;
|
|
5748
5767
|
"icon_edit": ImageData;
|
|
5749
5768
|
"icon_effect_additionalWaves": ImageData;
|
|
@@ -7020,6 +7039,7 @@ export interface Images {
|
|
|
7020
7039
|
"icon_tab_craft_ci": ImageData;
|
|
7021
7040
|
"icon_tab_disassemble_ci": ImageData;
|
|
7022
7041
|
"icon_tab_disassemble_ci_small": ImageData;
|
|
7042
|
+
"icon_tab_gacha_GachaDeco2x2": ImageData;
|
|
7023
7043
|
"icon_tab_options_ggs": ImageData;
|
|
7024
7044
|
"icon_tab_options_help": ImageData;
|
|
7025
7045
|
"icon_tab_options_notification": ImageData;
|