﻿division_template = {
	name = "RSOR division"
	template_counter= 121
	regiments = {
		spec_ops = { x = 0 y = 0 }
		spec_ops = { x = 0 y = 1 }
		spec_ops = { x = 1 y = 0 }
		spec_ops = { x = 1 y = 1 }
		spec_ops = { x = 2 y = 0 }
		spec_ops = { x = 2 y = 1 }
		spec_ops = { x = 3 y = 0 }
		spec_ops = { x = 3 y = 1 }
	}
	support = {
		recon_company = { x = 0 y = 0 }
		demolitions_support = { x = 1 y = 0 }
		medical_chem_company = { x = 2 y = 0 }
		fireteam_support = { x = 3 y = 0 }
		anti_tank_company = { x = 4 y = 0 }
	}
	is_locked = yes
}
division_template = {
	name = "Republican Army"
	template_counter= 78
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 3 y = 0 }
		infantry = { x = 3 y = 1 }
		infantry = { x = 4 y = 0 }
		infantry = { x = 4 y = 1 }
		
	}
	support = {
		recon_company = { x = 0 y = 0 }
		medical_chem_company = { x = 1 y = 0 }
		fireteam_support = { x = 2 y = 0 }
	}
	is_locked = yes
}


units = {
	division = {
		name = "RSOR division 'Tempest'"
		location = 13145
		division_template = "RSOR division"
		start_experience_factor = 0.8
		start_equipment_factor = 2.0
	}
	division = {
		name = "RSOR division 'Hurricane'"
		location = 13339
		division_template = "RSOR division"
		start_experience_factor = 0.8
		start_equipment_factor = 2.0
	}	
	division = {
		name = "RSOR division 'Typhoon'"
		location = 13339
		division_template = "RSOR division"
		start_experience_factor = 0.8
		start_equipment_factor = 2.0
	}
	division = {
		name = "4th Great Lake regiment"
		location = 13145
		division_template = "Republican Army"
		start_experience_factor = 0.6
		start_equipment_factor = 2.0
	}
	division = {
		name = "29th Infantry regiment"
		location = 13145
		division_template = "Republican Army"
		start_experience_factor = 0.6
		start_equipment_factor = 2.0
	}
	division = {
		name = "14th Infantry regiment"
		location = 13145
		division_template = "Republican Army"
		start_experience_factor = 0.6
		start_equipment_factor = 2.0
	}
	division = {
		name = "23th Fort Garry regiment"
		location = 13145
		division_template = "Republican Army"
		start_experience_factor = 0.6
		start_equipment_factor = 2.0
	}
	division = {
		name = "2nd Gimli 'Short Kings' regiment"
		location = 13145
		division_template = "Republican Army"
		start_experience_factor = 0.6
		start_equipment_factor = 2.0
	}
	division = {
		name = "7th Stonewall regiment"
		location = 13145
		division_template = "Republican Army"
		start_experience_factor = 0.6
		start_equipment_factor = 2.0
	}
	division = {
		name = "5th Saint Eustache Hunting group"
		location = 13145
		division_template = "Republican Army"
		start_experience_factor = 0.6
		start_equipment_factor = 2.0
	}
}