﻿division_template = {
	name = "Mechanized Brigade"
	
	regiments = {
		mechanized = { x = 0 y = 0 }
		motorized = { x = 0 y = 1 }
		motorized = { x = 0 y = 2 }
		motorized = { x = 0 y = 3 }
		motorized = { x = 0 y = 4 }
	}
	
	support = {
		field_hospital = { x = 0 y = 0 }
		engineer = { x = 0 y = 1 }
		artillery = { x = 0 y = 2 }
	}
}

division_template = {
	name = "Alpine Brigade"
	
	regiments = {
		mountaineers = { x = 0 y = 0 }
		mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 0 y = 2 }
		mountaineers = { x = 0 y = 3 }
		cavalry = { x = 1 y = 0 }
		artillery_brigade = { x = 2 y = 0 }
	}
	
	support = {
		engineer = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Cavalry Brigade"
	
	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		cavalry = { x = 0 y = 3 }
		motorized = { x = 1 y = 0 }
	}
	
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Armored Brigade"
	
	regiments = {
		modern_armor = { x = 0 y = 0 }
		modern_armor = { x = 0 y = 1 }
		modern_armor = { x = 0 y = 2 }
	}
	
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
	}
	
	priority = 2
}

division_template = {
	name = "Parachutist Brigade"
	
	regiments = {
		paratrooper = { x = 0 y = 0 }
		paratrooper = { x = 0 y = 1 }
		paratrooper = { x = 0 y = 2 }
		paratrooper = { x = 0 y = 3 }
	}
	
	support = {
		field_hospital = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
		anti_tank = { x = 0 y = 2 }
	}
}

division_template = {
	name = "Army Special Forces Commando"
	
	regiments = {
		mechanized = { x = 0 y = 0 }
		mechanized = { x = 0 y = 1 }
		mechanized = { x = 0 y = 2 }
		mechanized = { x = 0 y = 3 }
	}
	
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
		anti_tank = { x = 0 y = 2 }
		field_hospital = { x = 0 y = 3 }
	}
	
	priority = 2
}

division_template = {
	name = "Infantry Regiment"
	
	regiments = {
		mechanized = { x = 0 y = 0 }
	}
	
	support = {
		artillery = { x = 0 y = 0 }
		engineer = { x = 0 y = 1 }
		field_hospital = { x = 0 y = 2 }
	}
}

division_template = {
	name = "Infantry Brigade"
	
	regiments = {
		mechanized = { x = 0 y = 0 }
		mechanized = { x = 0 y = 1 }
		light_mechanized = { x = 0 y = 2 }
	}
	
	support = {
		artillery = { x = 0 y = 0 }
		engineer = { x = 0 y = 1 }
		field_hospital = { x = 0 y = 2 }
	}
}

division_template = {
	name = "Infantry Division"
	
	regiments = {
		mechanized = { x = 0 y = 0 }
		mechanized = { x = 0 y = 1 }
		mechanized = { x = 0 y = 2 }
		mechanized = { x = 0 y = 3 }
		light_mechanized = { x = 1 y = 0 }
		light_mechanized = { x = 1 y = 1 }
		light_mechanized = { x = 1 y = 2 }
		motorized = { x = 2 y = 0 }
		motorized = { x = 2 y = 1 }
		motorized = { x = 2 y = 2 }
	}
	
	support = {
		artillery = { x = 0 y = 0 }
		engineer = { x = 0 y = 1 }
		anti_tank = { x = 0 y = 2 }
		field_hospital = { x = 0 y = 3 }
	}
}

division_template = {
	name = "Engineer Brigade"
	
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		artillery_brigade = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
	}
	
	support = {
		engineer = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Artillery Brigade"
	
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
		artillery_brigade = { x = 1 y = 0 }
		artillery_brigade = { x = 1 y = 1 }
		artillery_brigade = { x = 1 y = 2 }
	}
	
	support = {
		field_hospital = { x = 0 y = 0 }
		engineer = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Armoured Brigade"
	
	regiments = {
		modern_armor = { x = 0 y = 0 }
		motorized = { x = 1 y = 0 }
		motorized = { x = 1 y = 1 }
		motorized = { x = 1 y = 2 }
	}
	
	support = {
		artillery = { x = 0 y = 0 }
		engineer = { x = 0 y = 1 }
		anti_air = { x = 0 y = 2 }
	}
	
	priority = 2
}

