﻿division_template = {
	name = "Infanterie-Regiment"

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

division_template = {
	name = "Reiter-Regiment"

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

units = {
	division = {
		name = "Großherzoglich Oldenburgisches Infanterie-Regiment"
		location = 241
		division_template = "Infanterie-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "Großherzoglich Oldenburgisches Reiter-Regiment"
		location = 241
		division_template = "Reiter-Regiment"
		start_experience_factor = 0.3
	}
}