﻿
division_template= {
	name= "Household Troops"

	regiments= {
		line_infantry= { x= 0 y= 0}
		line_infantry= { x= 0 y= 1}
		line_infantry= { x= 1 y= 0}
		line_infantry= { x= 1 y= 1}
	}
}
division_template= {
	name= "Volunteer Infantry"

	regiments= {
		line_infantry = { x = 0 y = 0 }
		line_infantry = { x = 0 y = 1 }
	}
}
division_template= {
	name= "Volunteer Artillery"

	regiments= {
		light_infantry = { x = 0 y = 0 }
		light_infantry = { x = 0 y = 1 }
	}
    support={
		cannon_artillery_support = { x = 0 y = 0 }
	}
}
units= {
    division= {
			name= "Ni'ihau Household Troops"
			location= 14448
			division_template= "Household Troops"
			start_experience_factor= 0.1
		}
		division= {
			name= "Kauai Household Troops"
			location= 7112
			division_template= "Household Troops"
			start_experience_factor= 0.1
		}
		division= {
			name= "O'ahu Household Troops"
			location= 4180
			division_template= "Household Troops"
			start_experience_factor= 0.1
		}
		division= {
			name= "Molokai Household Troops"
			location= 12021
			division_template= "Household Troops"
			start_experience_factor= 0.1
		}
		division= {
			name= "Maui Household Troops"
			location= 7195
			division_template= "Household Troops"
			start_experience_factor= 0.1
		}
		division= {
			name= "Lāna'i Household Troops"
			location= 14449
			division_template= "Household Troops"
			start_experience_factor= 0.1
		}
		division= {
			name= "Hawai'i Household Troops"
			location= 10048
			division_template= "Household Troops"
			start_experience_factor= 0.1
		}
        division= {
			name= "Honolulu Rifles"
			location= 4180
			division_template= "Volunteer Infantry"
			start_experience_factor= 0.1
		}
        division= {
			name= "Hulumanu"
			location= 4180
			division_template= "Volunteer Infantry"
			start_experience_factor= 0.1
		}
        division= {
			name= "Prince of Hawai'i's Own"
			location= 4180
			division_template= "Volunteer Artillery"
			start_experience_factor= 0.1
		}
}