e4k-data 4.89.79 → 4.90.51

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 (50) hide show
  1. package/data/buildings.json +1633 -45
  2. package/data/constructionItems.json +48 -3
  3. package/data/currencies.json +7 -0
  4. package/data/currencyClearCompensations.json +144 -0
  5. package/data/donationItems.json +135 -0
  6. package/data/donationRewards.json +160 -0
  7. package/data/donationSettings.json +6 -0
  8. package/data/effects.json +9 -65
  9. package/data/equipments.json +57 -1
  10. package/data/events.json +8 -0
  11. package/data/expansions.json +54 -54
  12. package/data/gachaEvents.json +71 -0
  13. package/data/highscoreboni.json +46 -46
  14. package/data/horses.json +143 -143
  15. package/data/leaguetypeEvents.json +9 -0
  16. package/data/leaguetypes.json +7 -0
  17. package/data/lootBoxTombolas.json +1728 -0
  18. package/data/packages.json +24 -0
  19. package/data/rewards.json +417 -0
  20. package/data/units.json +122 -2
  21. package/data/version.json +1 -1
  22. package/data/versionInfo.json +3 -3
  23. package/data/wodIds.json +186 -186
  24. package/images/x768.json +376 -1
  25. package/languages/da.json +92 -30
  26. package/languages/de.json +92 -30
  27. package/languages/el.json +92 -30
  28. package/languages/en.json +92 -30
  29. package/languages/es.json +92 -30
  30. package/languages/fi.json +92 -30
  31. package/languages/fr.json +92 -30
  32. package/languages/it.json +92 -30
  33. package/languages/ja.json +92 -30
  34. package/languages/ko.json +92 -30
  35. package/languages/nl.json +92 -30
  36. package/languages/no.json +92 -30
  37. package/languages/pl.json +92 -30
  38. package/languages/pt.json +92 -30
  39. package/languages/ru.json +92 -30
  40. package/languages/sv.json +92 -30
  41. package/languages/tr.json +92 -30
  42. package/languages/zh_CN.json +92 -30
  43. package/languages/zh_TW.json +92 -30
  44. package/package.json +1 -1
  45. package/typings/data.d.ts +22 -31
  46. package/typings/images.d.ts +25 -0
  47. package/typings/languages.d.ts +79 -17
  48. package/data/chargesCampEffects.json +0 -46
  49. package/data/chargesCamps.json +0 -16
  50. package/data/chargesPVPEffects.json +0 -7
