﻿division_template = {
	name = "Infantry Regiment"
	
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
	}
	
	support = {
		field_hospital = { x = 0 y = 0 }
	}	
}

division_template = {
	name = "Mechanized Division"
	
	regiments = {
		mechanized = { x = 0 y = 0 }
		light_mechanized = { x = 0 y = 1 }
		motorized = { x = 0 y = 2 }
		light_mechanized = { x = 0 y = 3 }
		mechanized = { x = 1 y = 0 }
		light_mechanized = { x = 1 y = 1 }
		motorized = { x = 1 y = 2 }
		light_mechanized = { x = 1 y = 3 }
		mechanized = { x = 2 y = 0 }
		light_mechanized = { x = 2 y = 1 }
		motorized = { x = 2 y = 2 }
		light_mechanized = { x = 2 y = 3 }
	}
	
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
		field_hospital = { x = 0 y = 2 }
		anti_air = { x = 0 y = 3 }
		recon = { x = 0 y = 4 }
	}
	
	priority = 2
}

division_template = {
	name = "Armor Division"
	
	regiments = {
		modern_armor = { x = 0 y = 0 }
		modern_armor = { x = 0 y = 1 }
		modern_armor = { x = 0 y = 2 }
		modern_armor = { x = 0 y = 3 }
		mechanized = { x = 1 y = 0 }
		mechanized = { x = 1 y = 1 }
		mechanized = { x = 1 y = 2 }
		mechanized = { x = 1 y = 3 }
		motorized = { x = 2 y = 0 }
		motorized = { x = 2 y = 1 }
		motorized = { x = 2 y = 2 }
		motorized = { x = 2 y = 3 }
	}
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
		field_hospital = { x = 0 y = 2 }
		anti_tank = { x = 0 y = 3 }
	}
	
	priority = 2
}

division_template = {
	name = "Infantry Division"
	
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
		artillery_brigade = { x = 0 y = 3 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
		anti_tank_brigade = { x = 1 y = 3 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
		artillery_brigade = { x = 2 y = 3 }
	}
	
	priority = 1
	
	support = {
		recon = { x = 0 y = 0 }
		field_hospital = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Military Police Regiment"
	
	regiments = {
		infantry = { x = 0 y = 0 }
	}
	
	priority = 0
}

division_template = {
	name = "Reserve Brigade"
	
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
	}
	
	priority = 0
}

division_template = {
	name = "Parachute Batallion"
	
	regiments = {
		paratrooper = { x = 0 y = 0 }
		paratrooper = { x = 0 y = 1 }
	}
	
	priority = 2
}

division_template = {
	name = "Armoured Brigade"
	
	regiments = {
		modern_armor = { x = 0 y = 0 }
		motorized = { x = 1 y = 0 }
		motorized = { x = 1 y = 1 }
	}
	
	priority = 2
}

units = {

	division = {
		name = "Canadian Army Command Regiment"
		location = 11585	#Southern Ontario
		division_template = "Infantry Regiment"
		start_experience_factor = 0.3
	}

	division = {
		name = "2nd Canadian Division"
		location = 12205	#Quebec
		division_template = "Infantry Regiment"
		start_experience_factor = 0.3
	}

	division = {
		name = "Governor General's Foot Guards"
		location = 3778	#Southern Ontario
		division_template = "Infantry Regiment"
		start_experience_factor = 0.3
	}

	division = {
		name = "1st Canadian Division"
		location = 3778	#Southern Ontario
		division_template = "Infantry Regiment"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "5th Canadian Division"
		location = 3769		#Saskatchewan
		division_template = "Infantry Regiment"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1st Military Police Regiment"
		location = 3635	#Southern Ontario
		division_template = "Military Police Regiment"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "2nd Military Police Regiment"
		location = 3635	#Southern Ontario
		division_template = "Military Police Regiment"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "4th Canadian Division"
		location = 3635	#Southern Ontario
		division_template = "Armoured Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "3rd Canadian Division"
		location = 12603	#Saskatchewan
		division_template = "Armoured Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1st Canadian Parachute Battalion"
		location = 6630		#Southern Ontario
		division_template = "Parachute Batallion"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Canadian Joint Incident Response Unit"
		location = 4270		#Southern Ontario
		division_template = "Infantry Regiment"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Joint Task Force 2"
		location = 3691	#Quebec
		division_template = "Infantry Regiment"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1st Reserve"
		location = 9583		#Southern Ontario
		division_template = "Reserve Brigade"
		start_experience_factor = 0.3
	}
}

instant_effect = {
	
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "USA"
		}
		requested_factories = 5
		progress = 0.1
		efficiency = 100
		amount = 1000000
	}
	
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "CAN"
		}
		requested_factories = 5
		progress = 0.1
		efficiency = 100
		amount = 1000000
	}
	
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "GER"
		}
		requested_factories = 5
		progress = 0.1
		efficiency = 100
		amount = 1000000
	}
	
}

### Air OOB ###

air_wings = {
	466 = {
		#F/A-18A
		jet_multirole_equipment_3 = {
			owner = "CAN" 
			amount = 36
		}

	}
	470 = {
		#F/A-18A
		jet_multirole_equipment_3 = {
			owner = "CAN" 
			amount = 36
		}

	}
	464 = {
		#CP-140 MPA
		jet_MPA_equipment_3 = {
			owner = "CAN" 
			amount = 10
		}

	}
	740 = {
		#CP-140 MPA
		jet_MPA_equipment_3 = {
			owner = "CAN" 
			amount = 10
		}

	}
}