﻿##### Unit Templates #####
	division_template = {
		name = "Wareagles"
		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 = 2 y = 0 }
			infantry = { x = 2 y = 1 }
		}
	}

units = {
	division = {
		name = "Offensive Line"
		location = 20188
		division_template = "Wareagles"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}
	division = {
		name = "Quarterbacks"
		location = 20014
		division_template = "Wareagles"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}
	division = {
		name = "Line Backers"
		location = 20188
		division_template = "Wareagles"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0
	}
	division = {
		name = "Runningbacks"
		location = 20013
		division_template = "Wareagles"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0
	}
		division = {
		name = "Defensive Line"
		location = 20105
		division_template = "Wareagles"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0
	}
}
