e4k-data 4.111.49 → 4.113.71
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/allianceFundsDonatables.json +88 -0
- package/data/buildings.json +706 -193
- package/data/characters.json +1 -1
- package/data/constructionItemRecipes.json +418 -0
- package/data/constructionItems.json +628 -0
- package/data/constructionItemsEffectGroups.json +6 -0
- package/data/currencies.json +14 -0
- package/data/effects.json +1 -1
- package/data/equipments.json +14 -0
- package/data/events.json +2 -2
- package/data/expansions.json +54 -54
- package/data/generalSkillTiers.json +22 -0
- package/data/generalSkills.json +1163 -0
- package/data/generalSlots.json +10 -0
- package/data/generals.json +38 -0
- package/data/horses.json +143 -143
- package/data/lootBoxTombolas.json +392 -0
- package/data/packages.json +433 -424
- package/data/researches.json +108 -4
- package/data/rewards.json +35 -0
- package/data/sceatSkills.json +50 -3
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +186 -186
- package/images/x768.json +1125 -15
- package/languages/cs.json +60 -27
- package/languages/da.json +60 -27
- package/languages/de.json +60 -27
- package/languages/el.json +60 -27
- package/languages/en.json +60 -27
- package/languages/es.json +60 -27
- package/languages/fi.json +60 -27
- package/languages/fr.json +60 -27
- package/languages/hu.json +60 -27
- package/languages/it.json +60 -27
- package/languages/ja.json +60 -27
- package/languages/ko.json +60 -27
- package/languages/nl.json +60 -27
- package/languages/no.json +60 -27
- package/languages/pl.json +60 -27
- package/languages/pt.json +60 -27
- package/languages/ro.json +60 -27
- package/languages/ru.json +60 -27
- package/languages/sk.json +60 -27
- package/languages/sv.json +60 -27
- package/languages/tr.json +60 -27
- package/languages/zh_CN.json +60 -27
- package/languages/zh_TW.json +60 -27
- package/package.json +1 -1
- package/typings/data.d.ts +12 -0
- package/typings/images.d.ts +74 -0
- package/typings/languages.d.ts +34 -1
package/typings/data.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export interface Data {
|
|
|
13
13
|
allianceCoatLayouts: AllianceCoatLayout[];
|
|
14
14
|
alliancefameranks: AllianceFameRank[];
|
|
15
15
|
allianceforges: AllianceForge[];
|
|
16
|
+
allianceFundsDonatables: allianceFundsDonatables[];
|
|
16
17
|
alliancehelprequests: AllianceHelpRequest[];
|
|
17
18
|
allianceInvasionCamps: AllianceInvasionCamp[];
|
|
18
19
|
alliancerankrights: AllianceRankRight[];
|
|
@@ -423,6 +424,14 @@ export interface AllianceForge {
|
|
|
423
424
|
"level": number;
|
|
424
425
|
}
|
|
425
426
|
|
|
427
|
+
export interface allianceFundsDonatables {
|
|
428
|
+
"allianceFundsDonatableID": number;
|
|
429
|
+
"currencyID"?: number;
|
|
430
|
+
"directlyByPlayer": number;
|
|
431
|
+
"resourceID"?: number;
|
|
432
|
+
"sortOrder": number;
|
|
433
|
+
}
|
|
434
|
+
|
|
426
435
|
export interface AllianceHelpRequest {
|
|
427
436
|
"allianceHelpRequestID": number;
|
|
428
437
|
"allianceRepairBuilding"?: number;
|
|
@@ -605,6 +614,7 @@ export interface BuildingPosition {
|
|
|
605
614
|
}
|
|
606
615
|
|
|
607
616
|
export interface Building {
|
|
617
|
+
"Beefboost"?: number;
|
|
608
618
|
"Beefproduction"?: number;
|
|
609
619
|
"Coalboost"?: number;
|
|
610
620
|
"Coalproduction"?: number;
|
|
@@ -2959,6 +2969,7 @@ export interface Reward {
|
|
|
2959
2969
|
"addDragonScaleSplinters"?: number;
|
|
2960
2970
|
"addDragonScaleTile"?: number;
|
|
2961
2971
|
"addDragonriderLTPEToken"?: number;
|
|
2972
|
+
"addEdricToken"?: number;
|
|
2962
2973
|
"addEpicBoosterConsumable"?: number;
|
|
2963
2974
|
"addEpicCobblestone"?: number;
|
|
2964
2975
|
"addFatKingToken"?: number;
|
|
@@ -3012,6 +3023,7 @@ export interface Reward {
|
|
|
3012
3023
|
"addShardAlice"?: number;
|
|
3013
3024
|
"addShardAlyssa"?: number;
|
|
3014
3025
|
"addShardDiana"?: number;
|
|
3026
|
+
"addShardEdric"?: number;
|
|
3015
3027
|
"addShardGarrik"?: number;
|
|
3016
3028
|
"addShardHasan"?: number;
|
|
3017
3029
|
"addShardHoratio"?: number;
|
package/typings/images.d.ts
CHANGED
|
@@ -126,6 +126,7 @@ export interface Images {
|
|
|
126
126
|
"Background_Generals_Overview_BottomDeco": ImageData;
|
|
127
127
|
"Background_Generals_Overview_BottomLine": ImageData;
|
|
128
128
|
"Background_Generals_Overview_Diana": ImageData;
|
|
129
|
+
"Background_Generals_Overview_Edric": ImageData;
|
|
129
130
|
"Background_Generals_Overview_Garrik": ImageData;
|
|
130
131
|
"Background_Generals_Overview_Hasan": ImageData;
|
|
131
132
|
"Background_Generals_Overview_Horatio": ImageData;
|
|
@@ -141,6 +142,7 @@ export interface Images {
|
|
|
141
142
|
"Background_Generals_Overview_Preview_Barin": ImageData;
|
|
142
143
|
"Background_Generals_Overview_Preview_BlueGeneral": ImageData;
|
|
143
144
|
"Background_Generals_Overview_Preview_Diana": ImageData;
|
|
145
|
+
"Background_Generals_Overview_Preview_Edric": ImageData;
|
|
144
146
|
"Background_Generals_Overview_Preview_Garrik": ImageData;
|
|
145
147
|
"Background_Generals_Overview_Preview_Hasan": ImageData;
|
|
146
148
|
"Background_Generals_Overview_Preview_Horatio": ImageData;
|
|
@@ -962,6 +964,8 @@ export interface Images {
|
|
|
962
964
|
"DaimyoTownship_Support": ImageData;
|
|
963
965
|
"DaimyoTownship_Support_ui": ImageData;
|
|
964
966
|
"DecoDistrict2x2_Building_Level1": ImageData;
|
|
967
|
+
"Deco_Building_AMEExaltedRedBlade": ImageData;
|
|
968
|
+
"Deco_Building_AMEExaltedRedTrainingGround": ImageData;
|
|
965
969
|
"Deco_Building_AlchemistDistrictDeco": ImageData;
|
|
966
970
|
"Deco_Building_AlienStatuePond": ImageData;
|
|
967
971
|
"Deco_Building_Anniversary10Year": ImageData;
|
|
@@ -1083,12 +1087,15 @@ export interface Images {
|
|
|
1083
1087
|
"Deco_Building_ExaltedCarnivalGondola": ImageData;
|
|
1084
1088
|
"Deco_Building_ExaltedGreenAnniversaryBalloon": ImageData;
|
|
1085
1089
|
"Deco_Building_ExaltedGreenAnniversaryCake": ImageData;
|
|
1090
|
+
"Deco_Building_ExaltedGreenBeerBarrelWell": ImageData;
|
|
1091
|
+
"Deco_Building_ExaltedGreenBeerPavilon": ImageData;
|
|
1086
1092
|
"Deco_Building_ExaltedGreenChristmasFountain": ImageData;
|
|
1087
1093
|
"Deco_Building_ExaltedGreenChristmasPresentStash": ImageData;
|
|
1088
1094
|
"Deco_Building_ExaltedGreenEasterHotspring": ImageData;
|
|
1089
1095
|
"Deco_Building_ExaltedGreenEasterRuins": ImageData;
|
|
1090
1096
|
"Deco_Building_ExaltedGreenFrostFountain": ImageData;
|
|
1091
1097
|
"Deco_Building_ExaltedGreenFuryBlade": ImageData;
|
|
1098
|
+
"Deco_Building_ExaltedGreenKegForest": ImageData;
|
|
1092
1099
|
"Deco_Building_ExaltedGreenLavaMountainOfWrath": ImageData;
|
|
1093
1100
|
"Deco_Building_ExaltedGreenLavaScorpionTemple": ImageData;
|
|
1094
1101
|
"Deco_Building_ExaltedGreenLavaShrineofDuality": ImageData;
|
|
@@ -1106,12 +1113,14 @@ export interface Images {
|
|
|
1106
1113
|
"Deco_Building_ExaltedPedestalofPassionateLove": ImageData;
|
|
1107
1114
|
"Deco_Building_ExaltedPurpleAnniversaryBalloon": ImageData;
|
|
1108
1115
|
"Deco_Building_ExaltedPurpleAnniversaryCake": ImageData;
|
|
1116
|
+
"Deco_Building_ExaltedPurpleBeerPavilon": ImageData;
|
|
1109
1117
|
"Deco_Building_ExaltedPurpleChristmasFountain": ImageData;
|
|
1110
1118
|
"Deco_Building_ExaltedPurpleChristmasPyramid": ImageData;
|
|
1111
1119
|
"Deco_Building_ExaltedPurpleEasterHotspring": ImageData;
|
|
1112
1120
|
"Deco_Building_ExaltedPurpleEasterRuins": ImageData;
|
|
1113
1121
|
"Deco_Building_ExaltedPurpleFrostFountain": ImageData;
|
|
1114
1122
|
"Deco_Building_ExaltedPurpleFuryBlade": ImageData;
|
|
1123
|
+
"Deco_Building_ExaltedPurpleKegForest": ImageData;
|
|
1115
1124
|
"Deco_Building_ExaltedPurpleLavaMountainOfWrath": ImageData;
|
|
1116
1125
|
"Deco_Building_ExaltedPurpleLavaScorpionTemple": ImageData;
|
|
1117
1126
|
"Deco_Building_ExaltedPurpleLavaShrineofDuality": ImageData;
|
|
@@ -1123,12 +1132,14 @@ export interface Images {
|
|
|
1123
1132
|
"Deco_Building_ExaltedPurpleWaterSpiderTemple": ImageData;
|
|
1124
1133
|
"Deco_Building_ExaltedRedAnniversaryBalloon": ImageData;
|
|
1125
1134
|
"Deco_Building_ExaltedRedAnniversaryCake": ImageData;
|
|
1135
|
+
"Deco_Building_ExaltedRedBeerPavilon": ImageData;
|
|
1126
1136
|
"Deco_Building_ExaltedRedChristmasFountain": ImageData;
|
|
1127
1137
|
"Deco_Building_ExaltedRedChristmasStall": ImageData;
|
|
1128
1138
|
"Deco_Building_ExaltedRedEasterHotspring": ImageData;
|
|
1129
1139
|
"Deco_Building_ExaltedRedEasterRuins": ImageData;
|
|
1130
1140
|
"Deco_Building_ExaltedRedFrostFountain": ImageData;
|
|
1131
1141
|
"Deco_Building_ExaltedRedFuryBlade": ImageData;
|
|
1142
|
+
"Deco_Building_ExaltedRedKegForest": ImageData;
|
|
1132
1143
|
"Deco_Building_ExaltedRedLavaMountainOfWrath": ImageData;
|
|
1133
1144
|
"Deco_Building_ExaltedRedLavaScorpionTemple": ImageData;
|
|
1134
1145
|
"Deco_Building_ExaltedRedLavaShrineofDuality": ImageData;
|
|
@@ -2535,6 +2546,25 @@ export interface Images {
|
|
|
2535
2546
|
"General_Diana_Scabbard": ImageData;
|
|
2536
2547
|
"General_Diana_Sword": ImageData;
|
|
2537
2548
|
"General_Diana_Tunic": ImageData;
|
|
2549
|
+
"General_Edric_Arm": ImageData;
|
|
2550
|
+
"General_Edric_Bandana_01": ImageData;
|
|
2551
|
+
"General_Edric_Bandana_02": ImageData;
|
|
2552
|
+
"General_Edric_Belt": ImageData;
|
|
2553
|
+
"General_Edric_Belt_Buckle": ImageData;
|
|
2554
|
+
"General_Edric_Bottom_Belt": ImageData;
|
|
2555
|
+
"General_Edric_Chest": ImageData;
|
|
2556
|
+
"General_Edric_Hand_Axe": ImageData;
|
|
2557
|
+
"General_Edric_Hanging_Fabric": ImageData;
|
|
2558
|
+
"General_Edric_Head": ImageData;
|
|
2559
|
+
"General_Edric_Leg_Back": ImageData;
|
|
2560
|
+
"General_Edric_Leg_Front": ImageData;
|
|
2561
|
+
"General_Edric_Pants": ImageData;
|
|
2562
|
+
"General_Edric_Shadow": ImageData;
|
|
2563
|
+
"General_Edric_Shield": ImageData;
|
|
2564
|
+
"General_Edric_Shoulder_Left": ImageData;
|
|
2565
|
+
"General_Edric_Shoulder_Right": ImageData;
|
|
2566
|
+
"General_Edric_String_01": ImageData;
|
|
2567
|
+
"General_Edric_String_02": ImageData;
|
|
2538
2568
|
"General_Garrik_Arm": ImageData;
|
|
2539
2569
|
"General_Garrik_Bag": ImageData;
|
|
2540
2570
|
"General_Garrik_Chest": ImageData;
|
|
@@ -4590,6 +4620,7 @@ export interface Images {
|
|
|
4590
4620
|
"Teaser_OffersHub_Big_WhaleChest_13": ImageData;
|
|
4591
4621
|
"Teaser_OffersHub_Big_WhaleChest_14": ImageData;
|
|
4592
4622
|
"Teaser_OffersHub_Big_WhaleChest_15": ImageData;
|
|
4623
|
+
"Teaser_OffersHub_Big_WhaleChest_16": ImageData;
|
|
4593
4624
|
"Teaser_OffersHub_Big_WhaleChest_20": ImageData;
|
|
4594
4625
|
"Teaser_OffersHub_Big_WhaleChest_21": ImageData;
|
|
4595
4626
|
"Teaser_OffersHub_Big_WhaleChest_22": ImageData;
|
|
@@ -4988,6 +5019,7 @@ export interface Images {
|
|
|
4988
5019
|
"giantsForestlumbermill": ImageData;
|
|
4989
5020
|
"global_primetime_background_Anniversary2024": ImageData;
|
|
4990
5021
|
"global_primetime_background_IndependenceDay2024": ImageData;
|
|
5022
|
+
"global_primetime_background_Oktoberfest2024": ImageData;
|
|
4991
5023
|
"global_primetime_background_Spring2024": ImageData;
|
|
4992
5024
|
"global_primetime_background_StPatricksDay2025": ImageData;
|
|
4993
5025
|
"global_primetime_background_ValentinesDay2025": ImageData;
|
|
@@ -4998,6 +5030,7 @@ export interface Images {
|
|
|
4998
5030
|
"global_primetime_hub_teaser_Anniversary2024": ImageData;
|
|
4999
5031
|
"global_primetime_hub_teaser_Carnival2025": ImageData;
|
|
5000
5032
|
"global_primetime_hub_teaser_IndependenceDay2024": ImageData;
|
|
5033
|
+
"global_primetime_hub_teaser_Oktoberfest2024": ImageData;
|
|
5001
5034
|
"global_primetime_hub_teaser_Spring2024": ImageData;
|
|
5002
5035
|
"global_primetime_hub_teaser_StPatricksDay2025": ImageData;
|
|
5003
5036
|
"global_primetime_hub_teaser_SummerJuly2024": ImageData;
|
|
@@ -5009,6 +5042,7 @@ export interface Images {
|
|
|
5009
5042
|
"global_primetime_teaser_Anniversary2024": ImageData;
|
|
5010
5043
|
"global_primetime_teaser_Carnival2025": ImageData;
|
|
5011
5044
|
"global_primetime_teaser_IndependenceDay2024": ImageData;
|
|
5045
|
+
"global_primetime_teaser_Oktoberfest2024": ImageData;
|
|
5012
5046
|
"global_primetime_teaser_Spring2024": ImageData;
|
|
5013
5047
|
"global_primetime_teaser_StPatricksDay2025": ImageData;
|
|
5014
5048
|
"global_primetime_teaser_SummerJuly2024": ImageData;
|
|
@@ -5154,6 +5188,10 @@ export interface Images {
|
|
|
5154
5188
|
"icon_advisor_nomad_camp": ImageData;
|
|
5155
5189
|
"icon_advisor_nomad_ds": ImageData;
|
|
5156
5190
|
"icon_advisor_nomad_xs_ds": ImageData;
|
|
5191
|
+
"icon_advisor_samurai_big_ds": ImageData;
|
|
5192
|
+
"icon_advisor_samurai_camp": ImageData;
|
|
5193
|
+
"icon_advisor_samurai_ds": ImageData;
|
|
5194
|
+
"icon_advisor_samurai_xs_ds": ImageData;
|
|
5157
5195
|
"icon_all": ImageData;
|
|
5158
5196
|
"icon_all_waves": ImageData;
|
|
5159
5197
|
"icon_alliance": ImageData;
|
|
@@ -5748,6 +5786,13 @@ export interface Images {
|
|
|
5748
5786
|
"icon_currency_DragonriderLTPEToken_medium": ImageData;
|
|
5749
5787
|
"icon_currency_DragonriderLTPEToken_small": ImageData;
|
|
5750
5788
|
"icon_currency_DragonriderLTPEToken_xl": ImageData;
|
|
5789
|
+
"icon_currency_EdricToken": ImageData;
|
|
5790
|
+
"icon_currency_EdricToken_big": ImageData;
|
|
5791
|
+
"icon_currency_EdricToken_big_ds": ImageData;
|
|
5792
|
+
"icon_currency_EdricToken_ds": ImageData;
|
|
5793
|
+
"icon_currency_EdricToken_medium": ImageData;
|
|
5794
|
+
"icon_currency_EdricToken_medium_ds": ImageData;
|
|
5795
|
+
"icon_currency_EdricToken_small": ImageData;
|
|
5751
5796
|
"icon_currency_EpicBoosterConsumable": ImageData;
|
|
5752
5797
|
"icon_currency_EpicBoosterConsumable_big": ImageData;
|
|
5753
5798
|
"icon_currency_EpicBoosterConsumable_medium": ImageData;
|
|
@@ -6067,6 +6112,11 @@ export interface Images {
|
|
|
6067
6112
|
"icon_currency_SaleDaysLuckyWheelTicket_big": ImageData;
|
|
6068
6113
|
"icon_currency_SaleDaysLuckyWheelTicket_medium": ImageData;
|
|
6069
6114
|
"icon_currency_SaleDaysLuckyWheelTicket_xl": ImageData;
|
|
6115
|
+
"icon_currency_SamuraiAdvisorToken": ImageData;
|
|
6116
|
+
"icon_currency_SamuraiAdvisorToken_big": ImageData;
|
|
6117
|
+
"icon_currency_SamuraiAdvisorToken_medium": ImageData;
|
|
6118
|
+
"icon_currency_SamuraiAdvisorToken_small": ImageData;
|
|
6119
|
+
"icon_currency_SamuraiAdvisorToken_xl": ImageData;
|
|
6070
6120
|
"icon_currency_SamuraiMedal": ImageData;
|
|
6071
6121
|
"icon_currency_SamuraiMedalBoosterKey": ImageData;
|
|
6072
6122
|
"icon_currency_SamuraiMedalBoosterKey_big": ImageData;
|
|
@@ -6117,6 +6167,8 @@ export interface Images {
|
|
|
6117
6167
|
"icon_currency_ShardBarin_xl": ImageData;
|
|
6118
6168
|
"icon_currency_ShardDiana": ImageData;
|
|
6119
6169
|
"icon_currency_ShardDiana_xl": ImageData;
|
|
6170
|
+
"icon_currency_ShardEdric": ImageData;
|
|
6171
|
+
"icon_currency_ShardEdric_xl": ImageData;
|
|
6120
6172
|
"icon_currency_ShardGarrik": ImageData;
|
|
6121
6173
|
"icon_currency_ShardGarrik_xl": ImageData;
|
|
6122
6174
|
"icon_currency_ShardHasan": ImageData;
|
|
@@ -6693,6 +6745,8 @@ export interface Images {
|
|
|
6693
6745
|
"icon_everwinter_paper_dark": ImageData;
|
|
6694
6746
|
"icon_exchange_flat": ImageData;
|
|
6695
6747
|
"icon_failure_0": ImageData;
|
|
6748
|
+
"icon_failure_0_nomad": ImageData;
|
|
6749
|
+
"icon_failure_0_samurai": ImageData;
|
|
6696
6750
|
"icon_failure_1": ImageData;
|
|
6697
6751
|
"icon_failure_2": ImageData;
|
|
6698
6752
|
"icon_failure_3": ImageData;
|
|
@@ -6784,6 +6838,9 @@ export interface Images {
|
|
|
6784
6838
|
"icon_general_Diana": ImageData;
|
|
6785
6839
|
"icon_general_Diana_xl": ImageData;
|
|
6786
6840
|
"icon_general_Diana_xxl": ImageData;
|
|
6841
|
+
"icon_general_Edric": ImageData;
|
|
6842
|
+
"icon_general_Edric_xl": ImageData;
|
|
6843
|
+
"icon_general_Edric_xxl": ImageData;
|
|
6787
6844
|
"icon_general_Garrik": ImageData;
|
|
6788
6845
|
"icon_general_Garrik_xl": ImageData;
|
|
6789
6846
|
"icon_general_Garrik_xxl": ImageData;
|
|
@@ -7068,6 +7125,7 @@ export interface Images {
|
|
|
7068
7125
|
"icon_general_attack_avatar_Barin": ImageData;
|
|
7069
7126
|
"icon_general_attack_avatar_BlueGeneral": ImageData;
|
|
7070
7127
|
"icon_general_attack_avatar_Diana": ImageData;
|
|
7128
|
+
"icon_general_attack_avatar_Edric": ImageData;
|
|
7071
7129
|
"icon_general_attack_avatar_Garrik": ImageData;
|
|
7072
7130
|
"icon_general_attack_avatar_Hasan": ImageData;
|
|
7073
7131
|
"icon_general_attack_avatar_Horatio": ImageData;
|
|
@@ -7126,6 +7184,9 @@ export interface Images {
|
|
|
7126
7184
|
"icon_general_preview_Diana": ImageData;
|
|
7127
7185
|
"icon_general_preview_Diana_xl": ImageData;
|
|
7128
7186
|
"icon_general_preview_Diana_xxl": ImageData;
|
|
7187
|
+
"icon_general_preview_Edric": ImageData;
|
|
7188
|
+
"icon_general_preview_Edric_xl": ImageData;
|
|
7189
|
+
"icon_general_preview_Edric_xxl": ImageData;
|
|
7129
7190
|
"icon_general_preview_Garrik": ImageData;
|
|
7130
7191
|
"icon_general_preview_Garrik_xl": ImageData;
|
|
7131
7192
|
"icon_general_preview_Garrik_xxl": ImageData;
|
|
@@ -7255,6 +7316,7 @@ export interface Images {
|
|
|
7255
7316
|
"icon_horse_d": ImageData;
|
|
7256
7317
|
"icon_houseoffire": ImageData;
|
|
7257
7318
|
"icon_hud_advisor_nomad": ImageData;
|
|
7319
|
+
"icon_hud_advisor_samurai": ImageData;
|
|
7258
7320
|
"icon_hud_attack": ImageData;
|
|
7259
7321
|
"icon_hud_defense": ImageData;
|
|
7260
7322
|
"icon_hud_minigame": ImageData;
|
|
@@ -7439,6 +7501,7 @@ export interface Images {
|
|
|
7439
7501
|
"icon_meleeattackpower": ImageData;
|
|
7440
7502
|
"icon_memberslist_small": ImageData;
|
|
7441
7503
|
"icon_message_advisor_nomad": ImageData;
|
|
7504
|
+
"icon_message_advisor_samurai": ImageData;
|
|
7442
7505
|
"icon_message_maya": ImageData;
|
|
7443
7506
|
"icon_message_special_event_103": ImageData;
|
|
7444
7507
|
"icon_message_special_event_106": ImageData;
|
|
@@ -7447,6 +7510,7 @@ export interface Images {
|
|
|
7447
7510
|
"icon_message_special_event_126": ImageData;
|
|
7448
7511
|
"icon_message_special_event_127": ImageData;
|
|
7449
7512
|
"icon_message_special_event_128": ImageData;
|
|
7513
|
+
"icon_message_special_event_129": ImageData;
|
|
7450
7514
|
"icon_message_special_event_130": ImageData;
|
|
7451
7515
|
"icon_message_special_event_131": ImageData;
|
|
7452
7516
|
"icon_message_special_event_3": ImageData;
|
|
@@ -7656,6 +7720,7 @@ export interface Images {
|
|
|
7656
7720
|
"icon_ranking_rewards_ds_small": ImageData;
|
|
7657
7721
|
"icon_ranking_small": ImageData;
|
|
7658
7722
|
"icon_refresh_white": ImageData;
|
|
7723
|
+
"icon_refresh_white_small": ImageData;
|
|
7659
7724
|
"icon_reinforcedvault_small": ImageData;
|
|
7660
7725
|
"icon_relic_equipment_smith": ImageData;
|
|
7661
7726
|
"icon_relic_new_item": ImageData;
|
|
@@ -7823,6 +7888,7 @@ export interface Images {
|
|
|
7823
7888
|
"icon_squared_general_BabaVarjuka": ImageData;
|
|
7824
7889
|
"icon_squared_general_Barin": ImageData;
|
|
7825
7890
|
"icon_squared_general_Diana": ImageData;
|
|
7891
|
+
"icon_squared_general_Edric": ImageData;
|
|
7826
7892
|
"icon_squared_general_Garrik": ImageData;
|
|
7827
7893
|
"icon_squared_general_Hasan": ImageData;
|
|
7828
7894
|
"icon_squared_general_Horatio": ImageData;
|
|
@@ -8882,6 +8948,14 @@ export interface Images {
|
|
|
8882
8948
|
"teaser_advisor_attack_cancel": ImageData;
|
|
8883
8949
|
"teaser_advisor_attack_fail": ImageData;
|
|
8884
8950
|
"teaser_advisor_attack_success": ImageData;
|
|
8951
|
+
"teaser_advisor_nomad_activation": ImageData;
|
|
8952
|
+
"teaser_advisor_nomad_attack_cancel": ImageData;
|
|
8953
|
+
"teaser_advisor_nomad_attack_fail": ImageData;
|
|
8954
|
+
"teaser_advisor_nomad_attack_success": ImageData;
|
|
8955
|
+
"teaser_advisor_samurai_activation": ImageData;
|
|
8956
|
+
"teaser_advisor_samurai_attack_cancel": ImageData;
|
|
8957
|
+
"teaser_advisor_samurai_attack_fail": ImageData;
|
|
8958
|
+
"teaser_advisor_samurai_attack_success": ImageData;
|
|
8885
8959
|
"teaser_allianceBattleGround_AllianceCollector_Maya_1": ImageData;
|
|
8886
8960
|
"teaser_allianceBattleGround_AllianceCollector_Maya_2": ImageData;
|
|
8887
8961
|
"teaser_allianceBattleGround_AllianceCollector_Maya_3": ImageData;
|
package/typings/languages.d.ts
CHANGED
|
@@ -1570,6 +1570,7 @@ export interface Language {
|
|
|
1570
1570
|
"deco_abyssgold_name": string;
|
|
1571
1571
|
"deco_agedTimelessKing_name": string;
|
|
1572
1572
|
"deco_alicesWorkshop_name": string;
|
|
1573
|
+
"deco_ameexaltedredblade_name": string;
|
|
1573
1574
|
"deco_anniversaryMonument1_name": string;
|
|
1574
1575
|
"deco_anniversaryPartyEnd_name": string;
|
|
1575
1576
|
"deco_anniversaryParty_name": string;
|
|
@@ -1625,10 +1626,18 @@ export interface Language {
|
|
|
1625
1626
|
"deco_eternalblossoms_name": string;
|
|
1626
1627
|
"deco_eternityGarden_name": string;
|
|
1627
1628
|
"deco_exaltedCursedSteerport": string;
|
|
1629
|
+
"deco_exaltedGreenBeerBarrelWell_name": string;
|
|
1630
|
+
"deco_exaltedGreenBeerPavilon_name": string;
|
|
1631
|
+
"deco_exaltedGreenKegForest_name": string;
|
|
1628
1632
|
"deco_exaltedGreenLavaScorpionTemple_name": string;
|
|
1629
1633
|
"deco_exaltedLivestockHut_name": string;
|
|
1630
1634
|
"deco_exaltedMysticalSteerport": string;
|
|
1635
|
+
"deco_exaltedPurpleBeerPavilon_name": string;
|
|
1636
|
+
"deco_exaltedPurpleKegForest_name": string;
|
|
1631
1637
|
"deco_exaltedPurpleLavaScorpionTemple_name": string;
|
|
1638
|
+
"deco_exaltedRedBeerPavilon_name": string;
|
|
1639
|
+
"deco_exaltedRedGrandTournamentTrainingGround_name": string;
|
|
1640
|
+
"deco_exaltedRedKegForest_name": string;
|
|
1632
1641
|
"deco_exaltedRedLavaScorpionTemple_name": string;
|
|
1633
1642
|
"deco_exaltedShabbyLivestockHut_name": string;
|
|
1634
1643
|
"deco_exaltedSteerport": string;
|
|
@@ -2329,6 +2338,7 @@ export interface Language {
|
|
|
2329
2338
|
"advisor_AttackSummary_victory": string;
|
|
2330
2339
|
"advisor_attack": string;
|
|
2331
2340
|
"advisor_attackInfo": string;
|
|
2341
|
+
"advisor_speechBubble_samurai": string;
|
|
2332
2342
|
"alert_OverwriteOldAccount_details_copy": string;
|
|
2333
2343
|
"alert_account_deleted_goLoginScreen": string;
|
|
2334
2344
|
"alert_accountdeleted_login_createNewAccount_copy": string;
|
|
@@ -2416,6 +2426,7 @@ export interface Language {
|
|
|
2416
2426
|
"bundlePackage_type_equipmentBundle": string;
|
|
2417
2427
|
"burningBuildings": string;
|
|
2418
2428
|
"button_SelectCamp_nomad": string;
|
|
2429
|
+
"button_SelectCamp_samurai": string;
|
|
2419
2430
|
"button_activateAdvisor": string;
|
|
2420
2431
|
"button_advisorCancelAll": string;
|
|
2421
2432
|
"button_ame_quest_accept": string;
|
|
@@ -2430,7 +2441,7 @@ export interface Language {
|
|
|
2430
2441
|
"button_ame_rewards_level": string;
|
|
2431
2442
|
"button_ame_rewards_ranking": string;
|
|
2432
2443
|
"button_ame_rules_mode_current_text": string;
|
|
2433
|
-
"
|
|
2444
|
+
"button_ame_rules_mode_title_adjustment": string;
|
|
2434
2445
|
"button_ame_rules_mode_title_normal": string;
|
|
2435
2446
|
"button_ame_rules_mode_title_qualification": string;
|
|
2436
2447
|
"button_attackAdvisor": string;
|
|
@@ -2759,9 +2770,11 @@ export interface Language {
|
|
|
2759
2770
|
"currency_description_LegendaryToken": string;
|
|
2760
2771
|
"currency_description_LuckySlice": string;
|
|
2761
2772
|
"currency_description_PearlRelic": string;
|
|
2773
|
+
"currency_description_QuestTicket": string;
|
|
2762
2774
|
"currency_description_RareFlint": string;
|
|
2763
2775
|
"currency_description_RoyalCapitalCoin": string;
|
|
2764
2776
|
"currency_description_SaleDaysLuckyWheelTicket": string;
|
|
2777
|
+
"currency_description_SamuraiAdvisorToken": string;
|
|
2765
2778
|
"currency_description_SamuraiToken": string;
|
|
2766
2779
|
"currency_description_SasakiToken": string;
|
|
2767
2780
|
"currency_description_ShapeShifterBloodpointBoosterKey": string;
|
|
@@ -2853,6 +2866,7 @@ export interface Language {
|
|
|
2853
2866
|
"currency_name_LuckySlice": string;
|
|
2854
2867
|
"currency_name_Orange": string;
|
|
2855
2868
|
"currency_name_SaleDaysLuckyWheelTicket": string;
|
|
2869
|
+
"currency_name_SamuraiAdvisorToken": string;
|
|
2856
2870
|
"currency_name_SamuraiToken": string;
|
|
2857
2871
|
"currency_name_SamuraiTokens": string;
|
|
2858
2872
|
"currency_name_SasakiToken": string;
|
|
@@ -2934,6 +2948,7 @@ export interface Language {
|
|
|
2934
2948
|
"deco_slayingOfTheWolves_name": string;
|
|
2935
2949
|
"deco_tamingOfTheWolves_name": string;
|
|
2936
2950
|
"decorationType": string;
|
|
2951
|
+
"description_advisorInformation_samurai": string;
|
|
2937
2952
|
"dialog_AllianceLevel_landmarksCapitals": string;
|
|
2938
2953
|
"dialog_AllianceLevel_landmarksLaboratories": string;
|
|
2939
2954
|
"dialog_AllianceLevel_landmarksMetropolises": string;
|
|
@@ -3683,6 +3698,7 @@ export interface Language {
|
|
|
3683
3698
|
"dialog_alliance_toggle_openAlliance": string;
|
|
3684
3699
|
"dialog_alliance_toggle_searchAlliance": string;
|
|
3685
3700
|
"dialog_alliance_treasury": string;
|
|
3701
|
+
"dialog_alliance_treasury_version2": string;
|
|
3686
3702
|
"dialog_alliance_yesNo_changeTo_war": string;
|
|
3687
3703
|
"dialog_alliance_yesNo_change_noAttack": string;
|
|
3688
3704
|
"dialog_alliance_yesNo_change_noWar": string;
|
|
@@ -9834,6 +9850,7 @@ export interface Language {
|
|
|
9834
9850
|
"event_title_123": string;
|
|
9835
9851
|
"event_title_127": string;
|
|
9836
9852
|
"event_title_128": string;
|
|
9853
|
+
"event_title_129": string;
|
|
9837
9854
|
"event_title_13": string;
|
|
9838
9855
|
"event_title_130": string;
|
|
9839
9856
|
"event_title_131": string;
|
|
@@ -10673,6 +10690,8 @@ export interface Language {
|
|
|
10673
10690
|
"ingame_server_outage_title": string;
|
|
10674
10691
|
"instantBuild_skipBuilding_text_v2": string;
|
|
10675
10692
|
"intro_advisor_nomad_short": string;
|
|
10693
|
+
"intro_advisor_samurai": string;
|
|
10694
|
+
"intro_advisor_samurai_short": string;
|
|
10676
10695
|
"ironStorage_capacityBonus_tt": string;
|
|
10677
10696
|
"isUnique": string;
|
|
10678
10697
|
"island_dungeon_desc": string;
|
|
@@ -11228,6 +11247,8 @@ export interface Language {
|
|
|
11228
11247
|
"popup_ame_purchase_quest_attempt": string;
|
|
11229
11248
|
"popup_ame_purchase_quest_attempt_item_info_text": string;
|
|
11230
11249
|
"popup_ame_purchase_quest_attempt_name": string;
|
|
11250
|
+
"popup_ame_quest_claim_notification": string;
|
|
11251
|
+
"popup_ame_quest_header": string;
|
|
11231
11252
|
"popup_ame_quest_requirement_1": string;
|
|
11232
11253
|
"popup_ame_quest_requirement_10": string;
|
|
11233
11254
|
"popup_ame_quest_requirement_11": string;
|
|
@@ -11296,6 +11317,7 @@ export interface Language {
|
|
|
11296
11317
|
"popup_ame_quest_requirement_9": string;
|
|
11297
11318
|
"popup_ame_quest_requirement_title": string;
|
|
11298
11319
|
"popup_ame_quest_reward": string;
|
|
11320
|
+
"popup_ame_quest_reward_title": string;
|
|
11299
11321
|
"popup_ame_quest_ticket_counter": string;
|
|
11300
11322
|
"popup_ame_quest_ticket_counter_limit_tooltip": string;
|
|
11301
11323
|
"popup_ame_quest_ticket_counter_tooltip": string;
|
|
@@ -12198,6 +12220,7 @@ export interface Language {
|
|
|
12198
12220
|
"title_advisor_buyToken": string;
|
|
12199
12221
|
"title_advisor_freeToken": string;
|
|
12200
12222
|
"title_advisor_nomad": string;
|
|
12223
|
+
"title_advisor_samurai": string;
|
|
12201
12224
|
"title_christmasgacha": string;
|
|
12202
12225
|
"today": string;
|
|
12203
12226
|
"tomorrow": string;
|
|
@@ -12517,6 +12540,13 @@ export interface Language {
|
|
|
12517
12540
|
"webshop_banner_ad1_desc_3": string;
|
|
12518
12541
|
"webshop_banner_ad1_title": string;
|
|
12519
12542
|
"webshop_banner_exceptionGrowthFund": string;
|
|
12543
|
+
"webshop_barinbase_VIP_name": string;
|
|
12544
|
+
"webshop_barinbase_extraLarge_name": string;
|
|
12545
|
+
"webshop_barinbase_giant_name": string;
|
|
12546
|
+
"webshop_barinbase_huge_name": string;
|
|
12547
|
+
"webshop_barinbase_large_name": string;
|
|
12548
|
+
"webshop_barinbase_medium_name": string;
|
|
12549
|
+
"webshop_barinbase_small_name": string;
|
|
12520
12550
|
"webshop_beefgrannarydays_desc": string;
|
|
12521
12551
|
"webshop_beeftoolsmithdays_desc": string;
|
|
12522
12552
|
"webshop_berimondInvasion_VIP_name": string;
|
|
@@ -13032,6 +13062,7 @@ export interface Language {
|
|
|
13032
13062
|
"webshop_paymentShop_primeTime_title": string;
|
|
13033
13063
|
"webshop_permacastellan_desc": string;
|
|
13034
13064
|
"webshop_permacommander_desc": string;
|
|
13065
|
+
"webshop_piratesWoodcutterTCI_desc": string;
|
|
13035
13066
|
"webshop_purchase_amount": string;
|
|
13036
13067
|
"webshop_purchase_checkout": string;
|
|
13037
13068
|
"webshop_purchase_dailyBundle_desc": string;
|
|
@@ -13580,6 +13611,7 @@ export interface Language {
|
|
|
13580
13611
|
"effect_name_allianceDefenseUnitAmountYardBonusCapped": string;
|
|
13581
13612
|
"effect_name_attackBoostYard": string;
|
|
13582
13613
|
"effect_name_attackBoostYardCapped": string;
|
|
13614
|
+
"effect_name_attackSupportUnitsStrong": string;
|
|
13583
13615
|
"effect_name_attackUnitAmountFlankCapped": string;
|
|
13584
13616
|
"effect_name_attackUnitAmountFront": string;
|
|
13585
13617
|
"effect_name_attackUnitAmountFrontCapped": string;
|
|
@@ -13730,6 +13762,7 @@ export interface Language {
|
|
|
13730
13762
|
"equip_effect_description_attackMalusConquerBaron": string;
|
|
13731
13763
|
"equip_effect_description_attackMalusPVE": string;
|
|
13732
13764
|
"equip_effect_description_attackMalusPVP": string;
|
|
13765
|
+
"equip_effect_description_attackSupportUnitsStrong": string;
|
|
13733
13766
|
"equip_effect_description_attackUnitAmountFlank": string;
|
|
13734
13767
|
"equip_effect_description_attackUnitAmountFlankAlien": string;
|
|
13735
13768
|
"equip_effect_description_attackUnitAmountFlankBerimondInvasion": string;
|