division_template = {
	name = "Armoured Division"
	
	regiments = {
		modern_armor = { x = 0 y = 0 }
		modern_armor = { x = 0 y = 1 }
		motorized = { x = 1 y = 0 }
		motorized = { x = 1 y = 1 }
		motorized = { x = 1 y = 2 }
		motorized = { x = 2 y = 0 }
		motorized = { x = 2 y = 1 }
		motorized = { x = 2 y = 2 }
	}
	
	support = {
		artillery = { x = 0 y = 0 }
		engineer = { x = 0 y = 1 }
		anti_air = { x = 0 y = 2 }
	}
	
	priority = 2
}

division_template = {
	name = "Paratrooper Brigade"
	
	regiments = {
		paratrooper = { x = 0 y = 0 }
		paratrooper = { x = 0 y = 1 }
		paratrooper = { x = 0 y = 2 }
	}
	
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
	}
	
	priority = 2
}

division_template = {
	name = "Air Assault Brigade"
	
	regiments = {
		paratrooper = { x = 0 y = 0 }
		paratrooper = { x = 0 y = 1 }
		paratrooper = { x = 0 y = 2 }
		paratrooper = { x = 1 y = 0 }
		paratrooper = { x = 1 y = 1 }
		paratrooper = { x = 1 y = 2 }
	}
	
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
	}
	
	priority = 2
}

division_template = {
	name = "Marine Brigade"
	
	regiments = {
		marine = { x = 0 y = 0 }
		marine = { x = 0 y = 1 }
		marine = { x = 0 y = 2 }
		marine = { x = 0 y = 3 }
		marine = { x = 0 y = 4 }
	}
	
	support = {
		engineer = { x = 0 y = 0 }
		anti_air = { x = 0 y = 1 }
		field_hospital = { x = 0 y = 2 }
	}
	
	priority = 2
}

division_template = {
	name = "Regiment d'Artillerie"
	
	regiments = {
		artillery_brigade = { x = 0 y = 0 }
		artillery_brigade = { x = 0 y = 1 }
		artillery_brigade = { x = 0 y = 2 }
	}
	
	support = {
		artillery = { x = 0 y = 0 }
		engineer = { x = 0 y = 1 }
		field_hospital = { x = 0 y = 2 }
	}
}

division_template = {
	name = "Regiment d'Infanterie de Marine"
	
	regiments = {
		marine = { x = 0 y = 0 }
		marine = { x = 0 y = 1 }
		marine = { x = 0 y = 2 }
	}
	
	support = {
		field_hospital = { x = 0 y = 0 }
		engineer = { x = 0 y = 1 }
		recon = { x = 0 y = 2 }
	}
}

division_template = {
	name = "Infanteriebrigade"
	
	regiments = {
		mechanized = { x = 0 y = 0 }
		mechanized = { x = 0 y = 1 }
		mechanized = { x = 0 y = 2 }
		light_mechanized = { x = 1 y = 0 }
		motorized = { x = 1 y = 1 }
	}
	
	support = {
		artillery = { x = 0 y = 0 }
		engineer = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Infanteriedivision"
	
	regiments = {
		mechanized = { x = 0 y = 0 }
		mechanized = { x = 0 y = 1 }
		light_mechanized = { x = 0 y = 2 }
		light_mechanized = { x = 1 y = 0 }
		light_mechanized = { x = 1 y = 1 }
		motorized = { x = 2 y = 0 }
		motorized = { x = 2 y = 1 }
		motorized = { x = 3 y = 0 }
		motorized = { x = 3 y = 1 }
	}
	
	support = {
		artillery = { x = 0 y = 0 }
		engineer = { x = 0 y = 1 }
		anti_tank = { x = 0 y = 2 }
		field_hospital = { x = 0 y = 3 }
		recon = { x = 0 y = 4 }
	}
}

division_template = {
	name = "Gebirgsbrigade"
	
	regiments = {
		mountaineers = { x = 0 y = 0 }
		mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 0 y = 2 }
		mountaineers = { x = 0 y = 3 }
		mountaineers = { x = 0 y = 4 }
	}
	
	support = {
		artillery = { x = 0 y = 0 }
		engineer = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Panzerbrigade"
	
	regiments = {
		modern_armor = { x = 0 y = 0 }
		modern_armor = { x = 0 y = 1 }
		light_armor = { x = 0 y = 2 }
		mechanized = { x = 1 y = 0 }
		mechanized = { x = 1 y = 1 }
		mechanized = { x = 1 y = 2 }
		mechanized = { x = 2 y = 0 }
		mechanized = { x = 2 y = 1 }
	}
	
	support = {
		artillery = { x = 0 y = 0 }
		engineer = { x = 0 y = 1 }
		anti_air = { x = 0 y = 2 }
	}
	
	priority = 2
}

division_template = {
	name = "Fallschirmdivision"
	
	regiments = {
		paratrooper = { x = 0 y = 0 }
		paratrooper = { x = 0 y = 1 }
		paratrooper = { x = 0 y = 2 }
		paratrooper = { x = 1 y = 0 }
		paratrooper = { x = 1 y = 1 }
	}
	
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
		recon = { x = 0 y = 2 }
		anti_tank = { x = 0 y = 3 }
	}
	
	priority = 2
}

