e4k-data 4.67.17 → 4.70.11
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 +710 -8
- package/data/currencies.json +7 -0
- package/data/currencyTypes.json +6 -0
- package/data/donationItems.json +139 -0
- package/data/donationRewards.json +164 -0
- package/data/donationSettings.json +8 -0
- package/data/donationTypes.json +19 -0
- package/data/effects.json +24 -0
- package/data/events.json +9 -0
- package/data/expansions.json +54 -54
- package/data/horses.json +143 -143
- package/data/merchants.json +1 -1
- package/data/packageCategories.json +4 -0
- package/data/packageCategoryCurrencyRelations.json +6 -0
- package/data/packageCategoryFilterRelations.json +4 -0
- package/data/packages.json +127 -7
- package/data/resources.json +76 -0
- package/data/rewards.json +171 -31
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +192 -192
- package/images/x768.json +504 -1
- package/languages/da.json +94 -6
- package/languages/de.json +94 -6
- package/languages/el.json +95 -7
- package/languages/en.json +94 -6
- package/languages/es.json +94 -6
- package/languages/fi.json +94 -6
- package/languages/fr.json +94 -6
- package/languages/it.json +94 -6
- package/languages/ja.json +94 -6
- package/languages/ko.json +94 -6
- package/languages/nl.json +94 -6
- package/languages/no.json +94 -6
- package/languages/pl.json +95 -7
- package/languages/pt.json +94 -6
- package/languages/ru.json +94 -6
- package/languages/sv.json +94 -6
- package/languages/tr.json +94 -6
- package/languages/zh_CN.json +94 -6
- package/languages/zh_TW.json +94 -6
- package/package.json +1 -1
- package/typings/data.d.ts +45 -0
- package/typings/images.d.ts +33 -0
- package/typings/languages.d.ts +89 -1
package/typings/languages.d.ts
CHANGED
|
@@ -21,6 +21,9 @@ export interface Languages {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
export interface Language {
|
|
24
|
+
"Empty": {
|
|
25
|
+
"dialog_primeday_specialoffer_charges_singular": string;
|
|
26
|
+
};
|
|
24
27
|
"Research": {
|
|
25
28
|
"ci_blueprint_unboostedMeadProduction_secondary_premium": string;
|
|
26
29
|
"dialog_researchTower_blueprintsCategory1_title": string;
|
|
@@ -1020,6 +1023,8 @@ export interface Language {
|
|
|
1020
1023
|
"ci_appearance_daffodilWorkshop_flavour": string;
|
|
1021
1024
|
"ci_appearance_dragonriderHospital": string;
|
|
1022
1025
|
"ci_appearance_dragonriderHospital_flavour": string;
|
|
1026
|
+
"ci_appearance_dragonriderSiegeWorkshop": string;
|
|
1027
|
+
"ci_appearance_dragonriderSiegeWorkshop_flavor": string;
|
|
1023
1028
|
"ci_appearance_easternTavern": string;
|
|
1024
1029
|
"ci_appearance_easternTavern_flavour": string;
|
|
1025
1030
|
"ci_appearance_elvenEstate": string;
|
|
@@ -1044,6 +1049,8 @@ export interface Language {
|
|
|
1044
1049
|
"ci_appearance_nomadGuardhouse_flavour": string;
|
|
1045
1050
|
"ci_appearance_nomadTavern": string;
|
|
1046
1051
|
"ci_appearance_nomadTavern_flavour": string;
|
|
1052
|
+
"ci_appearance_octoberfestMarket": string;
|
|
1053
|
+
"ci_appearance_octoberfestMarket_flavor": string;
|
|
1047
1054
|
"ci_appearance_octoberfestTower": string;
|
|
1048
1055
|
"ci_appearance_octoberfestTower_flavour": string;
|
|
1049
1056
|
"ci_appearance_partyGuardhouse": string;
|
|
@@ -1274,7 +1281,18 @@ export interface Language {
|
|
|
1274
1281
|
"deco_DarkRoomHalloween_name": string;
|
|
1275
1282
|
"deco_DeathMask_name": string;
|
|
1276
1283
|
"deco_DessertKingdomScorpionTomb_name": string;
|
|
1284
|
+
"deco_DonationEventDecorationDay1_name": string;
|
|
1285
|
+
"deco_DonationEventDecorationDay2_name": string;
|
|
1286
|
+
"deco_DonationEventDecorationDay3_name": string;
|
|
1287
|
+
"deco_DonationEventDecorationDay4_name": string;
|
|
1288
|
+
"deco_DonationEventDecorationDay5_name": string;
|
|
1289
|
+
"deco_DonationEventDecorationNight1_name": string;
|
|
1290
|
+
"deco_DonationEventDecorationNight2_name": string;
|
|
1291
|
+
"deco_DonationEventDecorationNight3_name": string;
|
|
1292
|
+
"deco_DonationEventDecorationNight4_name": string;
|
|
1293
|
+
"deco_DonationEventDecorationNight5_name": string;
|
|
1277
1294
|
"deco_DragonBall_name": string;
|
|
1295
|
+
"deco_EasterSales_BunchOfEggs": string;
|
|
1278
1296
|
"deco_EasterTower_name": string;
|
|
1279
1297
|
"deco_EggTree_name": string;
|
|
1280
1298
|
"deco_ElephantMonument_name": string;
|
|
@@ -1324,6 +1342,7 @@ export interface Language {
|
|
|
1324
1342
|
"deco_SpringTower2_name": string;
|
|
1325
1343
|
"deco_SpringTower_name": string;
|
|
1326
1344
|
"deco_StPatrickGoldCave_name": string;
|
|
1345
|
+
"deco_StPatrickGoldCave_withEffects_name": string;
|
|
1327
1346
|
"deco_StPatrickMagicCave_name": string;
|
|
1328
1347
|
"deco_TamingOfTheWild_name": string;
|
|
1329
1348
|
"deco_TerracottaSoldiers_name": string;
|
|
@@ -1412,6 +1431,7 @@ export interface Language {
|
|
|
1412
1431
|
"deco_dragonhead_name": string;
|
|
1413
1432
|
"deco_dragonridercabin_name": string;
|
|
1414
1433
|
"deco_dragonriderdragonnest_name": string;
|
|
1434
|
+
"deco_easterdecowitheffect_name": string;
|
|
1415
1435
|
"deco_elephantsFountain_name": string;
|
|
1416
1436
|
"deco_eternalblossoms_name": string;
|
|
1417
1437
|
"deco_eternityGarden_name": string;
|
|
@@ -1532,6 +1552,7 @@ export interface Language {
|
|
|
1532
1552
|
"deco_scorpionsanctuary_name": string;
|
|
1533
1553
|
"deco_seafight_name": string;
|
|
1534
1554
|
"deco_seahorserider_name": string;
|
|
1555
|
+
"deco_shamrockTavern_withEffects_name": string;
|
|
1535
1556
|
"deco_shipwreckCove_name": string;
|
|
1536
1557
|
"deco_short_info": string;
|
|
1537
1558
|
"deco_shrineOfEmpires_name": string;
|
|
@@ -4283,6 +4304,10 @@ export interface Language {
|
|
|
4283
4304
|
"dialog_crest_saveChanges_header": string;
|
|
4284
4305
|
"dialog_crest_unlockCondition_desc": string;
|
|
4285
4306
|
"dialog_crest_unlockCondition_header": string;
|
|
4307
|
+
"dialog_currencyInfoPopUp_ResetInfo": string;
|
|
4308
|
+
"dialog_currencyInfoPopUp_desc": string;
|
|
4309
|
+
"dialog_currencyInfoPopUp_title": string;
|
|
4310
|
+
"dialog_currency_reset_tooltip": string;
|
|
4286
4311
|
"dialog_dailyLogin_7plus": string;
|
|
4287
4312
|
"dialog_dailyQuests_08_kingdomNeededIcecream": string;
|
|
4288
4313
|
"dialog_dailyQuests_09_kingdomNeededDessert": string;
|
|
@@ -4501,6 +4526,8 @@ export interface Language {
|
|
|
4501
4526
|
"dialog_district_buildingList_title": string;
|
|
4502
4527
|
"dialog_district_military_title": string;
|
|
4503
4528
|
"dialog_district_overview": string;
|
|
4529
|
+
"dialog_donationEvent_exceedingWarning": string;
|
|
4530
|
+
"dialog_donationEvent_maxWarning": string;
|
|
4504
4531
|
"dialog_doubleTool_desc": string;
|
|
4505
4532
|
"dialog_doubleTool_title": string;
|
|
4506
4533
|
"dialog_doubleUnit_desc": string;
|
|
@@ -4600,6 +4627,13 @@ export interface Language {
|
|
|
4600
4627
|
"dialog_eventColossusFinished_titletext": string;
|
|
4601
4628
|
"dialog_eventColossus_copytext": string;
|
|
4602
4629
|
"dialog_eventColossusrider_copytext": string;
|
|
4630
|
+
"dialog_eventEndDonationEvent_EventType1": string;
|
|
4631
|
+
"dialog_eventEndDonationEvent_EventType2": string;
|
|
4632
|
+
"dialog_eventEndDonationEvent_EventType3": string;
|
|
4633
|
+
"dialog_eventEndDonationEvent_Level": string;
|
|
4634
|
+
"dialog_eventEndDonationEvent_Reached": string;
|
|
4635
|
+
"dialog_eventEndDonationEvent_desc": string;
|
|
4636
|
+
"dialog_eventEndDonationEvent_title": string;
|
|
4603
4637
|
"dialog_eventHub_empty": string;
|
|
4604
4638
|
"dialog_eventHub_title": string;
|
|
4605
4639
|
"dialog_eventKing_desc": string;
|
|
@@ -4610,8 +4644,10 @@ export interface Language {
|
|
|
4610
4644
|
"dialog_eventKing_speechBubbleEventNotFinished": string;
|
|
4611
4645
|
"dialog_eventKing_speechBubble_done": string;
|
|
4612
4646
|
"dialog_event_announcement_description_106": string;
|
|
4647
|
+
"dialog_event_announcement_description_123": string;
|
|
4613
4648
|
"dialog_event_announcement_description_277": string;
|
|
4614
4649
|
"dialog_event_announcement_header_106": string;
|
|
4650
|
+
"dialog_event_announcement_header_123": string;
|
|
4615
4651
|
"dialog_eventdungeonWin_title": string;
|
|
4616
4652
|
"dialog_eventdungeon_1_missionAccomplished_title": string;
|
|
4617
4653
|
"dialog_eventdungeon_1_tip": string;
|
|
@@ -5047,12 +5083,14 @@ export interface Language {
|
|
|
5047
5083
|
"dialog_highscore_league4": string;
|
|
5048
5084
|
"dialog_highscore_league5": string;
|
|
5049
5085
|
"dialog_highscore_name": string;
|
|
5086
|
+
"dialog_highscore_noRankings": string;
|
|
5050
5087
|
"dialog_highscore_search": string;
|
|
5051
5088
|
"dialog_highscore_searchAlliance": string;
|
|
5052
5089
|
"dialog_highscore_searchMonthly": string;
|
|
5053
5090
|
"dialog_highscore_searchOverall": string;
|
|
5054
5091
|
"dialog_highscore_searchWeekly": string;
|
|
5055
5092
|
"dialog_highscore_search_title": string;
|
|
5093
|
+
"dialog_highscore_totalPoints": string;
|
|
5056
5094
|
"dialog_highscroe_levelHigh": string;
|
|
5057
5095
|
"dialog_highscroe_levelLow": string;
|
|
5058
5096
|
"dialog_holdFeast_C2": string;
|
|
@@ -6307,6 +6345,30 @@ export interface Language {
|
|
|
6307
6345
|
"dialog_mailVertication_title": string;
|
|
6308
6346
|
"dialog_mailbox_empty": string;
|
|
6309
6347
|
"dialog_mailbox_emptyingorelist": string;
|
|
6348
|
+
"dialog_mainDonationEvent_DonationLimit": string;
|
|
6349
|
+
"dialog_mainDonationEvent_architect": string;
|
|
6350
|
+
"dialog_mainDonationEvent_eventType_help": string;
|
|
6351
|
+
"dialog_mainDonationEvent_helpPopup": string;
|
|
6352
|
+
"dialog_mainDonationEvent_maxLevel": string;
|
|
6353
|
+
"dialog_mainDonationEvent_nextLevelPoints": string;
|
|
6354
|
+
"dialog_mainDonationEvent_reward_CurrentLevel": string;
|
|
6355
|
+
"dialog_mainDonationEvent_reward_InfoPopup": string;
|
|
6356
|
+
"dialog_mainDonationEvent_reward_NextLevel": string;
|
|
6357
|
+
"dialog_mainDonationEvent_reward_firstLevel": string;
|
|
6358
|
+
"dialog_mainDonationEvent_reward_maxLevelDesc": string;
|
|
6359
|
+
"dialog_mainDonationEvent_reward_tier": string;
|
|
6360
|
+
"dialog_mainDonationEvent_sliders_ResetCurrencyIcon": string;
|
|
6361
|
+
"dialog_mainDonationEvent_sliders_limitTooltip": string;
|
|
6362
|
+
"dialog_mainDonationEvent_sliders_maxLimitReached": string;
|
|
6363
|
+
"dialog_mainDonationEvent_sliders_ratio": string;
|
|
6364
|
+
"dialog_mainDonationEvent_title": string;
|
|
6365
|
+
"dialog_mainDonationEvent_title_architect": string;
|
|
6366
|
+
"dialog_mainDonationEvent_title_builder": string;
|
|
6367
|
+
"dialog_mainDonationEvent_title_mason": string;
|
|
6368
|
+
"dialog_mainDonationEvent_tooltip_architect": string;
|
|
6369
|
+
"dialog_mainDonationEvent_tooltip_builder": string;
|
|
6370
|
+
"dialog_mainDonationEvent_tooltip_mason": string;
|
|
6371
|
+
"dialog_mainDonationEvent_tooltip_option": string;
|
|
6310
6372
|
"dialog_management_NoAbandonMonument": string;
|
|
6311
6373
|
"dialog_management_NoAbandonOutpost": string;
|
|
6312
6374
|
"dialog_management_NoAbandonTower": string;
|
|
@@ -7136,7 +7198,6 @@ export interface Language {
|
|
|
7136
7198
|
"dialog_primeday_specialoffer_bonus": string;
|
|
7137
7199
|
"dialog_primeday_specialoffer_buysLeft": string;
|
|
7138
7200
|
"dialog_primeday_specialoffer_charges": string;
|
|
7139
|
-
"dialog_primeday_specialoffer_charges_singular": string;
|
|
7140
7201
|
"dialog_primeday_specialoffer_description": string;
|
|
7141
7202
|
"dialog_primeday_specialoffer_endTimer": string;
|
|
7142
7203
|
"dialog_primeday_specialoffer_reward": string;
|
|
@@ -7162,6 +7223,8 @@ export interface Language {
|
|
|
7162
7223
|
"dialog_privateBestsellerShop_bestsellerItem": string;
|
|
7163
7224
|
"dialog_privateBestsellerShop_button": string;
|
|
7164
7225
|
"dialog_privateBestsellerShop_desc": string;
|
|
7226
|
+
"dialog_privateBestsellerShop_easter1": string;
|
|
7227
|
+
"dialog_privateBestsellerShop_easter2": string;
|
|
7165
7228
|
"dialog_privateBestsellerShop_title": string;
|
|
7166
7229
|
"dialog_privateOffer_showMe": string;
|
|
7167
7230
|
"dialog_privateOffer_valueLong": string;
|
|
@@ -8118,6 +8181,7 @@ export interface Language {
|
|
|
8118
8181
|
"dialog_specialOffer_copy2": string;
|
|
8119
8182
|
"dialog_specialOffer_copy2_3": string;
|
|
8120
8183
|
"dialog_specialOffer_copy3": string;
|
|
8184
|
+
"dialog_specialOffer_copy4": string;
|
|
8121
8185
|
"dialog_specialOffer_desc_1": string;
|
|
8122
8186
|
"dialog_specialOffer_desc_2": string;
|
|
8123
8187
|
"dialog_specialOffer_desc_3": string;
|
|
@@ -8181,6 +8245,14 @@ export interface Language {
|
|
|
8181
8245
|
"dialog_startAttack_shadowUnitInfo": string;
|
|
8182
8246
|
"dialog_startAttack_title": string;
|
|
8183
8247
|
"dialog_startAttack_to": string;
|
|
8248
|
+
"dialog_startDonationEvent_desc1": string;
|
|
8249
|
+
"dialog_startDonationEvent_desc2": string;
|
|
8250
|
+
"dialog_startDonationEvent_desc3": string;
|
|
8251
|
+
"dialog_startDonationEvent_join": string;
|
|
8252
|
+
"dialog_startDonationEvent_subtitle1": string;
|
|
8253
|
+
"dialog_startDonationEvent_subtitle2": string;
|
|
8254
|
+
"dialog_startDonationEvent_subtitle3": string;
|
|
8255
|
+
"dialog_startDonationEvent_title": string;
|
|
8184
8256
|
"dialog_startOpenGate_decription": string;
|
|
8185
8257
|
"dialog_startOpenGate_decription_short": string;
|
|
8186
8258
|
"dialog_startOpenGate_title": string;
|
|
@@ -8445,6 +8517,7 @@ export interface Language {
|
|
|
8445
8517
|
"dialog_tempServer_welcomePopup_pageHeader_1": string;
|
|
8446
8518
|
"dialog_tempServer_welcomePopup_pageHeader_2": string;
|
|
8447
8519
|
"dialog_tempServer_welcomePopup_startButton": string;
|
|
8520
|
+
"dialog_tenthAnniversary_timer": string;
|
|
8448
8521
|
"dialog_thornking_tip_description": string;
|
|
8449
8522
|
"dialog_thornking_tip_title": string;
|
|
8450
8523
|
"dialog_timeOffer_condition": string;
|
|
@@ -8996,6 +9069,7 @@ export interface Language {
|
|
|
8996
9069
|
"errorCode_405": string;
|
|
8997
9070
|
"errorCode_406": string;
|
|
8998
9071
|
"error_shapeshifterEquipment_insufficientTime": string;
|
|
9072
|
+
"eventBuilding_DonationEvent": string;
|
|
8999
9073
|
"eventBuilding_FortuneTeller": string;
|
|
9000
9074
|
"eventBuilding_NomadInvasion": string;
|
|
9001
9075
|
"eventBuilding_decoOffer": string;
|
|
@@ -11491,6 +11565,7 @@ export interface Language {
|
|
|
11491
11565
|
"webshop_decoWithEffects_attackCombat_desc": string;
|
|
11492
11566
|
"webshop_decoWithEffects_defenderStrength_desc": string;
|
|
11493
11567
|
"webshop_decoWithEffects_foodProductionFire_desc": string;
|
|
11568
|
+
"webshop_decoWithEffects_foodProductionGeneric_desc": string;
|
|
11494
11569
|
"webshop_decoWithEffects_foodProductionIce_desc": string;
|
|
11495
11570
|
"webshop_decoWithEffects_foodProductionSand_desc": string;
|
|
11496
11571
|
"webshop_decoWithEffects_food_desc": string;
|
|
@@ -12071,6 +12146,7 @@ export interface Language {
|
|
|
12071
12146
|
"effect_description_spyCountBoost": string;
|
|
12072
12147
|
"effect_description_unboostedFoodProductionTCI": string;
|
|
12073
12148
|
"effect_description_unitWallCountTCI": string;
|
|
12149
|
+
"effect_name_AttackBoostYardDecoCapped": string;
|
|
12074
12150
|
"effect_name_attackBoostYard": string;
|
|
12075
12151
|
"effect_name_attackUnitAmountFront": string;
|
|
12076
12152
|
"effect_name_battleXPBoost": string[];
|
|
@@ -12111,16 +12187,21 @@ export interface Language {
|
|
|
12111
12187
|
"effect_name_meadCapacityBonusBaronEconomy": string;
|
|
12112
12188
|
"effect_name_meadProductionBoost": string;
|
|
12113
12189
|
"effect_name_offensiveMeleeBonus": string;
|
|
12190
|
+
"effect_name_offensiveMeleeBonusDecoCapped": string;
|
|
12114
12191
|
"effect_name_offensiveRangeBonus": string;
|
|
12192
|
+
"effect_name_offensiveRangeBonusDecoCapped": string;
|
|
12115
12193
|
"effect_name_oilProductionBoost": string;
|
|
12116
12194
|
"effect_name_recruitmentCostDecreaseAll": string;
|
|
12195
|
+
"effect_name_recruitmentCostDecreaseAllCapped": string;
|
|
12117
12196
|
"effect_name_recruitmentSpeedBoostAll": string;
|
|
12197
|
+
"effect_name_recruitmentSpeedBoostAllCapped": string;
|
|
12118
12198
|
"effect_name_stoneProductionBoost": string;
|
|
12119
12199
|
"effect_name_stoneProductionBoostDesert": string;
|
|
12120
12200
|
"effect_name_stoneProductionBoostFire": string;
|
|
12121
12201
|
"effect_name_stoneProductionBoostIce": string;
|
|
12122
12202
|
"effect_name_stoneProductionBoostMain": string;
|
|
12123
12203
|
"effect_name_toolProductionSpeedBoostAll": string;
|
|
12204
|
+
"effect_name_toolProductionSpeedBoostAllCapped": string;
|
|
12124
12205
|
"effect_name_unboostedHoneyProduction": string;
|
|
12125
12206
|
"effect_name_unboostedMeadProduction": string;
|
|
12126
12207
|
"effect_name_woodProductionBoost": string;
|
|
@@ -12128,7 +12209,10 @@ export interface Language {
|
|
|
12128
12209
|
"effect_name_woodProductionBoostFire": string;
|
|
12129
12210
|
"effect_name_woodProductionBoostIce": string;
|
|
12130
12211
|
"effect_name_woodProductionBoostMain": string;
|
|
12212
|
+
"effects_ltpe_tci_dragonriderSiegeWorkshop": string;
|
|
12213
|
+
"effects_ltpe_tci_octoberfestMarket": string;
|
|
12131
12214
|
"equip_effect_castellan_description_defenseUnitAmountWall": string;
|
|
12215
|
+
"equip_effect_description_AttackBoostYardDecoCapped": string;
|
|
12132
12216
|
"equip_effect_description_MeadProductionIncrease": string;
|
|
12133
12217
|
"equip_effect_description_attackBonus": string;
|
|
12134
12218
|
"equip_effect_description_attackBonusMainCastle": string;
|
|
@@ -12292,6 +12376,7 @@ export interface Language {
|
|
|
12292
12376
|
"equip_effect_description_offensiveMeleeBonusBerimondKingdom": string;
|
|
12293
12377
|
"equip_effect_description_offensiveMeleeBonusConquerBaron": string;
|
|
12294
12378
|
"equip_effect_description_offensiveMeleeBonusConquerGeneral": string;
|
|
12379
|
+
"equip_effect_description_offensiveMeleeBonusDecoCapped": string;
|
|
12295
12380
|
"equip_effect_description_offensiveMeleeBonusPVE": string;
|
|
12296
12381
|
"equip_effect_description_offensiveMeleeBonusTCI": string;
|
|
12297
12382
|
"equip_effect_description_offensiveMeleeMalusPVE": string;
|
|
@@ -12302,6 +12387,7 @@ export interface Language {
|
|
|
12302
12387
|
"equip_effect_description_offensiveRangeBonusBerimondKingdom": string;
|
|
12303
12388
|
"equip_effect_description_offensiveRangeBonusConquerBaron": string;
|
|
12304
12389
|
"equip_effect_description_offensiveRangeBonusConquerGeneral": string;
|
|
12390
|
+
"equip_effect_description_offensiveRangeBonusDecoCapped": string;
|
|
12305
12391
|
"equip_effect_description_offensiveRangeBonusNomad": string;
|
|
12306
12392
|
"equip_effect_description_offensiveRangeBonusPVE": string;
|
|
12307
12393
|
"equip_effect_description_offensiveRangeBonusSamurai": string;
|
|
@@ -17019,6 +17105,7 @@ export interface Language {
|
|
|
17019
17105
|
"currency_description_FusionCurrency": string;
|
|
17020
17106
|
"currency_description_HalloweenLTPEToken": string;
|
|
17021
17107
|
"currency_description_IceLTPEToken": string;
|
|
17108
|
+
"currency_description_ImperialPatronageCharter": string;
|
|
17022
17109
|
"currency_description_Influence": string;
|
|
17023
17110
|
"currency_description_InfluenceBooster": string;
|
|
17024
17111
|
"currency_description_KhanMedal": string;
|
|
@@ -17087,6 +17174,7 @@ export interface Language {
|
|
|
17087
17174
|
"currency_name_GoldRune": string;
|
|
17088
17175
|
"currency_name_HalloweenLTPEToken": string;
|
|
17089
17176
|
"currency_name_IceLTPEToken": string;
|
|
17177
|
+
"currency_name_ImperialPatronageCharter": string;
|
|
17090
17178
|
"currency_name_Influence": string;
|
|
17091
17179
|
"currency_name_InfluenceBooster": string;
|
|
17092
17180
|
"currency_name_KhanMedal": string;
|