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
package/images/x768.json CHANGED
@@ -8059,6 +8059,21 @@
8059
8059
  ],
8060
8060
  "fx": []
8061
8061
  },
8062
+ "Deco_Building_ExaltedGreenFrostFountain": {
8063
+ "pid": 0,
8064
+ "url": "x768/Buildings/Deco/Deco_Building_ExaltedGreenFrostFountain/Deco_Building_ExaltedGreenFrostFountain.png",
8065
+ "frames": [
8066
+ {
8067
+ "x": 0,
8068
+ "y": 0,
8069
+ "w": 561,
8070
+ "h": 443,
8071
+ "rx": 640,
8072
+ "ry": 840
8073
+ }
8074
+ ],
8075
+ "fx": []
8076
+ },
8062
8077
  "Deco_Building_ExaltedGreenLavaShrineofDuality": {
8063
8078
  "pid": 0,
8064
8079
  "url": "x768/Buildings/Deco/Deco_Building_ExaltedGreenLavaShrineofDuality/Deco_Building_ExaltedGreenLavaShrineofDuality.png",
@@ -8119,6 +8134,21 @@
8119
8134
  ],
8120
8135
  "fx": []
8121
8136
  },
8137
+ "Deco_Building_ExaltedPurpleFrostFountain": {
8138
+ "pid": 0,
8139
+ "url": "x768/Buildings/Deco/Deco_Building_ExaltedPurpleFrostFountain/Deco_Building_ExaltedPurpleFrostFountain.png",
8140
+ "frames": [
8141
+ {
8142
+ "x": 0,
8143
+ "y": 0,
8144
+ "w": 561,
8145
+ "h": 443,
8146
+ "rx": 640,
8147
+ "ry": 840
8148
+ }
8149
+ ],
8150
+ "fx": []
8151
+ },
8122
8152
  "Deco_Building_ExaltedPurpleLavaShrineofDuality": {
8123
8153
  "pid": 0,
8124
8154
  "url": "x768/Buildings/Deco/Deco_Building_ExaltedPurpleLavaShrineofDuality/Deco_Building_ExaltedPurpleLavaShrineofDuality.png",
@@ -8164,6 +8194,21 @@
8164
8194
  ],
8165
8195
  "fx": []
8166
8196
  },
8197
+ "Deco_Building_ExaltedRedFrostFountain": {
8198
+ "pid": 0,
8199
+ "url": "x768/Buildings/Deco/Deco_Building_ExaltedRedFrostFountain/Deco_Building_ExaltedRedFrostFountain.png",
8200
+ "frames": [
8201
+ {
8202
+ "x": 0,
8203
+ "y": 0,
8204
+ "w": 561,
8205
+ "h": 443,
8206
+ "rx": 640,
8207
+ "ry": 840
8208
+ }
8209
+ ],
8210
+ "fx": []
8211
+ },
8167
8212
  "Deco_Building_ExaltedRedLavaShrineofDuality": {
8168
8213
  "pid": 0,
8169
8214
  "url": "x768/Buildings/Deco/Deco_Building_ExaltedRedLavaShrineofDuality/Deco_Building_ExaltedRedLavaShrineofDuality.png",
@@ -44820,7 +44865,7 @@
44820
44865
  "x": 0,
44821
44866
  "y": 0,
44822
44867
  "w": 2281,
44823
- "h": 3041,
44868
+ "h": 2851,
44824
44869
  "rx": 999,
44825
44870
  "ry": 999
44826
44871
  }
@@ -91652,6 +91697,66 @@
91652
91697
  ],
91653
91698
  "fx": []
91654
91699
  },
