﻿##### Unit Templates #####
division_template = {
	name = "Hellcats"
	regiments = {
		power_armour = { x = 0 y = 0 }
		power_armour = { x = 0 y = 1 }
		power_armour = { x = 0 y = 2 }
		power_armour = { x = 1 y = 0 }
		power_armour = { x = 1 y = 1 }
		power_armour = { x = 1 y = 2 }
		}
	}
	division_template = {
		name = "Infantry Company"
		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 }
		}
	}

units = {
	division = {
		name = "Hellcats"
		location = 18930
		division_template = "Hellcats"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}

	division = {
		name = "1st Infantry Company"
		location = 18930
		division_template = "Infantry Company"
		start_experience_factor = 0.25
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Infantry Company"
		location = 18905
		division_template = "Infantry Company"
		start_experience_factor = 03
		start_equipment_factor = 1.0
	}
	division = {
		name = "3rd Infantry Company"
		location = 18884
		division_template = "Infantry Company"
		start_experience_factor = 0.3
		start_equipment_factor = 1.0
	}
}
