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

division_template = {
    name = "Amynitiki 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 }
    }
    support = {
        artillery = { x = 0 y = 0 }
    }
}

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


    }
