﻿##### Starting Division Templates #####
division_template = {
	name = "Capital Invasion Volunteers"
	priority = 0
	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 = 0 y = 2 }
		}
	support = {
		anti_tank_company = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Security Protectrons"
	regiments = {
		support_robot = { x = 0 y = 0 }
		support_robot = { x = 0 y = 1 }
		support_robot = { x = 1 y = 0 }
		support_robot = { x = 1 y = 1 }
		support_robot = { x = 2 y = 0 }
		support_robot = { x = 2 y = 1 }
	}
}

##### Starting Army #####
units = {
	division = {
		name = "Screaming Yankees"
		location = 16248
		division_template = "Capital Invasion Volunteers"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "1st Billy Killbots"
		location = 16248
		division_template = "Security Protectrons"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "Atlanta Arsonists"
		location = 16248
		division_template = "Capital Invasion Volunteers"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Billy Killbots"
		location = 16248
		division_template = "Security Protectrons"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "Traitor Tramplers"
		location = 16248
		division_template = "Capital Invasion Volunteers"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "3rd Billy Killbots"
		location = 16248
		division_template = "Security Protectrons"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "Enclave Exterminators"
		location = 16248
		division_template = "Capital Invasion Volunteers"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "4th Billy Killbots"
		location = 16248
		division_template = "Security Protectrons"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "Billy's Boys"
		location = 16248
		division_template = "Capital Invasion Volunteers"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "5th Billy Killbots"
		location = 16248
		division_template = "Security Protectrons"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "Sherman's Slayers"
		location = 16248
		division_template = "Capital Invasion Volunteers"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "6th Billy Killbots"
		location = 16248
		division_template = "Security Protectrons"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
}