﻿division_template = {
	name = "Ostlandische Division"
	regiments = {
		infantry = { x = 0 y = 0 }
		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 }
	}
	support = {
		engineer = { x = 0 y = 0}
		recon = { x = 0 y = 1}
	}
}

units = {
	division = {
		name = "1. Ostlandische Division"
		location = 6332
		division_template = "Ostlandische Division"
		start_experience_factor = 0.1
	}
	division = {
		name = "2. Ostlandische Division"
		location = 6375
		division_template = "Ostlandische Division"
		start_experience_factor = 0.1
	}
	division = {
		name = "3. Ostlandische Division"
		location = 266
		division_template = "Ostlandische Division"
		start_experience_factor = 0.1
	}
	division = {
		name = "4. Ostlandische Division"
		location = 6739
		division_template = "Ostlandische Division"
		start_experience_factor = 0.1
	}
	division = {
		name = "5. Ostlandische Division"
		location = 3230
		division_template = "Ostlandische Division"
		start_experience_factor = 0.1
	}
}