diff --git a/mod/thegreatwar/common/characters/BUK.txt b/mod/thegreatwar/common/characters/BUK.txt index c526bf966..19239823e 100644 --- a/mod/thegreatwar/common/characters/BUK.txt +++ b/mod/thegreatwar/common/characters/BUK.txt @@ -3,7 +3,7 @@ characters = { name = BUK_sayyid_alim_khan portraits = { civilian = { - large = GFX_Portrait_HJZ_hussein_bin_ali + large = GFX_Portrait_BUK_sayyid_alim_khan } } country_leader = { diff --git a/mod/thegreatwar/common/characters/DNZ.txt b/mod/thegreatwar/common/characters/DNZ.txt new file mode 100644 index 000000000..4f932bc62 --- /dev/null +++ b/mod/thegreatwar/common/characters/DNZ.txt @@ -0,0 +1,28 @@ +characters = { + DNZ_heinrich_sahm = { + name = DNZ_heinrich_sahm + portraits = { + civilian = { + large = GFX_Portrait_DNZ_heinrich_sahm + } + } + country_leader = { + ideology = conservatism + expire = "1935.1.1.1" + id = -1 + } + } + DNZ_ernst_ziehm = { + name = DNZ_ernst_ziehm + portraits = { + civilian = { + large = GFX_Portrait_DNZ_ernst_ziehm + } + } + country_leader = { + ideology = conservatism + expire = "1935.1.1.1" + id = -1 + } + } +} \ No newline at end of file diff --git a/mod/thegreatwar/common/characters/KHI.txt b/mod/thegreatwar/common/characters/KHI.txt index 7ea661710..aa05d9e16 100644 --- a/mod/thegreatwar/common/characters/KHI.txt +++ b/mod/thegreatwar/common/characters/KHI.txt @@ -3,7 +3,7 @@ characters = { name = KHI_isfandiyar_khan portraits = { civilian = { - large = GFX_Portrait_OMA_faisal_bin_turki + large = GFX_Portrait_KHI_isfandiyar_khan } } country_leader = { diff --git a/mod/thegreatwar/gfx/hoi4tgw_portraits/BUK/country_leaders/BUK_sayyid_alim_khan.tga b/mod/thegreatwar/gfx/hoi4tgw_portraits/BUK/country_leaders/BUK_sayyid_alim_khan.tga new file mode 100644 index 000000000..d88f3d752 Binary files /dev/null and b/mod/thegreatwar/gfx/hoi4tgw_portraits/BUK/country_leaders/BUK_sayyid_alim_khan.tga differ diff --git a/mod/thegreatwar/gfx/hoi4tgw_portraits/DNZ/country_leaders/DNZ_ernst_ziehm.tga b/mod/thegreatwar/gfx/hoi4tgw_portraits/DNZ/country_leaders/DNZ_ernst_ziehm.tga new file mode 100644 index 000000000..ba0eafb07 Binary files /dev/null and b/mod/thegreatwar/gfx/hoi4tgw_portraits/DNZ/country_leaders/DNZ_ernst_ziehm.tga differ diff --git a/mod/thegreatwar/gfx/hoi4tgw_portraits/DNZ/country_leaders/DNZ_heinrich_sahm.tga b/mod/thegreatwar/gfx/hoi4tgw_portraits/DNZ/country_leaders/DNZ_heinrich_sahm.tga new file mode 100644 index 000000000..b629c9393 Binary files /dev/null and b/mod/thegreatwar/gfx/hoi4tgw_portraits/DNZ/country_leaders/DNZ_heinrich_sahm.tga differ diff --git a/mod/thegreatwar/gfx/hoi4tgw_portraits/KHI/country_leaders/KHI_isfandiyar_khan.tga b/mod/thegreatwar/gfx/hoi4tgw_portraits/KHI/country_leaders/KHI_isfandiyar_khan.tga new file mode 100644 index 000000000..d1828a176 Binary files /dev/null and b/mod/thegreatwar/gfx/hoi4tgw_portraits/KHI/country_leaders/KHI_isfandiyar_khan.tga differ diff --git a/mod/thegreatwar/history/countries/DNZ - Danzig.txt b/mod/thegreatwar/history/countries/DNZ - Danzig.txt index 67d7036e1..34a3faf82 100755 --- a/mod/thegreatwar/history/countries/DNZ - Danzig.txt +++ b/mod/thegreatwar/history/countries/DNZ - Danzig.txt @@ -1 +1,26 @@ -capital = 85 #Danzig +capital = 816 #Danzig + +set_fuel_ratio = 0.20 +set_research_slots = 2 + +# Free City of Danzig + +set_politics = { + ruling_party = democratic + last_election = "1910.1.1" + election_frequency = 48 + elections_allowed = yes +} + +set_popularities = { + democratic = 45 + fascism = 15 + communism = 0 + neutrality = 40 +} + +set_stability = 0.75 + +# LEADERS +recruit_character = DNZ_heinrich_sahm +recruit_character = DNZ_ernst_ziehm diff --git a/mod/thegreatwar/history/states/742-Stalinabad.txt b/mod/thegreatwar/history/states/742-Stalinabad.txt index ce1d6ac8e..10cd8a2e9 100755 --- a/mod/thegreatwar/history/states/742-Stalinabad.txt +++ b/mod/thegreatwar/history/states/742-Stalinabad.txt @@ -20,10 +20,7 @@ state = { 1919.1.1 = { add_core_of = SOV - - SOV = { - set_province_controller = 12430 - } + owner = BUK } } diff --git a/mod/thegreatwar/history/states/813-Hiva.txt b/mod/thegreatwar/history/states/813-Hiva.txt index 99e583623..f0f4c062e 100644 --- a/mod/thegreatwar/history/states/813-Hiva.txt +++ b/mod/thegreatwar/history/states/813-Hiva.txt @@ -19,6 +19,7 @@ state = { infrastructure=1 } 1919.1.1 = { + owner = KHI add_core_of = SOV } } diff --git a/mod/thegreatwar/history/states/814-Buhara.txt b/mod/thegreatwar/history/states/814-Buhara.txt index 2ba8fcf81..47036a9e6 100644 --- a/mod/thegreatwar/history/states/814-Buhara.txt +++ b/mod/thegreatwar/history/states/814-Buhara.txt @@ -19,6 +19,7 @@ state = { infrastructure=1 } 1919.1.1 = { + owner = BUK add_core_of = SOV } } diff --git a/mod/thegreatwar/history/states/816-Pomorskie.txt b/mod/thegreatwar/history/states/816-Pomorskie.txt new file mode 100644 index 000000000..a6e37af68 --- /dev/null +++ b/mod/thegreatwar/history/states/816-Pomorskie.txt @@ -0,0 +1,39 @@ +state = { + id = 816 + name = "STATE_816" + local_supplies = 1.0 + manpower = 580100 + state_category = city + provinces = { + 362 + } + resources = { + wood = 15 + } + history = { + victory_points = { + 362 10 + } + owner = GER + + add_core_of = GER + + buildings = { + infrastructure=4 + industrial_complex = 2 + dockyard = 2 + arms_factory = 1 + 362 = { + naval_base = 5 + } + 362 = { + coastal_bunker = 6 + } + } + + 1919.1.1 = { + owner = DNZ + add_core_of = DNZ + } + } +} \ No newline at end of file diff --git a/mod/thegreatwar/history/states/85-Danzig.txt b/mod/thegreatwar/history/states/85-Danzig.txt index f20a1b321..cb5017a05 100755 --- a/mod/thegreatwar/history/states/85-Danzig.txt +++ b/mod/thegreatwar/history/states/85-Danzig.txt @@ -2,17 +2,17 @@ state = { id = 85 name = "STATE_85" local_supplies = 1.0 - manpower = 1080100 + manpower = 500000 state_category = city provinces = { - 279 334 362 389 3295 3324 9263 + 279 334 389 3295 3324 9263 } resources = { wood = 15 } history = { victory_points = { - 362 10 + 3324 5 } owner = GER @@ -21,14 +21,6 @@ state = { buildings = { infrastructure=4 industrial_complex = 2 - dockyard = 2 - arms_factory = 1 - 362 = { - naval_base = 5 - } - 362 = { - coastal_bunker = 6 - } } 1919.1.1 = { diff --git a/mod/thegreatwar/interface/ww1_characters.gfx b/mod/thegreatwar/interface/ww1_characters.gfx index d106f8f0a..7bd3d6ace 100644 --- a/mod/thegreatwar/interface/ww1_characters.gfx +++ b/mod/thegreatwar/interface/ww1_characters.gfx @@ -105,6 +105,8 @@ spriteTypes = { spriteType = { name = "GFX_Portrait_BRA_leao" texturefile = "gfx/hoi4tgw_portraits/BRA/navy_admirals/BRA_leao.dds" } spriteType = { name = "GFX_Portrait_BRA_gomes_pereira" texturefile = "gfx/hoi4tgw_portraits/BRA/navy_admirals/BRA_gomes_pereira.dds" } spriteType = { name = "GFX_Portrait_BRA_alencar" texturefile = "gfx/hoi4tgw_portraits/BRA/navy_admirals/BRA_alencar.dds" } + # BUK + spriteType = { name = "GFX_Portrait_BUK_sayyid_alim_khan" texturefile = "gfx/hoi4tgw_portraits/BUK/country_leaders/BUK_sayyid_alim_khan.dds" } # BUL spriteType = { name = "GFX_Portrait_BUL_rashko_serafimov" texturefile = "gfx/hoi4tgw_portraits/BUL/navy_admirals/BUL_serafimov.dds" } spriteType = { name = "GFX_Portrait_BUL_aleksandar_stamboliyski" texturefile = "gfx/hoi4tgw_portraits/BUL/country_leaders/BUL_aleksandar_stamboliyski.dds" } @@ -229,6 +231,9 @@ spriteTypes = { spriteType = { name = "GFX_Portrait_DEN_kofoed_hansen" texturefile = "gfx/hoi4tgw_portraits/DEN/navy_admirals/DEN_kofoed_hansen.dds" } spriteType = { name = "GFX_Portrait_DEN_topsoe_jensen" texturefile = "gfx/hoi4tgw_portraits/DEN/navy_admirals/DEN_topsoe_jensen.dds" } spriteType = { name = "GFX_Portrait_DEN_juelbrockdorff" texturefile = "gfx/hoi4tgw_portraits/DEN/navy_admirals/DEN_juel_brockdorff.dds" } + # DNZ + spriteType = { name = "GFX_Portrait_DNZ_heinrich_sahm" texturefile = "gfx/hoi4tgw_portraits/DNZ/country_leaders/DNZ_heinrich_sahm.dds" } + spriteType = { name = "GFX_Portrait_DNZ_ernst_ziehm" texturefile = "gfx/hoi4tgw_portraits/DNZ/country_leaders/DNZ_ernst_ziehm.dds" } # DOM spriteType = { name = "GFX_Portrait_DOM_jose_bordas_valdes" texturefile = "gfx/hoi4tgw_portraits/DOM/country_leaders/DOM_jose_bordas_valdes.dds" } spriteType = { name = "GFX_Portrait_DOM_ramon_baez_machado" texturefile = "gfx/hoi4tgw_portraits/DOM/country_leaders/DOM_ramon_baez_machado.dds" } @@ -522,6 +527,8 @@ spriteTypes = { spriteType = { name = "GFX_Portrait_JBS_abdullah_bin_mitab" texturefile = "gfx/hoi4tgw_portraits/JBS/country_leaders/JBS_abdullah_bin_mitab.dds" } spriteType = { name = "GFX_Portrait_JBS_mohammad_bin_talal" texturefile = "gfx/hoi4tgw_portraits/JBS/country_leaders/JBS_mohammad_bin_talal.dds" } spriteType = { name = "GFX_Portrait_JBS_saud_bin_abdul_aziz_rashid" texturefile = "gfx/hoi4tgw_portraits/JBS/country_leaders/JBS_saud_bin_abdul_aziz_rashid.dds" } + # KHI + spriteType = { name = "GFX_Portrait_KHI_isfandiyar_khan" texturefile = "gfx/hoi4tgw_portraits/KHI/country_leaders/KHI_isfandiyar_khan.dds" } # KOR spriteType = { name = "GFX_Portrait_KOR_yeo_un_hyeong" texturefile = "gfx/hoi4tgw_portraits/KOR/country_leaders/KOR_yeo_un_hyeong.dds" } spriteType = { name = "GFX_Portrait_KOR_emperor_yunghui" texturefile = "gfx/hoi4tgw_portraits/KOR/country_leaders/KOR_emperor_yunghui.dds" } diff --git a/mod/thegreatwar/localisation/replace/ww1_parties_l_english.yml b/mod/thegreatwar/localisation/replace/ww1_parties_l_english.yml index 1a3c81c29..d2b4cdc14 100644 --- a/mod/thegreatwar/localisation/replace/ww1_parties_l_english.yml +++ b/mod/thegreatwar/localisation/replace/ww1_parties_l_english.yml @@ -203,5 +203,14 @@ KHI_fascism_party_long:0 "Khivan Basmachi Movement" KHI_democratic_party:0 "KJC" KHI_democratic_party_long:0 "Khivan People's Jadid Councils" - KHI_neutrality_party:0 "Khanate Pretenders" + KHI_neutrality_party:0 "Khanate Pretenders" + + DNZ_fascism_party:0 "DNVP" + DNZ_fascism_party_long:0 "German National People's Party" + DNZ_democratic_party:0 "SPD" + DNZ_democratic_party_long:0 "Social Democratic Party" + DNZ_communism_party:0 "KPD" + DNZ_communism_party_long:0 "Communist Party" + DNZ_neutrality_party:0 "Zentrum" + DNZ_neutrality_party_long:0 "Centre Party" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/replace/ww1_parties_l_french.yml b/mod/thegreatwar/localisation/replace/ww1_parties_l_french.yml index 3d7b852e5..c20d98073 100644 --- a/mod/thegreatwar/localisation/replace/ww1_parties_l_french.yml +++ b/mod/thegreatwar/localisation/replace/ww1_parties_l_french.yml @@ -203,5 +203,13 @@ KHI_fascism_party_long:0 "Mouvement basmatchi khivain" KHI_democratic_party:0 "CJPKh" KHI_democratic_party_long:0 "Conseil jadidiste du peuple khivain" - KHI_neutrality_party:0 "Parti monarchiste" - \ No newline at end of file + KHI_neutrality_party:0 "Parti monarchiste" + + DNZ_fascism_party:0 "DNVP" + DNZ_fascism_party_long:0 "Parti populaire national allemand" + DNZ_democratic_party:0 "SPD" + DNZ_democratic_party_long:0 "Parti social-démocrate" + DNZ_communism_party:0 "KPD" + DNZ_communism_party_long:0 "Parti communiste" + DNZ_neutrality_party:0 "Zentrum" + DNZ_neutrality_party_long:0 "Parti du centre" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/replace/ww1_parties_l_german.yml b/mod/thegreatwar/localisation/replace/ww1_parties_l_german.yml index 19bbbcc1b..196bc2f24 100644 --- a/mod/thegreatwar/localisation/replace/ww1_parties_l_german.yml +++ b/mod/thegreatwar/localisation/replace/ww1_parties_l_german.yml @@ -203,5 +203,14 @@ KHI_fascism_party_long:0 "Chivanische Basmatschi-Bewegung" KHI_democratic_party:0 "KDR" KHI_democratic_party_long:0 "Chivanischer Dschadid-Rat" - KHI_neutrality_party:0 "Khanat-Prätendenten" + KHI_neutrality_party:0 "Khanat-Prätendenten" + + DNZ_fascism_party:0 "DNVP" + DNZ_fascism_party_long:0 "Deutschnationale Volkspartei" + DNZ_democratic_party:0 "SPD" + DNZ_democratic_party_long:0 "Sozialdemokratische Partei" + DNZ_communism_party:0 "KPD" + DNZ_communism_party_long:0 "Kommunistische Partei" + DNZ_neutrality_party:0 "Zentrum" + DNZ_neutrality_party_long:0 "Zentrumspartei" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/replace/ww1_parties_l_polish.yml b/mod/thegreatwar/localisation/replace/ww1_parties_l_polish.yml index b7e0020df..b5ed5baeb 100755 --- a/mod/thegreatwar/localisation/replace/ww1_parties_l_polish.yml +++ b/mod/thegreatwar/localisation/replace/ww1_parties_l_polish.yml @@ -198,4 +198,13 @@ KHI_fascism_party_long:0 "Ruch Basmaczy w Chiwie" KHI_democratic_party:0 "RDC" KHI_democratic_party_long:0 "Ludowe Rady Dżadidystów w Chiwie" - KHI_neutrality_party:0 "Uzurpatorzy Chanatu" \ No newline at end of file + KHI_neutrality_party:0 "Uzurpatorzy Chanatu" + + DNZ_fascism_party:0 "DNVP" + DNZ_fascism_party_long:0 "Niemiecka Narodowa Partia Ludowa" + DNZ_democratic_party:0 "SPD" + DNZ_democratic_party_long:0 "Socjaldemokratyczna Partia" + DNZ_communism_party:0 "KPD" + DNZ_communism_party_long:0 "Komunistyczna Partia" + DNZ_neutrality_party:0 "Zentrum" + DNZ_neutrality_party_long:0 "Partia Centrum" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/replace/ww1_victory_points_l_english.yml b/mod/thegreatwar/localisation/replace/ww1_victory_points_l_english.yml index 38c229ef6..6af364017 100644 --- a/mod/thegreatwar/localisation/replace/ww1_victory_points_l_english.yml +++ b/mod/thegreatwar/localisation/replace/ww1_victory_points_l_english.yml @@ -55,3 +55,5 @@ VICTORY_POINTS_12324:0 "Khiva" VICTORY_POINTS_1573:0 "Bukhara" + + VICTORY_POINTS_3324:0 "Bromberg" diff --git a/mod/thegreatwar/localisation/replace/ww1_victory_points_l_french.yml b/mod/thegreatwar/localisation/replace/ww1_victory_points_l_french.yml index f2a147a0e..e82039c62 100644 --- a/mod/thegreatwar/localisation/replace/ww1_victory_points_l_french.yml +++ b/mod/thegreatwar/localisation/replace/ww1_victory_points_l_french.yml @@ -55,4 +55,6 @@ VICTORY_POINTS_12324:0 "Khiva" VICTORY_POINTS_1573:0 "Bukhara" + + VICTORY_POINTS_3324:0 "Bromberg" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/replace/ww1_victory_points_l_german.yml b/mod/thegreatwar/localisation/replace/ww1_victory_points_l_german.yml index 6d436fa94..48dc8a4a8 100644 --- a/mod/thegreatwar/localisation/replace/ww1_victory_points_l_german.yml +++ b/mod/thegreatwar/localisation/replace/ww1_victory_points_l_german.yml @@ -54,4 +54,6 @@ VICTORY_POINTS_6115:0 "Kristiania" VICTORY_POINTS_12324:0 "Сhiwa" - VICTORY_POINTS_1573:0 "Buchara" \ No newline at end of file + VICTORY_POINTS_1573:0 "Buchara" + + VICTORY_POINTS_3324:0 "Bromberg" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/replace/ww1_victory_points_l_polish.yml b/mod/thegreatwar/localisation/replace/ww1_victory_points_l_polish.yml index e4adfe276..15d374a18 100755 --- a/mod/thegreatwar/localisation/replace/ww1_victory_points_l_polish.yml +++ b/mod/thegreatwar/localisation/replace/ww1_victory_points_l_polish.yml @@ -55,3 +55,5 @@ VICTORY_POINTS_12324:0 "Сhiwy" VICTORY_POINTS_1573:0 "Buchary" + + VICTORY_POINTS_3324:0 "Bydgoszcz" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/replace/zreplace_parties_l_russian.yml b/mod/thegreatwar/localisation/replace/zreplace_parties_l_russian.yml index 40b141d1c..6bbe38dc4 100644 --- a/mod/thegreatwar/localisation/replace/zreplace_parties_l_russian.yml +++ b/mod/thegreatwar/localisation/replace/zreplace_parties_l_russian.yml @@ -73,12 +73,14 @@ GER_democratic_party:0 "СДПГ" GER_democratic_party_long:0 "Социал-демократическая партия Германии" - POL_fascism_party:0 "НРЛ-Фаланга" - POL_fascism_party_long:0 "Национально-радикальный лагерь «Фаланга»" - POL_communism_party:0 "Польская социалистическая партия" + POL_fascism_party:0 "НДП" + POL_fascism_party_long:0 "Национально-демократическая партия" + POL_communism_party:0 "ПСП" + POL_communism_party_long:0 "Польская социалистическая партия" POL_democratic_party:0 "ПКП" POL_democratic_party_long:0 "Польская крестьянская партия" - POL_neutrality_party:0 "ББСсП" + POL_neutrality_party:0 "БНМ" + POL_neutrality_party_long:0 "Блок национальных меньшинств" ENG_communism_party:0 "Коммунистическая партия Великобритании" ENG_democratic_party:0 "Консервативная партия" @@ -536,4 +538,13 @@ KHI_fascism_party_long:0 "Хиванское басмаческое движение" KHI_democratic_party:0 "ХНС" KHI_democratic_party_long:0 "Хиванский народный джадидский совет" - KHI_neutrality_party:0 "Ханские претенденты" \ No newline at end of file + KHI_neutrality_party:0 "Ханские претенденты" + + DNZ_fascism_party:0 "НННП" + DNZ_fascism_party_long:0 "Немецкая национальная народная партия Данцига" + DNZ_democratic_party:0 "СДП" + DNZ_democratic_party_long:0 "Социал-демократическая партия Данцига" + DNZ_communism_party:0 "КПД" + DNZ_communism_party_long:0 "Коммунистическая партия Данцига" + DNZ_neutrality_party:0 "Центр" + DNZ_neutrality_party_long:0 "Партия Центра" diff --git a/mod/thegreatwar/localisation/replace/zreplace_victory_points_l_russian.yml b/mod/thegreatwar/localisation/replace/zreplace_victory_points_l_russian.yml index 2b97ce7e4..1098d0f39 100644 --- a/mod/thegreatwar/localisation/replace/zreplace_victory_points_l_russian.yml +++ b/mod/thegreatwar/localisation/replace/zreplace_victory_points_l_russian.yml @@ -44,4 +44,6 @@ VICTORY_POINTS_6115:0 "Кристиания" VICTORY_POINTS_12324:0 "Хива" - VICTORY_POINTS_1573:0 "Бухара" \ No newline at end of file + VICTORY_POINTS_1573:0 "Бухара" + + VICTORY_POINTS_3324:0 "Бромберг" diff --git a/mod/thegreatwar/localisation/ww1_characters_l_english.yml b/mod/thegreatwar/localisation/ww1_characters_l_english.yml index 2ad35eab9..6a568f6f2 100644 --- a/mod/thegreatwar/localisation/ww1_characters_l_english.yml +++ b/mod/thegreatwar/localisation/ww1_characters_l_english.yml @@ -1288,4 +1288,7 @@ KHI_isfandiyar_khan:0 "Isfandiyar Khan" KHI_sayid_abdullah:0 "Sayid Abdullah" BUK_sayyid_alim_khan:0 "Sayyid Mir Muhammad Alim Khan" - BUK_qasim_khan:0 "Qasim Khan" \ No newline at end of file + BUK_qasim_khan:0 "Qasim Khan" + + DNZ_heinrich_sahm:0 "Heinrich Sahm" + DNZ_ernst_ziehm:0 "Ernst Ziehm" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_characters_l_french.yml b/mod/thegreatwar/localisation/ww1_characters_l_french.yml index dd428f41c..b3f53f81b 100644 --- a/mod/thegreatwar/localisation/ww1_characters_l_french.yml +++ b/mod/thegreatwar/localisation/ww1_characters_l_french.yml @@ -1288,4 +1288,7 @@ KHI_isfandiyar_khan:0 "Isfandiyar Khan" KHI_sayid_abdullah:0 "Sayid Abdullah" BUK_sayyid_alim_khan:0 "Sayyid Mir Muhammad Alim Khan" - BUK_qasim_khan:0 "Qasim Khan" \ No newline at end of file + BUK_qasim_khan:0 "Qasim Khan" + + DNZ_heinrich_sahm:0 "Heinrich Sahm" + DNZ_ernst_ziehm:0 "Ernst Ziehm" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_characters_l_german.yml b/mod/thegreatwar/localisation/ww1_characters_l_german.yml index bd0e93d22..7b58abfb5 100644 --- a/mod/thegreatwar/localisation/ww1_characters_l_german.yml +++ b/mod/thegreatwar/localisation/ww1_characters_l_german.yml @@ -1288,4 +1288,7 @@ KHI_isfandiyar_khan:0 "Isfandiyar Khan" KHI_sayid_abdullah:0 "Sayid Abdullah" BUK_sayyid_alim_khan:0 "Sayyid Mir Muhammad Alim Khan" - BUK_qasim_khan:0 "Qasim Khan" \ No newline at end of file + BUK_qasim_khan:0 "Qasim Khan" + + DNZ_heinrich_sahm:0 "Heinrich Sahm" + DNZ_ernst_ziehm:0 "Ernst Ziehm" \ No newline at end of file diff --git a/mod/thegreatwar/localisation/ww1_characters_l_russian.yml b/mod/thegreatwar/localisation/ww1_characters_l_russian.yml index 490aa59c8..22273d707 100644 --- a/mod/thegreatwar/localisation/ww1_characters_l_russian.yml +++ b/mod/thegreatwar/localisation/ww1_characters_l_russian.yml @@ -1287,4 +1287,7 @@ KHI_isfandiyar_khan:0 "Асфандияр-хан" KHI_sayid_abdullah:0 "Саид Абдулла-хан" BUK_sayyid_alim_khan:0 "Сеид Алим-хан" - BUK_qasim_khan:0 "Касим-хан" \ No newline at end of file + BUK_qasim_khan:0 "Касим-хан" + + DNZ_heinrich_sahm:0 "Генрих Зам" + DNZ_ernst_ziehm:0 "Эрнст Цим" diff --git a/mod/thegreatwar/map/airports.txt b/mod/thegreatwar/map/airports.txt index 19de8b7e8..981b30bbf 100644 --- a/mod/thegreatwar/map/airports.txt +++ b/mod/thegreatwar/map/airports.txt @@ -82,7 +82,7 @@ 82={11592 } 83={9640 } 84={11622 } -85={362 } +85={3324 } 86={3381 } 87={9439 } 88={11413 } @@ -813,3 +813,4 @@ 813={12324 } 814={1573 } 815={10472 } +816={362 } \ No newline at end of file diff --git a/mod/thegreatwar/map/rocketsites.txt b/mod/thegreatwar/map/rocketsites.txt index 07f8e7499..bcdfe333f 100644 --- a/mod/thegreatwar/map/rocketsites.txt +++ b/mod/thegreatwar/map/rocketsites.txt @@ -813,3 +813,4 @@ 813={12324 } 814={1573 } 815={10472 } +816={362 }