units = {
	division = {
		name = "Alpine Brigade 'Taurinense'"
		location = 6780
		division_template = "Alpine Brigade"
		start_experience_factor = 0.3
	}

	division = {
		name = "Alpine Brigade 'Julia'"
		location = 6780
		division_template = "Alpine Brigade"
		start_experience_factor = 0.3
	}

	division = {
		name = "Armored Brigade 'Ariete'"
		location = 11584
		division_template = "Armored Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Cavalry Brigade 'Pozzuolo del Friuli'"
		location = 6606
		division_template = "Cavalry Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Mechanized Brigade 'Sassari'"
		location = 6606
		division_template = "Mechanized Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Bersaglieri Brigade 'Garibaldi'"
		location = 819
		division_template = "Mechanized Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Mechanized Brigade 'Pinerolo'"
		location = 819
		division_template = "Mechanized Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Mechanized Brigade 'Aosta'"
		location = 4159
		division_template = "Mechanized Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Army Aviation Command"
		location = 4159
		division_template = "Mechanized Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Parachutist Brigade 'Folgore'"
		location = 11833
		division_template = "Parachutist Brigade"
		start_experience_factor = 0.3
	}

	division = {
		name = "Army Special Forces Commando"
		location = 6788
		division_template = "Army Special Forces Commando"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Duke of Lancaster Regiment"
		location = 6103
		division_template = "Infantry Regiment"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Princess of Wales Regiment"
		location = 6103
		division_template = "Infantry Regiment"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Royal Gurkha Rifles Regiment"
		location = 11064
		division_template = "Infantry Regiment"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "22nd SAS Regiment"
		location = 6103
		division_template = "Infantry Regiment"
		start_experience_factor = 0.8
	}
	
	division = {
		name = "16th Air Assault Brigade"
		location = 6103
		division_template = "Air Assault Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "British Forces in Germany"
		location = 6377
		division_template = "Armoured Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1st Armoured Infantry Brigade"
		location = 351
		division_template = "Armoured Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "12th Armoured Infantry Brigade"
		location = 6103
		division_template = "Armoured Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "20th Armoured Infantry Brigade"
		location = 351
		division_template = "Armoured Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "4th Infantry Brigade"
		location = 6103
		division_template = "Infantry Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "5th Infantry Brigade"
		location = 351
		division_template = "Infantry Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "6th Infantry Brigade"
		location = 6103
		division_template = "Infantry Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "7th Infantry Brigade"
		location = 6103
		division_template = "Infantry Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "8th Infantry Brigade"
		location = 9392
		division_template = "Infantry Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "11th Infantry Brigade"
		location = 377
		division_template = "Infantry Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "38th (Irish) Infantry Brigade"
		location = 3379
		division_template = "Infantry Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "42nd Infantry Brigade"
		location = 9392
		division_template = "Infantry Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "51st Infantry Brigade"
		location = 6103
		division_template = "Infantry Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "160th Infantry Brigade"
		location = 6103
		division_template = "Infantry Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1st Artillery Brigade"
		location = 540
		division_template = "Artillery Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "8th Engineer Brigade"
		location = 3501
		division_template = "Engineer Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1st Intelligence and Surveillance Brigade"
		location = 540
		division_template = "Infantry Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1st Signal Brigade"
		location = 540
		division_template = "Engineer Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "11th Signal Brigade"
		location = 6103
		division_template = "Engineer Brigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1st Military Police Brigade"
		location = 540
		division_template = "Engineer Brigade"
		start_experience_factor = 0.3
	}
	division = {
		name = "1er Brigade franco-allemande"
		location = 9503
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1er Infanteriebrigade"
		location = 3629
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "16e Bataillon de Chasseurs"
		location = 3629
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "35e Infanteriebrigade"
		location = 3666
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "110e Infanteriebrigade"
		location = 3679
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "132e Bataillon Cynophile"
		location = 551
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "133e Bataillon Cynophile"
		location = 551
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "2e Regiment Etranger d'Infanterie"
		location = 11877
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1er Regiment Etranger"
		location = 11849
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1er Fallschirmdivision"
		location = 3915
		division_template = "Fallschirmdivision"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "35e Regiment d'Artillerie Parachutiste"
		location = 678
		division_template = "Fallschirmdivision"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1er Regiment de Parachutistes d'Infanterie de Marine"
		location = 743
		division_template = "Fallschirmdivision"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "2e Regiment de Parachutistes d'Infanterie de Marine"
		location = 13017
		division_template = "Fallschirmdivision"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "3e Regiment de Parachutistes d'Infanterie de Marine"
		location = 9909
		division_template = "Fallschirmdivision"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Gebirgsbrigade"
		location = 9745
		division_template = "Gebirgsbrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1er Regiment de Spahis"
		location = 11716
		division_template = "Panzerbrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "2e Regiment de Dragons NBC"
		location = 11613
		division_template = "Panzerbrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "3e Regiment de Hussards"
		location = 9559
		division_template = "Panzerbrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1er Infanteriebrigade de Marine"
		location = 9478
		division_template = "Panzerbrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Infanteriebrigade-chars de marine"
		location = 9510
		division_template = "Panzerbrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1er Regiment Etranger de Cavalerie"
		location = 575
		division_template = "Panzerbrigade"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "2e Infanteriebrigade de Marine"
		location = 11463
		division_template = "Infanteriebrigade de Marine"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "3e Infanteriebrigade de Marine"
		location = 9510
		division_template = "Infanteriebrigade de Marine"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "9e Infanteriebrigade de Marine"
		location = 4268
		division_template = "Infanteriebrigade de Marine"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "21e Infanteriebrigade de Marine"
		location = 678
		division_template = "Infanteriebrigade de Marine"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Regiment de Marche du Tchad"
		location = 678
		division_template = "Infanteriebrigade de Marine"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "Infanteriebrigade de Marine du Pacifique-Nouvelle Caledonie"
		location = 4268
		division_template = "Infanteriebrigade de Marine"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "1er Regiment d'Artillerie"
		location = 6449
		division_template = "Regiment d'Artillerie"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "8e Regiment d'Artillerie"
		location = 4268
		division_template = "Regiment d'Artillerie"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "17e Groupe d'Artillerie17e Groupe d'Artillerie"
		location = 11506
		division_template = "Regiment d'Artillerie"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "28e Groupe Geographique"
		location = 11548
		division_template = "Regiment d'Artillerie"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "40e Regiment d'Artillerie"
		location = 575
		division_template = "Regiment d'Artillerie"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "54e Regiment d'Artillerie"
		location = 9737
		division_template = "Regiment d'Artillerie"
		start_experience_factor = 0.3
	}
	
}

