division_template = {
	name = "Slaves"
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
	}
}

division_template = {
	name = "Rats"
	regiments = {
		molerat_infantry = { x = 0 y = 0 }
		molerat_infantry = { x = 0 y = 1 }
		molerat_infantry = { x = 1 y = 0 }
		molerat_infantry = { x = 1 y = 1 }
	}
}

units = {
	division = {
		name = "The First Rats"
		location = 1225
		division_template = "Rats"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}
	division = {
		name = "Rats"
		location = 1225
		division_template = "Rats"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
	division = {
		name = "Rats"
		location = 1225
		division_template = "Rats"
		start_experience_factor = 0.4
		start_equipment_factor = 1.0
	}
}