﻿
division_template = {
	name = "Requisitioned 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 = "United Nations TSF Regiment"
		location = 7302
		division_template = "Requisitioned tactical armored regiment"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
		force_equipment_variants = { 
			MVLV_TSF_chassis_1_heavy = { 
				owner = "OSE" 
				creator = UNI
				version_name = "F-4E（国連）"
			} 
		}
	}
	
	division = {
		name = "United Nations TSF Regiment"
		location = 7302
		division_template = "Requisitioned tactical armored regiment"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
		force_equipment_variants = { 
			MVLV_TSF_chassis_1_heavy = { 
				owner = "OSE" 
				creator = UNI
				version_name = "F-4E（国連）"
			} 
		}
	}
	
	division = {
		name = "American TSF Regiment"
		location = 7302
		division_template = "Requisitioned tactical armored regiment"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
		force_equipment_variants = { 
			MVLV_TSF_chassis_2_light = { 
				owner = "OSE" 
				creator = USA
				version_name = "F-16（アメリカ）"
			} 
		}
	}
	
	division = {
		name = "American TSF Regiment"
		location = 7302
		division_template = "Requisitioned tactical armored regiment"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
		force_equipment_variants = { 
			MVLV_TSF_chassis_2_light = { 
				owner = "OSE"  
				creator = USA
				version_name = "F-16（アメリカ）"
			} 
		}
	}
	
	division = {
		name = "Greater East Asia TSF Regiment"
		location = 7302
		division_template = "Requisitioned tactical armored regiment"
		start_experience_factor = 0.5
		start_equipment_factor = 1.0
		force_equipment_variants = { 
			MVLV_TSF_chassis_2_heavy = { 
				owner = "OSE" 
				creator = GEU
				version_name = "F-18（大東亜）"
			} 
		}
	}
}