﻿division_template = {
	name = "Southern Militia"			#Infantry Division - kek

	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 }
	}
	
	support = {
	}
}

units = {
	division = {
		name = "Dodge City Militia"
		location = 11427
		division_template = "Southern Militia"
		start_experience_factor = 0.1 }
	division = {
		name = "Appleloosa Militia"
		location = 11037
		division_template = "Southern Militia"
		start_experience_factor = 0.3 }
	division = {
		name = "Appleloosian Police"
		location = 11037
		division_template = "Southern Militia"
		start_experience_factor = 0.2 }
	division = {
		name = "Reformed Guards"
		location = 11037
		division_template = "Southern Militia"
		start_experience_factor = 0.1 }
	division = {
		name = "Hoofington Post"
		location = 11581
		division_template = "Southern Militia"
		start_experience_factor = 0.3 }
	division = {
		name = "'Southern Eagles' Divison"
		location = 6703
		division_template = "Southern Militia"
		start_experience_factor = 0.3 }
}