mio_policy_land_armor_welding_specialists = {
	icon = GFX_generic_mio_department_icon_infantry_quality
	allowed = {
		OR = {
			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 = rocket
		} 	
	}
	available = { has_mio_size > 9}
	equipment_bonus = {
		same_as_mio = {
			armor_value = 0.05
		}
	}
}

mio_policy_land_casting_specialists = {
	icon = GFX_generic_mio_department_icon_anti_air
	allowed = { 
		OR = {
			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 = infantry
		} 
	}
	available = { has_mio_size > 9}
	equipment_bonus = {
		same_as_mio = {
			hardness = 0.025
		}
	}
}

mio_policy_land_heavy_gantry_cranes_land = {
	icon = GFX_generic_mio_department_icon_anti_air
	allowed = { 
		OR = {
			has_mio_equipment_type = armor
			has_mio_equipment_type = mechanized
			has_mio_equipment_type = anti_tank
			has_mio_equipment_type = flame
			has_mio_equipment_type = railway_gun
			has_mio_equipment_type = train
		} 
	 }
	available = { has_mio_size > 9}
	equipment_bonus = {
		heavy_tank_chassis = {
			production_efficiency_cap_factor = 0.05
		}

		train_equipment = {
			production_efficiency_cap_factor = 0.05
		}

		railway_gun_equipment = {
			production_efficiency_cap_factor = 0.05
		}
	}
}

mio_policy_land_factory_applied_camouflage  = {
	icon = GFX_generic_mio_department_icon_anti_air
	allowed = { 
		OR = {
			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
		} 
	 }
	available = { has_mio_size > 9}
	equipment_bonus = {
		same_as_mio = {
			defense = 0.02
			breakthrough = 0.02
		}
	}
}

mio_policy_land_cutting_corners  = {
	icon = GFX_generic_mio_department_icon_anti_air
	allowed = { 
		OR = {
			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
		} 
	 }
	available = { has_mio_size > 9}
	equipment_bonus = {
		same_as_mio = {
			build_cost_ic = -0.1
			reliability = -0.05
			soft_attack = -0.05
			hard_attack = -0.05
			armor_value = -0.05
		}
	}
}