﻿division_template = {
	name = "Infantry Division"

	division_names_group = FREN_INF_01
	
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
        infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
	}
	
	support = {
        artillery = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Guard Division"

	division_names_group = FREN_MNT_01
	
	regiments = {
		mountaineers = { x = 0 y = 0 }
		mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 0 y = 2 }
        mountaineers = { x = 1 y = 0 }
		mountaineers = { x = 1 y = 1 }
	}
	support = {
        artillery = { x = 0 y = 0 }
	}
	priority = 2
}

division_template = {
	name = "Cavalry Division"
	
	division_names_group = FREN_CAV_01

	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
        cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
	}
}

units = {

	division= {	
		##name = "$1. Cavalry Division"
		location = 736
		division_template = "Cavalry Division"
		start_experience_factor = 0.15
	}
	
	division= {	
		##name = "$1. Cavalry Division"
		location = 736
		division_template = "Cavalry Division"
		start_experience_factor = 0.15
	}
	
	division= {	
		##name = "$1. Cavalry Division"
		location = 736
		division_template = "Cavalry Division"
		start_experience_factor = 0.15
	}
	
	division= {	
		#name = "$1. Guard Division"
		location = 1411
		division_template = "Guard Division"
		start_experience_factor = 0.2
	}
	
	division= {	
		#name = "$1. Guard Division"
		location = 1411
		division_template = "Guard Division"
		start_experience_factor = 0.2
	}
		
	division= {	
		#name = "$1. Infantry Division"
		location = 3721
		division_template = "Infantry Division"
		start_experience_factor = 0.1
	}
	
	division= {	
		#name = "$1. Infantry Division"
		location = 3721
		division_template = "Infantry Division"
		start_experience_factor = 0.1
	}
	
	division= {	
		#name = "$1. Infantry Division"
		location = 3721
		division_template = "Infantry Division"
		start_experience_factor = 0.1
	}
	
	division= {	
		#name = "$1. Infantry Division"
		location = 4872
		division_template = "Infantry Division"
		start_experience_factor = 0.1
	}
	
	division= {	
		#name = "$1. Infantry Division"
		location = 4872
		division_template = "Infantry Division"
		start_experience_factor = 0.1
	}
	
	division= {	
		#name = "$1. Infantry Division"
		location = 4872
		division_template = "Infantry Division"
		start_experience_factor = 0.1
	}
	
	division= {	
		#name = "$1. Infantry Division"
		location = 10611
		division_template = "Infantry Division"
		start_experience_factor = 0.1
	}
	
	division= {	
		#name = "$1. Infantry Division"
		location = 10611
		division_template = "Infantry Division"
		start_experience_factor = 0.1
	}
	
	division= {	
		#name = "$1. Infantry Division"
		location = 10611
		division_template = "Infantry Division"
		start_experience_factor = 0.1
	}
		
}

instant_effect = {

	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "AQN"
		}
		requested_factories = 1
		progress = 0.1
		efficiency = 50
	}

	add_equipment_production = {
		equipment = {
			type = artillery_equipment_1
			creator = "AQN" 
		}
		requested_factories = 1
		progress = 0.3
		efficiency = 50
	}

}

