division_template = {
    name = "Division Illyricum"
    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 }
    }
    support = {
        engineer = { x = 0 y = 0 }
    }
}

units = {
    division= {
        location = 11899
        division_template = "Division Illyricum"
        start_experience_factor = 0.1
    }
    division= {
        location = 11581
        division_template = "Division Illyricum"
        start_experience_factor = 0.1
    }
    division= {
        location = 9627
        division_template = "Division Illyricum"
        start_experience_factor = 0.1
    }
    division= {
        location = 665
        division_template = "Division Illyricum"
        start_experience_factor = 0.1
    }
    division= {
        location = 982
        division_template = "Division Illyricum"
        start_experience_factor = 0.1
    }
    division= {
        location = 11580
        division_template = "Division Illyricum"
        start_experience_factor = 0.1
    }
}