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


### OOB ###
units = {
	### Provincial Forces ###
	division = {
		name = "Suiyuan Jingbei"
		location = 4174
		division_template = "Juntuán"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.2

	}
	division = {
		name = "Chahar Jingbei"
		location = 7048
		division_template = "Juntuán"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.2

	}
	
}

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