﻿division_template = {
	name = "Juntuán"				# Represents a corps of 3 NRA divisions (2 brigades of 2 regiments each)
									# Militia-level training and equipment
	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 = "1 Xin'jiang Juntuán"
		location = 4709
		division_template = "Juntuán"
		start_experience_factor = 0.1
		start_equipment_factor = 0.3

	}
	division = {
		name = "2 Xin'jiang Juntuán"
		location = 4709
		division_template = "Juntuán"
		start_experience_factor = 0.1
		start_equipment_factor = 0.3

	}
	division = {
		name = "3 Xin'jiang Juntuán"
		location = 4709
		division_template = "Juntuán"
		start_experience_factor = 0.1
		start_equipment_factor = 0.3

	}

}
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "SIK"
		}
		requested_factories = 1
		progress = 0.52
		efficiency = 100
	}
}