﻿division_template = {
	name = "Infantry Division"

	regiments = {
		Mot_Inf_Bat = { x = 0 y = 0 }
		Mot_Inf_Bat = { x = 0 y = 1 }
		Mot_Inf_Bat = { x = 0 y = 2 }
		Mot_Inf_Bat = { x = 0 y = 3 }

		Mot_Inf_Bat = { x = 1 y = 0 }
		Mot_Inf_Bat = { x = 1 y = 1 }
		Mot_Inf_Bat = { x = 1 y = 2 }

		Arty_Bat = { x = 2 y = 0 }
		Arty_Bat = { x = 2 y = 1 }
		Arty_Bat = { x = 2 y = 2 }

	}

	support = {
		L_Engi_Comp = { x = 0 y = 0 }
		L_Recce_Comp = { x = 0 y = 1 }
	}
}
division_template = {
	name = "Mobile Reinforcement Division"

	regiments = {
		armor_Bat = { x = 0 y = 0 }
		L_arm_Bat = { x = 0 y = 1 }
		Mech_Inf_Bat = { x = 0 y = 2 }
		SP_Arty_Bat = { x = 0 y = 3 }

		Mot_Inf_Bat = { x = 1 y = 0 }
		Mot_Inf_Bat = { x = 1 y = 1 }
		Mot_Inf_Bat = { x = 1 y = 2 }

		Arty_Bat = { x = 2 y = 0 }
	}

	support = {
		L_Engi_Comp = { x = 0 y = 0 }
	}
}
units = {
	division = {
		name = "11th Infantry Division"
		location = 7645		#Stung Treng
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

	division = {
		name = "12th Mobile Division"
		location = 7645		#Near Stung Treng
		division_template = "Mobile Reinforcement Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

	division = {
		name = "21st Infantry Division"
		location = 4639		 #Kampong Cham
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

	division = {
		name = "22nd Mobile Division"
		location = 4639		#Near Kampong Cham
		division_template = "Mobile Reinforcement Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

	division = {
		name = "31st Infantry Division"
		location = 10289		#Kampong Speu
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

	division = {
		name = "32nd Mobile Division"
		location = 10289		#Near Kampong Speu
		division_template = "Mobile Reinforcement Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

	division = {
		name = "41st Infantry Division"
		location = 4302		#Siem Reap
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

	division = {
		name = "42nd Mobile Division"
		location = 4302		#Near Siem Reap
		division_template = "Mobile Reinforcement Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

	division = {
		name = "51st Infantry Division"
		location = 10177		#Battambang
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

	division = {
		name = "52nd Mobile Division"
		location = 10177		#Near Battambang
		division_template = "Mobile Reinforcement Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

	division = {
		name = "61st Infantry Division"
		location = 7376		#Phnom Penh
		division_template = "Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 1500
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = Anti_tank_0
		amount = 600
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_0
		amount = 200
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_0
		amount = 1500
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons		#AKM
		amount = 4000
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons		#Type 56
		amount = 3000
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons1		#M16
		amount = 3000
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons1		#CQ 5.56
		amount = 600
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons1		#Type 81
		amount = 600
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_0		#SA-7
		amount = 200
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_0		#HN-5
		amount = 200
		producer = CHI
	}

	#Vehicles
	add_equipment_to_stockpile = {
		type = MBT_1		#T-55
		amount = 150
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = MBT_1		#Type-59
		amount = 50
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0		#Type 63
		amount = 50
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0		#BRDM-2
		#version_name = "BRDM-2"
		amount = 50
		producer = UKR
	}
	add_equipment_to_stockpile = {
		type = APC_1			#BTR-60
		amount = 160
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = APC_1			#OT-64
		amount = 30
		producer = CZE
	}
	add_equipment_to_stockpile = {
		type = L_Strike_fighter2		#L-39
		amount = 12
		producer = CZE
	}
	add_equipment_to_stockpile = {
		type = APC_2			#M113
		amount = 40
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = artillery_0			#D-30
		amount = 50
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = artillery_0			#Type 60
		amount = 350
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = SP_R_arty_0			#Type 63
		amount = 36
		producer = CHI
	}
	add_equipment_to_stockpile = {
		type = SP_R_arty_0			#BM-21 Grad
		amount = 28
		producer = SOV
	}
}