diff --git a/mod/TheGreatWar.mod b/mod/TheGreatWar.mod index ad55073da..9bb960545 100755 --- a/mod/TheGreatWar.mod +++ b/mod/TheGreatWar.mod @@ -14,6 +14,6 @@ tags={ "Technologies" } picture="tgw_picture.png" -version="0.19.1" +version="0.19.2" supported_version="1.12.2" remote_file_id="699709023" \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/CHI_decisions.txt b/mod/thegreatwar/common/decisions/CHI_decisions.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/CHI_decisions.txt +++ b/mod/thegreatwar/common/decisions/CHI_decisions.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/GRE.txt b/mod/thegreatwar/common/decisions/GRE.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/GRE.txt +++ b/mod/thegreatwar/common/decisions/GRE.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/MTG_congress.txt b/mod/thegreatwar/common/decisions/MTG_congress.txt index e69de29bb..4287ca861 100644 --- a/mod/thegreatwar/common/decisions/MTG_congress.txt +++ b/mod/thegreatwar/common/decisions/MTG_congress.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/POR.txt b/mod/thegreatwar/common/decisions/POR.txt index e69de29bb..4287ca861 100644 --- a/mod/thegreatwar/common/decisions/POR.txt +++ b/mod/thegreatwar/common/decisions/POR.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/PRC.txt b/mod/thegreatwar/common/decisions/PRC.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/PRC.txt +++ b/mod/thegreatwar/common/decisions/PRC.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/SAF.txt b/mod/thegreatwar/common/decisions/SAF.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/SAF.txt +++ b/mod/thegreatwar/common/decisions/SAF.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/SS.txt b/mod/thegreatwar/common/decisions/SS.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/SS.txt +++ b/mod/thegreatwar/common/decisions/SS.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/WTT_politcal_power_struggle_decisions.txt b/mod/thegreatwar/common/decisions/WTT_politcal_power_struggle_decisions.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/WTT_politcal_power_struggle_decisions.txt +++ b/mod/thegreatwar/common/decisions/WTT_politcal_power_struggle_decisions.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/common/decisions/_exiled_governments_decisions.txt b/mod/thegreatwar/common/decisions/_exiled_governments_decisions.txt new file mode 100755 index 000000000..7fedb5edc --- /dev/null +++ b/mod/thegreatwar/common/decisions/_exiled_governments_decisions.txt @@ -0,0 +1,674 @@ +governments_in_exile = { + + request_reinstatement = { + + icon = generic_independence + + days_re_enable = 120 # Prevent event spam + + cost = 10 + + available = { + all_owned_state = { + is_controlled_by = ROOT + } + } + + visible = { + FROM = { is_hosting_exile = ROOT } + any_owned_state = { + is_controlled_by = ROOT + } + } + + + targets = { host } + + target_trigger = { FROM = { is_hosting_exile = ROOT } } + + complete_effect = { + FROM = { + country_event = { id = mtg_exile_government.2 } + } + } + + ai_will_do = { + factor = 1 + } + } + + grant_parliamentary_audience = { + + icon = eng_install_government + + available = { + FROM = { + has_legitimacy < 95 + } + OR = { + political_power_daily > 0.25 + has_political_power > 30 + } + } + + visible = { + FROM = { is_exiled_in = ROOT } + FROM = { + has_legitimacy < 100 + } + } + + + target_array = exiles + + target_trigger = { FROM = { is_exiled_in = ROOT } } + + modifier = { + political_power_cost = 0.15 + } + + targeted_modifier = { + tag = FROM + targeted_legitimacy_daily = 0.05 + } + + days_remove = 120 + + ai_will_do = { + factor = 0.03 + modifier = { + has_political_power < 150 + political_power_daily < 0.85 + factor = 0 + } + modifier = { + factor = 0 + FROM = { + has_legitimacy > 60 + } + } + modifier = { + factor = 0 + has_opinion = { + target = FROM + value < 60 + } + } + } + } + + lobby_for_parliamentary_support = { + + icon = eng_install_government + + available = { + OR = { + political_power_daily > 0.25 + has_political_power > 30 + } + } + + visible = { + FROM = { is_hosting_exile = ROOT } + has_legitimacy < 100 + } + + + targets = { host } + + target_trigger = { FROM = { is_hosting_exile = ROOT } } + + modifier = { + political_power_cost = 0.25 + legitimacy_daily = 0.05 + } + + days_remove = 120 + + ai_will_do = { + factor = 0.1 + modifier = { + factor = 0 + has_war = no + } + } + } + + public_support_for_from = { + + icon = eng_install_government + + available = { + OR = { + political_power_daily > 0.25 + has_political_power > 30 + } + } + + visible = { + is_major = yes + FROM = { is_in_faction_with = ROOT } + FROM = { + has_legitimacy < 100 + } + } + + + target_root_trigger = { + is_major = yes + has_capitulated = no + } + target_array = allies + target_trigger = { + FROM = { + is_in_faction_with = ROOT + is_government_in_exile = yes + var:host = { + is_faction_leader = yes + } + } + } + + modifier = { + political_power_cost = 0.25 + } + + targeted_modifier = { + tag = FROM + targeted_legitimacy_daily = 0.05 + } + + days_remove = 120 + + ai_will_do = { + factor = 0 + } + } + + exile_recruitment_campaign = { + + icon = eng_propaganda_campaigns + + days_remove = 120 + + available = { + OR = { + political_power_daily > 1.0 + has_political_power > 120 + } + FROM = { + has_legitimacy > 20 + } + } + + visible = { + has_war = yes + FROM = { is_hosting_exile = ROOT } + FROM = { + has_legitimacy > 10 + } + } + + + targets = { host } + + target_trigger = { + FROM = { is_hosting_exile = ROOT } + FROM = { NOT = { original_tag = POL } } + } + + modifier = { + political_power_cost = 1.0 + exile_manpower_factor = 0.5 + } + + ai_will_do = { + factor = 0.01 + modifier = { + has_political_power < 150 + political_power_daily < 0.75 + factor = 0 + } + } + } + + exile_extraction_campaign = { + + icon = oppression + + cost = 0 + + days_remove = 60 + + custom_cost_trigger = { + command_power > 25 + } + + custom_cost_text = custom_cost_joint_training_exercise + + available = { + FROM = { + has_legitimacy > 40 + } + FROM = { + any_war_score > 4 + } + } + + visible = { + has_war = yes + FROM = { is_exiled_in = ROOT } + FROM = { + has_legitimacy > 30 + any_war_score > 2 + } + } + + + target_array = exiles + + target_trigger = { + FROM = { is_exiled_in = ROOT } + FROM = { NOT = { original_tag = POL } } + } + + targeted_modifier = { + tag = FROM + exile_manpower_factor = 0.5 + } + + complete_effect = { + hidden_effect = { + add_command_power = -25 + } + } + + ai_will_do = { + factor = 0.05 + + modifier = { + factor = 0 # Save for more immediately useful stuff + command_power < 50 + } + modifier = { + factor = 100 + command_power > 98 # Not doing you any good so spend it + } + } + } + + purge_infiltrators = { + + icon = generic_political_discourse + + available = { + FROM = { + has_legitimacy > 50 + OR = { + fascism > 0.1 + communism > 0.1 + } + } + } + + visible = { + FROM = { + is_exiled_in = ROOT + has_legitimacy > 40 + OR = { + fascism > 0.05 + communism > 0.05 + } + } + } + + target_array = exiles + + target_trigger = { + FROM = { + is_exiled_in = ROOT + has_legitimacy > 40 + OR = { + fascism > 0.05 + communism > 0.05 + } + } + } + + #targeted_modifier = { + # tag = ETH + # targeted_legitimacy_daily = -1 + # democratic_drift = 0.05 + #} + complete_effect = { + FROM = { + add_timed_idea = { + idea = ETH_purge_ideology_boost_idea + days = 30 + } + } + } + + remove_effect = { + add_political_power = 50 + } + + days_remove = 30 + + ai_will_do = { + factor = 0 + } + } + + expatriate_donations = { + + icon = ger_military_buildup + + cost = 25 + + days_remove = 360 + + available = { + FROM = { + has_legitimacy > 60 + any_war_score > 9 + } + } + + visible = { + FROM = { + is_exiled_in = ROOT + has_legitimacy > 50 + any_war_score > 5 + } + } + + + target_array = exiles + + target_trigger = { FROM = { is_exiled_in = ROOT } } + + modifier = { + industrial_factory_donations = 1 + military_factory_donations = 1 + } + + ai_will_do = { + factor = 0.05 + modifier = { + factor = 0 + has_war = no + } + } + } + + request_control_of_navy = { + + icon = generic_naval + + cost = 25 + fire_only_once = yes + + available = { + FROM = { + has_legitimacy < 80 + } + } + + visible = { + FROM = { is_exiled_in = ROOT } + } + + + target_array = exiles + + target_trigger = { + FROM = { + is_exiled_in = ROOT + has_navy_size = { + size > 0 + } + } + } + + complete_effect = { + effect_tooltip = { + FROM = { + transfer_navy = { + target = ROOT + is_government_in_exile = yes + } + add_legitimacy = 10 + } + } + custom_effect_tooltip = HOL_request_equipment_tt_2 + FROM = { + country_event = { id = mtg_exile_government.3 hours = 6 } + } + } + + ai_will_do = { + factor = 5 + } + } +} + +category_exile_forces = { + + weapons_for_the_resistance = { + + icon = generic_ignite_civil_war + + cost = 50 + + available = { + hidden_trigger = { + FROM = { + set_temp_variable = { resistance_equipment_needed = num_owned_states } + subtract_from_temp_variable = { resistance_equipment_needed = num_owned_controlled_states } + } + multiply_temp_variable = { resistance_equipment_needed = 75 } + } + has_equipment = { infantry_equipment > resistance_equipment_needed } + FROM = { + has_legitimacy > 25 + } + } + + visible = { + FROM = { + has_legitimacy > 15 + is_exiled_in = ROOT + } + any_enemy_country = { + FROM = { + any_owned_state = { + is_controlled_by = PREV.PREV + } + } + } + } + + + target_array = exiles + + target_trigger = { + FROM = { is_exiled_in = ROOT } + } + + days_remove = 120 + + complete_effect = { + hidden_effect = { + FROM = { + set_temp_variable = { resistance_equipment_needed = num_owned_states } + subtract_from_temp_variable = { resistance_equipment_needed = num_owned_controlled_states } + } + multiply_temp_variable = { resistance_equipment_needed = -75 } + } + add_equipment_to_stockpile = { + type = infantry_equipment + amount = resistance_equipment_needed + } + FROM = { + add_timed_idea = { + idea = idea_weapons_for_the_resistance + days = 120 + } + } + } + + ai_will_do = { + factor = 0.01 + } + } + + unity_parade = { + + icon = generic_nationalism + + cost = 50 + + available = { + FROM = { + has_legitimacy > 50 + any_war_score > 2 + } + has_war_support < 0.8 + } + + visible = { + has_war = yes + FROM = { + is_exiled_in = ROOT + has_legitimacy > 40 + } + } + + fire_only_once = yes + target_array = exiles + + target_trigger = { FROM = { is_exiled_in = ROOT } } + + targeted_modifier = { + tag = FROM + targeted_legitimacy_daily = -0.5 + } + + modifier = { + war_support_weekly = 0.01 + political_power_cost = 0.15 + } + + days_remove = 45 + + ai_will_do = { + factor = 0.03 + modifier = { + factor = 0 + has_war_support > 0.7 + } + modifier = { + has_political_power < 150 + political_power_daily < 0.85 + factor = 0 + } + modifier = { + has_war_support < 0.5 + factor = 2 + } + modifier = { + has_war_support < 0.3 + factor = 10 + } + } + } + + joint_training_exercise = { + + icon = eng_blackshirt_march + + cost = 0 + + days_re_enable = 270 + + custom_cost_trigger = { + command_power > 25 + } + + custom_cost_text = custom_cost_joint_training_exercise + + available = { + FROM = { + has_legitimacy > 35 + any_war_score > 9 + } + } + + visible = { + has_war = yes + FROM = { + is_exiled_in = ROOT + has_legitimacy > 25 + } + } + + + target_array = exiles + + target_trigger = { FROM = { is_exiled_in = ROOT } } + + complete_effect = { + + army_experience = 25 + air_experience = 50 + navy_experience = 50 + + FROM = { + army_experience = 25 + air_experience = 50 + navy_experience = 50 + } + + hidden_effect = { + add_command_power = -25 + } + } + + ai_will_do = { + factor = 0.05 + modifier = { + OR = { + has_army_experience < 25 + has_air_experience < 25 + has_navy_experience < 25 + } + factor = 2 + } + + modifier = { + factor = 0 # Save for more immediately useful stuff + command_power < 50 + } + modifier = { + factor = 100 + command_power > 98 # Not doing you any good so spend it + } + modifier = { + factor = 0.1 # Reached limit of an experience type + OR = { + has_army_experience > 475 + has_air_experience > 450 + has_navy_experience > 450 + } + } + modifier = { + factor = 0 # Spend some of your damn experience!! + has_army_experience > 475 + has_air_experience > 450 + has_navy_experience > 450 + } + } + } +} + diff --git a/mod/thegreatwar/common/decisions/formable_nation_decisions.txt b/mod/thegreatwar/common/decisions/formable_nation_decisions.txt index e69de29bb..4287ca861 100755 --- a/mod/thegreatwar/common/decisions/formable_nation_decisions.txt +++ b/mod/thegreatwar/common/decisions/formable_nation_decisions.txt @@ -0,0 +1 @@ +# \ No newline at end of file diff --git a/mod/thegreatwar/descriptor.mod b/mod/thegreatwar/descriptor.mod index 49d755438..c083adcb9 100644 --- a/mod/thegreatwar/descriptor.mod +++ b/mod/thegreatwar/descriptor.mod @@ -12,6 +12,6 @@ tags={ "Technologies" } picture="tgw_picture.png" -version="0.19.1" +version="0.19.2" supported_version="1.12.2" remote_file_id="699709023" \ No newline at end of file diff --git a/mod/thegreatwar/events/Generic.txt b/mod/thegreatwar/events/Generic.txt index 8eaa846f6..817a9629d 100755 --- a/mod/thegreatwar/events/Generic.txt +++ b/mod/thegreatwar/events/Generic.txt @@ -4,6 +4,44 @@ add_namespace = generic + +# President dies (Vanilla EVENT) +country_event = { + id = generic.1 + title = generic.1.t + desc = { + text = generic.1.d_neutral_good + trigger = { + has_government = FROM + } + } + desc = { + text = generic.1.d_bad + trigger = { + NOT = { has_government = FROM } + } + } + picture = GFX_report_event_generic_read_write + + is_triggered_only = yes + + option = { + name = generic.1.a + trigger = { + has_government = FROM + } + } + option = { + name = generic.1.b + trigger = { + NOT = { has_government = FROM } + } + } +} + + + + # Generic request to join major Alliance country_event = { id = generic.2 diff --git a/mod/thegreatwar/events/WW1_Mexico.txt b/mod/thegreatwar/events/WW1_Mexico.txt index e78ba0015..cbd350978 100755 --- a/mod/thegreatwar/events/WW1_Mexico.txt +++ b/mod/thegreatwar/events/WW1_Mexico.txt @@ -40,36 +40,30 @@ country_event = { hidden_effect = { MEX = { - #BBA#set_capital = { state = 482 } # Chihuahua State - start_civil_war = { - keep_all_characters = yes - ruling_party = democratic - ideology = neutrality - size = 0.5 - capital = 277 - states = { 277 477 479 478 485} - } - random_other_country = { - limit = { - original_tag = MEX - has_government = neutrality + set_capital = { state = 482 } # Chihuahua State + + # BEG is used to make Fake Mexico + BEG = { + transfer_state = 277 + transfer_state = 477 + transfer_state = 479 + transfer_state = 478 + transfer_state = 485 + + set_politics = { + ruling_party = neutrality + elections_allowed = no } - load_oob = "MEX_1910" - set_equipment_fraction = 0.4 - set_stability = 0.35 - - recruit_character = MEX_porfirio_diaz_2 - recruit_character = MEX_victoriano_huerta_2 - recruit_character = MEX_BernardoReyes_2 - recruit_character = MEX_FelixDiaz_2 - add_manpower = -80000 + set_capital = { state = 277 } + load_oob = "MEX_1910" - add_popularity = { - ideology = neutrality - popularity = 1 - } + declare_war_on = { + type = annex_everything + target = MEX + } } + news_event = { hours = 6 id = ww1_mexico.101 } set_global_flag = SUPER_GLOBAL_Mexican_Revolution_1910 diff --git a/mod/thegreatwar/gfx/flags/BEG_communism.tga b/mod/thegreatwar/gfx/flags/BEG_communism.tga new file mode 100755 index 000000000..9bfc8eb4c Binary files /dev/null and b/mod/thegreatwar/gfx/flags/BEG_communism.tga differ diff --git a/mod/thegreatwar/gfx/flags/BEG_democratic.tga b/mod/thegreatwar/gfx/flags/BEG_democratic.tga new file mode 100755 index 000000000..9bfc8eb4c Binary files /dev/null and b/mod/thegreatwar/gfx/flags/BEG_democratic.tga differ diff --git a/mod/thegreatwar/gfx/flags/BEG_fascism.tga b/mod/thegreatwar/gfx/flags/BEG_fascism.tga new file mode 100755 index 000000000..a8de6da9e Binary files /dev/null and b/mod/thegreatwar/gfx/flags/BEG_fascism.tga differ diff --git a/mod/thegreatwar/gfx/flags/BEG_neutrality.tga b/mod/thegreatwar/gfx/flags/BEG_neutrality.tga new file mode 100755 index 000000000..a8de6da9e Binary files /dev/null and b/mod/thegreatwar/gfx/flags/BEG_neutrality.tga differ diff --git a/mod/thegreatwar/gfx/flags/medium/BEG_communism.tga b/mod/thegreatwar/gfx/flags/medium/BEG_communism.tga new file mode 100755 index 000000000..f0af23c1d Binary files /dev/null and b/mod/thegreatwar/gfx/flags/medium/BEG_communism.tga differ diff --git a/mod/thegreatwar/gfx/flags/medium/BEG_democratic.tga b/mod/thegreatwar/gfx/flags/medium/BEG_democratic.tga new file mode 100755 index 000000000..f0af23c1d Binary files /dev/null and b/mod/thegreatwar/gfx/flags/medium/BEG_democratic.tga differ diff --git a/mod/thegreatwar/gfx/flags/medium/BEG_fascism.tga b/mod/thegreatwar/gfx/flags/medium/BEG_fascism.tga new file mode 100755 index 000000000..7b467342e Binary files /dev/null and b/mod/thegreatwar/gfx/flags/medium/BEG_fascism.tga differ diff --git a/mod/thegreatwar/gfx/flags/medium/BEG_neutrality.tga b/mod/thegreatwar/gfx/flags/medium/BEG_neutrality.tga new file mode 100755 index 000000000..7b467342e Binary files /dev/null and b/mod/thegreatwar/gfx/flags/medium/BEG_neutrality.tga differ diff --git a/mod/thegreatwar/gfx/flags/small/BEG.tga b/mod/thegreatwar/gfx/flags/small/BEG.tga new file mode 100755 index 000000000..afa6876aa Binary files /dev/null and b/mod/thegreatwar/gfx/flags/small/BEG.tga differ diff --git a/mod/thegreatwar/gfx/flags/small/BEG_communism.tga b/mod/thegreatwar/gfx/flags/small/BEG_communism.tga new file mode 100755 index 000000000..afa6876aa Binary files /dev/null and b/mod/thegreatwar/gfx/flags/small/BEG_communism.tga differ diff --git a/mod/thegreatwar/gfx/flags/small/BEG_democratic.tga b/mod/thegreatwar/gfx/flags/small/BEG_democratic.tga new file mode 100755 index 000000000..afa6876aa Binary files /dev/null and b/mod/thegreatwar/gfx/flags/small/BEG_democratic.tga differ diff --git a/mod/thegreatwar/gfx/flags/small/BEG_fascism.tga b/mod/thegreatwar/gfx/flags/small/BEG_fascism.tga new file mode 100755 index 000000000..afa6876aa Binary files /dev/null and b/mod/thegreatwar/gfx/flags/small/BEG_fascism.tga differ diff --git a/mod/thegreatwar/gfx/flags/small/BEG_neutrality.tga b/mod/thegreatwar/gfx/flags/small/BEG_neutrality.tga new file mode 100755 index 000000000..afa6876aa Binary files /dev/null and b/mod/thegreatwar/gfx/flags/small/BEG_neutrality.tga differ diff --git a/mod/thegreatwar/gfx/interface/logo_game.dds b/mod/thegreatwar/gfx/interface/logo_game.dds index 26807d6eb..5f3b711f2 100644 Binary files a/mod/thegreatwar/gfx/interface/logo_game.dds and b/mod/thegreatwar/gfx/interface/logo_game.dds differ diff --git a/mod/thegreatwar/history/countries/QEM - Qemant.txt b/mod/thegreatwar/history/countries/QEM - Qemant.txt index 74ed0b5b4..c7ab584fb 100755 --- a/mod/thegreatwar/history/countries/QEM - Qemant.txt +++ b/mod/thegreatwar/history/countries/QEM - Qemant.txt @@ -1 +1,2 @@ -capital = 841 \ No newline at end of file +#capital = 841 +capital = 2 # to avoid a bug \ No newline at end of file diff --git a/mod/thegreatwar/history/countries/SPR - Spain.txt b/mod/thegreatwar/history/countries/SPR - Spain.txt index e6d02db35..f936d4b43 100755 --- a/mod/thegreatwar/history/countries/SPR - Spain.txt +++ b/mod/thegreatwar/history/countries/SPR - Spain.txt @@ -86,10 +86,10 @@ set_convoys = 150 } set_popularities = { - democratic = 20 - fascism = 10 - communism = 5 - neutrality = 65 + democratic = 9 + fascism = 4 + communism = 2 + neutrality = 85 } set_politics = { @@ -191,10 +191,10 @@ set_convoys = 150 } set_popularities = { - democratic = 20 - fascism = 10 - communism = 5 - neutrality = 65 + democratic = 10 + fascism = 4 + communism = 3 + neutrality = 83 } add_ideas = { diff --git a/mod/thegreatwar/history/units/AUH_1914.txt b/mod/thegreatwar/history/units/AUH_1914.txt index 87431f0e5..2a3a47b00 100755 --- a/mod/thegreatwar/history/units/AUH_1914.txt +++ b/mod/thegreatwar/history/units/AUH_1914.txt @@ -221,30 +221,30 @@ fleet = { name = "105. LstrInfanteriebrigaden" location = 9630 # Lienz division_template="Ersatz Division" - start_experience_factor = 0.00 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_experience_factor = 0.05 + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { name = "103. LstrInfanteriebrigaden" location=6626 # Trieste division_template="Ersatz Division" - start_experience_factor = 0.00 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_experience_factor = 0.05 + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { name = "102. LstrInfanteriebrigaden" location=11581 # Zagreb division_template="Ersatz Division" - start_experience_factor = 0.00 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_experience_factor = 0.05 + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { @@ -252,17 +252,17 @@ fleet = { location = 11542 # Praha division_template="Hussars" start_experience_factor = 0.1 - } + } division= { name = "95. Landsturminfanteriedivision" location = 11542 # Praha division_template="Ersatz Division" - start_experience_factor = 0.00 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_experience_factor = 0.05 + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { @@ -270,9 +270,9 @@ fleet = { location = 11542 # Praha division_template="Ersatz Division" start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { @@ -280,7 +280,7 @@ fleet = { location = 646 # Timisoara division_template="Gebirgsjäger Division" start_experience_factor = 0.1 - } + } division= { @@ -288,7 +288,7 @@ fleet = { location = 11608 # Caransebes division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -296,9 +296,9 @@ fleet = { location = 11608 # Caransebes division_template="Landwehr Division" start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { @@ -306,7 +306,7 @@ fleet = { location = 3617 # Kikinda division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -314,7 +314,7 @@ fleet = { location = 3617 # Kikinda division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -322,17 +322,17 @@ fleet = { location = 3617 # Kikinda division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { name = "104. Landstrurmbrigaden" location = 646 # Timisoara division_template="Ersatz Division" - start_experience_factor = 0.00 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_experience_factor = 0.05 + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { @@ -340,7 +340,7 @@ fleet = { location = 6889 # Dubrovnik division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -348,7 +348,7 @@ fleet = { location = 6889 # Dubrovnik division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -356,21 +356,21 @@ fleet = { location = 6799 # Tuzla division_template="Gebirgsjäger Division" start_experience_factor = 0.1 - } + } division= { name = "18/2. Infanteriedivision" location = 6799 # Tuzla division_template="Gebirgsjäger Division" start_experience_factor = 0.1 - } + } division= { name = "1. Gebirgsbrigaden" location = 6799 # Tuzla division_template="Gebirgsjäger Division" start_experience_factor = 0.1 - } + } division= { @@ -378,7 +378,7 @@ fleet = { location = 6799 # Tuzla division_template="Gebirgsjäger Division" start_experience_factor = 0.1 - } + } division= { @@ -386,7 +386,7 @@ fleet = { location = 6799 # Tuzla division_template="Gebirgsjäger Division" start_experience_factor = 0.1 - } + } division= { @@ -394,7 +394,7 @@ fleet = { location = 6799 # Tuzla division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -402,17 +402,17 @@ fleet = { location=11899 # Sarajevo division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { name = "109.Landsturmbrigaden" location=3924 # Split division_template="Ersatz Division" - start_experience_factor = 0.00 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_experience_factor = 0.05 + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { @@ -420,7 +420,7 @@ fleet = { location = 9427 # Kraków division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -428,9 +428,9 @@ fleet = { location = 9427 # Kraków division_template="Landwehr Division" start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { @@ -438,7 +438,7 @@ fleet = { location = 11479 # Lwów division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -446,7 +446,7 @@ fleet = { location = 11479 # Lwów division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -454,7 +454,7 @@ fleet = { location = 11479 # Lwów division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -462,7 +462,7 @@ fleet = { location = 6522 # Przemysl division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -470,7 +470,7 @@ fleet = { location = 6522 # Przemysl division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -478,9 +478,9 @@ fleet = { location = 6522 # Przemysl division_template="Landwehr Division" start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { @@ -488,7 +488,7 @@ fleet = { location = 9427 # Kraków division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -496,7 +496,7 @@ fleet = { location = 9427 # Kraków division_template="Hussars" start_experience_factor = 0.1 - } + } division= { @@ -504,37 +504,37 @@ fleet = { location = 9427 # Kraków division_template="Hussars" start_experience_factor = 0.1 - } + } division= { name = "36. LstrInfanteriebrigaden" location = 9427 # Kraków division_template="Ersatz Division" - start_experience_factor = 0.00 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_experience_factor = 0.05 + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { name = "1. LstrInfanteriebrigaden" location = 9427 # Kraków division_template="Ersatz Division" - start_experience_factor = 0.00 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_experience_factor = 0.05 + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { name = "101. Landsturminfanteriebrigaden" location = 6522 # Przemysl division_template="Ersatz Division" - start_experience_factor = 0.00 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_experience_factor = 0.05 + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { @@ -542,7 +542,7 @@ fleet = { location=9660 # Budapest division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -550,7 +550,7 @@ fleet = { location=9660 # Budapest division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -558,7 +558,7 @@ fleet = { location=9660 # Budapest division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -566,7 +566,7 @@ fleet = { location=9660 # Budapest division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -574,9 +574,9 @@ fleet = { location=9660 # Budapest division_template="Landwehr Division" start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { @@ -584,7 +584,7 @@ fleet = { location=9660 # Budapest division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -592,7 +592,7 @@ fleet = { location=9660 # Budapest division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -600,7 +600,7 @@ fleet = { location=9660 # Budapest division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -608,7 +608,7 @@ fleet = { location=9660 # Budapest division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -616,7 +616,7 @@ fleet = { location=9660 # Budapest division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -624,43 +624,43 @@ fleet = { location=9660 # Budapest division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { name = "11. Infanteriedivision" location=9660 # Budapest division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { name = "43. Landwehrinfanteriedivision" location=9660 # Budapest division_template="Landwehr Division" start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { name = "35. LstrInfanteriebrigaden" location = 9598 # Trento division_template="Ersatz Division" - start_experience_factor = 0.00 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_experience_factor = 0.05 + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { name = "40. LstrInfanteriebrigaden" location = 9692 # Brezno division_template="Ersatz Division" - start_experience_factor = 0.00 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_experience_factor = 0.05 + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { @@ -668,7 +668,7 @@ fleet = { location=9660 # Budapest division_template="Hussars" start_experience_factor = 0.1 - } + } division= { @@ -676,7 +676,7 @@ fleet = { location=9660 # Budapest division_template="Hussars" start_experience_factor = 0.1 - } + } division= { @@ -684,7 +684,7 @@ fleet = { location=9660 # Budapest division_template="Hussars" start_experience_factor = 0.1 - } + } division= { @@ -692,7 +692,7 @@ fleet = { location = 3673 # Villach division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -700,7 +700,7 @@ fleet = { location = 688 # Linz division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -708,7 +708,7 @@ fleet = { location = 688 # Linz division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -716,7 +716,7 @@ fleet = { location = 688 # Linz division_template="Hussars" start_experience_factor = 0.1 - } + } division= { @@ -724,7 +724,7 @@ fleet = { location = 688 # Linz division_template="Hussars" start_experience_factor = 0.1 - } + } division= { @@ -732,7 +732,7 @@ fleet = { location = 688 # Linz division_template="Hussars" start_experience_factor = 0.1 - } + } division= { @@ -740,7 +740,7 @@ fleet = { location=673 # Innsbruck division_template="Landwehr Division" start_experience_factor = 0.1 - } + } division= { @@ -748,7 +748,7 @@ fleet = { location=673 # Innsbruck division_template="Gebirgsjäger Division" start_experience_factor = 0.2 - } + } division= { @@ -756,9 +756,9 @@ fleet = { location=673 # Innsbruck division_template="Landwehr Division" start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { @@ -766,9 +766,9 @@ fleet = { location = 11666 # Wien division_template="Ersatz Division" start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { @@ -776,17 +776,19 @@ fleet = { location=673 # Innsbruck division_template="Ersatz Division" start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { name = "4. Infanteriedivision" location=6711 # Cluj division_template="Landwehr Division" - start_experience_factor = 0.1 - } + start_experience_factor = 0.14 + start_equipment_factor = 0.6 + start_manpower_factor = 0.62 + } division= { @@ -794,107 +796,114 @@ fleet = { location=6711 # Cluj division_template="Landwehr Division" start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_equipment_factor = 0.6 + start_manpower_factor = 0.42 + } division= { name = "25. Infanteriedivision" location=6711 # Cluj division_template="Landwehr Division" - start_experience_factor = 0.1 - } + start_experience_factor = 0.14 + start_equipment_factor = 0.6 + start_manpower_factor = 0.62 + } division= { name = "15. Infanteriedivision" location = 3743 # Sighetu Marmatiei division_template="Landwehr Division" - start_experience_factor = 0.1 - } + start_experience_factor = 0.14 + start_equipment_factor = 0.6 + start_manpower_factor = 0.62 + } division= { name = "27. Infanteriedivision" location = 3743 # Sighetu Marmatiei division_template="Landwehr Division" - start_experience_factor = 0.1 - } + start_experience_factor = 0.14 + start_equipment_factor = 0.6 + start_manpower_factor = 0.62 + } division= { name = "39. Honvedinfanteriedivision" location = 3743 # Sighetu Marmatiei division_template="Landwehr Division" - start_experience_factor = 0.1 - } + start_experience_factor = 0.14 + start_equipment_factor = 0.6 + start_manpower_factor = 0.62 + } division= { name = "10. Infanteriedivision" location = 9670 # Gheorgheni division_template="Landwehr Division" - start_experience_factor = 0.1 - } + start_experience_factor = 0.14 + start_equipment_factor = 0.6 + start_manpower_factor = 0.62 + } division= { name = "26. Landwehrinfanteriedivision" location = 9670 # Gheorgheni division_template="Landwehr Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_experience_factor = 0.1 + start_equipment_factor = 0.5 + start_manpower_factor = 0.52 + } division= { name = "19. Infanteriedivision" location=6711 # Cluj division_template="Landwehr Division" - start_experience_factor = 0.1 - } + start_experience_factor = 0.25 + } division= { name = "6. Kavalleriedivision" location=6711 # Cluj division_template="Hussars" - start_experience_factor = 0.1 - } + start_experience_factor = 0.25 + } division= { name = "10. Kavalleriedivision" location=6711 # Cluj division_template="Hussars" - start_experience_factor = 0.1 - } - ###################################### - - - - - - - - + start_experience_factor = 0.25 } -air_wings = { + + +} + + +air_wings = { + 4 = { # Wien "Luftfahrtruppen" ww1_fighter_equipment_1 = { owner = "AUH" amount = 45 } # type = scout experience = 10 name = "1. Fliegerkompagnie" historical_model = 0 ww1_fighter_equipment_1 = { owner = "AUH" amount = 40 } # type = scout experience = 10 name = "2. Fliegerkompagnie" historical_model = 0 - } } -instant_effect = { +} - add_equipment_production = { equipment = { type = infantry_equipment_1 creator = "AUH" } requested_factories = 1 progress = 0.1 efficiency = 50} +instant_effect = { + + add_equipment_production = { equipment = { type = infantry_equipment_1 creator = "AUH" } requested_factories = 1 progress = 0.91 efficiency = 50} - add_equipment_production = { equipment = { type = support_equipment_1 creator = "AUH" } requested_factories = 1 progress = 0.1 efficiency = 50} - add_equipment_production = { equipment = { type = light_field_gun_equipment_1 creator = "AUH" } requested_factories = 1 progress = 0.1 efficiency = 50} - add_equipment_production = { equipment = { type = motorized_equipment_0 creator = "AUH" } requested_factories = 1 progress = 0.1 efficiency = 50} + add_equipment_production = { equipment = { type = support_equipment_1 creator = "AUH" } requested_factories = 1 progress = 0.91 efficiency = 50} + add_equipment_production = { equipment = { type = light_field_gun_equipment_1 creator = "AUH" } requested_factories = 1 progress = 0.91 efficiency = 50} + add_equipment_production = { equipment = { type = motorized_equipment_0 creator = "AUH" } requested_factories = 1 progress = 0.91 efficiency = 50} add_equipment_production = { equipment = { type = battleship_1910 creator = "AUH" } requested_factories = 1 progress = 0.78 amount = 1 } #SMS Prinz Eugen LD:16-Jan-1912 Comp:17-Jul-1914 add_equipment_production = { equipment = { type = battleship_1910 creator = "AUH" } requested_factories = 1 progress = 0.5 amount = 1 } #SMS Szent István LD:29-Jan-1912 Comp:13-Dec-1915 @@ -902,5 +911,4 @@ instant_effect = { add_equipment_production = { equipment = { type = light_cruiser_1910 creator = "AUH" } requested_factories = 1 progress = 0.77 amount = 1 } #SMS Helgoland LD:28-Oct-1911 Comp:29-Aug-1914 add_equipment_production = { equipment = { type = light_cruiser_1910 creator = "AUH" } requested_factories = 1 progress = 0.51 amount = 1 } #SMS Novara LD:09-Dec-1912 Comp:10-Jan-1915 - } \ No newline at end of file diff --git a/mod/thegreatwar/history/units/BEL_1914.txt b/mod/thegreatwar/history/units/BEL_1914.txt index 3961a3dbc..615183183 100755 --- a/mod/thegreatwar/history/units/BEL_1914.txt +++ b/mod/thegreatwar/history/units/BEL_1914.txt @@ -16,11 +16,6 @@ division_template = { # x = 1 y = 1 #} } - support = { - engineer = { - x = 0 y = 0 - } - } } division_template = { @@ -48,14 +43,9 @@ division_template = { cavalry = { x = 1 y = 0 } - cavalry = { - x = 1 y = 1 - } - } - support = { - engineer = { - x = 0 y = 0 - } + #cavalry = { + # x = 1 y = 1 + #} } } @@ -66,6 +56,7 @@ division_template = { armored_car = { x = 0 y = 0 } } } + ################################################################### units = { @@ -73,9 +64,9 @@ units = { name = "Troupes du Congo-Kasai" location = 5117#Léopoldville division_template = "Infantry Brigade" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.0 + start_manpower_factor = 0.01 } @@ -83,9 +74,9 @@ units = { name = "Troupes de l'Equateur" location = 7219#Coquilhatville division_template = "Infantry Brigade" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.0 + start_manpower_factor = 0.01 } @@ -93,9 +84,9 @@ units = { name = "Troupes de la province orientale" location = 12847#Stanleyville division_template = "Infantry Brigade" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.0 + start_manpower_factor = 0.01 } @@ -103,9 +94,9 @@ units = { name = "Troupes du Katanga" location = 191#Élisabethville division_template = "Infantry Brigade" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.0 + start_manpower_factor = 0.01 } @@ -113,9 +104,9 @@ units = { name = "Position fortifiee d'Anvers" location = 6598#Antwerpen division_template = "Infantry Brigade" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.01 + start_manpower_factor = 0.01 } @@ -123,9 +114,9 @@ units = { name = "Position fortifee de Brugge" location = 6446#Brugge division_template = "Infantry Brigade" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.01 + start_manpower_factor = 0.01 } @@ -133,9 +124,9 @@ units = { name = "Position fortifiee de Namur" location = 3516#Namur division_template = "Infantry Brigade" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.01 + start_manpower_factor = 0.01 } @@ -143,9 +134,9 @@ units = { name = "Position fortifiee de Liege" location = 11519#Liège division_template = "Infantry Brigade" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.01 + start_manpower_factor = 0.01 } @@ -153,7 +144,9 @@ units = { name = "1er Division d'Armee" location = 6560#Gent division_template = "Infantry Division" - start_experience_factor = 0.1 + start_experience_factor = 0.014 + start_equipment_factor = 0.01 + start_manpower_factor = 0.01 } @@ -161,7 +154,9 @@ units = { name = "2eme Division d'Armee" location = 6598#Antwerpen division_template = "Infantry Division" - start_experience_factor = 0.1 + start_experience_factor = 0.014 + start_equipment_factor = 0.01 + start_manpower_factor = 0.01 } @@ -169,7 +164,9 @@ units = { name = "3eme Division d'Armee" location = 11519#Liège division_template = "Infantry Division" - start_experience_factor = 0.1 + start_experience_factor = 0.014 + start_equipment_factor = 0.01 + start_manpower_factor = 0.01 } @@ -177,7 +174,9 @@ units = { name = "4ere Division d'Infanterie" location = 9444#Charleroi division_template = "Infantry Division" - start_experience_factor = 0.1 + start_experience_factor = 0.014 + start_equipment_factor = 0.01 + start_manpower_factor = 0.01 } @@ -185,7 +184,9 @@ units = { name = "5eme Division d'Armee" location = 11519#Liège division_template = "Infantry Division" - start_experience_factor = 0.1 + start_experience_factor = 0.014 + start_equipment_factor = 0.01 + start_manpower_factor = 0.01 } @@ -193,7 +194,9 @@ units = { name = "6eme Division d'Armee" location = 516#Bruxelles division_template = "Infantry Division" - start_experience_factor = 0.1 + start_experience_factor = 0.014 + start_equipment_factor = 0.01 + start_manpower_factor = 0.01 } @@ -201,9 +204,12 @@ units = { name = "Division de Cavalerie" location = 516#Bruxelles division_template = "Cavalry Division" - start_experience_factor = 0.1 + start_experience_factor = 0.014 + start_equipment_factor = 0.01 + start_manpower_factor = 0.01 } } + air_wings = { 295 = {#Bruxelles "Aviation Militaire/Militar Vliegwezen" ww1_fighter_equipment_1 = { @@ -216,6 +222,7 @@ air_wings = { } } } + instant_effect = { add_equipment_production = { equipment = { diff --git a/mod/thegreatwar/history/units/FRA_1914.txt b/mod/thegreatwar/history/units/FRA_1914.txt index bb3933982..95a4d185a 100755 --- a/mod/thegreatwar/history/units/FRA_1914.txt +++ b/mod/thegreatwar/history/units/FRA_1914.txt @@ -441,8 +441,8 @@ fleet = { name = "81eme Division d'Infanterie territoriale" location=11548 # Calais division_template="Division d'Infanterie" - start_experience_factor = 0.00 - start_equipment_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.1 start_manpower_factor = 0.1 } @@ -450,8 +450,8 @@ fleet = { name = "82eme Division d'Infanterie territoriale" location = 11535 # Caen division_template="Division d'Infanterie" - start_experience_factor = 0.00 - start_equipment_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.1 start_manpower_factor = 0.1 } @@ -459,8 +459,8 @@ fleet = { name = "84eme Division d'Infanterie territoriale" location=6449 # Cherbourg division_template="Division d'Infanterie" - start_experience_factor = 0.00 - start_equipment_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.1 start_manpower_factor = 0.1 } @@ -468,8 +468,8 @@ fleet = { name = "87eme Division d'Infanterie territoriale" location = 11508 # St. Malo division_template="Division d'Infanterie" - start_experience_factor = 0.00 - start_equipment_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.1 start_manpower_factor = 0.1 } @@ -477,18 +477,18 @@ fleet = { name = "11e Division de Gendarmerie" location=575 # Dunkerque division_template="Brigade de Gendarmerie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } division = { name = "12e Division de Gendarmerie" location = 485 # Dieppe division_template="Brigade de Gendarmerie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.2 + start_manpower_factor = 0.1 } @@ -496,9 +496,9 @@ fleet = { name = "13e Division de Gendarmerie" location=9434 # Le Havre division_template="Brigade de Gendarmerie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.2 + start_manpower_factor = 0.1 } @@ -506,9 +506,9 @@ fleet = { name = "14e Division de Gendarmerie" location=3552 # Brest division_template="Brigade de Gendarmerie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.2 + start_manpower_factor = 0.1 } @@ -516,9 +516,9 @@ fleet = { name = "15e Division de Gendarmerie" location = 9510 # St. Nazaire division_template="Brigade de Gendarmerie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.2 + start_manpower_factor = 0.1 } @@ -576,9 +576,9 @@ fleet = { name = "58eme Division d'Infanterie de reserve" location=11506 # Paris division_template="Division d'Infanterie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.05 + start_manpower_factor = 0.05 } @@ -586,9 +586,9 @@ fleet = { name = "63eme Division d'Infanterie de reserve" location=11506 # Paris division_template="Division d'Infanterie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.05 + start_manpower_factor = 0.05 } @@ -596,9 +596,9 @@ fleet = { name = "66eme Division d'Infanterie de reserve" location=11506 # Paris division_template="Division d'Infanterie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.05 + start_manpower_factor = 0.05 } @@ -606,9 +606,9 @@ fleet = { name = "61eme Division d'Infanterie de reserve" location=11506 # Paris division_template="Division d'Infanterie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.05 + start_manpower_factor = 0.05 } @@ -616,9 +616,9 @@ fleet = { name = "62eme Division d'Infanterie de reserve" location=11506 # Paris division_template="Division d'Infanterie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.05 + start_manpower_factor = 0.05 } @@ -626,9 +626,9 @@ fleet = { name = "67eme Division d'Infanterie de reserve" location=11506 # Paris division_template="Division d'Infanterie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.05 + start_manpower_factor = 0.05 } @@ -636,9 +636,9 @@ fleet = { name = "51eme Division d'Infanterie de reserve" location=11506 # Paris division_template="Division d'Infanterie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.05 + start_manpower_factor = 0.05 } @@ -646,9 +646,9 @@ fleet = { name = "53eme Division d'Infanterie de reserve" location=11506 # Paris division_template="Division d'Infanterie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.05 + start_manpower_factor = 0.05 } @@ -656,9 +656,9 @@ fleet = { name = "69eme Division d'Infanterie de reserve" location=11506 # Paris division_template="Division d'Infanterie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.05 + start_manpower_factor = 0.05 } @@ -690,7 +690,7 @@ fleet = { name = "1re Division d'Infanterie" location=11483 # Lille division_template="Division d'Infanterie" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -698,7 +698,7 @@ fleet = { name = "2eme Division d'Infanterie" location=11483 # Lille division_template="Division d'Infanterie" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -706,9 +706,9 @@ fleet = { name = "1re Corps d'Infanterie Reserve" location=11483 # Lille division_template="Brigade de Gendarmerie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -740,9 +740,9 @@ fleet = { name = "2e Corps d'Infanterie reserve" location = 3402 # Amiens division_template="Brigade de Gendarmerie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -766,9 +766,9 @@ fleet = { name = "3e Corps d'Infanterie reserve" location=9434 # Le Havre division_template="Brigade de Gendarmerie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -792,9 +792,9 @@ fleet = { name = "10e Corps d'infanterie reserve" location=9495 # Rennes division_template="Brigade de Gendarmerie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -818,9 +818,9 @@ fleet = { name = "52eme Division d'Infanterie de reserve" location=11465 # Nantes division_template="Division d'Infanterie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -828,9 +828,9 @@ fleet = { name = "60eme Division d'Infanterie de reserve" location=11465 # Nantes division_template="Division d'Infanterie" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } diff --git a/mod/thegreatwar/history/units/GER_1914.txt b/mod/thegreatwar/history/units/GER_1914.txt index ec94a0677..a6c3e4cff 100755 --- a/mod/thegreatwar/history/units/GER_1914.txt +++ b/mod/thegreatwar/history/units/GER_1914.txt @@ -513,42 +513,54 @@ fleet = { name = "3. Infanterie-Division" location = 6282#Stettin division_template = "Infanterie Division" - start_experience_factor = 0.2 + start_experience_factor = 0.6 + start_equipment_factor = 0.8 + start_manpower_factor = 0.8 } division = { name = "4. Infanterie-Division" location = 6282#Stettin division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.8 + start_manpower_factor = 0.8 } division = { name = "5. Infanterie-Division" location = 6558#Poznan division_template = "Infanterie Division" - start_experience_factor = 0.2 + start_experience_factor = 0.6 + start_equipment_factor = 0.8 + start_manpower_factor = 0.8 } division = { name = "6. Infanterie-Division" location = 6558#Poznan division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.8 + start_manpower_factor = 0.8 } division = { name = "7. Infanterie-Division" location = 6487#Wittenberg division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.8 + start_manpower_factor = 0.8 } division = { name = "8. Infanterie-Division" location = 6487#Wittenberg division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.8 + start_manpower_factor = 0.8 } @@ -556,7 +568,9 @@ fleet = { name = "17. Infanterie-Division" location = 321#Greifswald division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.8 + start_manpower_factor = 0.8 } @@ -564,7 +578,9 @@ fleet = { name = "18. Infanterie-Division" location = 321#Greifswald division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.8 + start_manpower_factor = 0.8 } @@ -572,7 +588,9 @@ fleet = { name = "2. Kavallerie-Division" location = 9496#Frankfurt an der Oder division_template = "Hussars" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.8 + start_manpower_factor = 0.8 } @@ -580,7 +598,9 @@ fleet = { name = "4. Kavallerie-Division" location = 9496#Frankfurt an der Oder division_template = "Hussars" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.8 + start_manpower_factor = 0.8 } @@ -588,7 +608,9 @@ fleet = { name = "9. Kavallerie-Division" location = 9496#Frankfurt an der Oder division_template = "Hussars" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.8 + start_manpower_factor = 0.8 } @@ -596,9 +618,9 @@ fleet = { name = "5. Reserve-Division" location = 11219#Pritzwalk division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -606,9 +628,9 @@ fleet = { name = "6. Reserve-Division" location = 11219#Pritzwalk division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -616,9 +638,9 @@ fleet = { name = "7. Reserve-Division" location = 6487#Wittenberg division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -626,9 +648,9 @@ fleet = { name = "22. Reserve-Division" location = 6487#Wittenberg division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -636,9 +658,9 @@ fleet = { name = "11th Mixed Infantry Brigade" location = 11219#Pritzwalk division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -646,9 +668,9 @@ fleet = { name = "27th Mixed Infantry Brigade" location = 6402#Kolberg division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -656,9 +678,9 @@ fleet = { name = "10th Mixed Infantry Brigade" location = 6282#Stettin division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -666,7 +688,7 @@ fleet = { name = "1. Infanterie-Division" location = 6332#Königsberg division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -674,7 +696,7 @@ fleet = { name = "2. Infanterie-Division" location = 6332#Königsberg division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -682,7 +704,7 @@ fleet = { name = "35. Infanterie-Division" location = 362#Danzig division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -690,7 +712,7 @@ fleet = { name = "36. Infanterie-Division" location = 362#Danzig division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -698,7 +720,7 @@ fleet = { name = "37. Infanterie-Division" location = 11402#Osterode division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -706,7 +728,7 @@ fleet = { name = "41. Infanterie-Division" location = 11402#Osterode division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -714,7 +736,7 @@ fleet = { name = "1. Kavallerie-Division" location = 11402#Osterode division_template = "Hussars" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -722,9 +744,9 @@ fleet = { name = "1. Reserve-Division" location = 6332#Königsberg division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -732,9 +754,9 @@ fleet = { name = "36. Reserve-Division" location = 6332#Königsberg division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -742,9 +764,9 @@ fleet = { name = "3. Reserve-Division" location = 3351#Torun division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } division = { @@ -837,9 +859,9 @@ fleet = { name = "Konigsberg Garrison" location = 6332#Königsberg division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -847,9 +869,9 @@ fleet = { name = "43 Infantry Brigade" location = 514#Dresden division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -857,9 +879,9 @@ fleet = { name = "45. Infantry Brigade" location = 514#Dresden division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -867,9 +889,9 @@ fleet = { name = "53. Infantry Brigade" location = 514#Dresden division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -877,9 +899,9 @@ fleet = { name = "9. Bayerisches Infantry Brigade" location = 514#Dresden division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -887,9 +909,9 @@ fleet = { name = "16. Infantry Brigade" location = 514#Dresden division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -897,9 +919,9 @@ fleet = { name = "9. Reserve-Division" location = 6488#Grünberg division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -907,9 +929,9 @@ fleet = { name = "10. Reserve-Division" location = 6488#Grünberg division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -917,9 +939,9 @@ fleet = { name = "11. Reserve-Division" location = 9570#Breslau division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -927,9 +949,9 @@ fleet = { name = "12. Reserve-Division" location = 9570#Breslau division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -937,7 +959,7 @@ fleet = { name = "9. Infanterie-Division" location = 6488#Grünberg division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -945,7 +967,7 @@ fleet = { name = "10. Infanterie-Division" location = 6488#Grünberg division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -953,9 +975,9 @@ fleet = { name = "35. Reserve Division" location = 3351#Torun division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -963,9 +985,9 @@ fleet = { name = "19. Infantry Brigade" location = 6558#Poznan division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -973,9 +995,9 @@ fleet = { name = "69. Ersatz Division" location = 11467#Katowice division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -983,9 +1005,9 @@ fleet = { name = "Bayerisches Ersatz-Division" location = 6521#Berlin division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -993,9 +1015,9 @@ fleet = { name = "Garde-Ersatz-Division" location = 6521#Berlin division_template = "Ersatz Division" - start_experience_factor = 0.1 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1003,9 +1025,9 @@ fleet = { name = "4. Ersatz-Division" location = 6521#Berlin division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1013,9 +1035,9 @@ fleet = { name = "8. Ersatz-Division" location = 6521#Berlin division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1023,9 +1045,9 @@ fleet = { name = "10. Ersatz-Division" location = 6521#Berlin division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1033,9 +1055,9 @@ fleet = { name = "19. Ersatz-Division" location = 6521#Berlin division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1043,9 +1065,9 @@ fleet = { name = "4. Infantry Kommando" location = 6521#Berlin division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1053,9 +1075,9 @@ fleet = { name = "3. Infantry Kommando" location = 6521#Berlin division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1063,9 +1085,9 @@ fleet = { name = "2. Infantry Brigade" location = 6521#Berlin division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1073,9 +1095,9 @@ fleet = { name = "6. Infantry Brigade" location = 6521#Berlin division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1083,9 +1105,9 @@ fleet = { name = "70. Infantry Brigade" location = 6521#Berlin division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1093,7 +1115,7 @@ fleet = { name = "31. Infanterie-Division" location = 11531#Saarbrücken division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -1101,7 +1123,7 @@ fleet = { name = "42. Infanterie-Division" location = 11531#Saarbrücken division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -1109,7 +1131,7 @@ fleet = { name = "1. Bayerisches Infanterie-Division" location = 9545#Heidenheim division_template = "Infanterie Division" - start_experience_factor = 0.05 + start_experience_factor = 0.12 } @@ -1117,7 +1139,7 @@ fleet = { name = "2. Bayerisches Infanterie-Division" location = 9545#Heidenheim division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -1125,7 +1147,7 @@ fleet = { name = "3. Bayerisches Infanterie-Division" location = 11417#Würzburg division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -1133,7 +1155,7 @@ fleet = { name = "4. Bayerisches Infanterie-Division" location = 11417#Würzburg division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -1141,7 +1163,7 @@ fleet = { name = "5. Bayerisches Infanterie-Division" location = 11544#Nürnberg division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -1149,7 +1171,7 @@ fleet = { name = "5. Bayerisches Infanterie-Division" location = 11544#Nürnberg division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -1157,9 +1179,9 @@ fleet = { name = "1.Bayerisches Reserve-Division" location = 692#München division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1167,9 +1189,9 @@ fleet = { name = "5. Bayerisches Reserve-Division" location = 692#München division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1177,9 +1199,9 @@ fleet = { name = "5. Bayerisches Infantry Brigade" location = 692#München division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1187,7 +1209,7 @@ fleet = { name = "28. Infanterie-Division" location = 11640#Lörrach division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 } @@ -1203,9 +1225,9 @@ fleet = { name = "26. Reserve-Division" location = 6581#Mosbach division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1213,9 +1235,9 @@ fleet = { name = "28. Reserve-Division" location = 6581#Mosbach division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1223,9 +1245,9 @@ fleet = { name = "60. Mixed Infantry Brigade" location = 9655#Konstanz division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1233,9 +1255,9 @@ fleet = { name = "30. Bayerisches Reserve Division" location = 9503#Straßburg division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1243,9 +1265,9 @@ fleet = { name = "33. Reserve Division" location = 9559#Metz division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1253,7 +1275,9 @@ fleet = { name = "7. Kavallerie-Division" location = 9655#Konstanz division_template = "Hussars" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1261,7 +1285,9 @@ fleet = { name = "8. Kavallerie-Division" location = 9655#Konstanz division_template = "Hussars" - start_experience_factor = 0.15 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1269,7 +1295,9 @@ fleet = { name = "Bayerische Kavallerie-Division" location = 9655#Konstanz division_template = "Hussars" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1277,9 +1305,9 @@ fleet = { name = "Upper Rhine Fortress Troops" location = 6581#Mosbach division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1287,7 +1315,9 @@ fleet = { name = "30. Infanterie-Division" location = 9503#Straßburg division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1295,7 +1325,9 @@ fleet = { name = "39. Infanterie-Division" location = 9503#Straßburg division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1303,7 +1335,9 @@ fleet = { name = "26. Infanterie-Division" location = 9517#Stuttgart division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1311,7 +1345,9 @@ fleet = { name = "27. Infanterie-Division" location = 9517#Stuttgart division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1319,7 +1355,9 @@ fleet = { name = "33. Infanterie-Division" location = 9559#Metz division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1327,7 +1365,9 @@ fleet = { name = "34. Infanterie-Division" location = 9559#Metz division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1335,7 +1375,9 @@ fleet = { name = "6. Kavallerie-Division" location = 9441#Plauen division_template = "Hussars" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1343,7 +1385,9 @@ fleet = { name = "3. Kavallerie-Division" location = 9441#Plauen division_template = "Hussars" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1351,7 +1395,9 @@ fleet = { name = "11. Infanterie-Division" location = 678#Mühlhausen division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1359,7 +1405,9 @@ fleet = { name = "12. Infanterie-Division" location = 678#Mühlhausen division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1367,7 +1415,9 @@ fleet = { name = "15. Infanterie-Division" location = 6488#Frankfurt am Main division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1375,7 +1425,9 @@ fleet = { name = "16. Infanterie-Division" location = 6488#Frankfurt am Main division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1383,7 +1435,9 @@ fleet = { name = "21. Infanterie-Division" location = 6444#Mainz division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1391,7 +1445,9 @@ fleet = { name = "25. Infanterie-Division" location = 6444#Mainz division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1399,9 +1455,9 @@ fleet = { name = "21. Reserve-Division" location = 678#Mühlhausen division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1409,9 +1465,9 @@ fleet = { name = "25. Reserve-Division" location = 678#Mühlhausen division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1419,9 +1475,9 @@ fleet = { name = "15. Reserve-Division" location = 529#Bonn division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1429,9 +1485,9 @@ fleet = { name = "16. Reserve-Division" location = 529#Bonn division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1439,7 +1495,9 @@ fleet = { name = "13. Infanterie-Division" location = 11233#Münster division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1447,7 +1505,9 @@ fleet = { name = "14. Infanterie-Division" location = 11233#Münster division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1455,7 +1515,9 @@ fleet = { name = "19. Infanterie-Division" location = 6377#Hannover division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1463,7 +1525,9 @@ fleet = { name = "20. Infanterie-Division" location = 6377#Hannover division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1471,7 +1535,9 @@ fleet = { name = "1. Garde-Infanterie-Division" location = 6487#Wittenberge division_template = "Stoßtruppen Division" - start_experience_factor = 0.2 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1479,7 +1545,9 @@ fleet = { name = "2. Garde-Infanterie-Division" location = 6487#Wittenberge division_template = "Stoßtruppen Division" - start_experience_factor = 0.2 + start_experience_factor = 0.6 + start_equipment_factor = 0.89 + start_manpower_factor = 0.76 } @@ -1487,9 +1555,9 @@ fleet = { name = "3. Garde Infanterie Division" location = 321#Rostock division_template = "Stoßtruppen Division" - start_experience_factor = 0.2 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1497,9 +1565,9 @@ fleet = { name = "1. Garde Reserve Division" location = 321#Rostock division_template = "Stoßtruppen Division" - start_experience_factor = 0.15 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.475 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1507,9 +1575,9 @@ fleet = { name = "2. Reserve-Garde-Division" location = 6377#Hannover division_template = "Ersatz Division" - start_experience_factor = 0.1 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1517,9 +1585,9 @@ fleet = { name = "19. Reserve-Division" location = 6377#Hannover division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1527,9 +1595,9 @@ fleet = { name = "13. Reserve-Division" location = 6570#Düsseldorf division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1537,9 +1605,9 @@ fleet = { name = "14. Reserve-Division" location = 6570#Düsseldorf division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1547,9 +1615,9 @@ fleet = { name = "25. Mixed Infantry Brigade" location = 241#Wilhelmshaven division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1557,9 +1625,9 @@ fleet = { name = "29. Mixed Infantry Brigade" location = 11360#Emden division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1567,7 +1635,9 @@ fleet = { name = "22. Infanterie-Division" location = 9524#Kassel division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1575,7 +1645,9 @@ fleet = { name = "38. Infanterie-Division" location = 9524#Kassel division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1583,7 +1655,9 @@ fleet = { name = "Garde-Kavallerie-Division" location = 495#Dortmund division_template = "Hussars" - start_experience_factor = 0.2 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1591,7 +1665,9 @@ fleet = { name = "5. Kavallerie-Division" location = 495#Dortmund division_template = "Hussars" - start_experience_factor = 0.1 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1599,7 +1675,9 @@ fleet = { name = "23. Infanterie-Division" location = 6487#Halle division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1607,7 +1685,9 @@ fleet = { name = "32. Infanterie-Division" location = 6487#Halle division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1615,7 +1695,9 @@ fleet = { name = "24. Infanterie-Division" location = 6487#Halle division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1623,7 +1705,9 @@ fleet = { name = "40. Infanterie-Division" location = 6487#Halle division_template = "Infanterie Division" - start_experience_factor = 0.1 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1631,9 +1715,9 @@ fleet = { name = "23. Reserve-Division" location = 6487#Halle division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1641,9 +1725,9 @@ fleet = { name = "24. Reserve-Division" location = 6487#Halle division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1651,9 +1735,9 @@ fleet = { name = "47. Mixed Infantry Brigade" location = 6487#Halle division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1661,9 +1745,9 @@ fleet = { name = "17. Reserve-Division" location = 9347#Hamburg division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1671,9 +1755,9 @@ fleet = { name = "18. Reserve-Division" location = 9347#Hamburg division_template = "Ersatz Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1681,9 +1765,9 @@ fleet = { name = "33. Infantry Brigade" location = 11331#Lübeck division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1691,9 +1775,9 @@ fleet = { name = "34. Infantry Mixed Brigade" location = 11331#Plön division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1701,9 +1785,9 @@ fleet = { name = "37. Infantry Mixed Brigade" location = 9347#Hamburg division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1711,9 +1795,9 @@ fleet = { name = "38. Infantry Mixed Brigade" location = 6389#Kiel division_template = "Schutztruppe Division" - start_experience_factor = 0.05 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.12 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } #Review @@ -1721,9 +1805,9 @@ fleet = { name = "Kamerun Garrison" location = 5036#Douala division_template = "Schutztruppe Division" - start_experience_factor = 0.1 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1731,9 +1815,9 @@ fleet = { name = "Togoland Para military" location = 1951#Lomé division_template = "Schutztruppe Division" - start_experience_factor = 0.19 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.479 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1741,9 +1825,9 @@ fleet = { name = "Ostafrikanische Schutztruppe 1-10" location = 2196#Dar es Salaam division_template = "Schutztruppe Division" - start_experience_factor = 0.15 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.475 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1751,9 +1835,9 @@ fleet = { name = "Ostafrikanische Schutztruppe 11-14" location = 8183#Tanga division_template = "Hussars" - start_experience_factor = 0.15 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.475 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1761,9 +1845,9 @@ fleet = { name = "Ostafrikanische Askari" location = 2196#Kaiti division_template = "Schutztruppe Division" - start_experience_factor = 0.15 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.475 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1771,7 +1855,7 @@ fleet = { name = "1. DSWA Regiment" location = 2229#Keetmanshoop division_template = "Hussars" - start_experience_factor = 0.15 + start_experience_factor = 0.475 } @@ -1779,7 +1863,7 @@ fleet = { name = "2. DSWA Camel Regiment" location = 2229#Keetmanshoop division_template = "Hussars" - start_experience_factor = 0.15 + start_experience_factor = 0.475 } @@ -1787,9 +1871,9 @@ fleet = { name = "German Colonists" location = 2229#Lüderitz division_template = "Schutztruppe Division" - start_experience_factor = 0.1 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } @@ -1797,62 +1881,49 @@ fleet = { name = "Schutzgebiet Kiautschou" location = 10000#Qingdao division_template = "Schutztruppe Division" - start_experience_factor = 0.1 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 + start_experience_factor = 0.47 + start_equipment_factor = 0.59 + start_manpower_factor = 0.76 } - - - - - - - - - - - - - - - - - - - + } + + air_wings = { + 55 = { ww1_fighter_equipment_1 = { owner = "GER" amount = 137 } ww1_zeppelin_equipment_1 = { owner = "GER" amount = 14 } } } + + instant_effect = { add_equipment_production = { equipment = { type = infantry_equipment_0 creator = "GER" } - requested_factories = 1 progress = 0.1 efficiency = 50 + requested_factories = 1 progress = 0.91 efficiency = 50 } add_equipment_production = { equipment = { type = support_equipment_1 creator = "GER" } - requested_factories = 1 progress = 0.1 efficiency = 50 + requested_factories = 1 progress = 0.91 efficiency = 50 } add_equipment_production = { equipment = { type = light_field_gun_equipment_1 creator = "GER" } - requested_factories = 1 progress = 0.1 efficiency = 50 + requested_factories = 1 progress = 0.91 efficiency = 50 } add_equipment_production = { equipment = { type = motorized_equipment_0 creator = "GER" } - requested_factories = 1 progress = 0.1 efficiency = 50 + requested_factories = 1 progress = 0.91 efficiency = 50 } add_equipment_production = { equipment = { type = battleship_1910 creator = "GER" version_name = "König Class" } requested_factories = 1 progress = 0.69 amount = 1 } #SMS König LD:01-Oct-1911 Comp:01-Jan-1915 add_equipment_production = { equipment = { type = battleship_1910 creator = "GER" version_name = "König Class" } requested_factories = 1 progress = 0.77 amount = 1 } #SMS Grosser Kurfürst LD:01-Oct-1911 Comp:01-Sep-1914 diff --git a/mod/thegreatwar/history/units/RUS_1914.txt b/mod/thegreatwar/history/units/RUS_1914.txt index 73d8ee76f..0930ef60c 100755 --- a/mod/thegreatwar/history/units/RUS_1914.txt +++ b/mod/thegreatwar/history/units/RUS_1914.txt @@ -11,7 +11,7 @@ division_template = { infantry = { x = 1 y = 1 } infantry = { x = 1 y = 2 } infantry = { x = 2 y = 0 } - infantry = { x = 2 y = 1 } + #infantry = { x = 2 y = 1 } } support = { recon = { x = 0 y = 0 } @@ -28,7 +28,7 @@ division_template = { infantry = { x = 1 y = 0 } infantry = { x = 1 y = 1 } infantry = { x = 2 y = 0 } - infantry = { x = 2 y = 1 } + #infantry = { x = 2 y = 1 } } support = { recon = { x = 0 y = 0 } @@ -46,7 +46,7 @@ division_template = { infantry = { x = 0 y = 0 } infantry = { x = 0 y = 1 } infantry = { x = 1 y = 0 } - infantry = { x = 1 y = 1 } + #infantry = { x = 1 y = 1 } } support = { recon = { x = 0 y = 0 } @@ -60,7 +60,7 @@ division_template = { infantry = { x = 0 y = 0 } infantry = { x = 0 y = 1 } infantry = { x = 1 y = 0 } - infantry = { x = 1 y = 1 } + #infantry = { x = 1 y = 1 } } priority = 0 } @@ -71,7 +71,7 @@ division_template = { cavalry = { x = 0 y = 0 } cavalry = { x = 0 y = 1 } cavalry = { x = 1 y = 0 } - cavalry = { x = 1 y = 1 } + #cavalry = { x = 1 y = 1 } } support = { recon = { x = 0 y = 0 } @@ -282,9 +282,9 @@ fleet = { name = "1-ya Diviziya Opolcheniya" location = 11121 # Petsamo division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -292,9 +292,9 @@ fleet = { name = "2-ya Diviziya Opolcheniya" location=3134 # Murmansk division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -302,9 +302,9 @@ fleet = { name = "3-ya Diviziya Opolcheniya" location = 11121 # Oulu division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -312,9 +312,9 @@ fleet = { name = "4-ya Diviziya Opolcheniya" location = 9228 # Mariehamn division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -322,9 +322,9 @@ fleet = { name = "5-ya Diviziya Opolcheniya" location=3083 # Turku division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -332,9 +332,9 @@ fleet = { name = "6-ya Diviziya Opolcheniya" location = 3122 # Isokyrö division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -342,9 +342,9 @@ fleet = { name = "7-ya Diviziya Opolcheniya" location = 7661 # Baki division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -352,9 +352,9 @@ fleet = { name = "8-ya Diviziya Opolcheniya" location=10696 # Omsk division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -362,9 +362,9 @@ fleet = { name = "9-ya Diviziya Opolcheniya" location=4797 # Irkutsk division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -372,9 +372,9 @@ fleet = { name = "10-ya Diviziya Opolcheniya" location=12189 # Khabarovsk division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -382,9 +382,9 @@ fleet = { name = "11-ya Diviziya Opolcheniya" location = 305 # Ulya division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -392,9 +392,9 @@ fleet = { name = "12-ya Diviziya Opolcheniya" location = 10641 # Jakutsk division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -402,9 +402,9 @@ fleet = { name = "13-ya Diviziya Opolcheniya" location=7274 # Novosibirsk division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -412,9 +412,9 @@ fleet = { name = "14-ya Diviziya Opolcheniya" location=1459 # Tashkent division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -422,9 +422,9 @@ fleet = { name = "15-ya Diviziya Opolcheniya" location=6338 # Kazan division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -432,7 +432,7 @@ fleet = { name = "1-ya Gvardeyskaya Pekhotnaya Diviziya" location = 3151 # St. Petersburg division_template="Gvardeyskaya Pekhotnaya Diviziya" - start_experience_factor = 0.2 + start_experience_factor = 0.1 } @@ -440,7 +440,7 @@ fleet = { name = "2-ya Gvardeyskaya Pekhotnaya Diviziya" location = 3151 # St. Petersburg division_template="Gvardeyskaya Pekhotnaya Diviziya" - start_experience_factor = 0.2 + start_experience_factor = 0.1 } @@ -448,7 +448,7 @@ fleet = { name = "2-ya Gvardeyskaya Kavaleriyskaya Diviziya" location = 3151 # St. Petersburg division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.2 + start_experience_factor = 0.1 } @@ -456,7 +456,7 @@ fleet = { name = "Gvardeyskaya Strelkovaya Brigada" location = 3151 # St. Petersburg division_template="Gvardeyskaya Pekhotnaya Diviziya" - start_experience_factor = 0.2 + start_experience_factor = 0.1 } @@ -464,7 +464,7 @@ fleet = { name = "1-ya Gvardeyskaya Kavaleriyskaya Diviziya" location = 3151 # St. Petersburg division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.2 + start_experience_factor = 0.1 } @@ -472,7 +472,7 @@ fleet = { name = "22-ya Pekhotnaya Diviziya" location = 3151 # St. Petersburg division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -480,7 +480,7 @@ fleet = { name = "24-ya Pekhotnaya Diviziya" location = 3151 # St. Petersburg division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -488,7 +488,7 @@ fleet = { name = "23-ya Pekhotnaya Diviziya" location = 3151 # St. Petersburg division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -496,7 +496,7 @@ fleet = { name = "37-ya Pekhotnaya Diviziya" location = 3151 # St. Petersburg division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -504,7 +504,7 @@ fleet = { name = "50-ya Pekhotnaya Diviziya" location = 3151 # St. Petersburg division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -512,7 +512,7 @@ fleet = { name = "1-ya Finlyandskaya Strelkovaya Brigada" location=11105 # Helsinki division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -520,7 +520,7 @@ fleet = { name = "2-ya Finlandskaya Strelkovaya Brigada" location=11105 # Helsinki division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -528,7 +528,7 @@ fleet = { name = "3-ya Finlandskaya Strelkovaya Brigada" location=11105 # Helsinki division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -536,7 +536,7 @@ fleet = { name = "20-i Dragunsky Finlyandsky" location=11105 # Helsinki division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -544,9 +544,9 @@ fleet = { name = "53-ya Pekhotnaya Diviziya" location = 3151 # St. Petersburg division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -554,9 +554,9 @@ fleet = { name = "54-ya Pekhotnaya Diviziya" location = 3151 # St. Petersburg division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -564,9 +564,9 @@ fleet = { name = "55-ya Pekhotnaya Diviziya" location = 3151 # St. Petersburg division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -574,19 +574,9 @@ fleet = { name = "56-ya Pekhotnaya Diviziya" location = 3151 # St. Petersburg division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } - - - division= { - name = "57-ya Pekhotnaya Diviziya" - location = 3151 # St. Petersburg - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -594,177 +584,151 @@ fleet = { name = "Arkhangelsk Local Brigada" location = 3338 # Arkhangelsk division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.0 + start_manpower_factor = 0.1 } division= { - name = "St Petersburg Local Brigada" - location = 3151 # St. Petersburg - division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "St Petersburg Local Brigada" + location = 3151 # St. Petersburg + division_template="Diviziya Opolcheniya" + start_experience_factor = 0.0 + start_equipment_factor = 0.0 + start_manpower_factor = 0.1 + } division= { name = "26-ya Pekhotnaya Diviziya" location=3393 # Grodno division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } - - - division= { - name = "43-ya Pekhotnaya Diviziya" - location=3393 # Grodno - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } division= { - name = "2-ya Kavaleriyskaya Diviziya" - location=3393 # Grodno - division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 - } + name = "43-ya Pekhotnaya Diviziya" + location=3393 # Grodno + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "25-ya Pekhotnaya Diviziya" - location=3320 # Wilno - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } - + name = "2-ya Kavaleriyskaya Diviziya" + location=3393 # Grodno + division_template="Kavaleriyskaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "27-ya Pekhotnaya Diviziya" - location=3320 # Wilno - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + name = "25-ya Pekhotnaya Diviziya" + location=3320 # Wilno + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "3-ya Kavaleriyskaya Diviziya" - location=3320 # Wilno - division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 - } + name = "3-ya Kavaleriyskaya Diviziya" + location=3320 # Wilno + division_template="Kavaleriyskaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "5-ya Strelkovaya Brigada" - location=3320 # Wilno - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + name = "5-ya Strelkovaya Brigada" + location=3320 # Wilno + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "30-ya Pekhotnaya Diviziya" - location=11370 # Minsk - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + name = "30-ya Pekhotnaya Diviziya" + location=11370 # Minsk + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "40-ya Pekhotnaya Diviziya" - location=11370 # Minsk - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + name = "40-ya Pekhotnaya Diviziya" + location=11370 # Minsk + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "28-ya Pekhotnaya Diviziya" - location=9340 # Riga - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + name = "28-ya Pekhotnaya Diviziya" + location=9340 # Riga + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "29-ya Pekhotnaya Diviziya" - location=9340 # Riga - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + name = "29-ya Pekhotnaya Diviziya" + location=9340 # Riga + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "58-ya Pekhotnaya Diviziya" - location=3320 # Wilno - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "58-ya Pekhotnaya Diviziya" + location=3320 # Wilno + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 + } division= { - name = "59-ya Pekhotnaya Diviziya" - location=3320 # Wilno - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } - + name = "59-ya Pekhotnaya Diviziya" + location=3320 # Wilno + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 + } - division= { - name = "60-ya Pekhotnaya Diviziya" - location=3320 # Wilno - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } - division= { - name = "61-ya Pekhotnaya Diviziya" - location=3320 # Wilno - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } division= { - name = "Vilna Local brigada" - location=3320 # Wilno - division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "Vilna Local brigada" + location=3320 # Wilno + division_template="Diviziya Opolcheniya" + start_experience_factor = 0.0 + start_equipment_factor = 0.0 + start_manpower_factor = 0.05 + } division= { - name = "Minsk Local brigada" - location=11370 # Minsk - division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "Minsk Local brigada" + location=11370 # Minsk + division_template="Diviziya Opolcheniya" + start_experience_factor = 0.0 + start_equipment_factor = 0.0 + start_manpower_factor = 0.05 + } division= { name = "Riga Garrison" location=9340 # Riga division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -772,9 +736,9 @@ fleet = { name = "62-ya Pekhotnaya Diviziya" location = 3544 # Warszawa division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -782,9 +746,9 @@ fleet = { name = "63-ya Pekhotnaya Diviziya" location = 3544 # Warszawa division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -792,9 +756,9 @@ fleet = { name = "64-ya Pekhotnaya Diviziya" location = 3544 # Warszawa division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -802,9 +766,9 @@ fleet = { name = "65-ya Pekhotnaya Diviziya" location = 3544 # Warszawa division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -812,9 +776,9 @@ fleet = { name = "Warsaw Local brigada" location = 3544 # Warszawa division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -822,7 +786,7 @@ fleet = { name = "4-ya Pekhotnaya Diviziya" location = 11301 # Lomza division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -830,7 +794,7 @@ fleet = { name = "16-ya Pekhotnaya Diviziya" location = 11301 # Lomza division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -838,7 +802,7 @@ fleet = { name = "4-ya Kavaleriyskaya Diviziya" location = 11301 # Lomza division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -846,7 +810,7 @@ fleet = { name = "18-ya Pekhotnaya Diviziya" location = 6580 # Lublin division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -854,7 +818,7 @@ fleet = { name = "1-ya Strelkovaya Brigada" location = 6580 # Lublin division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -862,7 +826,7 @@ fleet = { name = "2-ya Strelkovaya Brigada" location = 6580 # Lublin division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -870,7 +834,7 @@ fleet = { name = "13-ya Kavaleriyskaya Diviziya" location = 6580 # Lublin division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -878,7 +842,7 @@ fleet = { name = "14-ya Kavaleriyskaya Diviziya" location = 6580 # Lublin division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -886,7 +850,7 @@ fleet = { name = "6-ya Pekhotnaya Diviziya" location = 3544 # Warszawa division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -894,7 +858,7 @@ fleet = { name = "8-ya Pekhotnaya Diviziya" location = 3544 # Warszawa division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -902,7 +866,7 @@ fleet = { name = "6-ya Kavaleriyskaya Diviziya" location = 3544 # Warszawa division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -910,7 +874,7 @@ fleet = { name = "15-ya Kavaleriyskaya Diviziya" location = 3544 # Warszawa division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -918,7 +882,7 @@ fleet = { name = "17-ya Pekhotnaya Diviziya" location=3392 # Brzesc Litewski division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -926,7 +890,7 @@ fleet = { name = "38-ya Pekhotnaya Diviziya" location=3392 # Brzesc Litewski division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -934,7 +898,7 @@ fleet = { name = "7-ya Kavaleriyskaya Diviziya" location=3392 # Brzesc Litewski division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -942,7 +906,7 @@ fleet = { name = "3-ya Gvardeyskaya Pekhotnaya Diviziya" location = 3544 # Warszawa division_template="Gvardeyskaya Pekhotnaya Diviziya" - start_experience_factor = 0.2 + start_experience_factor = 0.1 } @@ -950,7 +914,7 @@ fleet = { name = "2-ya Pekhotnaya Diviziya" location = 3544 # Warszawa division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -958,7 +922,7 @@ fleet = { name = "Otdel'naya Gvardeyskaya Kavaleriyskaya Brigada" location = 3544 # Warszawa division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.2 + start_experience_factor = 0.1 } @@ -966,9 +930,9 @@ fleet = { name = "66-ya Pekhotnaya Diviziya" location = 525 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -976,9 +940,9 @@ fleet = { name = "67-ya Pekhotnaya Diviziya" location = 525 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -986,9 +950,9 @@ fleet = { name = "68-ya Pekhotnaya Diviziya" location = 525 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -996,9 +960,9 @@ fleet = { name = "Kiev Local Brigada" location = 525 # Kyiv division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1006,9 +970,9 @@ fleet = { name = "Kharkov Local Brigada" location=418 # Kharkov division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1016,9 +980,9 @@ fleet = { name = "Poltava Local Brigada" location = 559 # Poltava division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1026,7 +990,7 @@ fleet = { name = "5-ya Pekhotnaya Diviziya" location = 525 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1034,7 +998,7 @@ fleet = { name = "42-ya Pekhotnaya Diviziya" location = 525 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1042,7 +1006,7 @@ fleet = { name = "9-ya Kavaleriyskaya Diviziya" location = 525 # Kyiv division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1050,7 +1014,7 @@ fleet = { name = "9-ya Pekhotnaya Diviziya" location=418 # Kharkov division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1058,7 +1022,7 @@ fleet = { name = "31-ya Pekhotnaya Diviziya" location=418 # Kharkov division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1066,7 +1030,7 @@ fleet = { name = "10-ya Kavaleriyskaya Diviziya" location=418 # Kharkov division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1074,7 +1038,7 @@ fleet = { name = "11-ya Pekhotnaya Diviziya" location = 3497 # Radom division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1082,7 +1046,7 @@ fleet = { name = "32-ya Pekhotnaya Diviziya" location = 3497 # Radom division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1090,7 +1054,7 @@ fleet = { name = "11-ya Kavaleriyskaya Diviziya" location = 3497 # Radom division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1098,7 +1062,7 @@ fleet = { name = "12-ya Pekhotnaya Diviziya" location = 525 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1106,7 +1070,7 @@ fleet = { name = "19-ya Pekhotnaya Diviziya" location = 525 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1114,7 +1078,7 @@ fleet = { name = "12-ya Kavaleriyskaya Diviziya" location = 525 # Kyiv division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1122,7 +1086,7 @@ fleet = { name = "2-ya Kazach'ya Svodnaya Diviziya" location = 525 # Kyiv division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1130,7 +1094,7 @@ fleet = { name = "3-ya Strelkovaya Brigada" location = 525 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1138,7 +1102,7 @@ fleet = { name = "33-ya Pekhotnaya Diviziya" location = 525 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1146,7 +1110,7 @@ fleet = { name = "44-ya Pekhotnaya Diviziya" location = 525 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1154,7 +1118,7 @@ fleet = { name = "13-ya Pekhotnaya Diviziya" location = 6724 # Simferopol division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1162,7 +1126,7 @@ fleet = { name = "34-ya Pekhotnaya Diviziya" location = 6724 # Simferopol division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1170,7 +1134,7 @@ fleet = { name = "Crimean Kavaleriyskaya Brigada" location = 6724 # Simferopol division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1178,7 +1142,7 @@ fleet = { name = "14-ya Pekhotnaya Diviziya" location=11670 # Odessa division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1186,7 +1150,7 @@ fleet = { name = "15-ya Pekhotnaya Diviziya" location=11670 # Odessa division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1194,7 +1158,7 @@ fleet = { name = "8-ya Kavaleriyskaya Diviziya" location=11670 # Odessa division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1202,7 +1166,7 @@ fleet = { name = "4-ya Strelkovaya Brigada" location=11670 # Odessa division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1210,9 +1174,9 @@ fleet = { name = "69-ya Pekhotnaya Diviziya" location=11670 # Odessa division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1220,9 +1184,9 @@ fleet = { name = "Sevastopol Garrison" location=3686 # Sevastopol division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1230,9 +1194,9 @@ fleet = { name = "70-ya Pekhotnaya Diviziya" location = 6380 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1240,9 +1204,9 @@ fleet = { name = "71-ya Pekhotnaya Diviziya" location = 6380 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1250,9 +1214,9 @@ fleet = { name = "72-ya Pekhotnaya Diviziya" location = 6380 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1260,9 +1224,9 @@ fleet = { name = "73-ya Pekhotnaya Diviziya" location = 6380 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1270,9 +1234,9 @@ fleet = { name = "74-ya Pekhotnaya Diviziya" location = 6380 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1280,9 +1244,9 @@ fleet = { name = "75-ya Pekhotnaya Diviziya" location = 6380 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1290,9 +1254,9 @@ fleet = { name = "Moscow Local Brigada" location = 6380 # Kyiv division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1300,9 +1264,9 @@ fleet = { name = "Jaraslavl Local Brigada" location = 121 # Jaroslavl division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1310,9 +1274,9 @@ fleet = { name = "Smolensk Local Brigada" location=306 # Smolensk division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1320,9 +1284,9 @@ fleet = { name = "Tambov Local Brigada" location = 11323 # Tambov division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1330,7 +1294,7 @@ fleet = { name = "1-ya Grenaderskaya Diviziya" location = 6380 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.2 + start_experience_factor = 0.1 } @@ -1338,7 +1302,7 @@ fleet = { name = "2-ya Grenaderskaya Diviziya" location = 6380 # Kyiv division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.2 + start_experience_factor = 0.1 } @@ -1346,7 +1310,7 @@ fleet = { name = "1-ya Kavaleriyskaya Diviziya" location = 6380 # Kyiv division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1354,7 +1318,7 @@ fleet = { name = "7-ya Pekhotnaya Diviziya" location=413 # Voronezh division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1362,7 +1326,7 @@ fleet = { name = "10-ya Pekhotnaya Diviziya" location=413 # Voronezh division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1370,7 +1334,7 @@ fleet = { name = "3-ya Otdel'naya Kavaleriyskaya Brigada" location=413 # Voronezh division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1378,7 +1342,7 @@ fleet = { name = "1-ya Pekhotnaya Diviziya" location = 6387 # Dorogobuz division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1386,79 +1350,72 @@ fleet = { name = "36-ya Pekhotnaya Diviziya" location = 6387 # Dorogobuz division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + start_experience_factor = 0.0 + } division= { - name = "2-ya Otdel'naya Kavaleriyskaya Brigada" - location = 6387 # Dorogobuz - division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 - } + name = "2-ya Otdel'naya Kavaleriyskaya Brigada" + location = 6387 # Dorogobuz + division_template="Kavaleriyskaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "3-ya Pekhotnaya Diviziya" - location = 6380 # Kyiv - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + name = "3-ya Pekhotnaya Diviziya" + location = 6380 # Kyiv + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "35-ya Pekhotnaya Diviziya" - location = 6380 # Kyiv - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + name = "35-ya Pekhotnaya Diviziya" + location = 6380 # Kyiv + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "3-ya Grenaderskaya Diviziya" - location = 6380 # Kyiv - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.3 - } + name = "3-ya Grenaderskaya Diviziya" + location = 6380 # Kyiv + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.14 + } division= { - name = "46-ya Pekhotnaya Diviziya" - location = 6380 # Kyiv - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + name = "46-ya Pekhotnaya Diviziya" + location = 6380 # Kyiv + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "41-ya Pekhotnaya Diviziya" - location=6338 # Kazan - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + name = "41-ya Pekhotnaya Diviziya" + location=6338 # Kazan + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { name = "45-ya Pekhotnaya Diviziya" location=6338 # Kazan division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } - division= { - name = "47-ya Pekhotnaya Diviziya" - location=6338 # Kazan - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } - division= { name = "5-ya Kavaleriyskaya Diviziya" location=6338 # Kazan division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1466,7 +1423,7 @@ fleet = { name = "1-ya Astrakhan Kazach'ya" location=6338 # Kazan division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1474,7 +1431,7 @@ fleet = { name = "48-ya Pekhotnaya Diviziya" location = 11225 # Kuybyshev division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1482,7 +1439,7 @@ fleet = { name = "49-ya Pekhotnaya Diviziya" location = 11225 # Kuybyshev division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1490,9 +1447,9 @@ fleet = { name = "76-ya Pekhotnaya Diviziya" location=6338 # Kazan division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1500,9 +1457,9 @@ fleet = { name = "77-ya Pekhotnaya Diviziya" location=6338 # Kazan division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1510,29 +1467,21 @@ fleet = { name = "78-ya Pekhotnaya Diviziya" location=6338 # Kazan division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } - division= { - name = "79-ya Pekhotnaya Diviziya" - location=6338 # Kazan - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } division= { name = "Kazan Local Brigada" location=6338 # Kazan division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1540,9 +1489,9 @@ fleet = { name = "Turgai Local Brigada" location = 12115 # Turgay division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1550,9 +1499,9 @@ fleet = { name = "Orenburg Local Brigada" location = 4261 # Orenburg division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1560,9 +1509,9 @@ fleet = { name = "Saratov Local Brigada" location=3578 # Saratov division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1570,9 +1519,9 @@ fleet = { name = "Ural Region Local Brigada" location = 1406 # Ural division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1580,9 +1529,9 @@ fleet = { name = "Perm Local Brigada" location=7375 # Perm division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1590,7 +1539,7 @@ fleet = { name = "Orenburg Kazach'ya brigada" location = 4261 # Orenburg division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1598,7 +1547,7 @@ fleet = { name = "20-ya Pekhotnaya Diviziya" location=12320 # Yerevan division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1606,7 +1555,7 @@ fleet = { name = "39-ya Pekhotnaya Diviziya" location=12320 # Yerevan division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1614,7 +1563,7 @@ fleet = { name = "1-ya Kavkazskaya Kazach'ya Diviziya" location=12320 # Yerevan division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1622,7 +1571,7 @@ fleet = { name = "1-ya Kavkazskaya Strelkovaya Brigada" location=12320 # Yerevan division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1630,7 +1579,7 @@ fleet = { name = "Kavkazskaya Grenaderskaya Diviziya" location=1599 # Tbilisi division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.3 + start_experience_factor = 0.14 } @@ -1638,7 +1587,7 @@ fleet = { name = "51-ya Pekhotnaya Diviziya" location=1599 # Tbilisi division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1646,7 +1595,7 @@ fleet = { name = "2-ya Kavkazskaya Strelkovaya Brigada" location=1599 # Tbilisi division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1654,7 +1603,7 @@ fleet = { name = "Kavkazskaya Kavaleriyskaya Diviziya" location=1599 # Tbilisi division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1662,7 +1611,7 @@ fleet = { name = "2 Kavkazskaya Kazach'ya Diviziya" location=1599 # Tbilisi division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1670,7 +1619,7 @@ fleet = { name = "21-ya Pekhotnaya Diviziya" location = 3672 # Groznyj division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1678,7 +1627,7 @@ fleet = { name = "52-ya Pekhotnaya Diviziya" location = 3672 # Groznyj division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1686,7 +1635,7 @@ fleet = { name = "3 Kavkazskaya Kazach'ya Diviziya" location = 3672 # Groznyj division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1694,9 +1643,9 @@ fleet = { name = "80-ya Pekhotnaya Diviziya" location=1599 # Tbilisi division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1704,9 +1653,9 @@ fleet = { name = "81-ya Pekhotnaya Diviziya" location=1599 # Tbilisi division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1714,9 +1663,9 @@ fleet = { name = "82-ya Pekhotnaya Diviziya" location=1599 # Tbilisi division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1724,9 +1673,9 @@ fleet = { name = "83-ya Pekhotnaya Diviziya" location=1599 # Tbilisi division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1734,9 +1683,9 @@ fleet = { name = "84-ya Pekhotnaya Diviziya" location=1599 # Tbilisi division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1744,9 +1693,9 @@ fleet = { name = "Tiflis Local Brigada" location=1599 # Tbilisi division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1754,9 +1703,9 @@ fleet = { name = "Vladikavkaz Local Brigada" location=12320 # Yerevan division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1764,139 +1713,131 @@ fleet = { name = "1-ya Turkestanskaya Strelkovaya Brigada" location=1459 # Tashkent division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } division= { - name = "2-ya Turkestanskaya Strelkovaya Brigada" - location=1459 # Tashkent - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } - - - division= { - name = "3-ya Turkestanskaya Strelkovaya Brigada" - location=1459 # Tashkent - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + name = "2-ya Turkestanskaya Strelkovaya Brigada" + location=1459 # Tashkent + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "1 Turkestanskaya Kazach'ya Diviziya" - location=1459 # Tashkent - division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.05 - } + name = "3-ya Turkestanskaya Strelkovaya Brigada" + location=1459 # Tashkent + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "4-ya Turkestanskaya Strelkovaya Brigada" - location = 12333 # Ashgabat - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + name = "1 Turkestanskaya Kazach'ya Diviziya" + location=1459 # Tashkent + division_template="Kavaleriyskaya Diviziya" + start_experience_factor = 0.01 + } division= { - name = "5-ya Turkestanskaya Strelkovaya Brigada" - location = 12333 # Ashgabat - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - } + name = "4-ya Turkestanskaya Strelkovaya Brigada" + location = 12333 # Ashgabat + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + } division= { name = "Trans-Caspian Kazach'ya Brigada" location = 12333 # Ashgabat division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } division= { - name = "85-ya Pekhotnaya Diviziya" - location=1459 # Tashkent - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "85-ya Pekhotnaya Diviziya" + location=1459 # Tashkent + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.01 + start_equipment_factor = 0.0 + start_manpower_factor = 0.1 + } division= { - name = "6-ya Turkestanskaya Strelkovaya Brigada" - location=1459 # Tashkent - division_template="Pekhotnaya Diviziya" - start_experience_factor = 0.1 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "6-ya Turkestanskaya Strelkovaya Brigada" + location=1459 # Tashkent + division_template="Pekhotnaya Diviziya" + start_experience_factor = 0.0 + start_equipment_factor = 0.0 + start_manpower_factor = 0.1 + } division= { - name = "Sibirskaya Kazach'ya Brigada" - location=1459 # Tashkent - division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 - } + name = "Sibirskaya Kazach'ya Brigada" + location=1459 # Tashkent + division_template="Kavaleriyskaya Diviziya" + start_experience_factor = 0.1 + } division= { - name = "Tashkent Garrison" - location=1459 # Tashkent - division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "Tashkent Garrison" + location=1459 # Tashkent + division_template="Diviziya Opolcheniya" + start_experience_factor = 0.0 + start_equipment_factor = 0.0 + start_manpower_factor = 0.1 + } division= { - name = "11-ya Sibirskaya Strelkovaya Diviziya" - location=10696 # Omsk - division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.1 - } + name = "11-ya Sibirskaya Strelkovaya Diviziya" + location=10696 # Omsk + division_template="Sibirskaya Strelkovaya Diviziya" + start_experience_factor = 0.0 + } division= { - name = "3-ya Sibirskaya Kazach'ya" - location=10696 # Omsk - division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "3-ya Sibirskaya Kazach'ya" + location=10696 # Omsk + division_template="Kavaleriyskaya Diviziya" + start_experience_factor = 0.0 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 + } division= { - name = "Omsk Sibirskaya Reserve Diviziya" - location=10696 # Omsk - division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "Omsk Sibirskaya Reserve Diviziya" + location=10696 # Omsk + division_template="Sibirskaya Strelkovaya Diviziya" + start_experience_factor = 0.0 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 + } division= { name = "Omsk Local Brigada" location=10696 # Omsk division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 + } division= { name = "4-ya Sibirskaya Strelkovaya Diviziya" location=4797 # Irkutsk division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1904,7 +1845,7 @@ fleet = { name = "5-ya Sibirskaya Strelkovaya Diviziya" location=4797 # Irkutsk division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1912,9 +1853,9 @@ fleet = { name = "Trans-Baikal Kazach'ya Brigada" location=4797 # Irkutsk division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1922,7 +1863,7 @@ fleet = { name = "7-ya Sibirskaya Strelkovaya Diviziya" location=4797 # Irkutsk division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1930,7 +1871,7 @@ fleet = { name = "8-ya Sibirskaya Strelkovaya Diviziya" location=4797 # Irkutsk division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1938,9 +1879,9 @@ fleet = { name = "Irkutsk Local Brigada" location=4797 # Irkutsk division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1948,9 +1889,9 @@ fleet = { name = "13-ya Sibirskaya Reserve Diviziya" location=4797 # Irkutsk division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1958,7 +1899,7 @@ fleet = { name = "1-ya Sibirskaya Strelkovaya Diviziya" location=957 # Vladivostok division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1966,7 +1907,7 @@ fleet = { name = "2-ya Sibirskaya Strelkovaya Diviziya" location=957 # Vladivostok division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1974,9 +1915,9 @@ fleet = { name = "Ussuriyskaya Konnaya Brigada" location=957 # Vladivostok division_template="Kavaleriyskaya Diviziya" - start_experience_factor = 0.1 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -1984,7 +1925,7 @@ fleet = { name = "3-ya Sibirskaya Strelkovaya Diviziya" location=957 # Vladivostok division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -1992,7 +1933,7 @@ fleet = { name = "9-ya Sibirskaya Strelkovaya Diviziya" location=957 # Vladivostok division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -2000,7 +1941,7 @@ fleet = { name = "6-ya Sibirskaya Strelkovaya Diviziya" location=12189 # Khabarovsk division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -2008,7 +1949,7 @@ fleet = { name = "10-ya Sibirskaya Strelkovaya Diviziya" location=12189 # Khabarovsk division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.1 + start_experience_factor = 0.0 } @@ -2016,9 +1957,9 @@ fleet = { name = "14-ya Sibirskaya Reserve Diviziya" location=12189 # Khabarovsk division_template="Sibirskaya Strelkovaya Diviziya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.0 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -2026,9 +1967,9 @@ fleet = { name = "Vladivostok Garrison" location=957 # Vladivostok division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } @@ -2036,9 +1977,9 @@ fleet = { name = "Khabarovsk Garrison" location=12189 # Khabarovsk division_template="Diviziya Opolcheniya" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 + start_experience_factor = 0.01 + start_equipment_factor = 0.1 + start_manpower_factor = 0.1 } } } #ship = { name = "Pyotr Veliky" definition = battleship equipment = { battleship_1890 = { amount = 1 owner = RUS } } }#KiS#version_name = "Petr Veliki Class" } } } diff --git a/mod/thegreatwar/history/units/SER_1914.txt b/mod/thegreatwar/history/units/SER_1914.txt index fa046b11a..2ec04c528 100755 --- a/mod/thegreatwar/history/units/SER_1914.txt +++ b/mod/thegreatwar/history/units/SER_1914.txt @@ -54,187 +54,191 @@ division_template = { units = { division= { - name = "Sumadijska divizija II poziva" - location = 3939 # Valjevo - division_template="Infantry Division" - start_experience_factor = 0.1 - } + name = "Sumadijska divizija II poziva" + location = 3939 # Valjevo + division_template="Infantry Division" + start_experience_factor = 0.06 + } division= { - name = "Uzicka brigada" - location = 3939 # Valjevo - division_template="Infantry Division" - start_experience_factor = 0.1 - } + name = "Uzicka brigada" + location = 3939 # Valjevo + division_template="Infantry Division" + start_experience_factor = 0.06 + } division= { - name = "Lima sekcija" - location = 3939 # Valjevo - division_template="Infantry Division" - start_experience_factor = 0.1 - } + name = "Lima sekcija" + location = 3939 # Valjevo + division_template="Infantry Division" + start_experience_factor = 0.06 + } division= { - name = "Timocka divizija I poziva" - location = 11586 # Beograd - division_template="Infantry Division" - start_experience_factor = 0.1 - } + name = "Timocka divizija I poziva" + location = 11586 # Beograd + division_template="Infantry Division" + start_experience_factor = 0.06 + } division= { - name = "Timocka divizija II poziva" - location = 11586 # Beograd - division_template="Infantry Division" - start_experience_factor = 0.1 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "Timocka divizija II poziva" + location = 11586 # Beograd + division_template="Infantry Division" + start_experience_factor = 0.06 + start_equipment_factor = 0.15 + start_manpower_factor = 0.2 + } division= { - name = "Moravska divizija II poziva" - location = 11586 # Beograd - division_template="Infantry Division" - start_experience_factor = 0.1 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "Moravska divizija II poziva" + location = 11586 # Beograd + division_template="Infantry Division" + start_experience_factor = 0.06 + start_equipment_factor = 0.15 + start_manpower_factor = 0.2 + } division= { - name = "Konjicka divizija" - location = 11586 # Beograd - division_template="Cavalry Division" - start_experience_factor = 0.1 - } + name = "Konjicka divizija" + location = 11586 # Beograd + division_template="Cavalry Division" + start_experience_factor = 0.06 + } division= { - name = "Branicevska sekcija" - location = 11586 # Beograd - division_template="Infantry Division" - start_experience_factor = 0.05 - } + name = "Branicevska sekcija" + location = 11586 # Beograd + division_template="Infantry Division" + start_experience_factor = 0.02 + } division= { - name = "Sumadijska divizija I poziva" - location = 3609 # Sabac - division_template="Infantry Division" - start_experience_factor = 0.1 - } + name = "Sumadijska divizija I poziva" + location = 3609 # Sabac + division_template="Infantry Division" + start_experience_factor = 0.06 + } division= { - name = "Dunavska divizija I poziva" - location = 3609 # Sabac - division_template="Infantry Division" - start_experience_factor = 0.1 - } + name = "Dunavska divizija I poziva" + location = 3609 # Sabac + division_template="Infantry Division" + start_experience_factor = 0.06 + } division= { - name = "Kombinovana divizija I poziva" - location = 3609 # Sabac - division_template="Infantry Division" - start_experience_factor = 0.1 - } + name = "Kombinovana divizija I poziva" + location = 3609 # Sabac + division_template="Infantry Division" + start_experience_factor = 0.06 + } division= { - name = "Moravska divizija I poziva" - location = 3609 # Sabac - division_template="Infantry Division" - start_experience_factor = 0.1 - } + name = "Moravska divizija I poziva" + location = 3609 # Sabac + division_template="Infantry Division" + start_experience_factor = 0.06 + } division= { - name = "Drinska divizija I poziva" - location = 6998 # Krusevac - division_template="Infantry Division" - start_experience_factor = 0.1 - } + name = "Drinska divizija I poziva" + location = 6998 # Krusevac + division_template="Infantry Division" + start_experience_factor = 0.06 + } division= { - name = "Drinska divizija II poziva" - location = 6998 # Krusevac - division_template="Infantry Division" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "Drinska divizija II poziva" + location = 6998 # Krusevac + division_template="Infantry Division" + start_experience_factor = 0.02 + start_equipment_factor = 0.15 + start_manpower_factor = 0.2 + } division= { - name = "Obrenovacska sekcija" - location = 6998 # Krusevac - division_template="Infantry Division" - start_experience_factor = 0.1 - } + name = "Obrenovacska sekcija" + location = 6998 # Krusevac + division_template="Infantry Division" + start_experience_factor = 0.06 + } division= { - name = "Sabacka sekcija" - location = 6998 # Krusevac - division_template="Infantry Division" - start_experience_factor = 0.1 - } + name = "Sabacka sekcija" + location = 6998 # Krusevac + division_template="Infantry Division" + start_experience_factor = 0.06 + } division= { - name = "Loznicka sekcija" - location = 6998 # Krusevac - division_template="Infantry Division" - start_experience_factor = 0.1 - } + name = "Loznicka sekcija" + location = 6998 # Krusevac + division_template="Infantry Division" + start_experience_factor = 0.06 + } division= { - name = "Ljubovijska sekcija" - location = 6998 # Krusevac - division_template="Infantry Division" - start_experience_factor = 0.1 - } + name = "Ljubovijska sekcija" + location = 6998 # Krusevac + division_template="Infantry Division" + start_experience_factor = 0.06 + } division= { - name = "Vardarska sekcija" - location = 9906 # Pirot - division_template="Infantry Division" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "Vardarska sekcija" + location = 9906 # Pirot + division_template="Infantry Division" + start_experience_factor = 0.02 + start_equipment_factor = 0.15 + start_manpower_factor = 0.2 + } division= { - name = "Kosovska sekcija" - location = 9906 # Pirot - division_template="Infantry Division" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } + name = "Kosovska sekcija" + location = 9906 # Pirot + division_template="Infantry Division" + start_experience_factor = 0.02 + start_equipment_factor = 0.15 + start_manpower_factor = 0.2 + } division= { - name = "Ibarska sekcija" - location = 9906 # Pirot - division_template="Infantry Division" - start_experience_factor = 0.05 - start_equipment_factor = 0.3 - start_manpower_factor = 0.3 - } - + name = "Ibarska sekcija" + location = 9906 # Pirot + division_template="Infantry Division" + start_experience_factor = 0.02 + start_equipment_factor = 0.15 + start_manpower_factor = 0.2 } + +} + + air_wings = { - } +} + + instant_effect = { add_equipment_production = { equipment = { type = infantry_equipment_0 creator = "SER" } requested_factories = 1 progress = 0.1 efficiency = 50} add_equipment_production = { equipment = { type = support_equipment_1 creator = "SER" } requested_factories = 1 progress = 0.1 efficiency = 50} diff --git a/mod/thegreatwar/history/units/TUR_1914.txt b/mod/thegreatwar/history/units/TUR_1914.txt index a7c5e83a1..a6bfc735a 100644 --- a/mod/thegreatwar/history/units/TUR_1914.txt +++ b/mod/thegreatwar/history/units/TUR_1914.txt @@ -99,7 +99,9 @@ fleet = { location=9833 # Istanbul division_template="Piyade Tümeni" start_experience_factor = 0.1 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -107,7 +109,9 @@ fleet = { location=9833 # Istanbul division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -115,15 +119,19 @@ fleet = { location=9833 # Istanbul division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { name = "Istanbul Garnizon" location=9833 # Istanbul division_template="Jandarma Alayı" - start_experience_factor = 0 - } + start_experience_factor = 0.03 + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -131,7 +139,9 @@ fleet = { location = 922 # Kirklareli division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -139,7 +149,9 @@ fleet = { location = 6895 # Corlu division_template="Piyade Tümeni" start_experience_factor = 0.1 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } #division= { @@ -155,7 +167,9 @@ fleet = { location = 3879 # Tekirdag division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -163,7 +177,9 @@ fleet = { location = 849 # Gelibolu division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -171,7 +187,9 @@ fleet = { location = 849 # Gelibolu division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -179,7 +197,9 @@ fleet = { location = 6864 # Canakkale division_template="Jandarma Alayı" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } #division= { @@ -195,7 +215,9 @@ fleet = { location=9833 # Istanbul division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -203,7 +225,9 @@ fleet = { location=9833 # Istanbul division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -211,7 +235,9 @@ fleet = { location = 3879 # Tekirdag division_template="Piyade Tümeni" start_experience_factor = 0.1 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } #division= { @@ -227,7 +253,9 @@ fleet = { location = 4112 # Smyrna division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -235,7 +263,9 @@ fleet = { location = 1005 # Antalya division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -243,7 +273,9 @@ fleet = { location = 1122 # Alanya division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -251,30 +283,38 @@ fleet = { location=9833 # Istanbul division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { name = "26. Piyade Tümeni" location=9833 # Istanbul division_template="Piyade Tümeni" - start_experience_factor = 0 - } + start_experience_factor = 0.01 + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { name = "21. Piyade Tümeni" location = 856 # Eskisehir division_template="Piyade Tümeni" - start_experience_factor = 0 - } + start_experience_factor = 0.01 + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { name = "Samsun Garnizon" location = 6995 # Samsun division_template="Jandarma Alayı" - start_experience_factor = 0 - } + start_experience_factor = 0.01 + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -282,7 +322,9 @@ fleet = { location = 876 # Erzurum division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -290,7 +332,9 @@ fleet = { location = 876 # Erzurum division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -298,15 +342,19 @@ fleet = { location = 9886 # Bayburt division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { name = "Trabzon Garnizon" location=9932 # Trabzon division_template="Jandarma Alayı" - start_experience_factor = 0 - } + start_experience_factor = 0.01 + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -314,7 +362,9 @@ fleet = { location = 876 # Erzurum division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -322,15 +372,19 @@ fleet = { location = 876 # Erzurum division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { name = "32. Piyade Tümeni" location = 876 # Erzurum division_template="Piyade Tümeni" - start_experience_factor = 0 - } + start_experience_factor = 0.01 + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -338,7 +392,9 @@ fleet = { location = 1463 # Van division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { @@ -346,89 +402,105 @@ fleet = { location = 1463 # Van division_template="Piyade Tümeni" start_experience_factor = 0.05 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { name = "34. Piyade Tümeni 'Mus'" location = 11880 # Mus division_template="Piyade Tümeni" - start_experience_factor = 0 - } - + start_experience_factor = 0.01 + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { name = "1. Süvari Tugayı" location = 876 # Erzurum division_template="Süvari Tugayı" - start_experience_factor = 0.1 - } + start_experience_factor = 0.01 + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } + division= { name = "3. Süvari Tugayı" location = 876 # Erzurum division_template="Süvari Tugayı" - start_experience_factor = 0.1 - } + start_experience_factor = 0.01 + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { name = "2. Süvari Tugayı" location = 12376 # Agri division_template="Süvari Tugayı" start_experience_factor = 0.1 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } + division= { name = "4. Süvari Tugayı" location = 12376 # Agri division_template="Süvari Tugayı" start_experience_factor = 0.1 - } + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { name = "23. Piyade Tümeni" location=12473 # Aleppo division_template="Piyade Tümeni" start_experience_factor = 0.05 - } - + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { name = "25. Piyade Tümeni" location = 4088 # Gaza division_template="Piyade Tümeni" start_experience_factor = 0.05 - } - + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { name = "27. Piyade Tümeni" location=792 # Beirut division_template="Piyade Tümeni" - start_experience_factor = 0 - } - + start_experience_factor = 0.01 + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } division= { name = "Kudüs Garnizon" location=1086 # Jerusalem division_template="Jandarma Alayı" - start_experience_factor = 0 - # start_equipment_factor = 0.3 - # start_manpower_factor = 0.3 - } + start_experience_factor = 0.01 + start_equipment_factor = 0.3 + start_manpower_factor = 0.3 + } } + air_wings = { 341 = { # Constantinople - ww1_fighter_equipment_1 = { owner = "TUR" amount = 12 } + ww1_fighter_equipment_1 = { owner = "TUR" amount = 14 } } } -instant_effect = { -add_equipment_production = { equipment = { type = infantry_equipment_1 creator = "TUR" } requested_factories = 1 progress = 0.1 efficiency = 50} - -add_equipment_production = { equipment = { type = support_equipment_1 creator = "TUR" } requested_factories = 1 progress = 0.1 efficiency = 50} -add_equipment_production = { equipment = { type = light_field_gun_equipment_1 creator = "TUR" } requested_factories = 1 progress = 0.1 efficiency = 50} -add_equipment_production = { equipment = { type = motorized_equipment_0 creator = "TUR" } requested_factories = 1 progress = 0.1 efficiency = 50} - } \ No newline at end of file +instant_effect = { + add_equipment_production = { equipment = { type = infantry_equipment_1 creator = "TUR" } requested_factories = 1 progress = 0.71 efficiency = 50} + add_equipment_production = { equipment = { type = support_equipment_1 creator = "TUR" } requested_factories = 1 progress = 0.71 efficiency = 50} + add_equipment_production = { equipment = { type = light_field_gun_equipment_1 creator = "TUR" } requested_factories = 1 progress = 0.71 efficiency = 50} + add_equipment_production = { equipment = { type = motorized_equipment_0 creator = "TUR" } requested_factories = 1 progress = 0.71 efficiency = 50} +} \ No newline at end of file diff --git a/mod/thegreatwar/interface/frontendgamesetupview.gui b/mod/thegreatwar/interface/frontendgamesetupview.gui index 9b86d750f..cd4a5478f 100755 --- a/mod/thegreatwar/interface/frontendgamesetupview.gui +++ b/mod/thegreatwar/interface/frontendgamesetupview.gui @@ -2035,7 +2035,7 @@ guiTypes = { ButtonType = { name = "interesting_countries_button" - position = { x = 40 y = 58 } + position = { x = 40 y = 40 } quadTextureSprite ="GFX_button_261x34" buttonText = "FE_INTERESTING_COUNTRIES" buttonFont = "hoi_20b" @@ -2045,6 +2045,18 @@ guiTypes = { shortcut = "i" } + ButtonType = { + name = "randomize_country_button" + position = { x = 40 y = 75 } + quadTextureSprite ="GFX_button_261x34" + buttonText = "FE_RANDOMIZE_COUNTRY" + buttonFont = "hoi_20b" + Orientation = "UPPER_LEFT" + clicksound = click_default + oversound = ui_menu_over + shortcut = "i" + } + ButtonType = { name = "observer_button" position = { x = 320 y = 49 } @@ -2053,7 +2065,7 @@ guiTypes = { clicksound = click_default oversound = ui_menu_over scale = 0.8 - } + } iconType ={ name ="observer_button_overlay" diff --git a/mod/thegreatwar/interface/texticons.gfx b/mod/thegreatwar/interface/texticons.gfx index 7c467b434..579c5f8a6 100755 --- a/mod/thegreatwar/interface/texticons.gfx +++ b/mod/thegreatwar/interface/texticons.gfx @@ -1292,6 +1292,30 @@ spriteTypes = { legacy_lazy_load = no } + spriteType = { + name = "GFX_puppet_texticon" + texturefile = "gfx/texticons/puppet_texticon.dds" + legacy_lazy_load = no + } + + spriteType = { + name = "GFX_demilitarize_zone_texticon" + texturefile = "gfx/texticons/demilitarize_zone_texticon.dds" + legacy_lazy_load = no + } + + spriteType = { + name = "GFX_dismantle_industry_texticon" + texturefile = "gfx/texticons/dismantle_industry_texticon.dds" + legacy_lazy_load = no + } + + spriteType = { + name = "GFX_dismantle_military_industry_text_icon" + texturefile = "gfx/texticons/dismantle_military_industry_text_icon.dds" + legacy_lazy_load = no + } + spriteType = { name = "GFX_counter_intelligence" texturefile = "gfx/texticons/counter_intelligence.dds" diff --git a/mod/thegreatwar/localisation/replace/ww1_countries_l_english.yml b/mod/thegreatwar/localisation/replace/ww1_countries_l_english.yml index 7a554ca38..5756101de 100644 --- a/mod/thegreatwar/localisation/replace/ww1_countries_l_english.yml +++ b/mod/thegreatwar/localisation/replace/ww1_countries_l_english.yml @@ -52,6 +52,19 @@ BAV_democratic_ADJ:0 "Bavarian" BAV_neutrality_ADJ:0 "Bavarian" BAV_communism_ADJ:0 "Bavarian" + + BEG_neutrality:0 "Mexico" + BEG_neutrality_DEF:0 "Mexico" + BEG_fascism:0 "Synarchist Mexico" + BEG_fascism_DEF:0 "Synarchist Mexico" + BEG_democratic:0 "Mexican Opposition" + BEG_democratic_DEF:0 "The Mexican Opposition" + BEG_communism:0 "Mexican Socialist Republic" + BEG_communism_DEF:0 "The Mexican Socialist Republic" + BEG_fascism_ADJ:0 "Mexican" + BEG_democratic_ADJ:0 "Mexican" + BEG_neutrality_ADJ:0 "Mexican" + BEG_communism_ADJ:0 "Mexican" BOS_democratic:0 "Bosnia and Herzegovina" BOS_democratic_DEF:0 "Bosnia and Herzegovina" diff --git a/mod/thegreatwar/localisation/replace/ww1_parties_l_english.yml b/mod/thegreatwar/localisation/replace/ww1_parties_l_english.yml index b3778e610..562f46ddc 100644 --- a/mod/thegreatwar/localisation/replace/ww1_parties_l_english.yml +++ b/mod/thegreatwar/localisation/replace/ww1_parties_l_english.yml @@ -101,6 +101,11 @@ MEX_neutrality_party:0 "PRM" MEX_neutrality_party_long:0 "Partido de la Revolución Mexicana" + BEG_democratic_party:0 "PAN" + BEG_democratic_party_long:0 "Partido Acción Nacional" + BEG_neutrality_party:0 "PRM" + BEG_neutrality_party_long:0 "Partido de la Revolución Mexicana" + BRA_fascism_party:0 "Integralismo brasileiro" BRA_fascism_party_long:0 "Integralismo brasileiro" BRA_communism_party:0 "PCdoB"