﻿division_template = {
	name = "Pešadija"

	regiments = {
		line_infantry = { x = 0 y = 0 }
		line_infantry = { x = 1 y = 0 }
		line_infantry = { x = 0 y = 1 }
		line_infantry = { x = 1 y = 1 }
		line_infantry = { x = 0 y = 2 }
	}
}

units = {
	division = {
		name = "1st Pešadija"
		location = 11586
		division_template = "Pešadija"
		start_experience_factor = 0.1
	}
	division = {
		name = "2nd Pešadija"
		location = 11586
		division_template = "Pešadija"
		start_experience_factor = 0.1
	}
}

division_template = {
    name = "Serbian Volunteer Regiment"
    
    regiments = {
        irregular_infantry = { x = 0 y = 0 }
        irregular_infantry = { x = 0 y = 1 }
        irregular_infantry = { x = 0 y = 2 }
    }
}

units = {
    division = {
        division_name = {
            is_name_ordered = yes
            name_order = 1
        }

        location = 9756
        division_template = "Serbian Volunteer Regiment"
        start_experience_factor = 0.1
        start_equipment_factor = 0.5
    }
    division = {
        division_name = {
            is_name_ordered = yes
            name_order = 2
        }

        location = 9756
        division_template = "Serbian Volunteer Regiment"
        start_experience_factor = 0.1
        start_equipment_factor = 0.5
    }
}