﻿division_template = {
	name = "Juntuán"				# Represents: two-division infantry corps (generally poorly-equipped, but decent experience),
	division_names_group = PRC_INF_01
	role = infantry
			#	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 }
	}
	support = {
        artillery = { x = 0 y = 0 }
	}
	priority = 0
}
division_template = {
	name = "Renmin Jundui"				# Represents three-column local militia groups (Triangular Corps); poorly-equipped, lowest experience
	division_names_group = PRC_MIL_01
	template_counter = 118
	role = militias	
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
		militia = { x = 2 y = 0 }
		militia = { x = 2 y = 1 }
	}
	priority = 1
}

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

	}
	
	### Provincial Forces ###
	division = { #  "1 Shensi Juntuán"
		division_name = {
			is_name_ordered = yes
			name_order = 1
		}
		location = 10880
		division_template = "Renmin Jundui"		# Provincial militia unit (poor equipment and training)
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = { #  "2 Shensi Juntuán"
		division_name = {
			is_name_ordered = yes
			name_order = 2
		}
		location = 7314
		division_template = "Renmin Jundui"		# Provincial militia unit (poor equipment and training)
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = { #  "3 Shensi Juntuán"
		division_name = {
			is_name_ordered = yes
			name_order = 3
		}
		location = 7659
		division_template = "Renmin Jundui"		# Provincial militia unit (poor equipment and training)
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = { #  "4 Shensi Juntuán"
		division_name = {
			is_name_ordered = yes
			name_order = 4
		}
		location = 12356
		division_template = "Renmin Jundui"		# Provincial militia unit (poor equipment and training)
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = { #  "5 Shensi Juntuán"
		division_name = {
			is_name_ordered = yes
			name_order = 5
		}
		location = 7314
		division_template = "Renmin Jundui"		# Provincial militia unit (poor equipment and training)
		start_experience_factor = 0.2
		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 = 50
		industrial_manufacturer = mio:PRC_cmc_military_industry_bureau_organization
	}
}