﻿##### Starting Division Templates #####
division_template = {
	name = "Capital Invasion Volunteers"
	priority = 0
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 0 y = 2 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
		militia = { x = 0 y = 2 }
		}
}

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 = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "1st Billy Killbots"
		location = 16248
		division_template = "Security Protectrons"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}