﻿##### Unit Templates #####
	division_template = {
		name = "Caravan Guards"
		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 }
		}
		support = {
			logistics_company = { x = 0 y = 0 }
			recon_company = { x = 1 y = 0 }
		}
	}

units = {
	division = {
		name = "Wilmington Guards"
		location = 19473
		division_template = "Caravan Guards"
		start_experience_factor = 0.75
		start_equipment_factor = 1.0
	}
	division = {
		name = "Rookie Caravan Guards"
		location = 19473
		division_template = "Caravan Guards"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}
}

