division_template = {
    name = "Lost Hills Automated Defenses"
    regiments = {
        support_robot = { x = 0 y = 0 }
        support_robot = { x = 0 y = 1 }
        support_robot = { x = 0 y = 2 }
        support_robot = { x = 1 y = 0 }
        support_robot = { x = 1 y = 1 }
    }
    support = { 
        cnc_robot = { x = 1 y = 0 }
    }
}
division_template = {
    name = "Lost Hills Sentry Bots"
    regiments = {
        combat_robot = { x = 0 y = 0 }
        combat_robot = { x = 0 y = 1 }
        combat_robot = { x = 0 y = 2 }
        combat_robot = { x = 1 y = 0 }
        combat_robot = { x = 1 y = 1 }
        combat_robot = { x = 1 y = 2 }
    }
    support = { 
        cnc_robot = { x = 1 y = 0 }
    }
}

units = {
    division = {
        name = "Lost Hills Automated Defenses"
        location = 3418
        division_template = "Lost Hills Automated Defenses"
        start_experience_factor = 0.2
        start_equipment_factor = 1.0
        force_equipment_variants = {
            support_robot_thruster_equipment_2 = { owner = USA }
            cnc_robot_2 = { owner = USA }
        }
    }
    
    division = {
        name = "Lost Hills Robotic Security"
        location = 3418
        division_template = "Lost Hills Automated Defenses"
        start_experience_factor = 0.2
        start_equipment_factor = 1.0
        force_equipment_variants = {
            support_robot_thruster_equipment_2 = { owner = USA }
            cnc_robot_2 = { owner = USA }
        }
   }

   division = {
        name = "Lost Hills Automated Sentries"
        location = 3418
        division_template = "Lost Hills Sentry Bots"
        start_experience_factor = 0.2
        start_equipment_factor = 1.0
        force_equipment_variants = {
            combat_robot_equipment_2 = { owner = USA }
            cnc_robot_2 = { owner = USA }
        }
   }
}