##### Division Templates #####

division_template = {
	name = "Exiled Legion"  	

	division_names_group = USA_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 }
		infantry = { x = 1 y = 2 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
		infantry = { x = 3 y = 0 }
		infantry = { x = 3 y = 1 }
		infantry = { x = 3 y = 2 }
	}
	support = {
		engineer = { x = 0 y = 0 }  
	}
}

division_template = {
	name = "Locally Raised Brigade"  		

	division_names_group = USA_GAR_01

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
	}
	support = {
		engineer = { x = 0 y = 0 }
	}
	priority = 0
}



###### OOB ######
units = {
	### Exiled Legions ###
	division = {
		name = "1st Exiled Legion 'St Longinus'"
		location = 9808
		division_template = "Exiled Legion"
		start_experience_factor = 0.8
		start_equipment_factor = 0.15
	}
	division = {
		name = "2nd Exiled Legion 'Sons of Mars'"
		location = 6855
		division_template = "Exiled Legion"
		start_experience_factor = 0.75
		start_equipment_factor = 0.15
	}
	division = {
		name = "3rd Exiled Legion 'Jupiter'"
		location = 6890
		division_template = "Exiled Legion"
		start_experience_factor = 0.9
		start_equipment_factor = 0.15
	}

	### Locally Raised Brigades ###
	division = {
		name = "Cleveland Volunteers"
		location = 4442
		division_template = "Locally Raised Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.15
	}
	division = {
		name = "Lakefront Militia"
		location = 689
		division_template = "Locally Raised Brigade"
		start_experience_factor = 0.2
		start_equipment_factor = 0.15
	}
	division = {
		name = "Rust Belt Rifles"
		location = 11791
		division_template = "Locally Raised Brigade"
		start_experience_factor = 0.2
		start_equipment_factor = 0.15
	}
	division = {
		name = "Steel City Guard"
		location = 831
		division_template = "Locally Raised Brigade"
		start_experience_factor = 0.2
		start_equipment_factor = 0.15
	}
	division = {
		name = "Ohio Frontier Battalion"
		location = 11890
		division_template = "Locally Raised Brigade"
		start_experience_factor = 0.05
		start_equipment_factor = 0.15
	}
	division = {
		name = "Cuyahoga Watch"
		location = 971
		division_template = "Locally Raised Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.15
	}

	### Repeat brigades with slight name variations to reach 15 ###
	division = {
		name = "Cleveland Volunteers II"
		location = 4442
		division_template = "Locally Raised Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.15
	}
	division = {
		name = "Lakefront Militia II"
		location = 689
		division_template = "Locally Raised Brigade"
		start_experience_factor = 0.2
		start_equipment_factor = 0.15
	}
	division = {
		name = "Rust Belt Rifles II"
		location = 11791
		division_template = "Locally Raised Brigade"
		start_experience_factor = 0.2
		start_equipment_factor = 0.15
	}
	division = {
		name = "Steel City Guard II"
		location = 831
		division_template = "Locally Raised Brigade"
		start_experience_factor = 0.2
		start_equipment_factor = 0.15
	}
	division = {
		name = "Ohio Frontier Battalion II"
		location = 11890
		division_template = "Locally Raised Brigade"
		start_experience_factor = 0.2
		start_equipment_factor = 0.15
	}
	division = {
		name = "Cuyahoga Watch II"
		location = 971
		division_template = "Locally Raised Brigade"
		start_experience_factor = 0.2
		start_equipment_factor = 0.15
	}
}




#########################
## STARTING PRODUCTION ##
#########################
instant_effect = {

	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "LEX"
		}
		requested_factories = 2
		progress = 0.1
		efficiency = 50
	}

	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "LEX"
		}
		requested_factories = 1
		progress = 0.3
		efficiency = 50
	}

}
#####################