91700
+ "icon_currency_SoldierBiscuit_big": {
91701
+ "pid": 0,
91702
+ "url": "x768/Icons/Icons/icon_currency_SoldierBiscuit_big.png",
91703
+ "frames": [
91704
+ {
91705
+ "x": 0,
91706
+ "y": 0,
91707
+ "w": 167,
91708
+ "h": 158,
91709
+ "rx": 916,
91710
+ "ry": 921
91711
+ }
91712
+ ],
91713
+ "fx": []
91714
+ },
91715
+ "icon_currency_SoldierBiscuit_medium": {
91716
+ "pid": 0,
91717
+ "url": "x768/Icons/Icons/icon_currency_SoldierBiscuit_medium.png",
91718
+ "frames": [
91719
+ {
91720
+ "x": 0,
91721
+ "y": 0,
91722
+ "w": 111,
91723
+ "h": 106,
91724
+ "rx": 944,
91725
+ "ry": 947
91726
+ }
91727
+ ],
91728
+ "fx": []
91729
+ },
91730
+ "icon_currency_SoldierBiscuit_xl": {
91731
+ "pid": 0,
91732
+ "url": "x768/Icons/Icons/icon_currency_SoldierBiscuit_xl.png",
91733
+ "frames": [
91734
+ {
91735
+ "x": 0,
91736
+ "y": 0,
91737
+ "w": 201,
91738
+ "h": 191,
91739
+ "rx": 899,
91740
+ "ry": 904
91741
+ }
91742
+ ],
91743
+ "fx": []
91744
+ },
91745
+ "icon_currency_SoldierBiscuit": {
91746
+ "pid": 0,
91747
+ "url": "x768/Icons/Icons/icon_currency_SoldierBiscuit.png",
91748
+ "frames": [
91749
+ {
91750
+ "x": 0,
91751
+ "y": 0,
91752
+ "w": 69,
91753
+ "h": 66,
91754
+ "rx": 965,
91755
+ "ry": 967
91756
+ }
91757
+ ],
91758
+ "fx": []
91759
+ },
91655
91760
  "icon_currency_Souls_ds": {
91656
91761
  "pid": 1,
91657
91762
  "url": "x768/Icons/Icons/icon_currency_Souls_ds.png",
@@ -95567,6 +95672,21 @@
95567
95672
  ],
95568
95673
  "fx": []
95569
95674
  },
95675
+ "icon_gacha_GachaDeco2x2": {
95676
+ "pid": 0,
95677
+ "url": "x768/Icons/Icons/icon_gacha_GachaDeco2x2.png",
95678
+ "frames": [
95679
+ {
95680
+ "x": 0,
95681
+ "y": 0,
95682
+ "w": 71,
95683
+ "h": 71,
95684
+ "rx": 964,
95685
+ "ry": 964
95686
+ }
95687
+ ],
95688
+ "fx": []
95689
+ },
95570
95690
  "icon_gallantryPoint_booster": {
95571
95691
  "pid": 1,
95572
95692
  "url": "x768/Icons/Icons/icon_gallantryPoint_booster.png",
@@ -98102,6 +98222,21 @@
98102
98222
  ],
98103
98223
  "fx": []
98104
98224
  },
98225
+ "icon_masterblacksmith": {
98226
+ "pid": 0,
98227
+ "url": "x768/Icons/Icons/icon_masterblacksmith.png",
98228
+ "frames": [
98229
+ {
98230
+ "x": 0,
98231
+ "y": 0,
98232
+ "w": 65,
98233
+ "h": 71,
98234
+ "rx": 967,
98235
+ "ry": 964
98236
+ }
98237
+ ],
98238
+ "fx": []
98239
+ },
98105
98240
  "icon_mead_beef_meleesoldiers": {
98106
98241
  "pid": 0,
98107
98242
  "url": "x768/Icons/Icons/icon_mead_beef_meleesoldiers.png",
@@ -100217,6 +100352,21 @@
100217
100352
  ],
100218
100353
  "fx": []
100219
100354
  },
100355
+ "icon_ranking": {
100356
+ "pid": 0,
100357
+ "url": "x768/Icons/Icons/icon_ranking.png",
100358
+ "frames": [
100359
+ {
100360
+ "x": 0,
100361
+ "y": 0,
100362
+ "w": 93,
100363
+ "h": 84,
100364
+ "rx": 953,
100365
+ "ry": 958
100366
+ }
100367
+ ],
100368
+ "fx": []
100369
+ },
100220
100370
  "icon_reinforcedvault_small": {
100221
100371
  "pid": 0,
100222
100372
  "url": "x768/Icons/Icons/icon_reinforcedvault_small.png",
@@ -102857,6 +103007,21 @@
102857
103007
  ],
102858
103008
  "fx": []
102859
103009
  },
103010
+ "icon_tab_gacha_upcoming": {
103011
+ "pid": 0,
103012
+ "url": "x768/Icons/Icons/icon_tab_gacha_upcoming.png",
103013
+ "frames": [
103014
+ {
103015
+ "x": 0,
103016
+ "y": 0,
103017
+ "w": 111,
103018
+ "h": 99,
103019
+ "rx": 944,
103020
+ "ry": 950
103021
+ }
103022
+ ],
103023
+ "fx": []
103024
+ },
102860
103025
  "icon_tab_options_ggs": {
102861
103026
  "pid": 1,
102862
103027
  "url": "x768/Icons/Icons/icon_tab_options_ggs.png",
@@ -108002,6 +108167,21 @@
108002
108167
  ],
108003
108168
  "fx": []
108004
108169
  },