@@ -1370,19 +1370,34 @@ export interface Language {
1370
1370
  "deco_EasterTower_name": string;
1371
1371
  "deco_EggTree_name": string;
1372
1372
  "deco_ElephantMonument_name": string;
1373
+ "deco_ExaltedGreenChristmasFountain_name": string;
1373
1374
  "deco_ExaltedGreenFrostFountain_name": string;
1374
1375
  "deco_ExaltedGreenLavaShrineofDuality_name": string;
1375
1376
  "deco_ExaltedGreenOktoberfestGarden_name": string;
1376
1377
  "deco_ExaltedGreenWaterShrineofDuality_name": string;
1378
+ "deco_ExaltedPurpleChristmasFountain_name": string;
1377
1379
  "deco_ExaltedPurpleFrostFountain_name": string;
1378
1380
  "deco_ExaltedPurpleLavaShrineofDuality_name": string;
1379
1381
  "deco_ExaltedPurpleOktoberfestGarden_name": string;
1380
1382
  "deco_ExaltedPurpleWaterShrineofDuality_name": string;
1383
+ "deco_ExaltedRedChristmasFountain_name": string;
1381
1384
  "deco_ExaltedRedFrostFountain_name": string;
1382
1385
  "deco_ExaltedRedLavaShrineofDuality_name": string;
1383
1386
  "deco_ExaltedRedOktoberfestGarden_name": string;
1384
1387
  "deco_FallenGiantRed_name": string;
1385
1388
  "deco_FallenGiant_name": string;
1389
+ "deco_FatalBiteweed_name": string;
1390
+ "deco_FatalBiteweed_short_info": string;
1391
+ "deco_FatalBloomingFang_name": string;
1392
+ "deco_FatalBloomingFang_short_info": string;
1393
+ "deco_FatalDevouringBeautyGreen_name": string;
1394
+ "deco_FatalDevouringBeautyGreen_short_info": string;
1395
+ "deco_FatalDevouringBeautyPurple_name": string;
1396
+ "deco_FatalDevouringBeautyPurple_short_info": string;
1397
+ "deco_FatalDevouringBeautyRed_name": string;
1398
+ "deco_FatalDevouringBeautyRed_short_info": string;
1399
+ "deco_FatalTinyBiteBud_name": string;
1400
+ "deco_FatalTinyBiteBud_short_info": string;
1386
1401
  "deco_FireKingdomMoltenGiant_name": string;
1387
1402
  "deco_GoldTurtleHut_name": string;
1388
1403
  "deco_GoldenweekShrine_name": string;
@@ -1500,17 +1515,6 @@ export interface Language {
1500
1515
  "deco_cage1_name": string;
1501
1516
  "deco_cage2_name": string;
1502
1517
  "deco_carnivorousPlantT1_name": string;
1503
- "deco_carnivorousPlantT1_short_info": string;
1504
- "deco_carnivorousPlantT2_name": string;
1505
- "deco_carnivorousPlantT2_short_info": string;
1506
- "deco_carnivorousPlantT3_name": string;
1507
- "deco_carnivorousPlantT3_short_info": string;
1508
- "deco_carnivorousPlantT4Green_name": string;
1509
- "deco_carnivorousPlantT4Green_short_info": string;
1510
- "deco_carnivorousPlantT4Purple_name": string;
1511
- "deco_carnivorousPlantT4Purple_short_info": string;
1512
- "deco_carnivorousPlantT4Red_name": string;
1513
- "deco_carnivorousPlantT4Red_short_info": string;
1514
1518
  "deco_carriagegood_name": string;
1515
1519
  "deco_celebrationOfSpring_name": string;
1516
1520
  "deco_chaliceOfTheHattrickHero_name": string;
@@ -2083,6 +2087,8 @@ export interface Language {
2083
2087
  "Bookmarks_editBookmark_header": string;
2084
2088
  "Bookmarks_setBookmark_header": string;
2085
2089
  "Btn_island_travel": string;
2090
+ "DecoDistrict2x2_notbuilt": string;
2091
+ "DecorationStorehouse_name": string;
2086
2092
  "Dialog_ChangeApp_redirect": string;
2087
2093
  "OfficersSchool_name": string;
2088
2094
  "OfficersSchool_short_info": string;
@@ -4060,6 +4066,7 @@ export interface Language {
4060
4066
  "dialog_chestOffer_desc_16": string;
4061
4067
  "dialog_chestOffer_desc_17": string;
4062
4068
  "dialog_chestOffer_desc_18": string;
4069
+ "dialog_chestOffer_desc_advent": string;
4063
4070
  "dialog_chestOffer_desc_oktoberfest": string;
4064
4071
  "dialog_chestOffer_title_01": string;
4065
4072
  "dialog_chestOffer_title_02": string;
@@ -4079,6 +4086,7 @@ export interface Language {
4079
4086
  "dialog_chestOffer_title_16": string;
4080
4087
  "dialog_chestOffer_title_17": string;
4081
4088
  "dialog_chestOffer_title_18": string;
4089
+ "dialog_chestOffer_title_advent": string;
4082
4090
  "dialog_chestOffer_title_oktoberfest": string;
4083
4091
  "dialog_chooseCastleConfirm_desc": string;
4084
4092
  "dialog_chooseCastle_island_desc": string;
@@ -4823,7 +4831,9 @@ export interface Language {
4823
4831
  "dialog_eventKing_speechBubble_done": string;
4824
4832
  "dialog_event_announcement_description_106": string;
4825
4833
  "dialog_event_announcement_description_123": string;
4834
+ "dialog_event_announcement_description_126": string;
4826
4835
  "dialog_event_announcement_header_123": string;
4836
+ "dialog_event_announcement_header_126": string;
4827
4837
  "dialog_eventdungeonWin_title": string;
4828
4838
  "dialog_eventdungeon_1_missionAccomplished_title": string;
4829
4839
  "dialog_eventdungeon_1_tip": string;
@@ -4985,6 +4995,7 @@ export interface Language {
4985
4995
  "dialog_filter_decoLocation_buildIn": string;
4986
4996
  "dialog_filter_decoLocation_stored": string;
4987
4997
  "dialog_filter_decoLocation_title": string;
4998
+ "dialog_finish": string;
4988
4999
  "dialog_forgotpassword_email": string;
4989
5000
  "dialog_forwardMessage_addAll": string;
4990
5001
  "dialog_forwardMessage_addRecipient": string;
@@ -7459,6 +7470,7 @@ export interface Language {
7459
7470
  "dialog_primeday_tiers_rubyCounter": string;
7460
7471
  "dialog_primeday_worldcup_description": string;
7461
7472
  "dialog_primeday_worldcup_title": string;
7473
+ "dialog_privateBestsellerShop_advent_tooltip": string;
7462
7474
  "dialog_privateBestsellerShop_bestsellerItem": string;
7463
7475
  "dialog_privateBestsellerShop_button": string;
7464
7476
  "dialog_privateBestsellerShop_desc": string;
@@ -8497,6 +8509,7 @@ export interface Language {
8497
8509
  "dialog_startDonationEvent_desc1": string;
8498
8510
  "dialog_startDonationEvent_desc2": string;
8499
8511
  "dialog_startDonationEvent_desc3": string;
8512
+ "dialog_startDonationEvent_desc4": string;
8500
8513
  "dialog_startDonationEvent_join": string;
8501
8514
  "dialog_startDonationEvent_subtitle1": string;
8502
8515
  "dialog_startDonationEvent_subtitle2": string;
@@ -8826,6 +8839,7 @@ export interface Language {
8826
8839
  "dialog_titleUp_goToGallantryDialog": string;
8827
8840
  "dialog_titleUp_goToGloryDialog": string;
8828
8841
  "dialog_titleUp_reachedNewTitle": string;
8842
+ "dialog_title_gachadeco2x2": string;
8829
8843
  "dialog_titles_displayedTitle": string;
8830
8844
  "dialog_titles_prefix": string;
8831
8845
  "dialog_titles_selectTitle": string;
@@ -9523,11 +9537,11 @@ export interface Language {
9523
9537
  "eventBuilding_wishCoinTrader": string;
9524
9538
  "eventEnd_colon": string;
9525
9539
  "eventKing_name": string;
9526
- "event_announcement_description_GachaDeco2x2": string;
9527
- "event_announcement_header_GachaDeco2x2": string;
9540
+ "event_announcement_description_126": string;
9541
+ "event_announcement_header_126": string;
9528
9542
  "event_end_description_GachaDeco2x2": string;
9529
9543
  "event_end_header_GachaDeco2x2": string;
9530
- "event_rewards_heade_GachaDeco2x2": string;
9544
+ "event_rewards_header": string;
9531
9545
  "event_title_101": string;
9532
9546
  "event_title_102": string;
9533
9547
  "event_title_103": string;
@@ -9613,6 +9627,8 @@ export interface Language {
9613
9627
  "fameBoost_package_hours_singular": string;
9614
9628
  "fameBoost_package_minutes_plural": string;
9615
9629
  "filter_decoType_all": string;
9630
+ "filter_decoType_onlyLocals": string;
9631
+ "filter_decoType_onlyRelics": string;
9616
9632
  "filter_decoType_onlyWithEffects": string;
9617
9633
  "filter_decoType_others": string;
9618
9634
  "filter_decoType_sources": string;
@@ -10206,6 +10222,7 @@ export interface Language {
10206
10222
  "help_copyQueue_units": string;
10207
10223
  "help_crafting_kingdomToolsmith": string;
10208
10224
  "help_dailyQuests": string;
10225
+ "help_deco_gacha": string;
10209
10226
  "help_defence_unitcomposition_courtyard": string;
10210
10227
  "help_equipment_inventory_relics": string;
10211
10228
  "help_gemColor_1": string;
@@ -11042,6 +11059,7 @@ export interface Language {
11042
11059
  "rewardPass_condition_durationSeasonEnd_desc": string;
11043
11060
  "rewardPass_condition_toNextPromotion_desc": string;
11044
11061
  "rewardPass_condition_topPromotion_desc": string;
11062
+ "rewardReceived": string;
11045
11063
  "reward_activityreward_desc": string;
11046
11064
  "reward_activityreward_title": string;
11047
11065
  "rightFlank": string;
@@ -12699,6 +12717,7 @@ export interface Language {
12699
12717
  "effect_description_foodStorageTCI": string;
12700
12718
  "effect_description_hiddenSoldiersSpace": string;
12701
12719
  "effect_description_honeyProductionBoost": string;
12720
+ "effect_description_honorBonus": string;
12702
12721
  "effect_description_killDefendingAnyTroopsYard": string;
12703
12722
  "effect_description_killDefendingMeleeTroopsYard": string;
12704
12723
  "effect_description_killDefendingRangedTroopsYard": string;
@@ -12710,9 +12729,16 @@ export interface Language {
12710
12729
  "effect_description_offensiveMeleeBonusTCI": string;
12711
12730
  "effect_description_offensiveRangeBonusCI": string;
12712
12731
  "effect_description_offensiveRangeBonusTCI": string;
12732
+ "effect_description_publicOrderBonusMain": string;
12713
12733
  "effect_description_rangeBonusTCI": string;
12714
12734
  "effect_description_recruitmentSpeedBoostAll": string;
12715
12735
  "effect_description_spyCountBoost": string;
12736
+ "effect_description_toolProductionSpeedBoostAll": string;
12737
+ "effect_description_transportTaxDecreaseBoostGreen": string;
12738
+ "effect_description_transportTaxDecreaseBoostIce": string;
12739
+ "effect_description_transportTaxDecreaseBoostIsland": string;
12740
+ "effect_description_transportTaxDecreaseBoostSand": string;
12741
+ "effect_description_transportTaxDecreaseBoostVulcano": string;
12716
12742
  "effect_description_unboostedFoodProductionTCI": string;
12717
12743
  "effect_description_unitWallCountTCI": string;
12718
12744
  "effect_effectsTooltip_header_castellan": string;
@@ -12834,7 +12860,6 @@ export interface Language {
12834
12860
  "effect_group_6_9_active_malus": string;
12835
12861
  "effect_group_6_9_passive": string;
12836
12862
  "effect_group_8_4_active": string;
12837
- "effect_group_8_5_active": string;
12838
12863
  "effect_name_AttackBoostYardDecoCapped": string;
12839
12864
  "effect_name_CraftingQueueProductionBoost_4": string;
12840
12865
  "effect_name_allianceDefenseUnitAmountYardBonusCapped": string;
@@ -13751,6 +13776,19 @@ export interface Language {
13751
13776
  "subscription_effect_description_foodCapacityBonusGreen": string;
13752
13777
  "subscription_effect_description_foodCapacityBonusGreen_short": string;
13753
13778
  "subscription_effect_description_toolProductionSpeedBoost": string;
13779
+ "webshop_ColossalSamuraiTokenChestValue_desc": string;
13780
+ "webshop_EliteNomadComboLadderValue_desc": string;
13781
+ "webshop_EliteNomadRamValue_desc": string;
13782
+ "webshop_EliteNomadShieldValue_desc": string;
13783
+ "webshop_EliteTonnelonValue_desc": string;
13784
+ "webshop_InvaderMaskValue_desc": string;
13785
+ "webshop_LadderoftheShogunValue_desc": string;
13786
+ "webshop_NomadTokenChestValue_desc": string;
13787
+ "webshop_RamoftheShogunValue_desc": string;
13788
+ "webshop_ShieldoftheShogunValue_desc": string;
13789
+ "webshop_SupremeMonarchsBannerValue_desc": string;
13790
+ "webshop_WolverineRamValue_desc": string;
13791
+ "webshop_rageBoostervalue_desc": string;
13754
13792
  "webshop_subscription_effect_description_ReturnTravelBoost": string;
13755
13793
  "webshop_subscription_effect_description_ReturnTravelBoost_short": string;
13756
13794
  "webshop_subscription_effect_description_allianceFameBoost_short": string;
@@ -13775,6 +13813,10 @@ export interface Language {
13775
13813
  "webshop_subscription_effect_description_transportTaxDecreaseBoostVulcano_short": string;
13776
13814
  };
13777
13815
  "equipment_heroes_and_gems": {
13816
+ "ChristmasArcher_name": string;
13817
+ "ChristmasGuardian_name": string;
13818
+ "ChristmasHuntress_name": string;
13819
+ "ChristmasWarrior_name": string;
13778
13820
  "alienSamuraiAntiBanner_name": string;
13779
13821
  "alienSamuraiAntiBanner_short_info": string;
13780
13822
  "alienSamuraiAntiBundle_name": string;
@@ -14611,6 +14653,10 @@ export interface Language {
14611
14653
  "equipment_unique_1096_desc": string;
14612
14654
  "equipment_unique_1097": string;
14613
14655
  "equipment_unique_1097_desc": string;
14656
+ "equipment_unique_1098": string;
14657
+ "equipment_unique_1098_desc": string;
14658
+ "equipment_unique_1099": string;
14659
+ "equipment_unique_1099_desc": string;
14614
14660
  "equipment_unique_10_desc": string;
14615
14661
  "equipment_unique_11": string;
14616
14662
  "equipment_unique_1100": string;
@@ -14811,6 +14857,8 @@ export interface Language {
14811
14857
  "equipment_unique_1197_desc": string;
14812
14858
  "equipment_unique_1198": string;
14813
14859
  "equipment_unique_1198_desc": string;
14860
+ "equipment_unique_1199": string;
14861
+ "equipment_unique_1199_desc": string;
14814
14862
  "equipment_unique_11_desc": string;
14815
14863
  "equipment_unique_12": string;
14816
14864
  "equipment_unique_12_desc": string;
@@ -16613,6 +16661,10 @@ export interface Language {
16613
16661
  "giftPackage_827_desc": string;
16614
16662
  "giftPackage_828": string;
16615
16663
  "giftPackage_828_desc": string;
16664
+ "glacialamazonarcher_name": string;
16665
+ "glacialamazonguardian_name": string;
16666
+ "glacialamazonhuntress_name": string;
16667
+ "glacialamazonwarrior_name": string;
16616
16668
  "heavystone_name": string;
16617
16669
  "heavystone_short_info": string;
16618
16670
  "hero_generic_10": string;
@@ -17942,7 +17994,7 @@ export interface Language {
17942
17994
  "currency_description_ShapeShifterInsignia": string;
17943
17995
  "currency_description_ShogunPoint": string;
17944
17996
  "currency_description_ShogunPointBoosterKey": string;
17945
- "currency_description_SoldierBiscuits": string;
17997
+ "currency_description_SoldierBiscuit": string;
17946
17998
  "currency_description_SpiritDoubloon": string;
17947
17999
  "currency_description_SpringLTPEToken": string;
17948
18000
  "currency_description_StPatrickLTPEToken": string;
@@ -18033,7 +18085,7 @@ export interface Language {
18033
18085
  "currency_name_ShogunPointBoosterKey": string;
18034
18086
  "currency_name_SilverRune": string;
18035
18087
  "currency_name_SkullRelic": string;
18036
- "currency_name_SoldierBiscuits": string;
18088
+ "currency_name_SoldierBiscuit": string;
18037
18089
  "currency_name_SpiritDoubloon": string;
18038
18090
  "currency_name_SpringLTPEToken": string;
18039
18091
  "currency_name_StPatrickLTPEToken": string;
@@ -18221,6 +18273,7 @@ export interface Language {
18221
18273
  "events_title": string;
18222
18274
  "extinguishFire_name": string;
18223
18275
  "extinguishFire_short_info": string;
18276
+ "eyecatcher_valuable": string;
18224
18277
  "factionHighscore_points": string;
18225
18278
  "factionTower_position": string;
18226
18279
  "faction_camp": string;
@@ -23815,6 +23868,7 @@ export interface Language {
23815
23868
  "research_202_title": string;
23816
23869
  };
23817
23870
  "tooltips": {
23871
+ "LocalBuildingIndicatorBubble_tooltip": string;
23818
23872
  "webshop_BerimondInvasionReputationBoost_desc": string;
23819
23873
  "webshop_CaseOfTheShogun_desc": string;
23820
23874
  "webshop_ChestOfTheShogun_desc": string;
@@ -23915,6 +23969,14 @@ export interface Language {
23915
23969
  "CaskMarksmann_desc": string;
23916
23970
  "CaskMarksmann_name": string;
23917
23971
  "CaskMarksmann_short_info": string;
23972
+ "ChristmasArcher_desc": string;
23973
+ "ChristmasArcher_short_info": string;
23974
+ "ChristmasGuardian_desc": string;
23975
+ "ChristmasGuardian_short_info": string;
23976
+ "ChristmasHuntress_desc": string;
23977
+ "ChristmasHuntress_short_info": string;
23978
+ "ChristmasWarrior_desc": string;
23979
+ "ChristmasWarrior_short_info": string;
23918
23980
  "ColossalNomadTabletChest_name": string;
23919
23981
  "ColossalNomadTabletChest_short_info": string;
23920
23982
  "ColossalSamuraiTokenChest_name": string;
@@ -1,46 +0,0 @@
1
- {
2
- "chargesCampEffect": [
3
- {
4
- "chargeCampEffectID": 1,
5
- "effectID": 31,
6
- "levelIncrease": 3,
7
- "maxValue": 450
8
- },
9
- {
10
- "chargeCampEffectID": 2,
11
- "effectID": 32,
12
- "levelIncrease": 3,
13
- "maxValue": 450
14
- },
15
- {
16
- "chargeCampEffectID": 3,
17
- "effectID": 33,
18
- "levelIncrease": 1,
19
- "maxValue": 200
20
- },
21
- {
22
- "chargeCampEffectID": 4,
23
- "effectID": 34,
24
- "levelIncrease": 3,
25
- "maxValue": 450
26
- },
27
- {
28
- "chargeCampEffectID": 5,
29
- "effectID": 35,
30
- "levelIncrease": 3,
31
- "maxValue": 450
32
- },
33
- {
34
- "chargeCampEffectID": 6,
35
- "effectID": 36,
36
- "levelIncrease": 2,
37
- "maxValue": 400
38
- },
39
- {
40
- "chargeCampEffectID": 7,
41
- "effectID": 37,
42
- "levelIncrease": 1,
43
- "maxValue": 150
44
- }
45
- ]
46
- }
@@ -1,16 +0,0 @@
1
- {
2
- "chargesCamp": {
3
- "countVictory": 1,
4
- "coolDown": 600,
5
- "skipCosts": 600,
6
- "addTonic": 1,
7
- "tonicDiff": 0,
8
- "defStrength": 800,
9
- "defStrengthIncrease": 100,
10
- "defenceUnits": "191,192",
11
- "wallBonus": 20,
12
- "gateBonus": 20,
13
- "lordID": -211,
14
- "unitWallCount": 16
15
- }
16
- }
@@ -1,7 +0,0 @@
1
- {
2
- "chargesPVPEffect": {
3
- "chargePVPEffectID": 1,
4
- "effectID": 38,
5
- "effectIncrease": 1
6
- }
7
- }