﻿division_template = {
	name = "Juntuán"				# Represents: two-division infantry corps (generally poorly-equipped militias), and local militia groups
	division_names_group = GXC_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 = {
	#Guangdong/Guangxi units - 21 divisions
	division = { # "62 Juntuán"
		division_name = {
			is_name_ordered = yes
			name_order = 62
		}
		location = 10404
		start_experience_factor = 0.1
		division_template = "Juntuán"
		start_equipment_factor = 0.7

	}
	division = { # "63 Juntuán"
		division_name = {
			is_name_ordered = yes
			name_order = 63
		}
		location = 1047
		division_template = "Juntuán"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = { # "64 Juntuán"
		division_name = {
			is_name_ordered = yes
			name_order = 64
		}
		location = 7137
		division_template = "Juntuán"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = { # "65 Juntuán"
		division_name = {
			is_name_ordered = yes
			name_order = 65
		}
		location = 9938
		division_template = "Juntuán"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = { # "66 Juntuán"
		division_name = {
			is_name_ordered = yes
			name_order = 66
		}
		location = 994
		division_template = "Juntuán"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = { # "67 Juntuán"
		division_name = {
			is_name_ordered = yes
			name_order = 67
		}
		location = 1047
		division_template = "Juntuán"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "Guangzhou Jingbei"
		location = 1047
		division_template = "Juntuán"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.5

	}
	division = {
		name = "Hainan Jingbei"
		location = 994
		division_template = "Juntuán"		# Provincial militia unit (poor equipment and training)
		start_equipment_factor = 0.5

	}
	division = {
		name = "Guilin Jingbei"
		location = 10404
		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 = "GXC"
		}
		requested_factories = 1
		progress = 0.79
		efficiency = 100
	}	
}