﻿start_equipment_factor = 0.2
division_template = {
	name = "Binary Infantry"		# Represents: German-trained divisions (better equipment than rest),
	division_names_group = XSM_INF_01								# 	as well as two-division infantry corps (generally poorly-equipped militias),
	regiments = {					#	and local militia groups.
		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 = "Triangular Infantry"	# Represents three-division infantry corps (generally poorly-equipped militias)
	division_names_group = XSM_INF_01
	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 }
	}
}
division_template = {
	name = "Triangular Cavalry"		# Represents three-division cavalry corps (generally poorly-equipped)
	division_names_group = XSM_CAV_01
	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 2 y = 0 }
		cavalry = { x = 2 y = 1 }
	}
}

units = {
	
	##### Eighth War Area (CO: Zhu Shaoling) [Subordinate to KMT but acting quasi-independently within their own theatre] #####
	division = {
		name = "80 Juntuán"
		location = 8081
		division_template = "Binary Infantry"
	}
	division = {
		name = "82 Juntuán"
		location = 3745
		division_template = "Binary Infantry"
	}
	division = {
		name = "Xin 2 Juntuán"
		location = 1647
		division_template = "Binary Infantry"
	}
	division = {
		name = "5 Qábing Jun"
		location = 8081
		division_template = "Triangular Cavalry"
	}
	division = {
		name = "Golmud Jingbei"
		location = 12846
		division_template = "Binary Infantry"		# Provincial militia unit (poor equipment and training)
	}
	### 17th Army Group (CO: Hu Zongnan) ###
	division = {
		name = "81 Juntuán"
		location = 10724
		division_template = "Binary Infantry"
	}
	division = {
		name = "2 Qábing Jun"
		location = 8055
		division_template = "Triangular Cavalry"
	}
	division = {
		name = "6 Qábing Jun"
		location = 7803
		division_template = "Triangular Cavalry"
	}
}
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "XSM"
		}
		requested_factories = 1
		progress = 0.47
		efficiency = 100
	}
}