﻿division_template = {
	name = "皇家军团"		

	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 }
	}
	support = {
        artillery = { x = 0 y = 0 }
	}
}


units = {
	######## LAND OOB ########
	##### Royal Siamese Army #####
	division = {
		name = "1 皇家军团"
		location = 7408
		division_template = "皇家军团"		
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {
		name = "2 皇家军团"
		location = 7236
		division_template = "皇家军团"		
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {
		name = "3 皇家军团"
		location = 7292
		division_template = "皇家军团"		
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {
		name = "4 皇家军团"
		location = 12264
		division_template = "皇家军团"		
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {
		name = "5 皇家军团"
		location = 11929
		division_template = "皇家军团"		
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {	
		name = "6 皇家军团"
		location = 10443
		division_template = "皇家军团"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {	
		name = "7 皇家军团"
		location = 4616
		division_template = "皇家军团"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {	
		name = "8 皇家军团"
		location = 7124
		division_template = "皇家军团"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {	
		name = "9th 皇家军团"
		location = 1488
		division_template = "皇家军团"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {	
		name = "10th 皇家军团"
		location = 1492
		division_template = "皇家军团"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {	
		name = "11th 皇家军团"
		location = 10349
		division_template = "皇家军团"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {	
		name = "12th 皇家军团"
		location = 1497
		division_template = "皇家军团"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {	
		name = "13th 皇家军团"
		location = 1330
		division_template = "皇家军团"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {	
		name = "14th 皇家军团"
		location = 11968
		division_template = "皇家军团"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {	
		name = "15th 皇家军团"
		location = 9935
		division_template = "皇家军团"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {	
		name = "16th 皇家军团"
		location = 2843
		division_template = "皇家军团"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = {	
		name = "17th 皇家军团"
		location = 4425
		division_template = "皇家军团"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}

	######## NAVAL OOB ########
	navy = {				
		name = "Royal Siamese Navy"			
		base = 7408
		location = 7408 # Bangkok
		ship = { name = "HTMS Phra Ruang" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = SIA } } }
	}				
}

air_wings = {
	### Royal Siamese Air Force ###
	289 = {
		# 1st Air Wing -- Curtis Hawks
		# 2nd Air Wing -- French WWI biplanes (SPAD.XIII, Ni.23)
		fighter_equipment_0 =  {
			owner = "SIA" 
			amount = 60
		}
		# 3rd Air Wing -- Vought V-93Ss
		CAS_equipment_1 =  {
			owner = "SIA" 
			amount = 12
		}
	}
}

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