division_template = {
  name = "South American Infantry"
  regiments = {
    light_infantry = { x = 0 y = 0 }
  }
}

units = {
    division = {
        name = "1st Tropa Colorada"
        location = 13620
        division_template = "South American Infantry"
        start_experience_factor = 0.1
    }
    division = {
        name = "2nd Tropa Colorada"
        location = 13584
        division_template = "South American Infantry"
        start_experience_factor = 0.1
    }
    division = {
        name = "3rd Tropa Colorada"
        location = 13594
        division_template = "South American Infantry"
        start_experience_factor = 0.1
    }
}
