division_template = {
	name = "Infantry Division"                # Reinforced divisions (1st - 5th), most experienced, latest equipment

	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 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
	}
	support = {
		engineer = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
		artillery = { x = 0 y = 2 }
	}
}
division_template = {
	name = "National Guards"

	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 }
	}
}
division_template = {
	name = "Motorised Division"    # Represents both frontline and reserve motorized divisions (excluding London Divs)

	regiments = {
		motorized = { x = 0 y = 0 }
		motorized = { x = 0 y = 1 }
		motorized = { x = 0 y = 2 }
		motorized = { x = 1 y = 0 }
		motorized = { x = 1 y = 1 }
		motorized = { x = 1 y = 2 }
	}
	support = {
		engineer = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
	}
}
division_template = {
	name = "Armour Division"                # 1st Armoured Division, 7th Armoured 'Desert

	regiments = {
		medium_armor = { x = 0 y = 0 }        # Cruiser Tanks Mks I, II
		medium_armor = { x = 0 y = 1 }
		light_armor = { x = 0 y = 2 }        # Light Tanks Mk VI
		light_armor = { x = 1 y = 0 }
		light_armor = { x = 1 y = 1 }
		light_armor = { x = 1 y = 2 }
		light_armor = { x = 2 y = 0 }
		light_armor = { x = 2 y = 1 }
		light_armor = { x = 2 y = 2 }
		motorized = { x = 3 y = 0 }
		motorized = { x = 3 y = 1 }
		motorized = { x = 3 y = 2 }
	}
	support = {
		recon = { 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 }
	}
}
division_template = {
	name = "Colonial Garrison"            # Represents local militias, garrisons
	# Low experience, oldest equipment, mostly militias
	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 }
	}
	priority = 0
}


