﻿division_template = {
	name = "Scrambled Infantry Regiment"

	regiments = {
		irregular_infantry = { x = 0 y = 0 }
	irregular_infantry = { x = 0 y = 1 }
	irregular_infantry = { x = 1 y = 0 }
	irregular_infantry = { x = 1 y = 1 }
	}
}

units = {
	division= {
		name = "1st Indian Emergency Regiment"
		location = 4245
		division_template = "Scrambled Infantry Regiment"
		start_experience_factor = 0.1
	}
	division= {
		name = "2nd Indian Emergency Regiment"
		location = 4245
		division_template = "Scrambled Infantry Regiment"
		start_experience_factor = 0.1
	}
}