﻿division_template = {
	name = "Juntuán"					# Represents local militia groups (generally poorly-equipped)
	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 = "Kunming Jingbei"
		location = 12789
		division_template = "Juntuán"			# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.5

	}
	division = {
		name = "Yunnan Baoan Ke"
		location = 10346
		division_template = "Juntuán"			# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.5

	}
	division = {
		name = "Dali Baoan Ke"
		location = 10346
		division_template = "Juntuán"			# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.5

	}
}

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