mio_policy_general_ruthless_contracts = {
	icon = GFX_mio_policy_ruthless_contracts
	allowed = { always = yes  }
	available = { has_mio_size > 5}
	organization_modifier = {
		military_industrial_organization_funds_gain = 0.1
	}
}

mio_policy_general_assembly_line_optimisers = {
	icon = GFX_mio_policy_assembly_line_optimisers
	allowed = { 
		OR = {
			has_mio_equipment_type = small_plane_airframe
			has_mio_equipment_type = medium_plane_airframe
			has_mio_equipment_type = large_plane_airframe
			has_mio_equipment_type = small_plane_cas_airframe
			has_mio_equipment_type = small_plane_naval_bomber_airframe
			has_mio_equipment_type = medium_plane_fighter_airframe
			has_mio_equipment_type = medium_plane_scout_plane_airframe
			has_mio_equipment_type = large_plane_maritime_patrol_plane_airframe
			has_mio_equipment_type = armor
			has_mio_equipment_type = motorized
			has_mio_equipment_type = mechanized
			has_mio_equipment_type = anti_tank
			has_mio_equipment_type = flame
			has_mio_equipment_type = anti_air
			has_mio_equipment_type = artillery
			has_mio_equipment_type = rocket
			has_mio_equipment_type = infantry
			has_mio_equipment_type = railway_gun
			has_mio_equipment_type = train
		} 
	}
	available = { has_mio_size > 5}
	production_bonus = {
		same_as_mio = {
			production_efficiency_cap_factor = 0.05
			production_efficiency_gain_factor = 0.05
		}
	}
}

mio_policy_general_vertical_integration = {
	icon = GFX_mio_policy_vertical_integration
	allowed = { always = yes }
	available = { has_mio_size > 5}
	production_bonus = {
		same_as_mio = {
			production_resource_need_factor = -0.1
			production_resource_penalty_factor = 0.1
		}
	}
}

mio_policy_general_mechanical_genius  = {
	icon = GFX_mio_policy_mechanical_genius
	allowed = { always = yes }
	available = { has_mio_size > 5}
	equipment_bonus = {
		same_as_mio = {
			reliability = 0.1
		}
	}
}

mio_policy_general_experimental_development_teams = {
	icon = GFX_mio_policy_experimental_development_teams
	allowed = { always = yes }
	available = { has_mio_size > 5}
	organization_modifier = {
		military_industrial_organization_research_bonus = 0.2
	}
}

