#####################################
#          Economy Tree           	#
#               Start               #
#####################################

	shared_focus = {
		id = AUS_cisleithanien_development
		icon = GFX_focus_AUH_development_austria
		x = -4
		y = 0
		cost = 7

		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}
		text_icon = AUSTRIA_AUS_focus_style
		available_if_capitulated = no
		ai_will_do = { base = 100 }

		completion_reward = {
			AUS = { country_event = austria_hungary.901 }
			hidden_effect = {
				HUN = { unlock_national_focus = AUS_cisleithanien_development } #Completes focus for Hungary
			}
		}
	}

	shared_focus = {
		id = AUS_industrialization_in_transleithania
		icon = GFX_focus_AUH_industrialization_hungary
		x = 1
		y = 0
		cost = 7

		available = { 
			original_tag = HUN
			is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		} 

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}
		text_icon = AUSTRIA_HUN_focus_style
		available_if_capitulated = no
		ai_will_do = { base = 100 }

		completion_reward = {
			HUN = { country_event = austria_hungary.902 }
			hidden_effect = {
				AUS = { unlock_national_focus = AUS_industrialization_in_transleithania } #Completes focus for Austria
			}
		}
	}

	joint_focus = {
		id = AUS_rapid_industrialization
		icon = GFX_focus_AUS_Maschinenfabrik
		cost = 35
		x = -12
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		available = {
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_RESEARCH
		}

    	completion_reward_joint_originator = {
			add_tech_bonus = {
				bonus = 0.1
    			uses = 1
    			category = mechanical_engineering_tech
			}
    	}
    	completion_reward_joint_member = {
			add_tech_bonus = {
				bonus = 0.05
    			uses = 1
    			category = process_engineering_tech
			}
    	}
		relative_position_id = AUS_cisleithanien_development
		prerequisite = { 
			focus = AUS_cisleithanien_development 
			focus = AUS_industrialization_in_transleithania
		}
	}

	shared_focus = {
		id = AUS_further_investment_in_austrian_lands
		icon = GFX_focus_AUH_further_investments_austrian_land
		cost = 35
		x = -4
		y = 1

		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}
		
		completion_reward = {
			unlock_decision_category_tooltip = AUH_decision_category_cisleithanien_industry
			hidden_effect = {
				HUN = {
					unlock_national_focus = AUS_further_investment_in_austrian_lands
				}
			}
		}
		relative_position_id = AUS_rapid_industrialization
		prerequisite = { focus = AUS_rapid_industrialization }
	}


	shared_focus = {
		id = AUS_build_up_industry_in_galicia
		icon = GFX_goal_AUS_Finish_Galician_Railways
		cost = 35
		x = -8
		y = 1
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			AUS = { country_event = austria_hungary.903 }
			hidden_effect = {
				HUN = {
					complete_national_focus = AUS_further_investment_in_austrian_lands
				}
			}
		}
		relative_position_id = AUS_further_investment_in_austrian_lands
		prerequisite = { focus = AUS_further_investment_in_austrian_lands }
	}

	shared_focus = {
		id = AUS_support_local_industry_and_development_banks
		icon = GFX_Focus_Economy_Prosperity
		cost = 35
		x = -1
		y = 1
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_decison_clear_space_for_new_factories_periphery_regions
			set_country_flag = {
				flag = AUS_periphery_region_investment_count
				value = 0
			}
			hidden_effect = {
				HUN = {
					unlock_national_focus = AUS_support_local_industry_and_development_banks
				}
			}
		}
		relative_position_id = AUS_build_up_industry_in_galicia
		prerequisite = { focus = AUS_build_up_industry_in_galicia }
	}
	shared_focus = {
		id = AUS_expand_salt_and_oil_minning
		icon = GFX_Focus_expand_salt_oil_mining
		cost = 35
		x = 1
		y = 1
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		completion_reward = {
			unlock_decision_tooltip = AUS_decision_clear_space_for_new_mines
			hidden_effect = {
				HUN = {
					unlock_national_focus = AUS_expand_salt_and_oil_minning
				}
			}
		}
		relative_position_id = AUS_build_up_industry_in_galicia
		prerequisite = { focus = AUS_build_up_industry_in_galicia }
	}

	shared_focus = {
		id = AUS_support_zieleniewski_krakow_factory
		icon = GFX_focus_AUH_support_zieleniewski_krakow_factory
		cost = 35
		x = 0
		y = 2
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}
		
		completion_reward = {
			activate_mission = AUS_mission_build_a_krakow_factory
			hidden_effect = {
				HUN = {
					unlock_national_focus = AUS_support_zieleniewski_krakow_factory
				}
			}
		}
		relative_position_id = AUS_build_up_industry_in_galicia
		prerequisite = { focus = AUS_support_local_industry_and_development_banks }
		prerequisite = { focus = AUS_expand_salt_and_oil_minning }
	}

	shared_focus = {
		id = AUS_fight_galician_poverty
		icon = GFX_focus_AUH_fight_galician_poverty
		cost = 35
		x = 0
		y = 3
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_category_tooltip = AUH_decision_category_galician_poverty
			unlock_decision_tooltip = AUS_decision_help_the_polish_peasants
			unlock_decision_tooltip = AUS_decision_support_the_polsih_nobility
			unlock_decision_tooltip = AUS_decision_prop_up_the_region
			hidden_effect = {
				HUN = {
					unlock_national_focus = AUS_fight_galician_poverty
				}
			}
		}
		relative_position_id = AUS_build_up_industry_in_galicia
		prerequisite = { focus = AUS_support_zieleniewski_krakow_factory }
	}
	
	shared_focus = {
		id = AUS_support_industry_in_bohemia
		icon = GFX_goal_AUS_bohemian_investments
		cost = 35
		x = -3
		y = 1
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = {
			base = 50
			modifier = {
				factor = 3
				9 = { industrial_complex > 2
				}
			}
		}
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}
		
		completion_reward = {
			custom_effect_tooltip = AUH_unlocked_czech_decisions_tt
			hidden_effect = {
				HUN = { unlock_national_focus = AUS_support_industry_in_bohemia }
			}
		}
		relative_position_id = AUS_further_investment_in_austrian_lands
		prerequisite = { focus = AUS_further_investment_in_austrian_lands }
	}

	shared_focus = {
		id = AUS_brux_coal_excavation
		icon = GFX_Focus_coal_mines
		cost = 35
		x = -1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_decision_open_coal_mines_in_brux
			hidden_effect = {
				HUN = { unlock_national_focus = AUS_brux_coal_excavation }
			}
		}
		relative_position_id = AUS_support_industry_in_bohemia
		prerequisite = { focus = AUS_support_industry_in_bohemia }
	}

	shared_focus = {
		id = AUS_skoda_works
		icon = GFX_focus_AUH_skoda_works
		cost = 35
		x = -1
		y = 1
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			has_tech = machine_tools_1
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			activate_mission = AUS_mission_improve_skoda_factories
			hidden_effect = {
				HUN = { unlock_national_focus = AUS_skoda_works }
			}
		}
		relative_position_id = AUS_brux_coal_excavation
		prerequisite = { focus = AUS_brux_coal_excavation }
	}

	shared_focus = {
		id = AUS_expand_industrial_agriculture
		icon = GFX_Focus_Agriculture_mechanization
		cost = 35
		x = 1
		y = 1
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_decision_expand_industrial_agriculture
			hidden_effect = {
				HUN = { unlock_national_focus = AUS_expand_industrial_agriculture }
			}
		}
		relative_position_id = AUS_brux_coal_excavation
		prerequisite = { focus = AUS_brux_coal_excavation }
	}

	shared_focus = {
		id = AUS_empires_industrial_heartland
		icon = GFX_focus_AUS_czechrailways
		cost = 35
		x = 1
		y = 1
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_decision_fund_the_bohemia_industry 
			unlock_decision_tooltip = AUS_decision_support_the_bohemian_industrialists
			unlock_decision_tooltip = AUS_decision_help_out_the_farmers_in_bohemia
			unlock_decision_tooltip = AUS_decision_build_mines_in_bohemia
			hidden_effect = {
				HUN = { unlock_national_focus = AUS_empires_industrial_heartland }
			}			
		}
		relative_position_id = AUS_skoda_works
		prerequisite = { focus = AUS_skoda_works }
		prerequisite = { focus = AUS_expand_industrial_agriculture }
	}
	
	shared_focus = {
		id = AUS_electrify_empire
		icon = GFX_focus_AUH_electrify_empire
		cost = 35
		x = 2
		y = 1
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			country_event = austria_hungary.904 
			hidden_effect = {
				HUN = { unlock_national_focus = AUS_electrify_empire }
			}	
			hidden_effect = {
				country_event = { id = austria_hungary.41 days = 365 random_days = 100 }
			}
		}
		relative_position_id = AUS_support_industry_in_bohemia
		prerequisite = { focus = AUS_support_industry_in_bohemia }
		prerequisite = { focus = AUS_subsidize_economy_in_austria }
	}

	shared_focus = {
		id = AUS_kik_innovations
		icon = GFX_Focus_SER_Science_Innovation
		cost = 35
		x = 0
		y = 1
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_RESEARCH
			FOCUS_FILTER_POLITICAL_CHARACTER 
		}

		completion_reward = {
			country_event = austria_hungary.905 
			hidden_effect = {
				HUN = { unlock_national_focus = AUS_kik_innovations }
			}	
		}
		relative_position_id = AUS_electrify_empire
		prerequisite = { focus = AUS_electrify_empire }
	}

	shared_focus = {
		id = AUS_subsidize_economy_in_austria
		icon = GFX_focus_AUH_subsidize_economy_austria
		cost = 35
		x = 2
		y = 1
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_RESEARCH
		}

		completion_reward = {
			add_tech_bonus = {
				bonus = 0.25
    			uses = 2
    			category = construction_tech
			}
			hidden_effect = {
				HUN = { unlock_national_focus = AUS_subsidize_economy_in_austria }
			}	
		}
		relative_position_id = AUS_further_investment_in_austrian_lands
		prerequisite = { focus = AUS_further_investment_in_austrian_lands }
	}

	shared_focus = {
		id = AUS_expand_mining_in_carinthia
		icon = GFX_Focus_SER_Build_Own_Mines
		cost = 35
		x = -1
		y = 1
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_decision_carinthian_coal
			hidden_effect = {
				HUN = { unlock_national_focus = AUS_expand_mining_in_carinthia }
			}
		}
		relative_position_id = AUS_subsidize_economy_in_austria
		prerequisite = { focus = AUS_subsidize_economy_in_austria }
	}

	shared_focus = {
		id = AUS_locomotive_factory_linz
		icon = GFX_goal_focus_AUS_rail_1
		cost = 35
		x = 1
		y = 1
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			activate_mission = AUS_mission_lokomotivfabrik_linz
			hidden_effect = {
				HUN = { unlock_national_focus = AUS_locomotive_factory_linz }
			}
		}
		relative_position_id = AUS_subsidize_economy_in_austria
		prerequisite = { focus = AUS_subsidize_economy_in_austria }
	}

	shared_focus = {
		id = AUS_subsidize_alpine_farmers
		icon = GFX_focus_AUH_subsidize_alpine_farmers
		cost = 35
		x = -1
		y = 1
		
		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_decision_support_the_alpine_farmers_tirol
			unlock_decision_tooltip = AUS_decision_support_the_alpine_farmers_sudtirol
			hidden_effect = {
				HUN = { unlock_national_focus = AUS_subsidize_alpine_farmers }
			}
		}
		relative_position_id = AUS_locomotive_factory_linz
		prerequisite = { focus = AUS_locomotive_factory_linz }
		prerequisite = { focus = AUS_expand_mining_in_carinthia }
	}
	
	shared_focus = {
		id = AUS_breadbasket_of_empire
		icon = GFX_goal_AUS_Hungary_Wheat
		cost = 35
		x = 4
		y = 1

		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}

		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_category_tooltip = AUH_decision_category_breadbasket_of_the_empire
			HUN = {
				country_event = austria_hungary.906
				add_ideas = AUH_idea_breadbasket_of_the_empire
			}
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_breadbasket_of_empire
				}
			}
		}
		relative_position_id = AUS_rapid_industrialization
		prerequisite = { focus = AUS_rapid_industrialization }
	}

	shared_focus = {
		id = AUS_develop_panonian_basin
		icon = GFX_focus_AUH_develop_panonian_basin
		cost = 35
		x = -1
		y = 1
		
		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}
		
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_HUN_decision_develop_the_pannonian_basin_in_northern_hungary
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_develop_panonian_basin
				}
			}
		}
		relative_position_id = AUS_breadbasket_of_empire
		prerequisite = { focus = AUS_breadbasket_of_empire }
	}

	shared_focus = {
		id = AUS_etvss_reforms
		icon = GFX_focus_AUH_eotvoss_reforms
		cost = 35
		x = 0
		y = 1
		
		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}
		
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_POLITICAL_CHARACTER
		}

		completion_reward = {
			HUN = { country_event = { id = austria_hungary.917 } }
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_etvss_reforms
				}
			}
		}
		relative_position_id = AUS_develop_panonian_basin
		prerequisite = { focus = AUS_develop_panonian_basin }
	}

	shared_focus = {
		id = AUS_develop_alfld_and_dunntl
		icon = GFX_focus_AUH_develop_alfold_dunantul
		cost = 35
		x = -1
		y = 1
		
		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}
		
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_HUN_decision_develop_the_pannonian_basin_in_the_alfold
			unlock_decision_tooltip = AUS_HUN_decision_develop_the_pannonian_basin_in_transdanubia
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_develop_alfld_and_dunntl
				}
			}
		}
		relative_position_id = AUS_etvss_reforms
		prerequisite = { focus = AUS_etvss_reforms }
	}

	shared_focus = {
		id = AUS_industrial_capacity_of_gyr
		icon = GFX_focus_AUH_industrial_capacity_gyor
		cost = 35
		x = 1
		y = 1
		
		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}
		
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			activate_mission = AUH_mission_build_a_factory_in_gyor
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_industrial_capacity_of_gyr
				}
			}
		}
		relative_position_id = AUS_etvss_reforms
		prerequisite = { focus = AUS_etvss_reforms }
	}

	shared_focus = {
		id = AUS_continue_in_ganzs_legacy
		icon = GFX_focus_AUH_continue_in_ganzs_legacy
		cost = 35
		x = -1
		y = 1
		
		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			has_tech = machine_tools_1
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}
		
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_POLITICAL_CHARACTER
		}

		completion_reward = {
			country_event = { id = austria_hungary.907 }
			activate_mission = AUH_mission_ganz_legacy
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_continue_in_ganzs_legacy
				}
			}
		}
		relative_position_id = AUS_industrial_capacity_of_gyr
		prerequisite = { focus = AUS_industrial_capacity_of_gyr }
		prerequisite = { focus = AUS_develop_alfld_and_dunntl }
	}

	shared_focus = {
		id = AUS_improve_minority_areas
		icon = GFX_goal_AUS_Future_Habsburg_Italy
		cost = 35
		x = 2
		y = 1
		
		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}
		
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			Internal affairs icon.png 	FOCUS_FILTER_INTERNAL_AFFAIRS 
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_HUN_decison_clear_space_in_minority_areas
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_improve_minority_areas
				}
			}
		}
		relative_position_id = AUS_breadbasket_of_empire
		prerequisite = { focus = AUS_breadbasket_of_empire }
	}
	shared_focus = {
		id = AUS_support_farmers_saving_banks
		icon = GFX_focus_AUS_galician_bank
		cost = 35
		x = -1
		y = 1
		
		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}
		
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_HUN_decison_improve_agriculture_in_minority_areas
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_support_farmers_saving_banks
				}
			}
		}
		relative_position_id = AUS_improve_minority_areas
		prerequisite = { focus = AUS_improve_minority_areas }
	}

	shared_focus = {
		id = AUS_expand_mineral_extraction
		icon = GFX_Focus_Resource_Extraction_Mining
		cost = 35
		x = 1
		y = 1
		
		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}
		
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_HUN_decision_expand_mines_in_carpatia 
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_expand_mineral_extraction
				}
			}
		}
		relative_position_id = AUS_improve_minority_areas
		prerequisite = { focus = AUS_improve_minority_areas }
	}

	shared_focus = {
		id = AUS_subsidize_light_industry
		icon = GFX_Focus_consumer_appliances
		cost = 35
		x = 1
		y = 1
		
		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}
		
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_HUN_decison_improve_industry_in_minority_areas
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_subsidize_light_industry
				}
			}
		}
		relative_position_id = AUS_support_farmers_saving_banks
		prerequisite = { focus = AUS_support_farmers_saving_banks }
		prerequisite = { focus = AUS_expand_mineral_extraction }
	}

	shared_focus = {
		id = AUS_chamber_of_commerce_and_craft_in_zagreb
		icon = GFX_goal_AUH_Croatian_Hungarian_Compromise
		cost = 35
		x = 6
		y = 1
		
		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}
		
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			country_event = austria_hungary.908
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_chamber_of_commerce_and_craft_in_zagreb
				}
			}
		}
		relative_position_id = AUS_breadbasket_of_empire
		prerequisite = { focus = AUS_breadbasket_of_empire }
	}

	shared_focus = {
		id = AUS_modernise_fiume
		icon = GFX_focus_AUH_develop_fiume
		cost = 35
		x = 1
		y = 1
		
		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}
		
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_HUN_decision_modernise_ports_in_fiume
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_modernise_fiume
				}
			}
		}
		relative_position_id = AUS_chamber_of_commerce_and_craft_in_zagreb
		prerequisite = { focus = AUS_chamber_of_commerce_and_craft_in_zagreb }
	}

	shared_focus = {
		id = AUS_dalmatian_urban_expansion
		icon = GFX_focus_AUH_dalmatian_urban_expansion
		cost = 35
		x = -1
		y = 1
		
		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}
		
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			unlock_decision_tooltip = AUS_HUN_decision_help_expand_urbanisation_in_dalmatia
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_dalmatian_urban_expansion
				}
			}
		}
		relative_position_id = AUS_chamber_of_commerce_and_craft_in_zagreb
		prerequisite = { focus = AUS_chamber_of_commerce_and_craft_in_zagreb }
	}

	shared_focus = {
		id = AUS_telecomunication_network_in_croatian_lands
		icon = GFX_focus_generic_radio_telegraph
		cost = 35
		x = -1
		y = 1
		
		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}
		
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			activate_mission = AUH_mission_build_telecommunication_network_in_croatia
			hidden_effect = {
				AUS = {
					unlock_national_focus = AUS_telecomunication_network_in_croatian_lands
				}
			}
		}
		relative_position_id = AUS_modernise_fiume
		prerequisite = { focus = AUS_modernise_fiume }
		prerequisite = { focus = AUS_dalmatian_urban_expansion }
	}

	joint_focus = {
		id = AUS_expand_education_system
		icon = GFX_Focus_SAX_Uni_Leipzig
		cost = 35
		x = 2
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		available = {
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_RESEARCH 
			FOCUS_FILTER_INTERNAL_AFFAIRS 
		}

		completion_reward = {
			country_event  = {id = austria_hungary.909 }
			unlock_decision_category_tooltip = AUH_decision_category_educate_the_empire
		}
		completion_reward_joint_originator = {
			ROOT = {
				add_to_tech_sharing_group = austro_hungarian_research_group
			}
    	}
    	completion_reward_joint_member = {
			ROOT = {
				add_to_tech_sharing_group = austro_hungarian_research_group
			}
    	}
		relative_position_id = AUS_cisleithanien_development
		prerequisite = { focus = AUS_cisleithanien_development }
		prerequisite = { focus = AUS_industrialization_in_transleithania }
	}

	joint_focus = {
		id = AUS_found_new_universities
		icon = GFX_goal_Focus_RUS_universities
		cost = 35
		x = -1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_RESEARCH 
		}

		available = {
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		completion_reward = {
			country_event  = { id = austria_hungary.910 }
			unlock_decision_tooltip = AUS_HUN_decision_fund_universities
			hidden_effect = {
				AUS = {
					set_country_flag = {
						flag = AUH_founding_universities
						value = 0
					}
				}
				HUN = {
					set_country_flag = {
						flag = AUH_founding_universities
						value = 0
					}
				}
			}
		}
		relative_position_id = AUS_expand_education_system
		prerequisite = { focus = AUS_expand_education_system }
	}

	joint_focus = {
		id = AUS_new_tech_high_schools
		icon = GFX_Focus_Elementary_School_0
		cost = 35
		x = 1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }

		available = {
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_RESEARCH 
		}

		completion_reward = {
			country_event  = { id = austria_hungary.911 }
		}

    	completion_reward_joint_originator = {
			add_tech_bonus = {
				bonus = 0.1
    			uses = 1
    			category = mechanical_engineering_tech
			}
    	}
    	completion_reward_joint_member = {
			add_tech_bonus = {
				bonus = 0.05
    			uses = 1
    			category = mechanical_engineering_tech
			}
    	}
		relative_position_id = AUS_expand_education_system
		prerequisite = { focus = AUS_expand_education_system }
	}

	joint_focus = {
		id = AUS_national_education_act
		icon = GFX_Focus_republican_cathechism
		cost = 35
		x = 1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_RESEARCH 
			FOCUS_FILTER_INTERNAL_AFFAIRS 
		}

		available = {
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		completion_reward = {
			if = {
				limit = {
					has_idea = research_spending_level_1
				}
				swap_ideas = { remove_idea = research_spending_level_1 add_idea = research_spending_level_2 }
			}
			else_if = {
				limit = {
					has_idea = research_spending_level_2
				}
				swap_ideas = { remove_idea = research_spending_level_2 add_idea = research_spending_level_3 }
			}
			else_if = {
				limit = {
					has_idea = research_spending_level_3
				}
				swap_ideas = { remove_idea = research_spending_level_3 add_idea = research_spending_level_4 }
			}
			else_if = {
				limit = {
					has_idea = research_spending_level_4
				}
				swap_ideas = { remove_idea = research_spending_level_4 add_idea = research_spending_level_5 }
			}
		}
		relative_position_id = AUS_found_new_universities
		prerequisite = { focus = AUS_found_new_universities }
		prerequisite = { focus = AUS_new_tech_high_schools }
	}

	joint_focus = {
		id = AUS_new_school_of_economics
		icon = GFX_Focus_Academie_beaux_arts
		cost = 35
		x = -1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_RESEARCH 
		}

		available = {
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		completion_reward = {
			country_event  = { id = austria_hungary.913 }
		}

		relative_position_id = AUS_national_education_act
		prerequisite = { focus = AUS_national_education_act }
	}
	joint_focus = {
		id = AUS_found_austro__hungarian_state_bank
		icon = GFX_goal_focus_RUS_state_bank
		cost = 35
		x = 1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_RESEARCH 
			FOCUS_FILTER_INTERNAL_AFFAIRS 
		}

		available = {
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		completion_reward = {
			country_event  = { id = austria_hungary.914 }
		}

		relative_position_id = AUS_national_education_act
		prerequisite = { focus = AUS_national_education_act }
	}

	joint_focus = {
		id = AUS_emperors_finest
		icon = GFX_focus_AUH_emperors_finest
		cost = 35
		x = 1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_RESEARCH 
		}

		available = {
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

    	completion_reward = {
			add_ideas = {
				AUH_idea_emperors_finest
			}
    	}
		relative_position_id = AUS_new_school_of_economics
		prerequisite = { focus = AUS_new_school_of_economics }
		prerequisite = { focus = AUS_found_austro__hungarian_state_bank }
	}

	joint_focus = {
		id = AUS_encourage_trade_and_transport
		icon = GFX_focus_AUH_encourage_trade_transport
		relative_position_id = AUS_industrialization_in_transleithania
		x = 2
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}
		text_icon = AUSTRIA_AUS_HUN_focus_style
		available_if_capitulated = no
		ai_will_do = { base = 100 }

		joint_trigger = { is_austro_hungarian_country = yes }

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_DIPLOMACY
		}

		available = {
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		prerequisite = { focus = AUS_industrialization_in_transleithania }
		
		completion_reward = {
			add_stability = 0.06
			add_popularity = {
				ideology = centrism
				popularity = 0.03
			}
			add_timed_idea = {
				idea = AUH_idea_Global_Trade_1873
				days = 365
			}
			if = {
				limit = { has_idea = free_trade }
				add_political_power = 60
			}
			if = {
				limit = { has_idea = export_focus }
				swap_ideas = {
					remove_idea = export_focus
					add_idea = free_trade
				}
				add_political_power = 25
			}
			if = {
				limit = { has_idea = limited_exports }
				swap_ideas = {
					remove_idea = limited_exports
					add_idea = free_trade
				}
			}
			if = {
				limit = { has_idea = closed_economy }
				swap_ideas = {
					remove_idea = closed_economy
					add_idea = free_trade
				}
				add_political_power = -40
			}
		}

		completion_reward_joint_originator = {
			add_stability = 0.06
			add_popularity = {
				ideology = centrism
				popularity = 0.05
			}
    	}
    	completion_reward_joint_member = {
			add_stability = 0.03
			add_popularity = {
				ideology = centrism
				popularity = 0.03
			}
    	}

	}
	joint_focus = {
		id = AUS_expand_river_transport
		icon = GFX_Focus_River_Navigation
		cost = 35
		x = -1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		available = {
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

    	completion_reward_joint_originator = {
			set_temp_variable = { money_to_gain = 1 }
			add_money_with_tooltip_effect = yes
    	}
    	completion_reward_joint_member = {
			set_temp_variable = { money_to_gain = 0.5 }
			add_money_with_tooltip_effect = yes
    	}
		relative_position_id = AUS_encourage_trade_and_transport
		prerequisite = { focus = AUS_encourage_trade_and_transport }
	}

	joint_focus = {
		id = AUS_expand_danube_canal
		icon = GFX_Focus_expand_canal
		cost = 35
		x = 0
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		
		joint_trigger = { is_austro_hungarian_country = yes }

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		available = {
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

    	completion_reward = {
			unlock_decision_category_tooltip = AUH_decision_category_dam_the_danube
			hidden_effect = {
				AUS = {
					set_country_flag = {
						flag = AUH_river_regulation
						value = 0
					}
				}
				HUN = {
					set_country_flag = {
						flag = AUH_river_regulation
						value = 0
					}
				}
			}
    	}
		relative_position_id = AUS_expand_river_transport
		prerequisite = { focus = AUS_expand_river_transport }
	}

	joint_focus = {
		id = AUS_trade_with_southern_neighbours
		icon = GFX_Focus_economy_trade_europe
		cost = 35
		x = 0
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		
		joint_trigger = { is_austro_hungarian_country = yes }

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_DIPLOMACY
		}

		available = {
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

    	completion_reward = {
			SER = {
				add_opinion_modifier = { target = HUN modifier = medium_increase }
				add_opinion_modifier = { target = AUS modifier = medium_increase }
				country_event = { id = austria_hungary.151 }
			}
			ROM = {
				add_opinion_modifier = { target = HUN modifier = medium_increase }
				add_opinion_modifier = { target = AUS modifier = medium_increase }
				country_event = { id = austria_hungary.151 }
			}
    	}
		relative_position_id = AUS_expand_danube_canal
		prerequisite = { focus = AUS_expand_danube_canal }
	}

	shared_focus = {
		id = AUS_found_stb
		icon = GFX_focus_train
		cost = 35
		x = 1
		y = 1
		ai_will_do = { base = 100 }

		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			AUS = { country_event = { id = austria_hungary.107 } }
		}
		relative_position_id = AUS_encourage_trade_and_transport
		prerequisite = { focus = AUS_encourage_trade_and_transport }
	}
	shared_focus = {
		id = AUS_oderberg_kassa_railroad
		icon = GFX_Focus_transport_prefecture_lines_railway
		cost = 35
		x = 0
		y = 1
		ai_will_do = { base = 100 }

		available = {
			original_tag = AUS
			has_subject = HUN
			NOT = {	
				has_war_with = HUN
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		text_icon = AUSTRIA_AUS_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			country_event = { id = austria_hungary.102 }
		}
		relative_position_id = AUS_found_stb
		prerequisite = { focus = AUS_found_stb }
	}

	shared_focus = {
		id = AUS_create_mv
		icon = GFX_focus_AUH_create_mav
		cost = 35
		x = 4
		y = 1
		ai_will_do = { base = 100 }

		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}

		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			HUN = { country_event = { id = austria_hungary.101 } }
		}
		relative_position_id = AUS_encourage_trade_and_transport
		prerequisite = { focus = AUS_encourage_trade_and_transport }
	}

	shared_focus = {
		id = AUS_baross_reforms
		icon = GFX_focus_AUH_baross_reforms
		cost = 35
		x = -1
		y = 1
		ai_will_do = { base = 100 }

		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}

		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
			FOCUS_FILTER_POLITICAL_CHARACTER
		}

		completion_reward = {
			HUN = { country_event = { id = austria_hungary.916 } }
		}
		relative_position_id = AUS_create_mv
		prerequisite = { focus = AUS_create_mv }
	}
	shared_focus = {
		id = AUS_subsidise_mvag
		icon = GFX_focus_AUH_subsidize_mavag
		cost = 35
		x = 1
		y = 1
		ai_will_do = { base = 100 }

		available = {
        	original_tag = HUN
        	is_subject_of = AUS
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
    	}

		text_icon = AUSTRIA_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		completion_reward = {
			activate_mission = AUH_mission_subsidise_mavag 
		}
		relative_position_id = AUS_create_mv
		prerequisite = { focus = AUS_create_mv }
	}

	joint_focus = {
		id = AUS_countryside_railroads
		icon = GFX_Focus_transport_geared_railway
		cost = 35
		x = -1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }

		available = {
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

    	completion_reward = {
			if = {
				limit = { 
					has_idea = road_spending_level_1 
				} 
				swap_ideas = { remove_idea = road_spending_level_1 add_idea = road_spending_level_2 }
			}
			else_if = {
				limit = {
					has_idea = road_spending_level_2
				}
				swap_ideas = { remove_idea = road_spending_level_2 add_idea = road_spending_level_3 } 
			}
			else_if = {
				limit = {
					has_idea = road_spending_level_3
				}
				swap_ideas = { remove_idea = road_spending_level_3 add_idea = road_spending_level_4 } 
			}
			else_if = {
				limit = {
					has_idea = road_spending_level_4
				}
				set_temp_variable = { money_to_gain = 0.5 }
				add_money_with_inflation_included_with_tooltip_effect = yes
			}
    	}

		relative_position_id = AUS_baross_reforms
		prerequisite = { focus = AUS_baross_reforms }
		prerequisite = { focus = AUS_oderberg_kassa_railroad }
	}

	joint_focus = {
		id = AUS_lika_railway
		icon = GFX_Focus_transport_railroad_development
		cost = 35
		x = 1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style

		search_filters = {
			FOCUS_FILTER_INDUSTRY
		}

		available = {
			NOT = { 
				has_global_flag = {
					flag = AUH_lika_plan_denied_flag 
					days > 730
				}
			}
			custom_trigger_tooltip = {
				tooltip = AUH_lika_plan_not_denied_tt
				NOT = { 
					has_global_flag = {
						flag = AUH_lika_plan_denied_flag 
						days > 730
					}
				}
			}
			hidden_trigger = {
				NOT = {
					has_country_flag = AUS_disable_economy_focuses
				}
				NOT = {
					has_dynamic_modifier = { modifier = dynmod_AUS_panic_of_1873 }
				}
			}
		}

    	joint_trigger = { is_austro_hungarian_country = yes }

    	completion_reward = {

    	}

    	completion_reward_joint_originator = {
			if = {
				limit = {
					original_tag = AUS
				}
				AUS = { country_event = austria_hungary.103 }
			}
			else_if = {
				limit = {
					original_tag = HUN
				}

				custom_effect_tooltip = AUH_lika_railways_plan_tt
			}
    	}
    	completion_reward_joint_member = {
			if = {
				limit = {
					original_tag = AUS
				}
				AUS = { country_event = austria_hungary.103 }
			}
			else_if = {
				limit = {
					original_tag = HUN
				}

				custom_effect_tooltip = AUH_lika_railways_plan_tt
			}
    	}
		relative_position_id = AUS_baross_reforms
		prerequisite = { focus = AUS_baross_reforms }
		prerequisite = { focus = AUS_subsidise_mvag }
	}



