﻿division_template = {
	name = "Kajnieku Divizija"				# Infantry Division	
	division_names_group = LAT_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 }
	}
}

units = {
	######## LAND OOB ########
	##### Latvijas Augstas Komandu #####
	division = { # "1. Kurzemes Divizija"
		division_name = {
				is_name_ordered = yes
				name_order = 1
		}
		location = 9340
		division_template = "Kajnieku Divizija"
		force_equipment_variants = { infantry_equipment_0 = { owner = "LAT" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = { # "2. Vidzemes Divizija"
		division_name = {
				is_name_ordered = yes
				name_order = 2
		}
		location = 9340
		division_template = "Kajnieku Divizija"
		force_equipment_variants = { infantry_equipment_0 = { owner = "LAT" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = { # "3. Zemgales Divizija"
		division_name = {
				is_name_ordered = yes
				name_order = 3
		}
		location = 310
		division_template = "Kajnieku Divizija"
		force_equipment_variants = { infantry_equipment_0 = { owner = "LAT" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
	division = { # "4. Latgales Divizija"
		division_name = {
				is_name_ordered = yes
				name_order = 4
		}
		location = 265
		division_template = "Kajnieku Divizija"
		force_equipment_variants = { infantry_equipment_0 = { owner = "LAT" } }
		start_experience_factor = 0.1
		start_equipment_factor = 0.5

	}
}

### Starting Production ###
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "LAT"
		}
		requested_factories = 1
		progress = 0.30
		efficiency = 100
	}
}