﻿division_template = {
	name = "Juntuán"				# Represents: two-division infantry corps (generally poorly-equipped, but decent experience),
									#	PRC divisions were well-trained in guerilla mountain tactics.
	regiments = {
		infantry = { x = 0 y = 0 }	# Note: Chinese divisions were brigade-sized compared other nations' armies
		infantry = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
	}

}
division_template = {
	name = "Renmin Jundui"				# Represents three-column local militia groups (Triangular Corps); poorly-equipped, lowest experience

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
	}
	priority = 0
}

units = {
	##### Eighth Route Army (CO: Mao Zedong, Zhu De) #####
	division = {
		name = "115 Bubing Shi"
		location = 4207
		division_template = "Juntuán"
		start_experience_factor = 0.3
		start_equipment_factor = 0.7

	}
	division = {
		name = "120 Bubing Shi"
		location = 4207
		division_template = "Juntuán"
		start_experience_factor = 0.3
		start_equipment_factor = 0.7

	}
	division = {
		name = "129 Bubing Shi"
		location = 4207
		division_template = "Juntuán"
		start_experience_factor = 0.3
		start_equipment_factor = 0.7

	}
	
	### Provincial Forces ###
	division = {
		name =  "1 Shensi Juntuán"
		location = 4207
		division_template = "Renmin Jundui"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.3

	}
	division = {
		name =  "2 Shensi Juntuán"
		location = 4207
		division_template = "Renmin Jundui"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.3

	}
	division = {
		name =  "3 Shensi Juntuán"
		location = 4207
		division_template = "Renmin Jundui"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.3

	}
	division = {
		name =  "4 Shensi Juntuán"
		location = 4207
		division_template = "Renmin Jundui"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.3

	}
	division = {
		name =  "5 Shensi Juntuán"
		location = 4207
		division_template = "Renmin Jundui"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.3

	}
}

##### STARTING PRODUCTION #####
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "PRC"
		}
		requested_factories = 2
		progress = 0.33
		efficiency = 100
	}
}