﻿division_template= {
	name= "Australian Infantry"

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

units= {
		#Capital
		division= {
			name= "1st Australian Infantry"
			location= 7859
			division_template= "Australian Infantry"
			start_experience_factor= 0.1
		}
		division= {
			name= "2nd Australian Infantry"
			location= 7859
			division_template= "Australian Infantry"
			start_experience_factor= 0.1
		}
		#Scattered Divisions
		division= {
			name= "3rd Australian Infantry"
			location= 12406
			division_template= "Australian Infantry"
			start_experience_factor= 0.1
		}
		division= {
			name= "4th Australian Infantry"
			location= 7798
			division_template= "Australian Infantry"
			start_experience_factor= 0.3
		}
}