﻿##### Unit Templates #####
division_template = {
	name = "Freestate Militia"
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
		militia = { x = 2 y = 0 }
		militia = { x = 2 y = 1 }
	}
		support = {
		anti_tank_company = { x = 0 y = 0 }
	}
}
	division_template = {
		name = "Freestate Army"
		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 }
		}
		support = {
		anti_tank_company = { x = 0 y = 0 }
	}
	}

units = {
	division = {
		name = "Freestate Army"
		location = 814
		division_template = "Freestate Army"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}
	division = {
		name = "Freestate Army"
		location = 16605
		division_template = "Freestate Army"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}
	division = {
		name = "Freestate Militia"
		location = 16646
		division_template = "Freestate Militia"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0
	}
	division = {
		name = "Freestate Militia"
		location = 16648
		division_template = "Freestate Militia"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0
	}
}
