mio_policy_navy_welding_specialists = {
	icon = GFX_generic_mio_department_icon_infantry_quality
	allowed = {
		OR ={
			has_mio_equipment_type = capital_ship
			has_mio_equipment_type = screen_ship
			has_mio_equipment_type = submarine
			has_mio_equipment_type = carrier
		}
	}
	available = { has_mio_size > 9}
	production_bonus = {
		same_as_mio = {
			production_cost_factor = 0.05
		}
	}
}

mio_policy_navy_space_efficient_design = {
	icon = GFX_generic_mio_department_icon_anti_air
	allowed = {
		OR ={
			has_mio_equipment_type = capital_ship
			has_mio_equipment_type = screen_ship
			has_mio_equipment_type = submarine
			has_mio_equipment_type = carrier
		}
	}
	available = { has_mio_size > 9}
	equipment_bonus = {
		ship_hull_carrier = {
			carrier_size = 1
		}
		same_as_mio = {
			naval_range = 0.25
		}
	}
}

mio_policy_navy_stable_platforms = {
	icon = GFX_generic_mio_department_icon_infantry_quality
	allowed = {
		OR ={
			has_mio_equipment_type = capital_ship
			has_mio_equipment_type = screen_ship
			has_mio_equipment_type = submarine
			has_mio_equipment_type = carrier
		}
	}
	available = { has_mio_size > 9}
	equipment_bonus = {
		same_as_mio = {
			naval_light_gun_hit_chance_factor = 0.1
			naval_heavy_gun_hit_chance_factor = 0.1
		}
	}
}

mio_policy_navy_great_sea_keeping  = {
	icon = GFX_generic_mio_department_icon_infantry_quality
	allowed = {
		OR ={
			has_mio_equipment_type = capital_ship
			has_mio_equipment_type = screen_ship
			has_mio_equipment_type = submarine
			has_mio_equipment_type = carrier
		}
	}
	available = { has_mio_size > 9}
	equipment_bonus = {
		same_as_mio = {
			naval_weather_penalty_factor = -0.5
		}
	}
}

 	
mio_policy_navy_coastal_battlefleet = {
	icon = GFX_generic_mio_department_icon_infantry_quality
	allowed = {
		OR ={
			has_mio_equipment_type = capital_ship
			has_mio_equipment_type = screen_ship
			has_mio_equipment_type = submarine
			has_mio_equipment_type = carrier
		}
	}
	available = { has_mio_size > 9}
	equipment_bonus = {
		same_as_mio = {
			build_cost_ic = 0.1
			naval_range = -0.25
		}
	}
}
