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

### 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 = "5th Indian Infantry Division"
		location = 9991
		division_template = "Infantry Division"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Indian Infantry Division"
		location = 1553
		division_template = "Infantry Division"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "39th Indian Infantry Division"
		location = 1525
		division_template = "Infantry Division"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "39th Indian Light Division"
		location = 1525
		division_template = "Infantry Division"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "23rd Indian Infantry Brigade"
		location = 1525
		division_template = "Infantry Division"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "1st Burmese Infantry Division"
		location = 1525
		division_template = "Infantry Division"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "50th Tank Brigade"
		location = 1525
		division_template = "Armored-Division"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "1/3 Indian Infantry 'Chindits'"
		location = 12322
		division_template = "Infantry Division"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "Combat Group 'Mars'"
		location = 12322
		division_template = "Armored-Division"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "38th Chinese Infantry Division"
		location = 12322
		division_template = "Infantry Division"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	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
	}
}