####### OOB #######
units = {
	####### HOME THEATRE #######
	### Northern Command (CO: Bartholomew) ###
	division = {
		name = "5th Infantry Division"
		location = 351
		division_template = "Infantry Division"        # one-third strength, still mobilizing
		start_experience_factor = 0.3
		start_equipment_factor = 0.9

	}
	# Northumbrian Area (CO: Shears) #
	division = {
		name = "23rd 'Northumbrian' Motorised Div."
		location = 9397
		division_template = "Motorised Division"        # Reserve division (older equipment, low experience)
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "50th 'Northumbrian' Motorised Div."
		location = 9397
		division_template = "Motorised Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "25th Army Armour Division"
		location = 9397
		division_template = "Armour Division"
		start_experience_factor = 0.2
	}
	# West Riding Area (CO: Wooten) #
	division = {
		name = "46th 'North Midlands' Infantry Div."
		location = 11218
		division_template = "Infantry Division"            # Reserve division (older equipment, low experience)
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "49th 'West Riding' Infantry Div."
		location = 11218
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "5th Cavalry Brigade"
		location = 11297
		division_template = "Cavalry Brigade"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}

	### Eastern Command (CO: Williams) ###
	division = {
		name = "4th Infantry Division"
		location = 271
		division_template = "Infantry Division"
		start_experience_factor = 0.3
	}
	# East Anglia Area (CO: Buckley) #
	division = {
		name = "12th 'Eastern' Infantry Division"
		location = 11374
		division_template = "Infantry Division"            # Reserve division (older equipment, low experience)
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "44th 'Home Counties' Infantry Div."
		location = 11374
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "21st Army Armour Division"
		location = 11374
		division_template = "Armour Division"
		start_experience_factor = 0.2
	}
	# Home Counties Area (CO: MacDougall) #
	division = {
		name = "18th Infantry Division"
		location = 3287
		division_template = "Infantry Division"            # Reserve division (older equipment, low experience)
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "54th 'East Anglia' Infantry Div."
		location = 3287
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}

	### Western Command (CO: Haining) ###
	# Welsh Area (CO: Garnier) #
	division = {
		name = "38th 'Welsh' Infantry Division"
		location = 311
		division_template = "Infantry Division"            # Reserve division (older equipment, low experience)
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "53rd 'Welsh' Infantry Division"
		location = 311
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	# West Lancashire Area (CO: Ramsden) #
	division = {
		name = "55th 'West Lancashire' Motorised Div."
		location = 6384
		division_template = "Motorised Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "59th 'Staffordshire' Motorised Division"
		location = 6384
		division_template = "Motorised Division"        # Reserve division (older equipment, low experience)
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "23rd Army Armour Division"
		location = 6384
		division_template = "Armour Division"
		start_experience_factor = 0.2
	}
	division = {
		name = "6th Cavalry Brigade"
		location = 407
		division_template = "Cavalry Brigade"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	# East Lancashire Area (CO: Drew) #
	division = {
		name = "42nd 'East Lancashire' Infantry Div."
		location = 6318
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "66th Infantry Division"
		location = 6318
		division_template = "Infantry Division"            # Reserve division (older equipment, low experience)
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "24th Army Armour Division"
		location = 6318
		division_template = "Armour Division"
		start_experience_factor = 0.2
	}

	### Southern Command (CO: Fisher) ###
	division = {
		name = "3rd Infantry Division"
		location = 13070
		division_template = "Infantry Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "1st 'Royal Hussars' Armoured Div."
		location = 13070
		division_template = "Armour Division"
		start_experience_factor = 0.3
	}
	# South-Western Area (CO: Green) #
	division = {
		name = "43rd 'Wessex' Infantry Division"
		location = 3369
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "45th 'Wessex' Infantry Division"
		location = 3369
		division_template = "Infantry Division"            # Reserve division (older equipment, low experience)
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	# South Midland Area (CO: MacMullen) #
	division = {
		name = "48th 'South Midland' Infantry Div."
		location = 6351
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "61st Infantry Division"
		location = 6351
		division_template = "Infantry Division"            # Reserve division (older equipment, low experience)
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "20th Light Army Armour Division"
		location = 9239
		division_template = "Armour Division"                # Vickers Mk II
		start_experience_factor = 0.2
	}

	### Aldershot Command (CO: Dill) ###
	division = {
		name = "1st Infantry Division"
		location = 9458
		division_template = "Infantry Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "2nd Infantry Division"
		location = 9458
		division_template = "Infantry Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "1st Army Armour Division"
		location = 9458
		division_template = "Armour Division"
		start_experience_factor = 0.3
	}

	### Scottish Command (CO: Grant) ###
	# Highland Area (CO: ) #
	division = {
		name = "9th 'Highland' Infantry Division"
		location = 3273
		division_template = "Infantry Division"            # Reserve division (older equipment, low experience)
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "51st 'Highland' Infantry Division"
		location = 3273
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	# Lowland Area (CO: ) #
	division = {
		name = "15th 'Scottish' Infantry Division"
		location = 9392
		division_template = "Infantry Division"            # Reserve division (older equipment, low experience)
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
	division = {
		name = "52nd 'Lowland' Infantry Division"
		location = 9392
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}

	### London District (CO: ) ###
	division = {
		name = "1st London Motorised Division"
		location = 6103
		division_template = "Motorised Division"            # Reserve division (older equipment, low experience)
		start_experience_factor = 0.1
		start_equipment_factor = 0.9

	}
	division = {
		name = "2nd London Motorised Division"
		location = 6103
		division_template = "Motorised Division"            # Reserve division (older equipment, low experience)
		start_experience_factor = 0.1
		start_equipment_factor = 0.9

	}


	### Northern Ireland Command (CO: ) ###
	division = {
		name = "Northern Ireland Command"
		location = 3379
		division_template = "Colonial Garrison"                # Garrison force (older equipment, low experience)
		start_experience_factor = 0.1
		start_equipment_factor = 0.9

	}


	####### MIDDLE EAST & AFRICA THEATRE #######
	##### Middle East Command (CO: Wavell) #####
	# Gibraltar Command (CO: Liddell) #
	division = {
		name = "Gibraltar Command"
		location = 4135
		division_template = "Colonial Garrison"            # Garrison force (older equipment, low experience)
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}

	# Malta Command (CO: Bonham-Carter) #
	division = {
		name = "Malta Command"
		location = 12003
		division_template = "Colonial Garrison"            # Garrison force (older equipment, low experience)
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}

	### British Troops in Egypt (CO: Wilson) ###
	division = {
		name = "7th Infantry Division"
		location = 4076
		division_template = "National Guards"
		start_experience_factor = 0.3
		start_equipment_factor = 0.9

	}
	division = {
		name = "7th 'Desert Rats' Armoured Div."
		location = 1071
		division_template = "Armour Division"            # Under-strength, still mobilizing
		start_experience_factor = 0.6
		start_equipment_factor = 0.9

	}
	division = {
		name = "7th 'Desert Rats' Armoured Div."
		location = 1071
		division_template = "Armour Division"            # Under-strength, still mobilizing
		start_experience_factor = 0.6
		start_equipment_factor = 0.9

	}
	division = {
		name = "Cairo Area"
		location = 1071
		division_template = "Colonial Garrison"            # Garrison force (older equipment, low experience)
		start_experience_factor = 0.5
		start_equipment_factor = 0.9

	}
	division = {
		name = "Egypt infantry"
		location = 1071
		division_template = "Infantry Division"            # Garrison force (older equipment, low experience)
		start_experience_factor = 0.5
		start_equipment_factor = 0.9
	}
	division = {
		name = "Egypt infantry"
		location = 1071
		division_template = "Infantry Division"            # Garrison force (older equipment, low experience)
		start_experience_factor = 0.5
		start_equipment_factor = 0.9
	}
	division = {
		name = "Egypt infantry"
		location = 1071
		division_template = "Infantry Division"            # Garrison force (older equipment, low experience)
		start_experience_factor = 0.5
		start_equipment_factor = 0.9
	}
	division = {
		name = "Egypt infantry"
		location = 1071
		division_template = "Infantry Division"            # Garrison force (older equipment, low experience)
		start_experience_factor = 0.5
		start_equipment_factor = 0.9
	}
	division = {
		name = "Egypt infantry"
		location = 1071
		division_template = "Infantry Division"            # Garrison force (older equipment, low experience)
		start_experience_factor = 0.5
		start_equipment_factor = 0.9
	}
	division = {
		name = "Canal Area"
		location = 1155
		division_template = "Colonial Garrison"            # Garrison force (older equipment, low experience)
		force_equipment_variants = { infantry_equipment_0 = { owner = "ENG" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.9

	}

	# Palestine & Transjordan Area (CO: MacMichael) #
	division = {
		name = "8th Infantry Division"
		location = 792
		division_template = "National Guards"
		start_experience_factor = 0.3
		start_equipment_factor = 0.9

	}
	division = {
		name = "Jerusalem & Lydda Area"
		location = 4206
		division_template = "Colonial Garrison"            # Garrison force (older equipment, low experience)
		force_equipment_variants = { infantry_equipment_0 = { owner = "ENG" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.9

	}

	# Aden Command (CO: ) #
	division = {
		name = "Aden Defense Force"
		location = 12821
		division_template = "Colonial Garrison"            # Militia (oldest equipment, little experience)
		force_equipment_variants = { infantry_equipment_0 = { owner = "ENG" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.9

	}

	### British Troops in the Sudan (CO: Platt) ###
	division = {
		name = "British Troops in Sudan"
		location = 12806
		division_template = "Colonial Garrison"            # Garrison force (older equipment, low experience)
		force_equipment_variants = { infantry_equipment_0 = { owner = "ENG" } }
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}

	### East Africa Command (CO: Dickinson) ###
	division = {
		name = "East Africa Force"
		location = 1939
		division_template = "Colonial Garrison"            # Militia (oldest equipment, little experience)
		force_equipment_variants = { infantry_equipment_0 = { owner = "ENG" } }
		start_equipment_factor = 0.9

	}
	division = {
		name = "Northern Rhodesia Force"
		location = 10929
		division_template = "Colonial Garrison"            # Militia (oldest equipment, little experience)
		force_equipment_variants = { infantry_equipment_0 = { owner = "ENG" } }
		start_equipment_factor = 0.9

	}

	### West Africa Command (CO: Richards) ###
	division = {
		name = "1 West African Force"
		location = 2050
		division_template = "Colonial Garrison"            # Militia (oldest equipment, little experience)
		force_equipment_variants = { infantry_equipment_0 = { owner = "ENG" } }
		start_equipment_factor = 0.9

	}
	division = {
		name = "2 West African Force"
		location = 10862
		division_template = "Colonial Garrison"            # Garrison force (older equipment, low experience)
		force_equipment_variants = { infantry_equipment_0 = { owner = "ENG" } }
		start_equipment_factor = 0.9

	}


	### Ceylon Command ###								# REVISIT - Possibly part of British Raj -- should probably keep UK because of UK naval base
	division = {
		name = "Ceylon Command"
		location = 7260
		division_template = "Colonial Garrison"            # Garrison force (older equipment, low experience)
		force_equipment_variants = { infantry_equipment_0 = { owner = "ENG" } }
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}

	### Malaya Command (CO: Bond) ###
	#Malaya
	division = {
		name = "Singapore Fortress"
		location = 12759
		division_template = "Colonial Garrison"
		start_experience_factor = 0.2
	}
	division = {
		name = "Penang Fortress"
		location = 4219
		division_template = "Colonial Garrison"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9

	}
}





####### Royal Air Force #######
##### RAF Bomber Command (CO: Ludlow-Hewitt) #####
##### RAF Fighter Command (CO: Dowding) #####
##### RAF Coastal Command (CO: Longmore) #####


#########################
## STARTING PRODUCTION ##
#########################
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_2
			creator = "ENG"
		}
		requested_factories = 10
		progress = 0.1
		efficiency = 100
	}

	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "ENG"
		}
		requested_factories = 5
		progress = 0.3
		efficiency = 100
	}

	add_equipment_production = {
		equipment = {
			type = light_tank_equipment_3
			creator = "ENG"
		}
		requested_factories = 5
		progress = 0.4
		efficiency = 100
	}



	### Under Construction Notes ###
	# BB: King George V-class (x2) ("HMS King George V" "HMS Prince of Wales")
	add_equipment_production = {
		equipment = {
			type = battleship_2
			creator = "ENG"
		}
		requested_factories = 1
		progress = 0.5
		amount = 1
	}
	add_equipment_production = {
		equipment = {
			type = battleship_2
			creator = "ENG"
		}
		requested_factories = 1
		progress = 0.5
		amount = 1
	}
	# CV: Illustrious-class (x2) ("HMS Illustrious" "HMS Formidable")
	add_equipment_production = {
		equipment = {
			type = carrier_3
			creator = "ENG"
		}
		requested_factories = 1
		progress = 0.5
		amount = 1
	}
	add_equipment_production = {
		equipment = {
			type = carrier_3
			creator = "ENG"
		}
		requested_factories = 1
		progress = 0.7
		amount = 1
	}
	# CL: Dido-class variant ("HMS Bonaventure" "HMS Dido" "HMS Euryalus" "HMS Hermoine" "HMS Naiad" "HMS Phoebe")
	# REVISIT, OBSOLETE
	add_equipment_production = {
		equipment = {
			type = light_cruiser_2
			creator = "ENG"
			version_name = "Edinburgh Class"
		}
		requested_factories = 3
		progress = 0.8
		amount = 6
	}
	# CL: Crown Colony-class ("HMS Fiji" "HMS Kenya" "HMS Nigeria" "HMS Mauritius")
	add_equipment_production = {
		equipment = {
			type = light_cruiser_3
			creator = "ENG"
		}
		requested_factories = 3
		progress = 0.75
		amount = 4
	}
	# DD: G/H/I class (x2) ("HMS Havant" "HMS Hesperus")
	# DD: J/K/N class (x8) ("HMS Jaguar" "HMS Kandahar" "HMS Kashmir" "HMS Kelvin" "HMS Khartoum" "HMS Kimberley" "HMS Kingston" "HMS Kipling")
	add_equipment_production = {
		equipment = {
			type = destroyer_3
			creator = "ENG"
		}
		requested_factories = 8
		progress = 0.8
		amount = 10
	}
	# SS: T-class (x5) ("HMS Thetis" "HMS Tribune" "HMS Taku" "HMS Tarpon" "HMS Tigris")
	add_equipment_production = {
		equipment = {
			type = submarine_2
			creator = "ENG"
		}
		requested_factories = 4
		progress = 0.3
		amount = 5
	}
}
#####################
