#### Templates ####

division_template = {
	name = "Antipartisanen-Aktionsgruppe"	

	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 }
	}

}

division_template = {
	name = "Mobile Reaktionseinheit"	

	regiments = {					
		motorized = { x = 0 y = 0 }	
		motorized = { x = 0 y = 1 }
		motorized = { x = 1 y = 0 }
		motorized = { x = 1 y = 1 }
	}
	support = {
		mot_recon = { x = 0 y = 0 }
    }
}

#### OOB ####

units = {
	division = {
		name = "1st Anti Partisan Unit"
		location = 9642
		division_template = "Antipartisanen-Aktionsgruppe"
	}
	
	division = {
		name = "2nd Anti Partisan Unit"
		location = 9642
		division_template = "Antipartisanen-Aktionsgruppe"
	}
	
	division = {
		name = "3rd Anti Partisan Unit"
		location = 9642
		division_template = "Antipartisanen-Aktionsgruppe"
	}
	
	division = {
		name = "4th Anti Partisan Unit"
		location = 9642
		division_template = "Antipartisanen-Aktionsgruppe"
	}
	
	division = {
		name = "1st Mobile Reaction Unit"
		location = 9642
		division_template = "Mobile Reaktionseinheit"
		start_equipment_factor = 1
	}
	
	division = {
		name = "2nd Mobile Reaction Unit"
		location = 9642
		division_template = "Mobile Reaktionseinheit"
		start_equipment_factor = 1
	}
	
}
