﻿##### Division Templates #####
division_template = {
	name = "Bubing Shi"
	regiments = {
        infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
        infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
        infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
	}
}
division_template = {
	name = "Bubing Lu"
	regiments = {
        infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
        infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
	}
}
division_template = {
	name = "Qibing Jun"	
	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
	}
}
###### OOB ######
units = {
	division = {
		name = "1. Bubing Shi"
		location = 4724
		division_template = "Bubing Shi"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "2. Bubing Shi"
		location = 4724
		division_template = "Bubing Shi"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "3. Bubing Shi"
		location = 4724
		division_template = "Bubing Shi"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "4. Bubing Shi"
		location = 4724
		division_template = "Bubing Shi"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "1. Bubing Lu"
		location = 4724
		division_template = "Bubing Lu"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "2. Bubing Lu"
		location = 4724
		division_template = "Bubing Lu"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "3. Bubing Lu"
		location = 4724
		division_template = "Bubing Lu"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "4. Bubing Lu"
		location = 4724
		division_template = "Bubing Lu"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "5. Bubing Lu"
		location = 4724
		division_template = "Bubing Lu"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "6. Bubing Lu"
		location = 4724
		division_template = "Bubing Lu"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "7. Bubing Lu"
		location = 4724
		division_template = "Bubing Lu"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "8. Bubing Lu"
		location = 4724
		division_template = "Bubing Lu"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "1. Qibing Jun"
		location = 4724
		division_template = "Qibing Jun"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "2. Qibing Jun"
		location = 4724
		division_template = "Qibing Jun"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "3. Qibing Jun"
		location = 4724
		division_template = "Qibing Jun"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
	division = {
		name = "4. Qibing Jun"
		location = 4724
		division_template = "Qibing Jun"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7

	}
}

instant_effect = {
		##### Equipments #####
		add_equipment_production = { 
			equipment = { 
				type = infantry_equipment_0
				creator = "XIB" 
			} 
			requested_factories = 1
			progress = 0.1 
			efficiency = 20 
		}

}