﻿division_template = {
	name = "Choshu Irregulars"

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

units = {
	division= {
		name = "1st Choshu Irregulars"
		location = 10052
		division_template = "Choshu Irregulars"
		start_experience_factor = 0.1
	}
	division= {
		name = "2nd Choshu Irregulars"
		location = 10052
		division_template = "Choshu Irregulars"
		start_experience_factor = 0.1
	}
	division= {
		name = "3rd Choshu Irregulars"
		location = 10052
		division_template = "Choshu Irregulars"
		start_experience_factor = 0.1
	}
	division= {
		name = "4th Choshu Irregulars"
		location = 10052
		division_template = "Choshu Irregulars"
		start_experience_factor = 0.1
	}
}