﻿division_template = {
	name = "Vassal's Militias"
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
	}
}

division_template = {
	name = "Knights of the Duke"
    regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 2 y = 0 }
	}
}


units = {
	division = {
		name = "First Knights of the Dukedom"
		location = 16459
		division_template = "Knights of the Duke"
		start_experience_factor = 0.8
		start_equipment_factor = 1.0
	}
	division = {
		name = "Second Knights of the Dukedom"
		location = 16750
		division_template = "Knights of the Duke"
		start_experience_factor = 0.6
		start_equipment_factor = 0.5
	}
	division = {
		name = "Vassal's Militias"
		location = 16449
		division_template = "Vassal's Militias"
		start_experience_factor = 0.4
		start_equipment_factor = 0.4
	}

	division = {
		name = "Vassal's Militias"
		location = 16453
		division_template = "Vassal's Militias"
		start_experience_factor = 0.5
		start_equipment_factor = 0.5
	}
	
}

##### Starting Production #####
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = ballistic_equipment_1
			creator = "USA"
		}
		requested_factories = 1
		progress = 0.75
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "USA"
		}
		requested_factories = 1
		progress = 0.75
		efficiency = 100
	}
}