#####################################
#          Military Tree           	#
#               Start               #
#####################################
	shared_focus = {
		id = AUS_dualism_in_army
		icon = GFX_focus_AUH_dualism_army
		x = 1
		y = 7
		cost = 70
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		text_icon = NORDIC_focus_style

		available = {
			OR = {
				AND = {
					original_tag = AUS
					has_subject = HUN
					NOT = {	
						has_war_with = HUN
					}
				}
				AND = {
					original_tag = HUN
        			is_subject_of = AUS
				}
			}
		}


		available_if_capitulated = no
		ai_will_do = { base = 100 }

		completion_reward = {
			add_dynamic_modifier = { modifier = dynmod_AUS_dual_army }
		}
	}
	joint_focus = {
		id = AUS_found_kk_warministry
		icon = GFX_Focus_Army_Leadership
		x = 0
		y = 1
		cost = 70
		search_filters = {
			FOCUS_FILTER_MILITARY
		}
		available_if_capitulated = no
		ai_will_do = { base = 100 }

		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			custom_effect_tooltip = AUS_modify_army_modifier_tt
			add_to_variable = {AUS_HUN_army_egaf = 0.08 tooltip = experience_gain_army_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_egaf
				min = 0
				max = 1
			}
			add_to_variable = {AUS_HUN_army_aof = 0.03 tooltip = army_org_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_aof
				min = 0
				max = 1
			}
    	}

		relative_position_id = AUS_dualism_in_army
		prerequisite = { focus = AUS_dualism_in_army }
	}

	joint_focus = {
		id = AUS_reorganize_landwehr
		icon = GFX_focus_QNG_western_army
		x = -2
		y = 1
		cost = 70
		search_filters = {
			FOCUS_FILTER_MILITARY
		}
		available_if_capitulated = no
		ai_will_do = { base = 100 }
		
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
		completion_reward = {
			unlock_decision_tooltip = AUH_decision_raise_the_landwehr_divisions
		}
		completion_reward_joint_originator = {
			AUS = {
				division_template = {
					name = "Landwehr Division"
					is_locked = yes
					division_cap = 10 
					regiments = {
						light_infantry	= { x = 0 y	= 0 }
						light_infantry	= { x = 0 y	= 1 }
						light_infantry	= { x = 1 y	= 0 }
						light_infantry	= { x = 1 y	= 1 }
					}
					support = {
						cannon_artillery_support = { x = 0 y = 0 }
					}
				}
			}
    	}
		relative_position_id = AUS_found_kk_warministry
		prerequisite = { focus = AUS_found_kk_warministry }
	}

	joint_focus = {
		id = AUS_honvend_formation
		icon = GFX_Focus_Army_Generic_Coalition_Army
		x = 2
		y = 1
		cost = 70
		search_filters = {
			FOCUS_FILTER_MILITARY
		}
		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
		completion_reward = {
			unlock_decision_tooltip = AUH_decision_raise_the_honved_divisions
		}
		completion_reward_joint_originator = {
			HUN = {
				division_template = {
					name = "Honvéd Dandár"
					is_locked = yes
					division_cap = 10 
					regiments = {
						light_infantry	= { x = 0 y	= 0 }
						light_infantry	= { x = 0 y	= 1 }
						light_infantry	= { x = 1 y	= 0 }
						light_infantry	= { x = 1 y	= 1 }
					}
					support = {
						cannon_artillery_support = { x = 0 y = 0 }
					}
				}
			}
    	}
		relative_position_id = AUS_found_kk_warministry
		prerequisite = { focus = AUS_found_kk_warministry }
	}

	joint_focus = {
		id = AUS_reform_conscription
		icon = GFX_goal_AUS_Austrian_Army
		x = 0
		y = 2
		cost = 70
		search_filters = {
			FOCUS_FILTER_MILITARY
		}
		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			custom_effect_tooltip = AUS_modify_army_modifier_tt
			add_to_variable = {AUS_HUN_army_cf = 0.02 tooltip = conscription_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_cf
				min = 0
				max = 1
			}
			add_to_variable = {AUS_HUN_army_ttaf = -0.02 tooltip = training_time_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_ttaf
				min = 0
				max = 1
			}
			add_manpower = 10000
    	}
		relative_position_id = AUS_found_kk_warministry
		prerequisite = { focus = AUS_honvend_formation }
		prerequisite = { focus = AUS_reorganize_landwehr }
	}
	
	####
	# end of Introduction part

	joint_focus = {
		id = AUS_increase_army_budget
		icon = GFX_Focus_Army_Budget
		x = 2
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			custom_effect_tooltip = AUS_increase_army_budget_tt
			hidden_effect = {
				if = {
					limit = {
						has_idea = army_spending_level_1
					}
					swap_ideas = {
    					remove_idea = army_spending_level_1
    					add_idea = army_spending_level_2
					}
				}
				else_if = {
					limit = {
						has_idea = army_spending_level_2
					}
					swap_ideas = {
    					remove_idea = army_spending_level_2
    					add_idea = army_spending_level_3
					}
				}
				else_if = {
					limit = {
						has_idea = army_spending_level_3
					}
					swap_ideas = {
    					remove_idea = army_spending_level_3
    					add_idea = army_spending_level_4
					}
				}
				else_if = {
					limit = {
						has_idea = army_spending_level_4
					}
					swap_ideas = {
    					remove_idea = army_spending_level_4
    					add_idea = army_spending_level_5
					}
				}
			}
    	}
		relative_position_id = AUS_reform_conscription
		prerequisite = { focus = AUS_reform_conscription }
	}
	###
	# modernise army equipment branch
	joint_focus = {
		id = AUS_modernize_army_equipment
		icon = GFX_focus_NOR_kammerloader_modernization
		x = 3
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			add_tech_bonus = {
   				bonus = 0.5
    			uses = 2
    			category = infantry_weapons
			}	
			add_tech_bonus = {
   				bonus = 0.5
    			uses = 1
    			category = artillery
			}	
    	}
		relative_position_id = AUS_increase_army_budget
		prerequisite = { focus = AUS_increase_army_budget }
	}
	joint_focus = {
		id = AUS_contract_domestic_companies_mil
		icon = GFX_goal_focus_prussian_guns
		x = 2
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			add_timed_idea = {
    			idea = AUS_idea_military_company_contracts
    			days = 90
			}
    	}
		relative_position_id = AUS_modernize_army_equipment
		prerequisite = { focus = AUS_modernize_army_equipment }
	}
	joint_focus = {
		id = AUS_skoda_artilleries
		icon = GFX_Goal_military_procurement_focus
		x = -1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			activate_mission = AUH_mission_skoda_artillery
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_coop_steyr
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		relative_position_id = AUS_contract_domestic_companies_mil
		prerequisite = { focus = AUS_contract_domestic_companies_mil }
	}
	joint_focus = {
		id = AUS_coop_steyr
		icon = GFX_generic_snider_rifle
		x = 1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			activate_mission = AUH_mission_cooperation_with_steyr_mannlicher
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		relative_position_id = AUS_contract_domestic_companies_mil
		prerequisite = { focus = AUS_contract_domestic_companies_mil }
	}
	joint_focus = {
		id = AUS_HUN_foregin_arms_purchase
		icon = GFX_Focus_international_investments
		x = -1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			unlock_decision_tooltip = AUH_decision_buy_british_guns
			unlock_decision_tooltip = AUH_decision_buy_french_guns
			unlock_decision_tooltip = AUH_decision_buy_russian_guns
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		relative_position_id = AUS_modernize_army_equipment
		prerequisite = { focus = AUS_modernize_army_equipment }
	}
	###
	# reform officers branch
	joint_focus = {
		id = AUS_reform_officer_ed
		icon = GFX_goal_SWE_officer_reform
		x = -3
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			add_doctrine_cost_reduction = {
				cost_reduction = 0.25
				uses = 2
				category = land_doctrine
			}
    	}
		relative_position_id = AUS_increase_army_budget
		prerequisite = { focus = AUS_increase_army_budget }
	}
	joint_focus = {
		id = AUS_officer_appointment_question
		icon = GFX_focus_AUH_officer_appointment_question
		x = -2
		y = 1
		cost = 7
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward_joint_originator = {
			country_event = austria_hungary.606
    	}
		relative_position_id = AUS_reform_officer_ed
		prerequisite = { focus = AUS_reform_officer_ed }
	}
	joint_focus = {
		id = AUS_officer_appointment_noble
		icon = GFX_Focus_keep_noble_officers
		x = -1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
			OR = {
				AUS = {
					has_country_flag = AUS_HUN_noble_officer_supremecy
				}
				HUN = {
					has_country_flag = AUS_HUN_noble_officer_supremecy
				}
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			custom_effect_tooltip = AUS_modify_army_modifier_tt
			add_to_variable = {AUS_HUN_army_sf = 0.06 tooltip = stability_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_sf
				min = 0
				max = 1
			}
			add_to_variable = {AUS_HUN_army_aof = 0.03 tooltip = army_org_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_aof
				min = 0
				max = 1
			}
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		relative_position_id = AUS_officer_appointment_question
		prerequisite = { focus = AUS_officer_appointment_question }
		mutually_exclusive = {
			focus = AUS_officer_appointment_nonnoble
		}
	}
	joint_focus = {
		id = AUS_officer_appointment_nonnoble
		icon = GFX_Focus_allow_non_noble_officer
		x = 1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
			OR = {
				AUS = {
					has_country_flag = AUS_HUN_allow_nonnoble_appointment
				}
				HUN = {
					has_country_flag = AUS_HUN_allow_nonnoble_appointment
				}
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			custom_effect_tooltip = AUS_modify_army_modifier_tt
			add_to_variable = {AUS_HUN_army_wsf = 0.06 tooltip = war_support_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_wsf
				min = 0
				max = 1
			}
			add_to_variable = {AUS_HUN_army_aof = 0.03 tooltip = army_org_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_aof
				min = 0
				max = 1
			}
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		relative_position_id = AUS_officer_appointment_question
		prerequisite = { focus = AUS_officer_appointment_question }
		mutually_exclusive = {
			focus = AUS_officer_appointment_noble
		}
	}
	joint_focus = {
		id = AUS_found_mil_tech_academies
		icon = GFX_Focus_improve_fortification
		x = 1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			custom_effect_tooltip = AUS_modify_army_modifier_tt
			add_to_variable = {AUS_HUN_army_rsf = 0.03 tooltip = research_speed_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_rsf
				min = 0
				max = 1
			}
    	}
		relative_position_id = AUS_reform_officer_ed
		prerequisite = { focus = AUS_reform_officer_ed }
	}
	joint_focus = {
		id = AUS_talented_officer_fund_ed
		icon = GFX_Focus_Education_Gifted_Students
		x = 3
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			add_timed_idea = {
				idea = AUS_idea_officer_education_fund
    			days = 120
			}
    	}
		relative_position_id = AUS_reform_officer_ed
		prerequisite = { focus = AUS_reform_officer_ed }
	}
	joint_focus = {
		id = AUS_imperial_maneuvers
		icon = GFX_focus_AUH_imperial_manuevers
		x = 1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			unlock_decision_tooltip = AUH_decision_prussian_border_maneuvers
			unlock_decision_tooltip = AUH_decision_russian_border_maneuvers
			unlock_decision_tooltip = AUH_decision_ottoman_border_maneuvers
			if = {
				limit = {
					country_exists = PIE
				}
				unlock_decision_tooltip = AUH_decision_italian_border_maneuvers
			}
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		relative_position_id = AUS_found_mil_tech_academies
		prerequisite = { focus = AUS_talented_officer_fund_ed }
		prerequisite = { focus = AUS_found_mil_tech_academies }
	}
	###
	# athinc batalions branch 
	
	joint_focus = {
		id = AUS_ethnic_battalions
		icon = GFX_focus_AUH_ethnic_battalions
		x = -7
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			country_event = austria_hungary.604
    	}
		relative_position_id = AUS_reform_conscription
		prerequisite = { focus = AUS_reform_conscription }
	}
	joint_focus = {
		id = AUS_mil_slavic
		icon = GFX_focus_AUH_slavic_military
		x = 1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			country_event = austria_hungary.605
    	}
		relative_position_id = AUS_ethnic_battalions
		prerequisite = { focus = AUS_ethnic_battalions }
	}
	joint_focus = {
		id = AUS_ger_hun_commander_dominance
		icon = GFX_focus_AUH_ger_hun_commander_dominance
		x = -1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			add_ideas = {
				AUH_idea_austro_germanic_commander_dominance
			}
    	}
		relative_position_id = AUS_ethnic_battalions
		prerequisite = { focus = AUS_ethnic_battalions }
	}
	
	joint_focus = {
		id = AUS_multi_lan_army
		icon = GFX_focus_AUH_multi_language_mil
		x = 1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			add_ideas = {
				AUS_idea_multi_language_army
			}
			remove_ideas = {
				AUH_idea_austro_germanic_commander_dominance
				AUS_idea_slavic_military
				AUS_idea_multi_language_army_bad
			}
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		relative_position_id = AUS_ger_hun_commander_dominance
		prerequisite = { focus = AUS_ger_hun_commander_dominance }
		prerequisite = { focus = AUS_mil_slavic }
	}
	###
	# start of study our lost war branch
	
	joint_focus = {
		id = AUS_HUN_study_our_lost_war
		icon = GFX_focus_AUH_study_lost_war
		x = -14
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			country_event = austria_hungary.607
    	}
		relative_position_id = AUS_reform_conscription
		prerequisite = { focus = AUS_reform_conscription }
	}
	###
	# start of conservative sub-branch
	joint_focus = {
		id = AUS_HUN_archiduke_albert_conservative_army
		icon = GFX_focus_AUH_albert_conservative_army
		x = -3
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
			FOCUS_FILTER_MILITARY_CHARACTER 
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			activate_advisor = AUS_albrecht_von_teschen_army_chief
    	}
		relative_position_id = AUS_HUN_study_our_lost_war
		prerequisite = { focus = AUS_HUN_study_our_lost_war }
		mutually_exclusive = {
			focus = AUS_HUN_Prince_Rudolf_Liberal_Reform
		}
	}
	joint_focus = {
		id = AUS_HUN_modernize_stoss_taktic
		icon = GFX_Focus_Bayonet_Charge
		x = 0
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			swap_ideas = {
				remove_idea = AUS_idea_stosstaktik
   				add_idea = AUS_idea_stosstaktik_2
			}
			hidden_effect = {
				HUN = {
					add_ideas = {
						AUS_idea_stosstaktik_2
					}
				}
			}
    	}
		relative_position_id = AUS_HUN_archiduke_albert_conservative_army
		prerequisite = { focus = AUS_HUN_archiduke_albert_conservative_army }
	}
	
	joint_focus = {
		id = AUS_HUN_adapt_napolenic_thoughts
		icon = GFX_goal_SWE_infantry_supremacy
		x = 0
		y = 2
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			add_doctrine_cost_reduction = {
				cost_reduction = 0.5
				uses = 1
				category = land_doctrine
			}
    	}
		relative_position_id = AUS_HUN_archiduke_albert_conservative_army
		prerequisite = { focus = AUS_HUN_modernize_stoss_taktic }
	}
	joint_focus = {
		id = AUS_HUN_functional_army
		icon = GFX_focus_AUH_functional_army
		x = 0
		y = 3
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			custom_effect_tooltip = AUS_modify_army_modifier_tt
			add_to_variable = {AUS_HUN_army_ttaf = -0.05 tooltip = training_time_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_ttaf
				min = 0
				max = 1
			}
			add_to_variable = {AUS_HUN_army_icf = 0.05 tooltip = industrial_capacity_factory_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_icf
				min = 0
				max = 1
			}
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		relative_position_id = AUS_HUN_archiduke_albert_conservative_army
		prerequisite = { focus = AUS_HUN_adapt_napolenic_thoughts }
	}
	
	
	joint_focus = {
		id = AUS_HUN_Prince_Rudolf_Liberal_Reform
		icon = GFX_focus_AUH_degenfeld_liberal_army
		x = 3
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
			FOCUS_FILTER_MILITARY_CHARACTER 
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			activate_advisor = AUS_prinz_rudolf_army_chief
    	}
		relative_position_id = AUS_HUN_study_our_lost_war
		prerequisite = { focus = AUS_HUN_study_our_lost_war }
		mutually_exclusive = {
			focus = AUS_HUN_archiduke_albert_conservative_army
		}
	}
	
	joint_focus = {
		id = AUS_HUN_abolish_stoss_taktic
		icon = GFX_Focus_Bayonet_Charge_No
		x = 0
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			remove_ideas = AUS_idea_stosstaktik
			HUN = {
				add_war_support = 0.03
				add_political_power = 30
			}
    	}
		relative_position_id = AUS_HUN_Prince_Rudolf_Liberal_Reform
		prerequisite = { focus = AUS_HUN_Prince_Rudolf_Liberal_Reform }
	}
	joint_focus = {
		id = AUS_HUN_new_generation_new_tactics
		icon = GFX_focus_QNG_reorganise_xiang
		x = 0
		y = 2
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			add_doctrine_cost_reduction = {
				cost_reduction = 0.25
				uses = 1
				category = land_doctrine
			}
    	}
		relative_position_id = AUS_HUN_Prince_Rudolf_Liberal_Reform
		prerequisite = { focus = AUS_HUN_abolish_stoss_taktic }
	}
	joint_focus = {
		id = AUS_HUN_modern_army
		icon = GFX_focus_AUH_modern_army
		x = 0
		y = 3
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			custom_effect_tooltip = AUS_modify_army_modifier_tt
			add_to_variable = {AUS_HUN_army_icf = 0.08 tooltip = industrial_capacity_factory_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_icf
				min = 0
				max = 1
			}
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		relative_position_id = AUS_HUN_Prince_Rudolf_Liberal_Reform
		prerequisite = { focus = AUS_HUN_new_generation_new_tactics }
	}
	###
	# start of shared part of lesson brach
	joint_focus = {
		id = AUS_HUN_Status_of_Artilery
		icon = GFX_focus_denmark_espingole
		x = 0
		y = 2
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			country_event = austria_hungary.608
    	}
		relative_position_id = AUS_HUN_study_our_lost_war
		prerequisite = { 
			focus = AUS_HUN_Prince_Rudolf_Liberal_Reform 
			focus = AUS_HUN_archiduke_albert_conservative_army 
		}
	}
	joint_focus = {
		id = AUS_HUN_napoleonic_legacy
		icon = GFX_Focus_Army_Napoleonic
		x = -1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			if = {
				limit = {
					has_doctrine = victorian_siege_artillery_doctrine # Subdoctrine
				}

				add_mastery = {
					amount = 10
					# FILTERS:
					folder = land
					grand_doctrine = grand_doctrine_victorian_era
					sub_doctrine = victorian_siege_artillery_doctrine
					track = infantry
				}
			}
			else_if = {
				limit = { 
					has_doctrine = victorian_field_artillery_doctrine # Subdoctrine
				}

				add_mastery = {
					amount = 10
					# FILTERS:
					folder = land
					grand_doctrine = grand_doctrine_victorian_era
					sub_doctrine = victorian_field_artillery_doctrine
					track = infantry
				}
			}
    	}
		relative_position_id = AUS_HUN_Status_of_Artilery
		prerequisite = { focus = AUS_HUN_Status_of_Artilery }
	}
	joint_focus = {
		id = AUS_HUN_en_masse_artilery
		icon = GFX_Focus_Army_Generic_Cannon_Artillery_Experiments
		x = 0
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			add_equipment_to_stockpile = {
    			type = howitzer_equipment
    			amount = 750
    			producer = aus
			}
    	}
		relative_position_id = AUS_HUN_napoleonic_legacy
		prerequisite = { focus = AUS_HUN_napoleonic_legacy }
	}
	joint_focus = {
		id = AUS_HUN_fund_haubitzen_research
		icon = GFX_Focus_artillery_innovation
		x = 1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			add_tech_bonus = {
   				bonus = 0.5
    			uses = 1
    			category = artillery
			}	
    	}
		relative_position_id = AUS_HUN_Status_of_Artilery
		prerequisite = { focus = AUS_HUN_Status_of_Artilery }
	}
	joint_focus = {
		id = AUS_HUN_form_reitende_artilleriedivision
		icon = GFX_goal_focus_RUS_new_russian_seige_guns
		x = 0
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			if = {
				limit = { 
					has_doctrine = victorian_field_artillery_doctrine # Subdoctrine
				}

				add_mastery = {
					amount = 10
					# FILTERS:
					folder = land
					grand_doctrine = grand_doctrine_victorian_era
					sub_doctrine = victorian_field_artillery_doctrine
					track = infantry
				}
			}
			add_tech_bonus = {
				bonus = 0.10
				uses = 1
				category = tech_category_cavalry
			}
    	}
		relative_position_id = AUS_HUN_fund_haubitzen_research
		prerequisite = { focus = AUS_HUN_fund_haubitzen_research }
	}
	joint_focus = {
		id = AUS_HUN_form_field_cannon_experts
		icon = GFX_Focus_Weapon_Canon_7
		x = 0
		y = 3
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			custom_effect_tooltip = AUS_modify_army_modifier_tt
			add_to_variable = {AUS_HUN_army_aaaf = 0.05 tooltip = army_artillery_attack_factor }
			clamp_variable = {
				var = AUS_HUN_army_aaaf
				min = 0
				max = 1
			}
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_multi_lan_army
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		relative_position_id = AUS_HUN_Status_of_Artilery
		prerequisite = { focus = AUS_HUN_form_reitende_artilleriedivision }
		prerequisite = { focus = AUS_HUN_en_masse_artilery }
	}
	###
	# start od administrive reorganisation of an army branch
	joint_focus = {
		id = AUS_HUN_adminastrive_reorganisation_of_army
		icon = GFX_focus_AUH_administrative_reorg_army
		x = 11
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}
		
		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			set_country_flag = AUS_HUN_administrative_6_months
			activate_mission = AUH_mission_administrative_reorganization_branch
			unlock_decision_tooltip = AUH_decision_reorganize_military_districts
			unlock_decision_tooltip = AUH_decision_new_military_maps
			custom_effect_tooltip = AUH_adminastrive_reorganisation_of_army_warling_tt

			hidden_effect = {
				AUS = {
					set_country_flag = {
						flag = AUH_administrative_reorganization_of_army_flag
					}
				}
				HUN = {
					set_country_flag = {
						flag = AUH_administrative_reorganization_of_army_flag
					}
				}
			}
    	}
    	completion_reward_joint_originator = {

    	}
    	completion_reward_joint_member = {

    	}
		relative_position_id = AUS_reform_conscription
		prerequisite = { focus = AUS_reform_conscription }
	}
	
	joint_focus = {
		id = AUS_HUN_fortfication_of_empire
		icon = GFX_focus_AUH_fortification_empire
		x = 0
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			has_country_flag = AUS_HUN_administrative_6_months
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			unlock_decision_tooltip = AUH_decision_fortify_galicia
			unlock_decision_tooltip = AUH_decision_fortify_alpine_reigon

			hidden_effect = {
				AUS = {
					set_country_flag = {
						flag = AUH_fortification_of_empire_flag
					}
				}
				HUN = {
					set_country_flag = {
						flag = AUH_fortification_of_empire_flag
					}
				}
			}
    	}
    	completion_reward_joint_originator = {

    	}
    	completion_reward_joint_member = {

    	}
		relative_position_id = AUS_HUN_adminastrive_reorganisation_of_army
		prerequisite = { focus = AUS_HUN_adminastrive_reorganisation_of_army }
	}
	
	#joint_focus = {
	#	id = AUS_HUN_alpine_fortress
	#	icon = GFX_Focus_rudimentary_defences
	#	x = -1
	#	y = 1
	#	cost = 35
	#	search_filters = {
	#		FOCUS_FILTER_MILITARY
	#	}
	#	available_if_capitulated = no
	#	ai_will_do = { base = 100 }
	#			
	#	text_icon = NORDIC_focus_style
	#
	#	joint_trigger = { is_austro_hungarian_country = yes }
    #	completion_reward = {
	#
    #	}
    #	completion_reward_joint_originator = {
	#
    #	}
    #	completion_reward_joint_member = {
	#
    #	}
	#	relative_position_id = AUS_HUN_fortfication_of_empire
	#	prerequisite = { focus = AUS_HUN_fortfication_of_empire }
	#}
	
	#joint_focus = {
	#	id = AUS_HUN_fortify_galicia
	#	icon = GFX_Focus_concrete_fortification
	#	x = 1
	#	y = 1
	#	cost = 35
	#	search_filters = {
	#		FOCUS_FILTER_MILITARY
	#	}
	#	available_if_capitulated = no
	#	ai_will_do = { base = 100 }
	#			
	#	text_icon = NORDIC_focus_style
	#
	#	joint_trigger = { is_austro_hungarian_country = yes }
    #	completion_reward = {
	#
    #	}
    #	completion_reward_joint_originator = {
	#
    #	}
    #	completion_reward_joint_member = {
	#
    #	}
	#	relative_position_id = AUS_HUN_fortfication_of_empire
	#	prerequisite = { focus = AUS_HUN_fortfication_of_empire }
	#}
	joint_focus = {
		id = AUS_HUN_southern_military_bridgehead
		icon = GFX_Focus_Fortify_Coastline
		x = 0
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			has_country_flag = AUS_HUN_administrative_6_months
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			activate_mission = AUH_mission_southern_military_bridgehead
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						has_completed_focus = AUS_HUN_relinquish_fortress_status_from_big_cities
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
    	completion_reward_joint_originator = {

    	}
    	completion_reward_joint_member = {

    	}
		relative_position_id = AUS_HUN_fortfication_of_empire
		prerequisite = { focus = AUS_HUN_fortfication_of_empire }
	}
	
	###
	# military frontiner part of administrative reorganisation
	joint_focus = {
		id = AUS_HUN_abolish_military_frontiner
		icon = GFX_Focus_Abolish_Military_Frontier
		x = 2
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			has_country_flag = AUS_HUN_administrative_6_months
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			unlock_decision_tooltip = AUH_decision_abolish_military_frontiner

			hidden_effect = {
				AUS = {
					set_country_flag = {
						flag = AUH_abolish_military_frontiner_flag
					}
				}
				HUN = {
					set_country_flag = {
						flag = AUH_abolish_military_frontiner_flag
					}
				}
			}
    	}
    	completion_reward_joint_originator = {

    	}
    	completion_reward_joint_member = {

    	}
		relative_position_id = AUS_HUN_adminastrive_reorganisation_of_army
		prerequisite = { focus = AUS_HUN_adminastrive_reorganisation_of_army }
		mutually_exclusive = {
			focus = AUS_HUN_expand_military_frontiner
		}
	}
	joint_focus = {
		id = AUS_HUN_relinquish_fortress_status_from_big_cities
		icon = GFX_Focus_Relinquish_Fortress_Status
		x = 0
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			has_country_flag = AUS_HUN_administrative_6_months
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			country_event = austria_hungary.603
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						has_completed_focus = AUS_HUN_southern_military_bridgehead
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
    	completion_reward_joint_originator = {

    	}
    	completion_reward_joint_member = {

    	}
		relative_position_id = AUS_HUN_abolish_military_frontiner
		prerequisite = { focus = AUS_HUN_abolish_military_frontiner }
	}
	joint_focus = {
		id = AUS_HUN_expand_military_frontiner
		icon = GFX_Focus_Expand_Military_Frontier
		x = 4
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			has_country_flag = AUS_HUN_administrative_6_months
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			unlock_decision_tooltip = AUH_decision_expand_military_frontiner

			hidden_effect = {
				AUS = {
					set_country_flag = {
						flag = AUH_expand_military_frontiner_flag
					}
				}
				HUN = {
					set_country_flag = {
						flag = AUH_expand_military_frontiner_flag
					}
				}
			}
    	}
    	completion_reward_joint_originator = {

    	}
    	completion_reward_joint_member = {

    	}
		relative_position_id = AUS_HUN_adminastrive_reorganisation_of_army
		prerequisite = { focus = AUS_HUN_adminastrive_reorganisation_of_army }
		mutually_exclusive = {
			focus = AUS_HUN_abolish_military_frontiner
		}
	}
	###
	# elite troops branch
	
	joint_focus = {
		id = AUS_HUN_unit_elisation
		icon = GFX_Focus_Army_Generic_Imperial_Army
		x = -22
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			custom_effect_tooltip = AUS_modify_army_modifier_tt
			add_to_variable = {AUS_HUN_army_sfc = 0.10 tooltip = special_forces_cap_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_sfc
				min = 0
				max = 1
			}
    	}
		relative_position_id = AUS_reform_conscription
		prerequisite = { focus = AUS_reform_conscription }
	}
	joint_focus = {
		id = AUS_HUN_alpine_mountainers
		icon = GFX_Focus_Special_Mountain_Training
		x = -1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			set_temp_variable = { money_to_gain = -3 }
			add_money_with_tooltip_effect = yes
			custom_effect_tooltip = AUS_modify_army_modifier_tt
			add_to_variable = {AUS_HUN_army_sfaf = 0.05 tooltip = special_forces_attack_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_sfaf
				min = 0
				max = 1
			}
			add_to_variable = {AUS_HUN_army_sfdf = 0.05 tooltip = special_forces_defence_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_sfdf
				min = 0
				max = 1
			}
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		relative_position_id = AUS_HUN_unit_elisation
		prerequisite = { focus = AUS_HUN_unit_elisation }
		mutually_exclusive = { focus = AUS_HUN_elite_jeagers }
	}
	
	joint_focus = {
		id = AUS_HUN_elite_jeagers
		icon = GFX_Focus_Mountain_Infantry
		x = -3
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
			set_temp_variable = {
				amount_of_money_to_check = 5
			}
			has_specific_amount_of_money_with_inflation_included = yes
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			set_temp_variable = { money_to_gain = -5 }
			add_money_with_tooltip_effect = yes
			custom_effect_tooltip = AUS_modify_army_modifier_tt
			add_to_variable = {AUS_HUN_army_sfaf = 0.08 tooltip = special_forces_attack_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_sfaf
				min = 0
				max = 1
			}
			add_to_variable = {AUS_HUN_army_sfdf = 0.08 tooltip = special_forces_defence_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_sfdf
				min = 0
				max = 1
			}
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_reform_heavy_cavalery
							has_completed_focus = AUS_HUN_expand_hussars
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		relative_position_id = AUS_HUN_unit_elisation
		prerequisite = { focus = AUS_HUN_unit_elisation }
		mutually_exclusive = { focus = AUS_HUN_alpine_mountainers }
	}
	joint_focus = {
		id = AUS_HUN_reform_heavy_cavalery
		icon = GFX_Focus_Army_Cavalry
		x = 1
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }

    	completion_reward = {
			set_temp_variable = { money_to_gain = -2 }
			add_money_with_tooltip_effect = yes
			custom_effect_tooltip = AUS_modify_army_modifier_tt
			add_to_variable = {AUS_HUN_army_cdf = 0.05 tooltip = defence_cavalry_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_cdf
				min = 0
				max = 1
			}
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		
		relative_position_id = AUS_HUN_unit_elisation
		prerequisite = { focus = AUS_HUN_unit_elisation }
		mutually_exclusive = { focus = AUS_HUN_expand_hussars }
	}
	joint_focus = {
		id = AUS_HUN_expand_hussars
		icon = GFX_Focus_Army_Cavalry_Sabers
		x = 3
		y = 1
		cost = 35
		search_filters = {
			FOCUS_FILTER_MILITARY
		}

		available = {
			NOT = {
				has_country_flag = AUS_HUN_administrative_6_months
			}
		}

		available_if_capitulated = no
		ai_will_do = { base = 100 }
				
		text_icon = NORDIC_focus_style

		joint_trigger = { is_austro_hungarian_country = yes }
    	completion_reward = {
			set_temp_variable = { money_to_gain = -2 }
			add_money_with_tooltip_effect = yes
			custom_effect_tooltip = AUS_modify_army_modifier_tt
			add_to_variable = {AUS_HUN_army_caf = 0.05 tooltip = attack_cavalry_factor_tooltip }
			clamp_variable = {
				var = AUS_HUN_army_caf
				min = 0
				max = 1
			}
			if = {
				limit = { # Checks if you can remove the disorganised military NS
					AND = {
						OR = {
							has_completed_focus = AUS_HUN_elite_jeagers
							has_completed_focus = AUS_HUN_alpine_mountainers
						}
						OR = {
							has_completed_focus = AUS_HUN_functional_army
							has_completed_focus = AUS_HUN_modern_army
						}
						has_completed_focus = AUS_HUN_form_field_cannon_experts
						has_completed_focus = AUS_multi_lan_army
						OR = {
							has_completed_focus = AUS_officer_appointment_noble
							has_completed_focus = AUS_officer_appointment_nonnoble
						}
						has_completed_focus = AUS_imperial_maneuvers
						has_completed_focus = AUS_HUN_foregin_arms_purchase
						has_completed_focus = AUS_skoda_artilleries
						has_completed_focus = AUS_coop_steyr
						NOT = {
							has_country_flag = AUS_HUN_administrative_6_months
						}
					}
				}

				remove_ideas = AUS_idea_organisation_of_the_military
			}
    	}
		relative_position_id = AUS_HUN_unit_elisation
		prerequisite = { focus = AUS_HUN_unit_elisation }
		mutually_exclusive = { focus = AUS_HUN_reform_heavy_cavalery }
	}

	######################
	### BOSNIAN CRISIS ###
	######################

	# The Bosnian Crisis
	shared_focus = {
		id = AUS_the_bosnian_crisis
		icon = GFX_Focus_AUH_Bosnian_Crisis
		x = 15
		y = 0
		cost = 0

		available = {
			always = no
		}

		offset = {
			x = 28
			y = 1
			trigger = { 
				original_tag = AUS
			}
		}
		offset = {
			x = 8
			trigger = {
				has_country_leader = {
					character = AUS_karl_von_auersperg
					ruling_only = yes
				}
			}
		}
		offset = {
			x = 8
			trigger = {
				AND = {
					has_country_leader = {
						character = AUS_eduard_von_taaffe
						ruling_only = yes
					}
					has_active_mission  = AUS_mission_eduard_von_taaffe
				}
			}
		}
		offset = {
			x = 7
			trigger = {
				AND = {
					has_country_leader = {
						character = AUS_adolf_von_auersperg
						ruling_only = yes
					}
					has_active_mission  = AUS_mission_adolf_von_auersperg
				}
			}
		}

		offset = {
			x = 12
			trigger = {
				has_country_leader = {
					character = AUS_eduard_von_taaffe
					ruling_only = yes
				}
				has_active_mission = AUS_mission_eduard_von_taaffe_second_term
				NOT = {
					has_country_flag = AUS_eduard_von_taaffe_ahistorical_tree
				}
			}
		}
		offset = {
			x = 8
			trigger = {
				AND = {
					has_country_leader = {
						character = AUS_eduard_von_taaffe
						ruling_only = yes
					}
					has_active_mission  = AUS_mission_eduard_von_taaffe_second_term
					has_country_flag = AUS_eduard_von_taaffe_ahistorical_tree
				}
			}
		}

		offset = {
			x = 8
			trigger = {
				AND = {
					has_country_leader = {
						character = AUS_alfred_jozef_potocki
						ruling_only = yes
					}
					has_active_mission  = AUS_mission_alfred_jozef_potocki
					has_country_flag = AUS_potocki_alt_history_tree
				}
			}
		}

		available = {
			OR = {
				AND = {
					original_tag = AUS
					has_subject = HUN
					NOT = {	
						has_war_with = HUN
					}
				}
				AND = {
					original_tag = HUN
					is_subject_of = AUS
				}
			}
		}

		allow_branch = {
			has_country_flag = AUS_enable_bosnian_tree
		}

		text_icon = AUSTRIA_AUS_HUN_focus_style
		available_if_capitulated = no
		ai_will_do = { base = 100 }

		completion_reward = {
			add_political_power = 30
			add_stability = 0.03
			add_war_support = 0.04
			if = {
				limit = {
					original_tag = AUS
				}

				hidden_effect = {
					HUN = { unlock_national_focus = AUS_the_bosnian_crisis } #Completes focus for Austria
				}
			}
			else = {
				AUS = { unlock_national_focus = AUS_the_bosnian_crisis } #Completes focus for Austria
			}
		}
	}

	# Give The Project Major Funding
	joint_focus = {
		id = AUS_give_the_project_major_funds
		icon = GFX_Focus_SER_Prepare_For_War
		cost = 35
		x = -3
		y = 1
		ai_will_do = {
			base = 10 

			modifier = {
				add = -20
				
				AND = {
					AUS = {
						num_divisions < 50
					}
					HUN = {
						num_divisions < 5
					}
				}
			}
			modifier = {
				add = -15
				
				AND = {
					AUS = {
						num_divisions > 50
						num_divisions < 70
					}
					HUN = {
						num_divisions > 5
						num_divisions < 10
					}
				}
			}
			modifier = {
				add = -10
				
				AND = {
					AUS = {
						num_divisions > 70
						num_divisions < 80
					}
					HUN = {
						num_divisions > 15
						num_divisions < 20
					}
				}
			}
			modifier = {
				add = 20 # Because they would prefer the major funds then
				
				AND = {
					AUS = {
						num_divisions > 80
					}
					HUN = {
						num_divisions > 20
					}
				}
			}

			modifier = {
				add = -30
				
				AND = {
					AUS = {
						set_temp_variable = {
							amount_of_money_to_check = 10
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
					HUN = {
						set_temp_variable = {
							amount_of_money_to_check = 2
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
				}
			}

			modifier = {
				add = -20
				
				AND = {
					AUS = {
						set_temp_variable = {
							amount_of_money_to_check = 10
						}
						has_specific_amount_of_money_with_inflation_included = yes

						set_temp_variable = {
							amount_of_money_to_check = 15
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
					HUN = {
						set_temp_variable = {
							amount_of_money_to_check = 2
						}
						has_specific_amount_of_money_with_inflation_included = yes

						set_temp_variable = {
							amount_of_money_to_check = 5
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
				}
			}

			modifier = {
				add = -10
				
				AND = {
					AUS = {
						set_temp_variable = {
							amount_of_money_to_check = 15
						}
						has_specific_amount_of_money_with_inflation_included = yes

						set_temp_variable = {
							amount_of_money_to_check = 20
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
					HUN = {
						set_temp_variable = {
							amount_of_money_to_check = 5
						}
						has_specific_amount_of_money_with_inflation_included = yes

						set_temp_variable = {
							amount_of_money_to_check = 10
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
				}
			}
			modifier = {
				add = 20 # Because They Would Prefer The Bigger option
				
				AND = {
					AUS = {
						set_temp_variable = {
							amount_of_money_to_check = 20
						}
						has_specific_amount_of_money_with_inflation_included = yes
					}
					HUN = {
						set_temp_variable = {
							amount_of_money_to_check = 10
						}
						has_specific_amount_of_money_with_inflation_included = yes
					}
				}
			}
			modifier = {
				add = 15
				
				is_historical_focus_on = yes
			}
		}
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		cancel = { 
			ROOT = {
				has_country_flag = AUS_cancel_focus_flag
			}
		}

		relative_position_id = AUS_the_bosnian_crisis
		prerequisite = { focus = AUS_the_bosnian_crisis }
		mutually_exclusive = { focus = AUS_give_the_project_limited_funds focus = AUS_we_have_enough_slavs_already }

		select_effect = {
			if = {
				limit = {
					original_tag = AUS
				}

				HUN = { country_event = { id = austria_hungary.203} } 
			}
			else = { AUS = { country_event = { id = austria_hungary.203} } }
		}

		completion_reward = {
			add_ideas = {
				AUS_idea_major_fundings_for_the_operation
			}
		}
		completion_reward_joint_originator = {
			set_temp_variable = { money_to_gain = -5 }
			add_money_with_tooltip_effect = yes
			if = {
				limit = {
					original_tag = AUS
				}

				country_event = { id = austria_hungary.203 days = 30 random = 10}
			}
    	}
    	completion_reward_joint_member = {
			set_temp_variable = { money_to_gain = -3 }
			add_money_with_tooltip_effect = yes
			if = {
				limit = {
					original_tag = AUS
				}

				country_event = { id = austria_hungary.203 days = 30 random = 10}
			}
    	}
	}

	# The Economy Suffers
	joint_focus = {
		id = AUS_the_economy_suffers
		icon = GFX_Focus_economic_crisis
		cost = 0
		x = -1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		available = {
			always = no
		}

		relative_position_id = AUS_give_the_project_major_funds
		prerequisite = { focus = AUS_give_the_project_major_funds }

		completion_reward = {
			add_timed_idea = {
				idea = AUS_idea_crumbling_economy
				days = 180
			}
			hidden_effect = {
				country_event = { id = austria_hungary.204 days = 50 random = 20}
			}
		}
	}

	# A Harsh Fiscal Response
	joint_focus = {
		id = AUS_a_harsh_fiscal_response
		icon = GFX_Focus_Economy_Reforms
		cost = 35
		x = -1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		relative_position_id = AUS_the_economy_suffers
		prerequisite = { focus = AUS_the_economy_suffers }
		mutually_exclusive = { focus = AUS_ignore_the_wrosening_economy }

		completion_reward = {
			set_country_flag = {
				flag = AUS_disable_economy_focuses
				days = 100
				value = 1
			}
		}
		completion_reward_joint_originator = {
			add_stability = -0.05
			add_political_power = -30
			set_temp_variable = { money_to_gain = 1 }
			add_money_with_tooltip_effect = yes
    	}
    	completion_reward_joint_member = {
			add_stability = -0.03
			add_political_power = -15
			set_temp_variable = { money_to_gain = 0.05 }
			add_money_with_tooltip_effect = yes
    	}
	}

	# Ignore The Worsening Economy
	joint_focus = {
		id = AUS_ignore_the_wrosening_economy
		icon = GFX_Focus_Bankruptcy
		cost = 0
		x = 1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		available = {
			always = no
			custom_trigger_tooltip = {
				tooltip = AUS_ignore_worsening_eco_tt
			}
		}

		relative_position_id = AUS_the_economy_suffers
		prerequisite = { focus = AUS_the_economy_suffers }
		mutually_exclusive = { focus = AUS_a_harsh_fiscal_response }

		completion_reward = {
			add_political_power = 30
			add_timed_idea = {
				idea = AUS_idea_bleeding_economy
				days = 180
			}
			hidden_effect = {
				remove_ideas = {
					AUS_idea_crumbling_economy
				}
			}
		}
	}

	# Give The Project Limited Funding
	joint_focus = {
		id = AUS_give_the_project_limited_funds
		icon = GFX_goal_Focus_RUS_interior_ministery
		cost = 20
		x = 0
		y = 1
		ai_will_do = {
			base = 10 

			modifier = {
				add = -10
				
				AND = {
					AUS = {
						num_divisions < 50
					}
					HUN = {
						num_divisions < 5
					}
				}
			}
			modifier = {
				add = 10
				
				AND = {
					AUS = {
						num_divisions > 50
						num_divisions < 70
					}
					HUN = {
						num_divisions > 5
						num_divisions < 10
					}
				}
			}
			modifier = {
				add = 15
				
				AND = {
					AUS = {
						num_divisions > 70
						num_divisions < 80
					}
					HUN = {
						num_divisions > 15
						num_divisions < 20
					}
				}
			}
			modifier = {
				add = -20 # Because they would prefer the major funds then
				
				AND = {
					AUS = {
						num_divisions > 80
					}
					HUN = {
						num_divisions > 20
					}
				}
			}

			modifier = {
				add = -10
				
				AND = {
					AUS = {
						set_temp_variable = {
							amount_of_money_to_check = 10
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
					HUN = {
						set_temp_variable = {
							amount_of_money_to_check = 2
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
				}
			}

			modifier = {
				add = 10
				
				AND = {
					AUS = {
						set_temp_variable = {
							amount_of_money_to_check = 10
						}
						has_specific_amount_of_money_with_inflation_included = yes

						set_temp_variable = {
							amount_of_money_to_check = 15
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
					HUN = {
						set_temp_variable = {
							amount_of_money_to_check = 2
						}
						has_specific_amount_of_money_with_inflation_included = yes

						set_temp_variable = {
							amount_of_money_to_check = 5
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
				}
			}

			modifier = {
				add = 10
				
				AND = {
					AUS = {
						set_temp_variable = {
							amount_of_money_to_check = 15
						}
						has_specific_amount_of_money_with_inflation_included = yes

						set_temp_variable = {
							amount_of_money_to_check = 20
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
					HUN = {
						set_temp_variable = {
							amount_of_money_to_check = 5
						}
						has_specific_amount_of_money_with_inflation_included = yes

						set_temp_variable = {
							amount_of_money_to_check = 10
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
				}
			}
			modifier = {
				add = -20 # Because They Would Prefer The Bigger option
				
				AND = {
					AUS = {
						set_temp_variable = {
							amount_of_money_to_check = 20
						}
						has_specific_amount_of_money_with_inflation_included = yes
					}
					HUN = {
						set_temp_variable = {
							amount_of_money_to_check = 10
						}
						has_specific_amount_of_money_with_inflation_included = yes
					}
				}
			}
			modifier = {
				add = 30
				
				is_historical_focus_on = yes
			}
		}
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		cancel_if_invalid = no
		cancel = { 
			ROOT = {
				has_country_flag = AUS_cancel_focus_flag
			}
		}

		relative_position_id = AUS_the_bosnian_crisis
		prerequisite = { focus = AUS_the_bosnian_crisis }
		mutually_exclusive = { focus = AUS_give_the_project_major_funds focus = AUS_we_have_enough_slavs_already }

		select_effect = {
			if = {
				limit = {
					original_tag = AUS
				}

				HUN = { country_event = { id = austria_hungary.202} } 
			}
			else = { AUS = { country_event = { id = austria_hungary.202} } }
		}

		completion_reward = {
			custom_effect_tooltip = historical_option
			add_stability = -0.03
			add_war_support = 0.02
			AUS = { country_event = { id = austria_hungary.201 days = 20 random = 10 } }
			add_ideas = {
				AUS_idea_limited_fundings_for_the_operation
			}
		}
		completion_reward_joint_originator = {
			set_temp_variable = { money_to_gain = -3 }
			add_money_with_tooltip_effect = yes
    	}
    	completion_reward_joint_member = {
			set_temp_variable = { money_to_gain = -2 }
			add_money_with_tooltip_effect = yes
    	}
	}

	#The Slavs Of The Empire Are Not Happy
	joint_focus = {
		id = AUS_the_slavs_of_the_empire_are_not_happy
		icon = GFX_focus_politics_government_chaos
		cost = 0
		x = 0
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		available = {
			always = no
		}

		relative_position_id = AUS_give_the_project_limited_funds
		prerequisite = { focus = AUS_give_the_project_limited_funds }

		completion_reward = {
			add_stability = -0.05
			add_war_support = -0.03
		}
	}

	#Their Demands Are Unheard
	joint_focus = {
		id = AUS_their_demands_are_unheard
		icon = GFX_Focus_SER_Border_Quarantine_Service
		cost = 15
		x = -1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		available = {
			has_country_flag = AUS_ignore_their_demands
		}

		relative_position_id = AUS_the_slavs_of_the_empire_are_not_happy
		prerequisite = { focus = AUS_the_slavs_of_the_empire_are_not_happy }
		mutually_exclusive = { focus = AUS_try_to_give_them_consessions }

		completion_reward = {
			add_political_power = 30
		}
		completion_reward_joint_originator = {
			if = {
				limit = { original_tag = AUS }

				custom_effect_tooltip = AUS_increase_all_nationalisms_by_five_tt
				hidden_effect = {
					add_to_variable = {
						var = CZE_REVOLT_RISK
						value = 0.05
					}
					clamp_variable = {
						var = CZE_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = CRO_REVOLT_RISK
						value = 0.05
					}
					clamp_variable = {
						var = CRO_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = POL_REVOLT_RISK
						value = 0.05
					}
					clamp_variable = {
						var = POL_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = ITA_UPROAR_RISK
						value = 0.05
					}
					clamp_variable = {
						var = ITA_UPROAR_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = UKR_REVOLT_RISK
						value = 0.05
					}
					clamp_variable = {
						var = UKR_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = ROM_REVOLT_RISK
						value = 0.05
					}
					clamp_variable = {
						var = ROM_REVOLT_RISK
						min = 0
						max = 1
					}
				}
			}
			else = {
				add_stability = -0.08
			}
    	}
    	completion_reward_joint_member = {
			if = {
				limit = { original_tag = AUS }

				custom_effect_tooltip = AUS_increase_all_nationalisms_by_five_tt
				hidden_effect = {
					add_to_variable = {
						var = CZE_REVOLT_RISK
						value = 0.05
					}
					clamp_variable = {
						var = CZE_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = CRO_REVOLT_RISK
						value = 0.05
					}
					clamp_variable = {
						var = CRO_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = POL_REVOLT_RISK
						value = 0.05
					}
					clamp_variable = {
						var = POL_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = ITA_UPROAR_RISK
						value = 0.05
					}
					clamp_variable = {
						var = ITA_UPROAR_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = UKR_REVOLT_RISK
						value = 0.05
					}
					clamp_variable = {
						var = UKR_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = ROM_REVOLT_RISK
						value = 0.05
					}
					clamp_variable = {
						var = ROM_REVOLT_RISK
						min = 0
						max = 1
					}
				}
			}
			else = {
				add_stability = -0.08
			}
    	}
	}

	#Try To Give Them Consessions
	joint_focus = {
		id = AUS_try_to_give_them_consessions
		icon = GFX_Focus_social_reforms
		cost = 25
		x = 1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		relative_position_id = AUS_the_slavs_of_the_empire_are_not_happy
		prerequisite = { focus = AUS_the_slavs_of_the_empire_are_not_happy }
		mutually_exclusive = { focus = AUS_their_demands_are_unheard }

		available = {
			has_country_flag = AUS_give_into_their_demands
		}

		completion_reward = {
			add_stability = 0.02
		}
		completion_reward_joint_originator = {
			if = {
				limit = {
					original_tag = AUS
				}
				unlock_decision_tooltip = AUS_decision_give_the_slavs_bigger_political_representation
			}
			if = {
				limit = { original_tag = AUS }

				custom_effect_tooltip = AUS_decrease_all_nationalisms_by_three_tt
				hidden_effect = {
					add_to_variable = {
						var = CZE_REVOLT_RISK
						value = -0.03
					}
					clamp_variable = {
						var = CZE_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = CRO_REVOLT_RISK
						value = -0.03
					}
					clamp_variable = {
						var = CRO_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = POL_REVOLT_RISK
						value = -0.03
					}
					clamp_variable = {
						var = POL_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = ITA_UPROAR_RISK
						value = -0.03
					}
					clamp_variable = {
						var = ITA_UPROAR_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = UKR_REVOLT_RISK
						value = -0.03
					}
					clamp_variable = {
						var = UKR_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = ROM_REVOLT_RISK
						value = -0.03
					}
					clamp_variable = {
						var = ROM_REVOLT_RISK
						min = 0
						max = 1
					}
				}
			}
			else = {
				add_political_power = -30
			}
    	}
    	completion_reward_joint_member = {
			if = {
				limit = {
					original_tag = AUS
				}
				unlock_decision_tooltip = AUS_decision_give_the_slavs_bigger_political_representation
			}
			if = {
				limit = { original_tag = AUS }

				custom_effect_tooltip = AUS_decrease_all_nationalisms_by_three_tt
				hidden_effect = {
					add_to_variable = {
						var = CZE_REVOLT_RISK
						value = -0.03
					}
					clamp_variable = {
						var = CZE_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = CRO_REVOLT_RISK
						value = -0.03
					}
					clamp_variable = {
						var = CRO_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = POL_REVOLT_RISK
						value = -0.03
					}
					clamp_variable = {
						var = POL_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = ITA_UPROAR_RISK
						value = -0.03
					}
					clamp_variable = {
						var = ITA_UPROAR_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = UKR_REVOLT_RISK
						value = -0.03
					}
					clamp_variable = {
						var = UKR_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = ROM_REVOLT_RISK
						value = -0.03
					}
					clamp_variable = {
						var = ROM_REVOLT_RISK
						min = 0
						max = 1
					}
				}
			}
			else = {
				add_political_power = -30
			}
    	}
	}

	# We Have Enough Slavs Already
	joint_focus = {
		id = AUS_we_have_enough_slavs_already
		icon = GFX_focus_QNG_disband_xiang
		cost = 20
		x = 3
		y = 1
		ai_will_do = {
			base = 10 

			modifier = {
				add = 10
				
				AND = {
					AUS = {
						num_divisions < 50
					}
					HUN = {
						num_divisions < 5
					}
				}
			}
			modifier = {
				add = 10
				
				AND = {
					AUS = {
						set_temp_variable = {
							amount_of_money_to_check = 10
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
					HUN = {
						set_temp_variable = {
							amount_of_money_to_check = 2
						}
						has_specific_amount_of_money_with_inflation_included = no
					}
				}
			}
			modifier = {
				add = -30
				
				is_historical_focus_on = yes
			}
		}
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		relative_position_id = AUS_the_bosnian_crisis
		prerequisite = { focus = AUS_the_bosnian_crisis }
		mutually_exclusive = { focus = AUS_give_the_project_major_funds focus = AUS_give_the_project_limited_funds }

		completion_reward = {
			add_stability = 0.08
			add_war_support = -0.05
			AUS = { country_event = { id = austria_hungary.200 days = 30 random = 10 } }
		}
		completion_reward_joint_originator = {
			set_temp_variable = { money_to_gain = 5 }
			add_money_with_tooltip_effect = yes
    	}
    	completion_reward_joint_member = {
			set_temp_variable = { money_to_gain = 3 }
			add_money_with_tooltip_effect = yes
    	}
	}

	# We Lost The Trust Of The Conservatives
	joint_focus = {
		id = AUS_we_lost_the_conservatives_trust
		icon = GFX_Focus_Lose_Support_Conservatives
		cost = 0
		x = 1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		available = {
			always = no
		}

		relative_position_id = AUS_we_have_enough_slavs_already
		prerequisite = { focus = AUS_we_have_enough_slavs_already }

		completion_reward = {
			add_stability = -0.08
			add_political_power = -80
		}
		completion_reward_joint_originator = {
			if = {
				limit = { original_tag = AUS }

				custom_effect_tooltip = AUS_increase_all_nationalisms_by_ten_tt
				hidden_effect = {
					add_to_variable = {
						var = CZE_REVOLT_RISK
						value = 0.10
					}
					clamp_variable = {
						var = CZE_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = CRO_REVOLT_RISK
						value = 0.10
					}
					clamp_variable = {
						var = CRO_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = POL_REVOLT_RISK
						value = 0.10
					}
					clamp_variable = {
						var = POL_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = ITA_UPROAR_RISK
						value = 0.10
					}
					clamp_variable = {
						var = ITA_UPROAR_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = UKR_REVOLT_RISK
						value = 0.10
					}
					clamp_variable = {
						var = UKR_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = ROM_REVOLT_RISK
						value = 0.10
					}
					clamp_variable = {
						var = ROM_REVOLT_RISK
						min = 0
						max = 1
					}
				}
			}
    	}
    	completion_reward_joint_member = {
			if = {
				limit = { original_tag = AUS }

				custom_effect_tooltip = AUS_increase_all_nationalisms_by_ten_tt
				hidden_effect = {
					add_to_variable = {
						var = HUN_REVOLT_RISK
						value = 0.10
					}
					clamp_variable = {
						var = HUN_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = CZE_REVOLT_RISK
						value = 0.10
					}
					clamp_variable = {
						var = CZE_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = CRO_REVOLT_RISK
						value = 0.10
					}
					clamp_variable = {
						var = CRO_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = POL_REVOLT_RISK
						value = 0.10
					}
					clamp_variable = {
						var = POL_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = ITA_UPROAR_RISK
						value = 0.10
					}
					clamp_variable = {
						var = ITA_UPROAR_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = UKR_REVOLT_RISK
						value = 0.10
					}
					clamp_variable = {
						var = UKR_REVOLT_RISK
						min = 0
						max = 1
					}
					add_to_variable = {
						var = ROM_REVOLT_RISK
						value = 0.10
					}
					clamp_variable = {
						var = ROM_REVOLT_RISK
						min = 0
						max = 1
					}
				}
			}
    	}
	}

	# We Have To Give Them Consessions
	joint_focus = {
		id = AUS_we_have_to_give_them_consessions
		icon = GFX_Focus_Convince_Conservatives
		cost = 30
		x = 0
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		relative_position_id = AUS_we_lost_the_conservatives_trust
		prerequisite = { focus = AUS_we_lost_the_conservatives_trust }

		completion_reward = {
			unlock_decision_tooltip = AUS_decision_help_the_slavs_economically
			unlock_decision_tooltip = AUS_decision_give_the_slavs_bigger_political_representation
		}
	}

	# Bosnia Is Ours!
	joint_focus = {
		id = AUS_bosnia_is_ours
		icon = GFX_Focus_AUH_Bosnia_Ours
		cost = 10
		x = 1
		y = 2
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		available = {
			has_country_flag = AUS_successful_occupation_bosnia_flag 
		}

		relative_position_id = AUS_their_demands_are_unheard
		prerequisite = { focus = AUS_their_demands_are_unheard focus = AUS_try_to_give_them_consessions focus = AUS_ignore_the_wrosening_economy focus = AUS_a_harsh_fiscal_response }

		completion_reward = {
			add_war_support = 0.10
			add_stability = 0.03
			increase_ps_by_one = yes
		}
		completion_reward_joint_originator = {
			AUS = {
				release_autonomy = {
					target = BOS
					autonomy_state = autonomy_condominium
					freedom_level = 0.2
				}
			}
			BOS = {
				BOS_Muhamed_Hadzijamakovic = {
					retire = yes
				}
				BOS_austrian_military_junta = {
					promote_character = yes
				}
				set_cosmetic_tag = BOS_austria_puppet
				set_politics = {
					ruling_party = radical_democracy
				}
			}
			hidden_effect = {
				104 = {
					remove_core_of = BOS
					force_enable_resistance = BOS
					start_resistance = yes
				}
				1207 = {
					remove_core_of = BOS
					force_enable_resistance = BOS
					start_resistance = yes
				}
				1272 = {
					remove_core_of = BOS
					force_enable_resistance = BOS
					start_resistance = yes
				}
				1208 = {
					remove_core_of = BOS
					force_enable_resistance = BOS
					start_resistance = yes
				}
				1205 = {
					remove_core_of = BOS
					force_enable_resistance = BOS
					start_resistance = yes
				}
			}
    	}
	}

	# Set Up A Government Under Hungarian Rule
	joint_focus = {
		id = AUS_hungarian_rule
		icon = GFX_Focus_AUH_Hungarian_Bosnia
		cost = 35
		x = -2
		y = 1
		ai_will_do = {
			factor = 1
			modifier = {
				add = 10
				original_tag = HUN
			}
		}
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		relative_position_id = AUS_bosnia_is_ours
		prerequisite = { focus = AUS_bosnia_is_ours }
		mutually_exclusive = { focus = AUS_austrian_rule focus = AUS_leave_the_martial_law }

		completion_reward = {
			add_political_power = 30
			add_stability = 0.01
		}
		completion_reward_joint_originator = {
			BOS = {
				set_politics = {
					ruling_party = traditional_conservatism
					elections_allowed = no
				}
			}
			BOS_kallay_beni = {
				promote_character = yes
			}
		}
	}

	# Set Up A Government Under Austrian Rule
	joint_focus = {
		id = AUS_austrian_rule
		icon = GFX_Focus_AUH_Austrian_Bosnia
		cost = 35
		x = 0
		y = 1
		ai_will_do = {
			factor = 1

			modifier = {
				add = 10
				is_historical_focus_on = yes
			}
		}
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		relative_position_id = AUS_bosnia_is_ours
		prerequisite = { focus = AUS_bosnia_is_ours }
		mutually_exclusive = { focus = AUS_hungarian_rule focus = AUS_leave_the_martial_law }

		completion_reward = {
			add_political_power = 30
			add_stability = 0.01
		}
		completion_reward_joint_originator = {
			BOS = {
				set_politics = {
					ruling_party = traditional_conservatism
					elections_allowed = no
				}
			}
			BOS_kallay_beni = {
				retire = yes
			}
			BOS_josip_filipovic = {
				promote_character = yes
			}
		}
	}

	# Leave The Martial Law
	joint_focus = {
		id = AUS_leave_the_martial_law
		icon = GFX_Focus_AUH_Military_Bosnia
		cost = 35
		x = 2
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		relative_position_id = AUS_bosnia_is_ours
		prerequisite = { focus = AUS_bosnia_is_ours }
		mutually_exclusive = { focus = AUS_austrian_rule focus = AUS_hungarian_rule }

		completion_reward = {
			add_political_power = 30
			add_stability = 0.01
		}
		completion_reward_joint_originator = {
			BOS = {
				add_ideas = {
					AUS_BOS_idea_the_martial_law_continues
				}
			}
			custom_effect_tooltip = AUS_martial_law_bosnia_tt
			hidden_effect = {
				104 = {
					set_occupation_law = martial_law_occupation
				}
				1207 = {
					set_occupation_law = martial_law_occupation
				}
				1272 = {
					set_occupation_law = martial_law_occupation
				}
				1208 = {
					set_occupation_law = martial_law_occupation
				}
				1205 = {
					set_occupation_law = martial_law_occupation
				}
			}
		}
	}

	# Clamp Down On The Rebelish Factions
	joint_focus = {
		id = AUS_clamp_down_on_rebelish_factions
		icon = GFX_Focus_consolidate_power
		cost = 50
		x = -1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		available = { 
			NOT = { has_active_mission = AUS_mission_administration_of_bosnia }
		}

		relative_position_id = AUS_leave_the_martial_law
		prerequisite = { focus = AUS_leave_the_martial_law focus = AUS_austrian_rule }

		completion_reward = {
			increase_ps_by_one = yes
		}
		completion_reward_joint_originator = {
			BOS = {
				add_stability = 0.05
			}
			custom_effect_tooltip = AUS_decrease_bosnian_resistance_by_five_tt
			hidden_effect = {
				104 = {
					add_resistance = -5
				}
				1207 = {
					add_resistance = -5
				}
				1272 = {
					add_resistance = -5
				}
				1208 = {
					add_resistance = -5
				}
				1205 = {
					add_resistance = -5
				}
			}
		}
	}

	# Decide On The Administrational Questions
	joint_focus = {
		id = AUS_decide_on_administrational_questions
		icon = GFX_Focus_Central_State_Administration
		cost = 20
		x = -1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		relative_position_id = AUS_austrian_rule
		prerequisite = { focus = AUS_hungarian_rule focus = AUS_austrian_rule }

		completion_reward = {
			activate_mission = AUS_mission_administration_of_bosnia
			unlock_decision_category_tooltip = AUH_decision_category_bosnian_administration
		}
	}

	# Divide Bosnia Into Administrative Regions
	joint_focus = {
		id = AUS_divide_bosnia_into_administrative_regions
		icon = GFX_Focus_AUH_Divide_Bosnia
		cost = 30
		x = -1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		relative_position_id = AUS_decide_on_administrational_questions
		prerequisite = { focus = AUS_decide_on_administrational_questions }

		completion_reward = {
			unlock_decision_tooltip = AUS_decision_divide_bosnia_up
		}
	}

	# Establish A Working Education System
	joint_focus = {
		id = AUS_establish_a_working_education_system
		icon = GFX_goal_Focus_RUS_universities
		cost = 30
		x = 1
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		relative_position_id = AUS_decide_on_administrational_questions
		prerequisite = { focus = AUS_decide_on_administrational_questions }

		completion_reward = {
			unlock_decision_tooltip = AUS_decision_educate_the_bosniaks
		}
	}

	# Increase The Literacy In Bosnia
	joint_focus = {
		id = AUS_increase_literacy_in_bosnia
		icon = GFX_Focus_SER_Educate_New_Staff
		cost = 30
		x = 0
		y = 1
		ai_will_do = { base = 100 }
		text_icon = AUSTRIA_AUS_HUN_focus_style
		joint_trigger = { is_austro_hungarian_country = yes }

		relative_position_id = AUS_establish_a_working_education_system
		prerequisite = { focus = AUS_establish_a_working_education_system }

		completion_reward = {
			set_temp_variable = {
				eoanb_prestige_change = 3
			}
			eoanb_change_prestige_score = yes
		}
		completion_reward_joint_originator = {
			BOS = {
				add_timed_idea = {
					idea = AUS_BOS_idea_increasing_literacy
					years = 20
				}
				if = {
					limit = { has_completed_focus = AUS_austrian_rule }
					add_opinion_modifier = { target = AUS modifier = large_increase }
				}
				else = {
					add_opinion_modifier = { target = HUN modifier = large_increase }
				}
			}
		}
	}