division_template = {
	name = "Pyakhotnaya Dyviziya"

	division_names_group = BLR_INF_01	

	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 }
	}
	support = {
		engineer = { x = 0 y = 0 } 
		artillery = { x = 0 y = 1 }
	}
}
division_template = {
	name = "Kavaleriyskaya Brygada" 

	division_names_group = BLR_CAV_01

	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 }
	}
	support = {
		recon = { x = 0 y = 0 }     
	}
}
division_template = {
	name = "Aperatyuna Shturmavaya Brygada" 

	division_names_group = BLR_BLR_01

	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		light_armor = { x = 2 y = 0 }
	}
	support = {
		artillery = { x = 0 y = 0 }  
        recon = { x = 0 y = 0 }		
	}
}

units = {
		######## LAND UNITS ########
	division = {
		name = "Vaūkavyskaja bryhada"  			
		location = 11370
		division_template = "Pyakhotnaya Dyviziya"
		start_experience_factor = 0.3
		start_equipment_factor = 0.7
	}
	
	division = {
		name = "Dyviziya imyani Tadeusha Kastyushko"  			
		location = 289
		division_template = "Pyakhotnaya Dyviziya"
		start_experience_factor = 0.6
		start_equipment_factor = 1
	}
	
	division = {
		name = "Dyviziya imyani Leva Sapego"  			
		location = 11241
		division_template = "Pyakhotnaya Dyviziya"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	
	division = {
		name = "Dyviziya imyani Konstantina Ezovitova"  			
		location = 11241
		division_template = "Pyakhotnaya Dyviziya"
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	
	division = {
		name = "Dyviziya imeni Diotra"  			
		location = 3267
		division_template = "Pyakhotnaya Dyviziya"
		start_experience_factor = 0.3
		start_equipment_factor = 0.5
	}
	
	division = {
		name = "Minskaya Dyviziya"  			
		location = 11370
		division_template = "Pyakhotnaya Dyviziya"
		start_experience_factor = 0.3
		start_equipment_factor = 0.6
	}
	
	division = {
		name = "Pamezna-balotnaya diviziya"  			
		location = 215
		division_template = "Kavaleriyskaya Brygada"
		start_experience_factor = 0.2
		start_equipment_factor = 0.6
	}
	
	division = {
		name = "Tankavyi Polk imeni Pavla Zhauryda"  			
		location = 9288
		division_template = "Aperatyuna Shturmavaya Brygada"
		start_experience_factor = 0.3
		start_equipment_factor = 1
		force_equipment_variants = { light_tank_chassis_0 = { owner = "BLR" version_name = "Reno FT-16 «Cmok»" } }
	}
	
	division = {
		name = "Tankavyi Polk imeni Vatslava Lastkovskogo"  			
		location = 11370
		division_template = "Aperatyuna Shturmavaya Brygada"
		start_experience_factor = 0.3
		start_equipment_factor = 1
		force_equipment_variants = { light_tank_chassis_0 = { owner = "BLR" version_name = "Reno FT-16 «Cmok»" } }
	}
     
}

#########################
## STARTING PRODUCTION ##
#########################
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "BLR"
		}
		requested_factories = 1
		progress = 0.30
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "BLR"
		}
		requested_factories = 1
		progress = 0.20
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = artillery_equipment_1
			creator = "BLR"
		}
		requested_factories = 1
		progress = 0.20
		efficiency = 100
	}
	
}