﻿## Unit Templates #####
division_template = { # Standard Army Units
	name = "Plantation Security"
	is_locked = yes
	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 }
	}
}

##### Starting Units #####
units = {
	division = {
		name = "Patrulla Expedicionaria"
		location = 9820
		division_template = "Plantation Security"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}
	division = {
		name = "Baron's Guard"
		location = 9820
		division_template = "Plantation Security"
		start_experience_factor = 0.7
		start_equipment_factor = 1.0
	}
}