108170
+ "icon_event_blacksmith": {
108171
+ "pid": 0,
108172
+ "url": "x768/Icons/IconsShared/icon_event_blacksmith_Shared.png",
108173
+ "frames": [
108174
+ {
108175
+ "x": 0,
108176
+ "y": 0,
108177
+ "w": 65,
108178
+ "h": 71,
108179
+ "rx": 967,
108180
+ "ry": 964
108181
+ }
108182
+ ],
108183
+ "fx": []
108184
+ },
108005
108185
  "icon_tempserver_crossplay_xl_castleTransport": {
108006
108186
  "pid": 0,
108007
108187
  "url": "x768/Icons/IconsShared/icon_event_crossplay_xl_106_castleTransport_Shared.png",
@@ -108242,6 +108422,66 @@
108242
108422
  ],
108243
108423
  "fx": []
108244
108424
  },
108425
+ "icon_deco_gacha_milestone_box_closed": {
108426
+ "pid": 0,
108427
+ "url": "x768/Icons/IconsShared/icon_gacha_milestone_box_closed.png",
108428
+ "frames": [
108429
+ {
108430
+ "x": 0,
108431
+ "y": 0,
108432
+ "w": 111,
108433
+ "h": 94,
108434
+ "rx": 944,
108435
+ "ry": 953
108436
+ }
108437
+ ],
108438
+ "fx": []
108439
+ },
108440
+ "icon_gacha_milestone_box_closed": {
108441
+ "pid": 0,
108442
+ "url": "x768/Icons/IconsShared/icon_gacha_milestone_box_closed.png",
108443
+ "frames": [
108444
+ {
108445
+ "x": 0,
108446
+ "y": 0,
108447
+ "w": 111,
108448
+ "h": 94,
108449
+ "rx": 944,
108450
+ "ry": 953
108451
+ }
108452
+ ],
108453
+ "fx": []
108454
+ },
108455
+ "icon_gacha_gacha_milestone_box_opened": {
108456
+ "pid": 0,
108457
+ "url": "x768/Icons/IconsShared/icon_gacha_milestone_box_open.png",
108458
+ "frames": [
108459
+ {
108460
+ "x": 0,
108461
+ "y": 0,
108462
+ "w": 111,
108463
+ "h": 91,
108464
+ "rx": 944,
108465
+ "ry": 954
108466
+ }
108467
+ ],
108468
+ "fx": []
108469
+ },
108470
+ "icon_gacha_milestone_box_open": {
108471
+ "pid": 0,
108472
+ "url": "x768/Icons/IconsShared/icon_gacha_milestone_box_open.png",
108473
+ "frames": [
108474
+ {
108475
+ "x": 0,
108476
+ "y": 0,
108477
+ "w": 111,
108478
+ "h": 91,
108479
+ "rx": 944,
108480
+ "ry": 954
108481
+ }
108482
+ ],
108483
+ "fx": []
108484
+ },
108245
108485
  "icon_globaleffect_foodConsumptionReduction": {
108246
108486
  "pid": 1,
108247
108487
  "url": "x768/Icons/IconsShared/icon_globaleffect_foodConsumptionBoost_Shared.png",
@@ -120842,6 +121082,21 @@
120842
121082
  ],
120843
121083
  "fx": []
120844
121084
  },
121085
+ "global_primetime_background_Advent2024": {
121086
+ "pid": 1,
121087
+ "url": "x768/Misc/Offers/PrimeTimes/PTBackgrounds/global_primetime_background_Advent2024.png",
121088
+ "frames": [
121089
+ {
121090
+ "x": 0,
121091
+ "y": 0,
121092
+ "w": 1281,
121093
+ "h": 1601,
121094
+ "rx": 359,
121095
+ "ry": 199
121096
+ }
121097
+ ],
121098
+ "fx": []
121099
+ },
120845
121100
  "global_primetime_background_Anniversary2024": {
120846
121101
  "pid": 1,
120847
121102
  "url": "x768/Misc/Offers/PrimeTimes/PTBackgrounds/global_primetime_background_Anniversary2024.png",
@@ -120962,6 +121217,21 @@
120962
121217
  ],
120963
121218
  "fx": []
120964
121219
  },
121220
+ "global_primetime_hub_teaser_Advent2024": {
121221
+ "pid": 1,
121222
+ "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_hub_teaser_Advent2024.png",
121223
+ "frames": [
121224
+ {
121225
+ "x": 0,
121226
+ "y": 0,
121227
+ "w": 1537,
121228
+ "h": 1331,
121229
+ "rx": 231,
121230
+ "ry": 334
121231
+ }
121232
+ ],
121233
+ "fx": []
121234
+ },
120965
121235
  "global_primetime_hub_teaser_Anniversary2024": {
120966
121236
  "pid": 1,
120967
121237
  "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_hub_teaser_Anniversary2024.png",
@@ -121067,6 +121337,21 @@
121067
121337
  ],
121068
121338
  "fx": []
121069
121339
  },
