focus_tree = {
	id = wia_turkish_focus

	country = {
		factor = 0
		
		modifier = {
			add = 100
			tag = TUR
			has_dlc = "Battle for the Bosporus"
			has_global_flag = tur_bftb_focus_tree
		}
	}
	
	default = no

	continuous_focus_position = { x = 4500 y = 1200 }

	initial_show_position = {
		x = 20
		y = 0
	}

	focus = {
		id = TUR_one_republic_one_party
		icon = GFX_goal_TUR_presidental_seal
		available = {
			has_government = neutrality
		}
		x = 10
		y = 0
		cost = 5
		ai_will_do = {
			base = 10
		}

		completion_reward = {
			add_stability = 0.05
			add_political_power = 75
			add_popularity = { 
				ideology = neutrality
				popularity = 0.05
			}
		}
		search_filters = { FOCUS_FILTER_POLITICAL FOCUS_FILTER_STABILITY }
	}
}