division_template = {
	name = "Weißer Ritter Sonderkommando"

	regiments = {
		light_infantry = { x = 0 y = 0 }
		light_infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
        infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
	}
}

units = {
	division = {
		name = "White Knights of Florida"
		location = 12752
		division_template = "Weißer Ritter Sonderkommando"
		start_experience_factor = 0.5
		start_equipment_factor = 0.95
	}
	division = {
		name = "White Knights of Tennessee"
		location = 10824
		division_template = "Weißer Ritter Sonderkommando"
		start_experience_factor = 0.5
		start_equipment_factor = 0.80
	}
	division = {
		name = "White Knights of Georgia"
		location = 11975
		division_template = "Weißer Ritter Sonderkommando"
		start_experience_factor = 0.5
		start_equipment_factor = 0.85
	}
    division = {
		name = "White Knights of Alabama"
		location = 7422
		division_template = "Weißer Ritter Sonderkommando"
		start_experience_factor = 0.5
		start_equipment_factor = 0.80
	}
    division = {
		name = "White Knights of Mississippi"
		location = 11717
		division_template = "Weißer Ritter Sonderkommando"
		start_experience_factor = 0.5
		start_equipment_factor = 0.80
	}
}