division_template = {
	name = "Indian Division"            # Represents organized Indian Infantry Divisions
	# Has older equipment, lower experience
	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 }
	}
}
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
}

division_template = {
	name = "Armored-Division"

	regiments = {
		light_armor = { x = 0 y = 0 }
		light_armor = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
	}
}

division_template = {
	name = "Cavalry Division"

	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
	}
}
division_template = {
	name = "Airborne Division"

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

### OOB ###
units = {
	division = {
		name = "Delhi Cavalry"
		location = 2086
		division_template = "Cavalry Division"
		start_experience_factor = 0.1
		start_equipment_factor = 0.8
	}
	division = {
		name = "Delhi Garrison"
		location = 2086
		division_template = "Colonial Garrison"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.8
	}
	division = {
		name = "The Sindh Rifles"
		location = 3456
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.8

	}
	division = {
		name = "Punjab Cavalry"
		location = 12844
		division_template = "Cavalry Division"
		start_experience_factor = 0.1
		start_equipment_factor = 0.8
	}
	division = {
		name = "Punjab Rifles"
		location = 12844
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.8

	}
	division = {
		name = "Central Indian Railway Regiment"
		location = 1349
		division_template = "Colonial Garrison"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.8
	}
	division = {
		name = "Coorg and Mysone Company"
		location = 7402
		division_template = "Colonial Garrison"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.8
	}
	division = {
		name = "South Indian Railway Batallion"
		location = 7402
		division_template = "Colonial Garrison"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.8
	}
	division = {
		name = "South Mahratta Railway Batallion"
		location = 1321
		division_template = "Colonial Garrison"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.8
	}
	division = {
		name = "25th Indian Infantry Division"
		location = 1409
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.8

	}
	division = {
		name = "19th Indian Infantry Division"
		location = 1409
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.8

	}
	division = {
		name = "Poona Rifles"
		location = 1409
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.8

	}
	division = {
		name = "9th Indian Airborne Division"
		location = 1409
		division_template = "Airborne Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.8

	}
	division = {
		name = "Madros Cavalry Division"
		location = 10278
		division_template = "Cavalry Division"
		start_experience_factor = 0.1
		start_equipment_factor = 0.8

	}
	division = {
		name = "The Madros Guards"
		location = 10278
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.8

	}
	division = {
		name = "6th Indian Infantry Division"
		location = 2097
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.8

	}
	division = {
		name = "31st Indian Armoured Division"
		location = 2097
		division_template = "Armored-Division"
		force_equipment_variants = { medium_tank_equipment_2 = { owner = "RAJ" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.8

	}
	division = {
		name = "10th Indian Infantry Division"
		location = 10106
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.8

	}
	division = {
		name = "81st 'West Africa' Infantry Division"
		location = 9991
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.8

	}
	division = {
		name = "70th Infantry Division"
		location = 997
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.8

	}
	division = {
		name = "7th Indian Infantry Division"
		location = 10090
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.8

	}
	division = {
		name = "26th Indian Infantry Division"
		location = 1581
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.8

	}
	division = {
		name = "17th Indian Infantry Division"
		location = 4087
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.8

	}
	division = {
		name = "11th 'East African' Infantry Division"
		location = 1197
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.5
		start_equipment_factor = 0.8

	}
	division = {
		name = "2nd Infantry Division"
		location = 1197
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.8
	}
	division = {
		name = "5th Indian Infantry Division"
		location = 4318
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.8

	}
	division = {
		name = "20th Indian Infantry Division"
		location = 4318
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.8

	}
	division = {
		name = "23rd Indian Infantry Division"
		location = 997
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.8

	}
	division = {
		name = "39th Infantry Division"
		location = 9991
		division_template = "Indian Division"
		force_equipment_variants = { infantry_equipment_1 = { owner = "RAJ" } }
		start_experience_factor = 0.3
		start_equipment_factor = 0.8

	}
	fleet = {
		name = "Home Fleet"
		naval_base = 1349
		task_force = {
			name = "Home Fleet"
			location = 1349
			ship = { name = "1st Destroyer Flotilla" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = RAJ } } }
			ship = { name = "2nd Destroyer Flotilla" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = RAJ } } }
			ship = { name = "3rd Destroyer Flotilla" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = RAJ } } }
			ship = { name = "4th Destroyer Flotilla" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = RAJ } } }
		}
	}
}




##### Starting Production #####
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "RAJ"
		}
		requested_factories = 1
		progress = 0.86
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "RAJ"
		}
		requested_factories = 1
		progress = 0.45
		efficiency = 100
	}
}
