﻿division_template = {
	name = "The Longers"
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
	}
}

division_template = {
	name = "Anti-Acadia Veterans"
    regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 2 y = 0 }
	}
}


units = {
	division = {
		name = "Old Impersonators"
		location = 16458
		division_template = "Anti-Acadia Veterans"
		start_experience_factor = 0.8
		start_equipment_factor = 0.8
	}
	division = {
		name = "New Orleans Impersonators"
		location = 16507
		division_template = "The Longers"
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	division = {
		name = "Southern Impersonators"
		location = 16457
		division_template = "The Longers"
		start_experience_factor = 0.6
		start_equipment_factor = 0.5
	}	
	division = {
		name = "Suburb Impersonators"
		location = 16507
		division_template = "The Longers"
		start_experience_factor = 0.6
		start_equipment_factor = 0.5
	}

	division = {
		name = "Trek Impersonators"
		location = 16517
		division_template = "The Longers"
		start_experience_factor = 0.6
		start_equipment_factor = 0.6
	}

	division = {
		name = "Baton Rouge Impersonators"
		location = 16508
		division_template = "The Longers"
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}	
}

##### Starting Production #####
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = ballistic_equipment_1
			creator = "USA"
		}
		requested_factories = 1
		progress = 0.75
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "USA"
		}
		requested_factories = 1
		progress = 0.75
		efficiency = 100
	}
}