instant_effect = {
	
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "GER"
		}
		requested_factories = 5
		progress = 0.1
		efficiency = 100
		amount = 250000
	}
}

### Air OOB ###
air_wings = {
	51 = {
		#Tornado IDS
		jet_attack_equipment_2 = {
			owner = "GER" 
			amount = 32
		}

	}
	51 = {
		#Tornado IDS
		jet_attack_equipment_2 = {
			owner = "GER" 
			amount = 32
		}

	}
	52 = {
		#Tornado IDS
		jet_attack_equipment_2 = {
			owner = "GER" 
			amount = 32
		}

	}
	52 = {
		#Tornado IDS
		jet_attack_equipment_2 = {
			owner = "GER" 
			amount = 32
		}

	}
	52 = {
		#Tornado IDS
		jet_attack_equipment_2 = {
			owner = "GER" 
			amount = 12
		}

	}
	52 = {
		#F-4F
		jet_multirole_equipment_2 = {
			owner = "GER" 
			amount = 30
		}

	}
	54 = {
		#F4F
		jet_multirole_equipment_2 = {
			owner = "GER" 
			amount = 30
		}

	}
	57 = {
		#F4F
		jet_multirole_equipment_2 = {
			owner = "GER" 
			amount = 40
		}

	}
	56 = {
		#Tornado IDS
		jet_attack_equipment_2 = {
			owner = "GER" 
			amount = 24
		}

	}
	42 = {
		#Tornado IDS
		jet_attack_equipment_2 = {
			owner = "GER" 
			amount = 50
		}

	}
}