﻿##### Division Templates #####

division_template ={
	name ="French Marines"
	is_locked =yes

	regiments ={
		early_marine ={ x =0 y =0 }
		early_marine ={ x =0 y	= 1 }
		early_marine ={ x =0 y =2 }
	}
	support ={
		cannon_artillery_support ={ x =0 y =0 }
	}
}

division_template ={
	name ="French Fusiliers"
	is_locked =yes

	regiments ={
		line_infantry ={ x =0 y =0 }
		line_infantry ={ x =0 y	= 1 }
	}
}

division_template ={
	name ="African Zouaves"
	is_locked =yes

	regiments ={
		light_infantry ={ x =0 y =0 }
	}
}

division_template ={
	name ="Zouaves"
	is_locked =yes

	regiments ={
		light_infantry ={ x =0 y =0 }
		light_infantry ={ x =0 y	= 1 }
	}
}

division_template ={
	name ="gendarmes a cheval"
	is_locked =yes

	regiments ={
		light_cavalry ={ x =0 y =0 }
	}
}

division_template ={
	name ="Belgian Legion"
	is_locked =yes

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

units ={
	division={
		name ="2e régiment d'infanterie de marine"
		location	= 12810
		division_template ="French Marines"
		start_experience_factor =0.5
		start_equipment_factor =0.87
	}
}

units ={
	division={
		name ="2e chasseurs d'Afrique"
		location	= 12810
		division_template ="African Zouaves"
		start_experience_factor =0.5
		start_equipment_factor =0.87
	}
}

units ={
	division={
		name ="2e régiment de zouaves"
		location	= 12810
		division_template ="Zouaves"
		start_experience_factor =0.5
		start_equipment_factor =0.87
	}
}

units ={
	division={
		name ="Gendarmes à cheval"
		location	= 12810
		division_template ="gendarmes a cheval"
		start_experience_factor =0.5
		start_equipment_factor =0.87
	}
}

units ={
	division={
		name ="Légion belge"
		location	= 12810
		division_template ="Belgian Legion"
		start_experience_factor =0.5
		start_equipment_factor =0.87
	}
}