﻿division_template = {
	name = "Greenbackers"

	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 = "Quarterbacks"
		location = 19250
		division_template = "Greenbackers"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}

	division = {
		name = "Running Backs"
		location = 19250
		division_template = "Greenbackers"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}

	division = {
		name = "Defensive Liners"
		location = 19250
		division_template = "Greenbackers"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
}
