division_template = {
    name = "Galliki Legeona"
    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 }
    }
}

division_template = {
    name = "Galatiki Legeona"
    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 }
        artillery_brigade = { x = 3 y = 0 }
        artillery_brigade  = { x = 3 y = 1 }
    }
    support = {
        artillery = { x = 0 y = 0 }
        engineer = { x = 0 y = 0 }
    }
}

units = {
    division= {
        name = "Legio Galliki I"
        location = 9833
        division_template = "Galliki Legeona"
        start_experience_factor = 0.5
    }
    division= {
        name = "Legio Galliki II"
        location = 9833
        division_template = "Galliki Legeona"
        start_experience_factor = 0.5
    }
    division= {
        name = "Legio Galliki III"
        location = 9833
        division_template = "Galliki Legeona"
        start_experience_factor = 0.5
    }
    division= {
        name = "Legio Galliki IV"
        location = 9833
        division_template = "Galliki Legeona"
        start_experience_factor = 0.5
    }
    division= {
        name = "Legio Galliki V"
        location = 9833
        division_template = "Galliki Legeona"
        start_experience_factor = 0.5
    }
	
    division= {
        name = "Legio Galatiki I"
        location = 9833
        division_template = "Galatiki Legeona"
        start_experience_factor = 0.5
    }
    division= {
        name = "Legio Galatiki II"
        location = 9833
        division_template = "Galatiki Legeona"
        start_experience_factor = 0.5
    }
    division= {
        name = "Legio Galatiki III"
        location = 9833
        division_template = "Galatiki Legeona"
        start_experience_factor = 0.5
    }


    }
