﻿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 }
	}
}

units = {
	division = {
		name = "Quarterbacks"
		location = 19600
		division_template = "Greenbackers"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "Running Backs"
		location = 19600
		division_template = "Greenbackers"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "Defensive Liners"
		location = 19247
		division_template = "Greenbackers"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "Wide Receivers"
		location = 19247
		division_template = "Greenbackers"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "Center Forwards"
		location = 19239
		division_template = "Greenbackers"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "Goalkeepers"
		location = 19239
		division_template = "Greenbackers"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
	division = {
		name = "Point Guards"
		location = 19239
		division_template = "Greenbackers"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
	}
}
