﻿##### Unit Templates #####
	division_template = {
		name = "Bulldogs"
		regiments = {
			infantry = { x = 0 y = 0 }
			infantry = { x = 0 y = 1 }
			infantry = { x = 0 y = 2 }
			infantry = { x = 1 y = 0 }
			infantry = { x = 1 y = 1 }
			infantry = { x = 2 y = 0 }
			infantry = { x = 2 y = 1 }
		}
	}

units = {
	division = {
		name = "Bulldogs Teeth"
		location = 16817
		division_template = "Bulldogs"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}
	division = {
		name = "Heckin Chonkers"
		location = 16834
		division_template = "Bulldogs"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}
	division = {
		name = "The Bullies"
		location = 16710
		division_template = "Bulldogs"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0
	}
	division = {
		name = "The Freshies"
		location = 16684
		division_template = "Bulldogs"
		start_experience_factor = 0.2
		start_equipment_factor = 1.0
	}
}
