division_template = {
    name = "Commonwealth Rangers"
    regiments = {
        spec_ops = { x = 0 y = 0 }
        spec_ops = { x = 0 y = 1 }
        spec_ops = { x = 1 y = 0 }
    }
	support = {
		fireteam_support = { x = 0 y = 0}
	}
}

add_manpower = 300

units = {
	division = {
		name = "Commonwealth Rangers"
		location = 19562
		division_template = "Commonwealth Rangers"
		start_experience_factor = 0.5
		start_equipment_factor = 1
	}
	division = {
		name = "Commonwealth Rangers"
		location = 19562
		division_template = "Commonwealth Rangers"
		start_experience_factor = 0.5
		start_equipment_factor = 1
	}
	division = {
		name = "Commonwealth Heavy Rangers"
		location = 19562
		division_template = "Quincy Heavies"
		start_experience_factor = 0.5
		start_equipment_factor = 1
	}
}