﻿division_template = {
	name = "Infanteriebrigade"

	regiments = {
		line_infantry = { x = 0 y = 0 }
		line_infantry = { x = 0 y = 1 }
		line_infantry = { x = 1 y = 0 }
		line_infantry = { x = 1 y = 1 }
	}
	support = {
		cannon_artillery_support = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Dragoner-Regiment"

	regiments = {
		dragoon = { x = 0 y = 0 }
		dragoon = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Ulanen-Regiment"

	regiments = {
		uhlans = { x = 0 y = 0}
		uhlans = { x = 0 y = 1}
	}
}

units = {
	division = {
		name = "1. Württembergische Infanteriebrigade"
		location = 519
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	division = {
		name = "2. Württembergische Infanteriebrigade"
		location = 9545
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	division = {
		name = "3. Württembergische Infanteriebrigade"
		location = 3690
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	division = {
		name = "4. Württembergische Infanteriebrigade"
		location = 11486
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	division = {
		name = "1. Württembergisches Reiter-Regiment"
		location = 9655
		division_template = "Dragoner-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "2. Württembergisches Reiter-Regiment"
		location = 11499
		division_template = "Ulanen-Regiment"
		start_experience_factor = 0.3
	}
}

instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_rifle_0
			creator = "WUR"
		}
		requested_factories = 1
		progress = 0.5
		efficiency = 30
	}
}