﻿division_template = {
	name = "Militia Force"
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
	}
}

division_template = {
	name = "White Leg Warband"
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
	}
	support = {
		demolitions_support = { x = 0 y = 0 }
	}
}

units = {
	division = {
		name = "New Atlanta Warband"
		location = 3567
		division_template = "White Leg Warband"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "'Gaihaiwai'"
		location = 8898
		division_template = "White Leg Warband"
		start_experience_factor = 1.0
		start_equipment_factor = 1.0
	}
	division = {
		name = "Chief's Defence"
		location = 3510
		division_template = "White Leg Warband"
		start_experience_factor = 0.3
		start_equipment_factor = 1.0
	}
	division = {
		name = "Northern Warband"
		location = 6377
		division_template = "White Leg Warband"
		start_experience_factor = 0.3
		start_equipment_factor = 1.0
	}
	division = {
		name = "Caliente Warband"
		location = 3410
		division_template = "White Leg Warband"
		start_experience_factor = 0.3
		start_equipment_factor = 1.0
	}
	division = {
        name = "Salt-Upon-Wounds' Warband"
        location = 3512
        division_template = "White Leg Warband"
        start_experience_factor = 1.0
        start_equipment_factor = 1.0
    }
    division = {
        name = "Roan Warband"
        location = 3512
        division_template = "White Leg Warband"
        start_experience_factor = 0.3
        start_equipment_factor = 1.0
    }
    division = {
        name = "Moab Bridgeguard"
        location = 3512
        division_template = "White Leg Warband"
        start_experience_factor = 0.3
        start_equipment_factor = 1.0
    }
    division = {
        name = "Abajo Warband"
        location = 3512
        division_template = "White Leg Warband"
        start_experience_factor = 0.3
        start_equipment_factor = 1.0
    }
    division = {
        name = "Meeker Warband"
        location = 3512
        division_template = "White Leg Warband"
        start_experience_factor = 0.3
        start_equipment_factor = 1.0
    }
    division = {
        name = "Cortez Warband"
        location = 3512
        division_template = "White Leg Warband"
        start_experience_factor = 0.3
        start_equipment_factor = 1.0
    }
    division = {
        name = "Mountain Blade Warband"
        location = 3512
        division_template = "White Leg Warband"
        start_experience_factor = 0.3
        start_equipment_factor = 1.0
    }
}

##### Starting Production #####
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = melee_equipment_2
			creator = "WHT"
		}
		requested_factories = 5
		progress = 0.75
		efficiency = 100
	}
}
