﻿##### Division Templates #####
division_template = {
	name = "Puški Odred"  
	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 = "Planinski Odred"  
	regiments = {
        mountaineers = { x = 0 y = 0 }
		mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 0 y = 2 }
        mountaineers = { x = 1 y = 0 }
		mountaineers = { x = 1 y = 1 }
		mountaineers = { x = 1 y = 2 }
    }
}
division_template = {
	name = "Mobilna Grupa" 		
	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 2 y = 0 }
	}
	support = {
		recon = { x = 0 y = 0 }   
	}
}

###### OOB ######
units = {
	
	division = {
		name = "1. Puški Odred"
		location = 3921 
		division_template = "Puški Odred"
		start_experience_factor = 0.1
		start_equipment_factor = 0.75
	}
	division = {
		name = "2. Puški Odred"
		location = 940 
		division_template = "Puški Odred"
		start_experience_factor = 0.1
		start_equipment_factor = 0.75
	}
	division = {
		name = "3. Puški Odred"
		location = 11746
		division_template = "Puški Odred"
		start_experience_factor = 0.1
		start_equipment_factor = 0.75
	}
	division = {
		name = "Cherngorski Odred"
		location = 886
		division_template = "Planinski Odred"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	division = {
		name = "1. Mobilna Grupa"
		location = 4124 
		division_template = "Mobilna Grupa"
		start_experience_factor = 0.2
		start_equipment_factor = 0.8
	}
	division = {
		name = "2. Mobilna Grupa"
		location = 9830 
		division_template = "Mobilna Grupa"
		start_experience_factor = 0.2
		start_equipment_factor = 0.8
	}

}


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

}
