﻿start_equipment_factor = 0.2
division_template = {
	name = "Binary Infantry"		# Represents: two-division infantry corps (generally poorly-equipped militias),
	division_names_group = YUN_INF_01								#	and local militia groups.
	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 }
	}

}
division_template = {
	name = "Triangular Infantry"	# Represents three-division infantry corps (generally poorly-equipped militias)
	division_names_group = YUN_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 }
	}
}

units = {
	division = {
		name = "Kunming Jingbei"
		location = 12789
		division_template = "Binary Infantry"		# Provincial militia unit (poor equipment and training)
	}
	division = {
		name = "Yunnan Baoan Ke"
		location = 10346
		division_template = "Binary Infantry"		# Provincial militia unit (poor equipment and training)
	}
	division = {
		name = "Dali Baoan Ke"
		location = 10346
		division_template = "Binary Infantry"		# Provincial militia unit (poor equipment and training)
	}
}
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "YUN"
		}
		requested_factories = 1
		progress = 0.48
		efficiency = 100
	}
}