﻿division_template = {
	name = "The Broken"
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
	}
}

division_template = {
	name = "Endless Ones"
	regiments = {
		ghoul_infantry = { x = 0 y = 0 }
		ghoul_infantry = { x = 0 y = 1 }
		ghoul_infantry = { x = 1 y = 0 }
		ghoul_infantry = { x = 1 y = 1 }
		ghoul_infantry = { x = 2 y = 0 }
		ghoul_infantry = { x = 2 y = 1 }
		ghoul_infantry = { x = 2 y = 2 }
	}
}

units = {
	division = {
        name = "Endless Ones"
		location = 1217
		division_template = "Endless Ones"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}
	division = {
        name = "Endless Ones"
		location = 1217
		division_template = "Endless Ones"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
        name = "Endless Ones"
		location = 1217
		division_template = "Endless Ones"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0
	}
}