##### Unit Templates #####
division_template = {
	name = "Mutant Army"
	regiments = {
		super_mutant_infantry = { x = 0 y = 0 }
		super_mutant_infantry = { x = 0 y = 1 }
		super_mutant_infantry = { x = 0 y = 2 }
		super_mutant_infantry = { x = 2 y = 0 }
		super_mutant_infantry = { x = 1 y = 0 }
		super_mutant_infantry = { x = 1 y = 1 }
		super_mutant_infantry = { x = 1 y = 2 }
	}
}

units = {
	division = {
		name = "Green Meanies"
		location = 19103
		division_template = "Mutant Army"
		start_experience_factor = 0.8
		start_equipment_factor = 1.0
	}
	division = {
		name = "Bubbs Brigade"
		location = 19103
		division_template = "Mutant Army"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
}
