﻿division_template = {
	name = "Juntuán"					# Represents local militia groups (generally poorly-equipped)
	template_counter = 118
	division_names_group = YUN_INF_01
									
	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 }
	}
}


units = {
	division = {
		name = "1st Independent Brigade" 
		location = 1319 
		division_template = "Juntuán"			# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.2
		officer = {
			name = YUN_liu_zhengfu
		}

	}
	division = {
		name = "2nd Independent Brigade" 
		location = 1319 
		division_template = "Juntuán"			# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.2
		officer = {
			name = YUN_an_enpu
		}

	}
	division = {
		name = "3rd Independent Brigade" 
		location = 4501 
		division_template = "Juntuán"			# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.2
		officer = {
			name = YUN_yang_hongguang
		}

	}
	division = {
		name = "5th Brigade" 
		location = 12262 
		division_template = "Juntuán"			# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.2
		officer = {
			name = YUN_lu_daoyuan
		}

	}
	division = {
		name = "7th Independent Brigade" 
		location = 7965 
		division_template = "Juntuán"			# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.2
		officer = {
			name = YUN_gong_shunbi
		}

	}
	division = {
		name = "9th Independent Brigade" 
		location = 7965 
		division_template = "Juntuán"			# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.2
		officer = {
			name = YUN_zhang_chong
		}
	}
}

##### STARTING PRODUCTION #####
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "YUN"
		}
		requested_factories = 1
		progress = 0.82
		efficiency = 100
	}
}