e4k-data 4.61.21 → 4.62.25
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 +1010 -152
- package/data/constructionItems.json +420 -0
- package/data/districtTypes.json +5 -0
- package/data/effects.json +8 -0
- package/data/rewards.json +2016 -0
- package/data/tempServerRankRewards.json +1506 -3
- package/data/tempServerSettings.json +57 -0
- package/data/units.json +4 -4
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/images/x768.json +2011 -1
- package/languages/da.json +134 -5
- package/languages/de.json +135 -6
- package/languages/el.json +134 -5
- package/languages/en.json +135 -6
- package/languages/es.json +134 -5
- package/languages/fi.json +134 -5
- package/languages/fr.json +134 -5
- package/languages/it.json +134 -5
- package/languages/ja.json +134 -5
- package/languages/ko.json +134 -5
- package/languages/nl.json +134 -5
- package/languages/no.json +134 -5
- package/languages/pl.json +134 -5
- package/languages/pt.json +134 -5
- package/languages/ru.json +134 -5
- package/languages/sv.json +134 -5
- package/languages/tr.json +134 -5
- package/languages/zh_CN.json +134 -5
- package/languages/zh_TW.json +134 -5
- package/package.json +1 -1
- package/typings/data.d.ts +2 -2
- package/typings/images.d.ts +134 -0
- package/typings/languages.d.ts +129 -0
package/typings/languages.d.ts
CHANGED
|
@@ -1259,9 +1259,12 @@ export interface Language {
|
|
|
1259
1259
|
"deco_AnniversaryMonument8_name": string;
|
|
1260
1260
|
"deco_AnniversaryMonument9_name": string;
|
|
1261
1261
|
"deco_AnniversaryTable_name": string;
|
|
1262
|
+
"deco_BeehiveMeadowHoneyMead_name": string;
|
|
1262
1263
|
"deco_Beehive_name": string;
|
|
1263
1264
|
"deco_BeerPool_name": string;
|
|
1264
1265
|
"deco_BlackFriday22_name": string;
|
|
1266
|
+
"deco_ChessEconomy_name": string;
|
|
1267
|
+
"deco_ChessHybrid_name": string;
|
|
1265
1268
|
"deco_CyberMondday22_name": string;
|
|
1266
1269
|
"deco_DarkRoomHalloween_name": string;
|
|
1267
1270
|
"deco_DeathMask_name": string;
|
|
@@ -1294,15 +1297,18 @@ export interface Language {
|
|
|
1294
1297
|
"deco_NewKingTower_name": string;
|
|
1295
1298
|
"deco_OktoberfestForestPond_name": string;
|
|
1296
1299
|
"deco_OktoberfestStrength_name": string;
|
|
1300
|
+
"deco_PoolOfTheBerimondKingsUnspecifiedTheme_name": string;
|
|
1297
1301
|
"deco_PumpkinPlaza_name": string;
|
|
1298
1302
|
"deco_PurpleSpringTree_name": string;
|
|
1299
1303
|
"deco_RainbowLeprechaunFloat_name": string;
|
|
1300
1304
|
"deco_RedturtleHut_name": string;
|
|
1305
|
+
"deco_RoyalBanquetFood_name": string;
|
|
1301
1306
|
"deco_SamuraiGoldfish_name": string;
|
|
1302
1307
|
"deco_Shipwreck2_name": string;
|
|
1303
1308
|
"deco_Shipwreck_name": string;
|
|
1304
1309
|
"deco_SilverWinefountain_name": string;
|
|
1305
1310
|
"deco_SinglesDay22_name": string;
|
|
1311
|
+
"deco_SlayerOfTheWolvesDefenseCombat_name": string;
|
|
1306
1312
|
"deco_SleepingDragon_name": string;
|
|
1307
1313
|
"deco_SnakeThrone_name": string;
|
|
1308
1314
|
"deco_SnowflakeLake_name": string;
|
|
@@ -1320,6 +1326,7 @@ export interface Language {
|
|
|
1320
1326
|
"deco_ThroneOfCommunity4_name": string;
|
|
1321
1327
|
"deco_TikiVolcanoRed_name": string;
|
|
1322
1328
|
"deco_TikiVolcano_name": string;
|
|
1329
|
+
"deco_TimelessKingAttackCombat_name": string;
|
|
1323
1330
|
"deco_TortoiseTotem_name": string;
|
|
1324
1331
|
"deco_TriumphalArchBrave_name": string;
|
|
1325
1332
|
"deco_TriumphalArchCourage_name": string;
|
|
@@ -2564,6 +2571,7 @@ export interface Language {
|
|
|
2564
2571
|
"deco_celestialPool_name": string;
|
|
2565
2572
|
"deco_crystalfountain_name": string;
|
|
2566
2573
|
"deco_dwarfstatue_name": string;
|
|
2574
|
+
"deco_effectBuildings_info": string;
|
|
2567
2575
|
"deco_fusionGardenSplendor_name": string;
|
|
2568
2576
|
"deco_fusionGardenSplendor_short_info": string;
|
|
2569
2577
|
"deco_fusionGarden_name": string;
|
|
@@ -4496,6 +4504,8 @@ export interface Language {
|
|
|
4496
4504
|
"dialog_dynamicOffer_question": string;
|
|
4497
4505
|
"dialog_dynamicOffer_tooltipp": string;
|
|
4498
4506
|
"dialog_economy_title": string;
|
|
4507
|
+
"dialog_effectBuildings_effectBuildingIcon_tooltip": string;
|
|
4508
|
+
"dialog_effectBuildings_effectDecoIcon_tooltip": string;
|
|
4499
4509
|
"dialog_emailAdress_title": string;
|
|
4500
4510
|
"dialog_emailConfirm_copy": string;
|
|
4501
4511
|
"dialog_emailConfirm_header": string;
|
|
@@ -6693,6 +6703,14 @@ export interface Language {
|
|
|
6693
6703
|
"dialog_npcName_35": string;
|
|
6694
6704
|
"dialog_npcName_36": string;
|
|
6695
6705
|
"dialog_npcName_38": string;
|
|
6706
|
+
"dialog_offer_adventDoor_title": string;
|
|
6707
|
+
"dialog_offer_advent_title": string;
|
|
6708
|
+
"dialog_offer_christmas_title": string;
|
|
6709
|
+
"dialog_offer_december_title": string;
|
|
6710
|
+
"dialog_offer_february_title": string;
|
|
6711
|
+
"dialog_offer_january_title": string;
|
|
6712
|
+
"dialog_offer_newyear_title": string;
|
|
6713
|
+
"dialog_offer_santaClaus_title": string;
|
|
6696
6714
|
"dialog_offersDropdown_mbs_button": string;
|
|
6697
6715
|
"dialog_offersHub_label_primetime_bonus": string;
|
|
6698
6716
|
"dialog_offersHub_noOffers": string;
|
|
@@ -7150,11 +7168,14 @@ export interface Language {
|
|
|
7150
7168
|
"dialog_privatePrimeTime_copy": string;
|
|
7151
7169
|
"dialog_privatePrimeTime_desc": string;
|
|
7152
7170
|
"dialog_privatePrimeTime_exclusive": string;
|
|
7171
|
+
"dialog_privatePrimeTime_exclusive_lineBreak": string;
|
|
7153
7172
|
"dialog_privatePrimeTime_limitedTime": string;
|
|
7154
7173
|
"dialog_privatePrimeTime_loyaltyBonus": string;
|
|
7155
7174
|
"dialog_privatePrimeTime_offerEnds": string;
|
|
7156
7175
|
"dialog_privatePrimeTime_onlyNowFor": string;
|
|
7157
7176
|
"dialog_privatePrimeTime_title": string;
|
|
7177
|
+
"dialog_promotionOffer_advent": string;
|
|
7178
|
+
"dialog_promotionOffer_christmas": string;
|
|
7158
7179
|
"dialog_promotionOffer_christmas_desc": string;
|
|
7159
7180
|
"dialog_promotionOffer_collect": string;
|
|
7160
7181
|
"dialog_promotionOffer_descripton": string;
|
|
@@ -7163,10 +7184,13 @@ export interface Language {
|
|
|
7163
7184
|
"dialog_promotionOffer_forFree": string;
|
|
7164
7185
|
"dialog_promotionOffer_halloween_desc": string;
|
|
7165
7186
|
"dialog_promotionOffer_mailHeader": string;
|
|
7187
|
+
"dialog_promotionOffer_newYear": string;
|
|
7166
7188
|
"dialog_promotionOffer_newYear_desc": string;
|
|
7189
|
+
"dialog_promotionOffer_nicholasDay": string;
|
|
7167
7190
|
"dialog_promotionOffer_ramadan_desc": string;
|
|
7168
7191
|
"dialog_promotionOffer_samsung_desc": string;
|
|
7169
7192
|
"dialog_promotionOffer_samsung_title": string;
|
|
7193
|
+
"dialog_promotionOffer_santaClaus": string;
|
|
7170
7194
|
"dialog_promotionOffer_shapeshifter_desc": string;
|
|
7171
7195
|
"dialog_promotionOffer_springEvent_descripton": string;
|
|
7172
7196
|
"dialog_promotionOffer_telekom_desc": string;
|
|
@@ -8766,6 +8790,8 @@ export interface Language {
|
|
|
8766
8790
|
"dominionPoints": string;
|
|
8767
8791
|
"effect_description_attackBoostUnitAliensCI": string;
|
|
8768
8792
|
"effect_description_attackBoostUnitBloodcrowsCI": string;
|
|
8793
|
+
"effect_name_allianceDefenseUnitAmountYardBonus": string;
|
|
8794
|
+
"effect_name_attackUnitAmountFlank": string;
|
|
8769
8795
|
"empiretogo_description": string;
|
|
8770
8796
|
"equip_effect_description_CollectorBoostPartyAnimal": string;
|
|
8771
8797
|
"equip_effect_description_allianceDefenseUnitAmountYardBonus": string;
|
|
@@ -9061,6 +9087,7 @@ export interface Language {
|
|
|
9061
9087
|
"fameBoost_package_hours_singular": string;
|
|
9062
9088
|
"fameBoost_package_minutes_plural": string;
|
|
9063
9089
|
"filter_decoType_all": string;
|
|
9090
|
+
"filter_decoType_onlyWithEffects": string;
|
|
9064
9091
|
"filter_decoType_others": string;
|
|
9065
9092
|
"filter_decoType_sources": string;
|
|
9066
9093
|
"filter_decoType_targets": string;
|
|
@@ -9784,6 +9811,7 @@ export interface Language {
|
|
|
9784
9811
|
"largesamuraitokenchest_name": string;
|
|
9785
9812
|
"leftFlank": string;
|
|
9786
9813
|
"legionOfTheDaimyo_desc": string;
|
|
9814
|
+
"levelOverview": string;
|
|
9787
9815
|
"levelUp": string;
|
|
9788
9816
|
"levelXToY": string;
|
|
9789
9817
|
"levelrange_placeholder": string;
|
|
@@ -10128,6 +10156,8 @@ export interface Language {
|
|
|
10128
10156
|
"might_reward_info": string;
|
|
10129
10157
|
"might_reward_next": string;
|
|
10130
10158
|
"might_reward_title": string;
|
|
10159
|
+
"minigameFeat_lostGame": string;
|
|
10160
|
+
"minigameFeat_winGame": string;
|
|
10131
10161
|
"monthevents_expeditioncamp": string;
|
|
10132
10162
|
"monument_unitWarningQuestion": string;
|
|
10133
10163
|
"moraleBonus": string;
|
|
@@ -11263,6 +11293,14 @@ export interface Language {
|
|
|
11263
11293
|
"webshop_alienInvasion_medium_name": string;
|
|
11264
11294
|
"webshop_alienInvasion_small_name": string;
|
|
11265
11295
|
"webshop_applicationStartupFailed_desc": string;
|
|
11296
|
+
"webshop_attackUnitAmountFlankTCI_2008_desc": string;
|
|
11297
|
+
"webshop_attackUnitAmountFlankTCI_2009_desc": string;
|
|
11298
|
+
"webshop_attackUnitAmountFlankTCI_2010_desc": string;
|
|
11299
|
+
"webshop_attackUnitAmountFlankTCI_2011_desc": string;
|
|
11300
|
+
"webshop_attackUnitAmountFrontTCI_2012_desc": string;
|
|
11301
|
+
"webshop_attackUnitAmountFrontTCI_2013_desc": string;
|
|
11302
|
+
"webshop_attackUnitAmountFrontTCI_2014_desc": string;
|
|
11303
|
+
"webshop_attackUnitAmountFrontTCI_2015_desc": string;
|
|
11266
11304
|
"webshop_autumn_VIP_name": string;
|
|
11267
11305
|
"webshop_autumn_extraLarge_name": string;
|
|
11268
11306
|
"webshop_autumn_giant_name": string;
|
|
@@ -11391,6 +11429,13 @@ export interface Language {
|
|
|
11391
11429
|
"webshop_decoFusion_large_name": string;
|
|
11392
11430
|
"webshop_decoFusion_medium_name": string;
|
|
11393
11431
|
"webshop_decoFusion_small_name": string;
|
|
11432
|
+
"webshop_decoWithEffects_attackCombat_desc": string;
|
|
11433
|
+
"webshop_decoWithEffects_defenderStrength_desc": string;
|
|
11434
|
+
"webshop_decoWithEffects_food_desc": string;
|
|
11435
|
+
"webshop_decoWithEffects_marketBarrows_desc": string;
|
|
11436
|
+
"webshop_decoWithEffects_recruitmentCost_desc": string;
|
|
11437
|
+
"webshop_decoWithEffects_recruitmentSpeed_desc": string;
|
|
11438
|
+
"webshop_decoWithEffects_toolProduction_desc": string;
|
|
11394
11439
|
"webshop_decorations_VIP_name": string;
|
|
11395
11440
|
"webshop_decorations_extraLarge_name": string;
|
|
11396
11441
|
"webshop_decorations_giant_name": string;
|
|
@@ -11398,6 +11443,18 @@ export interface Language {
|
|
|
11398
11443
|
"webshop_decorations_large_name": string;
|
|
11399
11444
|
"webshop_decorations_medium_name": string;
|
|
11400
11445
|
"webshop_decorations_small_name": string;
|
|
11446
|
+
"webshop_defenceCourtyardCountTCI_2024_desc": string;
|
|
11447
|
+
"webshop_defenceCourtyardCountTCI_2025_desc": string;
|
|
11448
|
+
"webshop_defenceCourtyardCountTCI_2026_desc": string;
|
|
11449
|
+
"webshop_defenceCourtyardCountTCI_2027_desc": string;
|
|
11450
|
+
"webshop_defenceWallCountBonusTCI_2020_desc": string;
|
|
11451
|
+
"webshop_defenceWallCountBonusTCI_2021_desc": string;
|
|
11452
|
+
"webshop_defenceWallCountBonusTCI_2022_desc": string;
|
|
11453
|
+
"webshop_defenceWallCountBonusTCI_2023_desc": string;
|
|
11454
|
+
"webshop_defenceYardBonusTCI_2016_desc": string;
|
|
11455
|
+
"webshop_defenceYardBonusTCI_2017_desc": string;
|
|
11456
|
+
"webshop_defenceYardBonusTCI_2018_desc": string;
|
|
11457
|
+
"webshop_defenceYardBonusTCI_2019_desc": string;
|
|
11401
11458
|
"webshop_defensiveTroops_VIP_name": string;
|
|
11402
11459
|
"webshop_defensiveTroops_extraLarge_name": string;
|
|
11403
11460
|
"webshop_defensiveTroops_giant_name": string;
|
|
@@ -11524,6 +11581,14 @@ export interface Language {
|
|
|
11524
11581
|
"webshop_octoberfest_large_name": string;
|
|
11525
11582
|
"webshop_octoberfest_medium_name": string;
|
|
11526
11583
|
"webshop_octoberfest_small_name": string;
|
|
11584
|
+
"webshop_offensiveMeleeBonusTCI_2004_desc": string;
|
|
11585
|
+
"webshop_offensiveMeleeBonusTCI_2005_desc": string;
|
|
11586
|
+
"webshop_offensiveMeleeBonusTCI_2006_desc": string;
|
|
11587
|
+
"webshop_offensiveMeleeBonusTCI_2007_desc": string;
|
|
11588
|
+
"webshop_offensiveRangeBonusTCI_2000_desc": string;
|
|
11589
|
+
"webshop_offensiveRangeBonusTCI_2001_desc": string;
|
|
11590
|
+
"webshop_offensiveRangeBonusTCI_2002_desc": string;
|
|
11591
|
+
"webshop_offensiveRangeBonusTCI_2003_desc": string;
|
|
11527
11592
|
"webshop_offensiveTroops_VIP_name": string;
|
|
11528
11593
|
"webshop_offensiveTroops_extraLarge_name": string;
|
|
11529
11594
|
"webshop_offensiveTroops_giant_name": string;
|
|
@@ -11531,8 +11596,35 @@ export interface Language {
|
|
|
11531
11596
|
"webshop_offensiveTroops_large_name": string;
|
|
11532
11597
|
"webshop_offensiveTroops_medium_name": string;
|
|
11533
11598
|
"webshop_offensiveTroops_small_name": string;
|
|
11599
|
+
"webshop_offer_advent_1": string;
|
|
11600
|
+
"webshop_offer_advent_10": string;
|
|
11601
|
+
"webshop_offer_advent_11": string;
|
|
11602
|
+
"webshop_offer_advent_12": string;
|
|
11603
|
+
"webshop_offer_advent_13": string;
|
|
11604
|
+
"webshop_offer_advent_14": string;
|
|
11605
|
+
"webshop_offer_advent_15": string;
|
|
11606
|
+
"webshop_offer_advent_16": string;
|
|
11607
|
+
"webshop_offer_advent_17": string;
|
|
11608
|
+
"webshop_offer_advent_18": string;
|
|
11609
|
+
"webshop_offer_advent_19": string;
|
|
11610
|
+
"webshop_offer_advent_2": string;
|
|
11611
|
+
"webshop_offer_advent_20": string;
|
|
11612
|
+
"webshop_offer_advent_21": string;
|
|
11613
|
+
"webshop_offer_advent_22": string;
|
|
11614
|
+
"webshop_offer_advent_23": string;
|
|
11615
|
+
"webshop_offer_advent_24": string;
|
|
11616
|
+
"webshop_offer_advent_3": string;
|
|
11617
|
+
"webshop_offer_advent_4": string;
|
|
11618
|
+
"webshop_offer_advent_5": string;
|
|
11619
|
+
"webshop_offer_advent_6": string;
|
|
11620
|
+
"webshop_offer_advent_7": string;
|
|
11621
|
+
"webshop_offer_advent_8": string;
|
|
11622
|
+
"webshop_offer_advent_9": string;
|
|
11534
11623
|
"webshop_offer_dailyBundlePackage_name_1": string;
|
|
11535
11624
|
"webshop_offer_dailyBundle_alreadyPurchased": string;
|
|
11625
|
+
"webshop_offer_dailyBundle_blackFridayBonus_desc": string;
|
|
11626
|
+
"webshop_offer_dailyBundle_blackFriday_desc": string;
|
|
11627
|
+
"webshop_offer_dailyBundle_christmasHoliday_desc": string;
|
|
11536
11628
|
"webshop_offer_dailyBundle_desc": string;
|
|
11537
11629
|
"webshop_offer_dailyBundle_title": string;
|
|
11538
11630
|
"webshop_offer_dailyBundle_yourOrderSummary": string;
|
|
@@ -11895,6 +11987,13 @@ export interface Language {
|
|
|
11895
11987
|
"effect_description_spyCountBoost": string;
|
|
11896
11988
|
"effect_description_unboostedFoodProductionTCI": string;
|
|
11897
11989
|
"effect_description_unitWallCountTCI": string;
|
|
11990
|
+
"effect_name_attackBoostYard": string;
|
|
11991
|
+
"effect_name_attackUnitAmountFront": string;
|
|
11992
|
+
"effect_name_battleXPBoost": string;
|
|
11993
|
+
"effect_name_buildingXPBoost": string;
|
|
11994
|
+
"effect_name_defenseBoostYard": string;
|
|
11995
|
+
"effect_name_defenseUnitAmountWall": string;
|
|
11996
|
+
"effect_name_defenseUnitAmountYardBonus": string;
|
|
11898
11997
|
"effect_name_difficultyScalingAttackBoostFlank": string;
|
|
11899
11998
|
"effect_name_difficultyScalingAttackBoostFront": string;
|
|
11900
11999
|
"effect_name_difficultyScalingAttackBoostYard": string;
|
|
@@ -11911,6 +12010,18 @@ export interface Language {
|
|
|
11911
12010
|
"effect_name_difficultyScalingRangeBonus": string;
|
|
11912
12011
|
"effect_name_difficultyScalingWallBonus": string;
|
|
11913
12012
|
"effect_name_difficultyScalingWallReduction": string;
|
|
12013
|
+
"effect_name_foodCapacityBonusBaronEconomy": string;
|
|
12014
|
+
"effect_name_foodProductionBonusBaronEconomy": string;
|
|
12015
|
+
"effect_name_honeyCapacityBonusBaronEconomy": string;
|
|
12016
|
+
"effect_name_marketCarriageCapacityBoost": string;
|
|
12017
|
+
"effect_name_marketSpeedOwnBoost": string;
|
|
12018
|
+
"effect_name_meadProductionBoost": string;
|
|
12019
|
+
"effect_name_offensiveMeleeBonus": string;
|
|
12020
|
+
"effect_name_offensiveRangeBonus": string;
|
|
12021
|
+
"effect_name_recruitmentCostDecreaseAll": string;
|
|
12022
|
+
"effect_name_recruitmentSpeedBoostAll": string;
|
|
12023
|
+
"effect_name_toolProductionSpeedBoostAll": string;
|
|
12024
|
+
"effect_name_unboostedHoneyProduction": string;
|
|
11914
12025
|
"equip_effect_castellan_description_defenseUnitAmountWall": string;
|
|
11915
12026
|
"equip_effect_description_MeadProductionIncrease": string;
|
|
11916
12027
|
"equip_effect_description_attackBonus": string;
|
|
@@ -22694,6 +22805,10 @@ export interface Language {
|
|
|
22694
22805
|
"AlienRerollDefenderMelee_short_info": string;
|
|
22695
22806
|
"AlienRerollDefenderRange_name": string;
|
|
22696
22807
|
"AlienRerollDefenderRange_short_info": string;
|
|
22808
|
+
"ColossalNomadTabletChest_name": string;
|
|
22809
|
+
"ColossalNomadTabletChest_short_info": string;
|
|
22810
|
+
"ColossalSamuraiTokenChest_name": string;
|
|
22811
|
+
"ColossalSamuraiTokenChest_short_info": string;
|
|
22697
22812
|
"EliteChristmasAttackerMelee_name": string;
|
|
22698
22813
|
"EliteChristmasAttackerMelee_short_info": string;
|
|
22699
22814
|
"EliteChristmasAttackerRange_name": string;
|
|
@@ -22714,10 +22829,22 @@ export interface Language {
|
|
|
22714
22829
|
"EmperorBerimondPointBoost_short_info": string;
|
|
22715
22830
|
"EmperorKhanChest_name": string;
|
|
22716
22831
|
"EmperorKhanChest_short_info": string;
|
|
22832
|
+
"EnormousNomadTabletChest_name": string;
|
|
22833
|
+
"EnormousNomadTabletChest_short_info": string;
|
|
22834
|
+
"EnormousSamuraiTokenChest_name": string;
|
|
22835
|
+
"EnormousSamuraiTokenChestt_short_info": string;
|
|
22717
22836
|
"ForlornRanger_name": string;
|
|
22718
22837
|
"ForlornRanger_short_info": string;
|
|
22719
22838
|
"ForsakenMaiden_name": string;
|
|
22720
22839
|
"ForsakenMaiden_short_info": string;
|
|
22840
|
+
"GiantNomadTabletChest_name": string;
|
|
22841
|
+
"GiantNomadTabletChest_short_info": string;
|
|
22842
|
+
"GiantSamuraiTokenChest_name": string;
|
|
22843
|
+
"GiantSamuraiTokenChest_short_info": string;
|
|
22844
|
+
"HighKingsBanner_name": string;
|
|
22845
|
+
"HighKingsBanner_short_info": string;
|
|
22846
|
+
"HighQueensBanner_name": string;
|
|
22847
|
+
"HighQueensBanner_short_info": string;
|
|
22721
22848
|
"MayaArrow_name": string;
|
|
22722
22849
|
"MayaArrow_short_info": string;
|
|
22723
22850
|
"MayaEliteMelee_name": string;
|
|
@@ -22802,6 +22929,8 @@ export interface Language {
|
|
|
22802
22929
|
"SpringShield_short_info": string;
|
|
22803
22930
|
"SpringXPTool_name": string;
|
|
22804
22931
|
"SpringXPTool_short_info": string;
|
|
22932
|
+
"SupremeMonarchsBanner_name": string;
|
|
22933
|
+
"SupremeMonarchsBanner_short_info": string;
|
|
22805
22934
|
"USAGloryFlag_name": string;
|
|
22806
22935
|
"USAGloryFlag_name_short_info": string;
|
|
22807
22936
|
"Unknown_name": string;
|