﻿division_template = {
	name = "Infantry Division"		

	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 = 1 y = 2 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
	}
}


units = {
	######## LAND OOB ########
	##### Royal Siamese Army #####
	division = {
		name = "1st Division"
		location = 7408
		division_template = "Infantry Division"		
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "2nd Division"
		location = 7236
		division_template = "Infantry Division"		
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "3rd Division"
		location = 7292
		division_template = "Infantry Division"		
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "4th Division"
		location = 12264
		division_template = "Infantry Division"		
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "6th Division"
		location = 7408
		division_template = "Infantry Division"		
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}

	######## NAVAL OOB ########
	navy = {				
		name = "Royal Siamese Navy"			
		base = 7408
		location = 7408 # Bangkok
		ship = { name = "HTMS Sri Ayuthia" definition = heavy_cruiser equipment = { heavy_cruiser_2 = { amount = 1 owner = SIA } } }		
		ship = { name = "HTMS Dhonburi" definition = heavy_cruiser equipment = { heavy_cruiser_2 = { amount = 1 owner = SIA } } }		
		ship = { name = "HTMS Phra Ruang" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = SIA } } }
	}				
	navy = {				
		name = "1st Submarine Division"			
		base = 7408
		location = 7408 # Bangkok
		ship = { name = "HTMS Vilun" definition = submarine equipment = { submarine_2 = { amount = 1 owner = SIA } } }	
		ship = { name = "HTMS Machanu" definition = submarine equipment = { submarine_2 = { amount = 1 owner = SIA } } }	
		ship = { name = "HTMS Sinsamudar" definition = submarine equipment = { submarine_2 = { amount = 1 owner = SIA } } }	
		ship = { name = "HTMS Blajunbol" definition = submarine equipment = { submarine_2 = { amount = 1 owner = SIA } } }	
	}				
}

air_wings = {
	### Royal Siamese Air Force ###
	289 = {
		fighter_equipment_0 =  { owner = "SIA" amount = 36 }	# 1st Air Wing -- mostly H75 Curtis Hawks
		CAS_equipment_1 =  { owner = "SIA" amount = 94 }		# 2nd Air Wing -- Mitsubishi Ki-30
				# 3rd Air Wing -- Vought V-93S Corsair
		tac_bomber_equipment_0 =  { owner = "SIA" amount = 15 }	# 4th Air Wing -- Martin B-10, Mitsubishi Ki-21
	}
}

instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "SIA"
		}
		requested_factories = 1
		progress = 0.69
		efficiency = 100
	}
}