121340
+ "global_primetime_teaser_Advent2024": {
121341
+ "pid": 1,
121342
+ "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_teaser_Advent2024.png",
121343
+ "frames": [
121344
+ {
121345
+ "x": 0,
121346
+ "y": 0,
121347
+ "w": 1249,
121348
+ "h": 985,
121349
+ "rx": 375,
121350
+ "ry": 507
121351
+ }
121352
+ ],
121353
+ "fx": []
121354
+ },
121070
121355
  "global_primetime_teaser_Anniversary2024": {
121071
121356
  "pid": 1,
121072
121357
  "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_teaser_Anniversary2024.png",
@@ -121997,6 +122282,21 @@
121997
122282
  ],
121998
122283
  "fx": []
121999
122284
  },
122285
+ "Teaser_OffersHub_Big_WhaleChest_18": {
122286
+ "pid": 1,
122287
+ "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_OffersHub_Big_WhaleChest_18.png",
122288
+ "frames": [
122289
+ {
122290
+ "x": 0,
122291
+ "y": 0,
122292
+ "w": 1537,
122293
+ "h": 665,
122294
+ "rx": 231,
122295
+ "ry": 667
122296
+ }
122297
+ ],
122298
+ "fx": []
122299
+ },
122000
122300
  "Teaser_OffersHub_Medium_1": {
122001
122301
  "pid": 0,
122002
122302
  "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_OffersHub_Medium_1.png",
@@ -123167,6 +123467,21 @@
123167
123467
  ],
123168
123468
  "fx": []
123169
123469
  },
123470
+ "Teaser_OffersHub_Big_43": {
123471
+ "pid": 1,
123472
+ "url": "x768/Misc/TeasersShared/Teaser_OffersHub_Big_43_Shared.png",
123473
+ "frames": [
123474
+ {
123475
+ "x": 0,
123476
+ "y": 0,
123477
+ "w": 1538,
123478
+ "h": 666,
123479
+ "rx": 231,
123480
+ "ry": 667
123481
+ }
123482
+ ],
123483
+ "fx": []
123484
+ },
123170
123485
  "Teaser_OffersHub_Big_WhaleChest_1": {
123171
123486
  "pid": 1,
123172
123487
  "url": "x768/Misc/TeasersShared/Teaser_OffersHub_Big_WhaleChest_1_Shared.png",
@@ -136453,6 +136768,66 @@
136453
136768
  ],
136454
136769
  "fx": []
136455
136770
  },
136771
+ "Eventunit_Unit_GlacialAmazonArcher": {
136772
+ "pid": 0,
136773
+ "url": "x768/Units/UnitAssets/Eventunit_Unit_GlacialAmazonArcher.png",
136774
+ "frames": [
136775
+ {
136776
+ "x": 0,
136777
+ "y": 0,
136778
+ "w": 154,
136779
+ "h": 182,
136780
+ "rx": 922,
136781
+ "ry": 916
136782
+ }
136783
+ ],
136784
+ "fx": []
136785
+ },
136786
+ "Eventunit_Unit_GlacialAmazonGuardian": {
136787
+ "pid": 0,
136788
+ "url": "x768/Units/UnitAssets/Eventunit_Unit_GlacialAmazonGuardian.png",
136789
+ "frames": [
136790
+ {
136791
+ "x": 0,
136792
+ "y": 0,
136793
+ "w": 153,
136794
+ "h": 175,
136795
+ "rx": 923,
136796
+ "ry": 923
136797
+ }
136798
+ ],
136799
+ "fx": []
136800
+ },
136801
+ "Eventunit_Unit_GlacialAmazonHuntress": {
136802
+ "pid": 0,
136803
+ "url": "x768/Units/UnitAssets/Eventunit_Unit_GlacialAmazonHuntress.png",
136804
+ "frames": [
136805
+ {
136806
+ "x": 0,
136807
+ "y": 0,
136808
+ "w": 160,
136809
+ "h": 191,
136810
+ "rx": 917,
136811
+ "ry": 907
136812
+ }
136813
+ ],
136814
+ "fx": []
136815
+ },
136816
+ "Eventunit_Unit_GlacialAmazonWarrior": {
136817
+ "pid": 0,
136818
+ "url": "x768/Units/UnitAssets/Eventunit_Unit_GlacialAmazonWarrior.png",
136819
+ "frames": [
136820
+ {
136821
+ "x": 0,
136822
+ "y": 0,
136823
+ "w": 153,
136824
+ "h": 180,
136825
+ "rx": 923,
136826
+ "ry": 918
136827
+ }
136828
+ ],
136829
+ "fx": []
136830
+ },
136456
136831
  "Eventunit_Unit_Goodknight": {
136457
136832
  "pid": 0,
136458
136833
  "url": "x768/Units/UnitAssets/Eventunit_Unit_Goodknight.png",