﻿division_template = {
	name = "Jūntuán"				# Represents: German-trained divisions (better equipment than rest),
	division_names_group = CHI_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 }
	}

	priority = 0 # garrison
}
division_template = {
	name = "Qibing Jūn"				# Represents (two-division) cavalry corps (generally poorly-equipped)
	division_names_group = CHI_CAV_01

	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
	}
}
### OOB ###
units = {
	division = {
		location = 4165
		division_template = "Jūntuán"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.8
	}
	division = {
		location = 4207
		division_template = "Jūntuán"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.8
	}
	division = {
		location = 7108
		division_template = "Jūntuán"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.8
	}
	division = {
		location = 1047
		division_template = "Jūntuán"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.8
	}
	division = {
		location = 7152
		division_template = "Jūntuán"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.8
	}
	division = {
		location = 11938
		division_template = "Jūntuán"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.8
	}
	division = {
		location = 12095
		division_template = "Qibing Jūn"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.8
	}
	division = {
		location = 1162
		division_template = "Qibing Jūn"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.8
	}
	division = {
		location = 9978
		division_template = "Qibing Jūn"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.8
	}
}
#########################
## STARTING PRODUCTION ##
#########################
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "GDP"
		}
		requested_factories = 4
		progress = 0.5
		efficiency = 80
	}	
}
