﻿
division_template = {
	name = "Tactical Armored Regiment"
	regiments = {
		MVLV_tsf_battalion= { x = 0 y = 0 }
		MVLV_tsf_battalion= { x = 0 y = 1 }
		MVLV_tsf_battalion= { x = 0 y = 2 }
		MVLV_tsf_battalion= { x = 1 y = 0 }
		MVLV_tsf_battalion= { x = 1 y = 1 }
		MVLV_tsf_battalion= { x = 1 y = 2 }
		MVLV_tsf_battalion= { x = 2 y = 0 }
		MVLV_tsf_battalion= { x = 2 y = 1 }
		MVLV_tsf_battalion= { x = 2 y = 2 }
		MVLV_tsf_battalion= { x = 2 y = 3 }
	}
}
##### OOB #####
units = {
	division = {
		name = "Bravo Squadron"
		location = 13218
		division_template = "Tactical Armored Regiment"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
		force_equipment_variants = { 
			MVLV_TSF_chassis_2_heavy = { 
				owner = "USA" 
				creator = USA
				version_name = "F-15E"
			} 
		}
	}
	division = {
		name = "Delta Squadron"
		location = 13218
		division_template = "Tactical Armored Regiment"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
		force_equipment_variants = { 
			MVLV_TSF_chassis_2_heavy = { 
				owner = "USA" 
				creator = USA
				version_name = "F-15E"
			} 
		}
	}

}