titan_generic = {
    roles = { titan }
    upgrade_prio = { factor = 5 }
    match_to_count = 0.9
    titan_default = {
        upgrade_prio = { factor = 5 }
        target_width = 60
        width_weight = 1
        column_swap_factor = 0.5
        target_template = {
            weight = 0.9
            match_value = 10000
            regiments = {
                assault_titan_bat = 2
                artillery_titan_bat = 1
                heavy_titan_bat = 1
            }
            support = {
                titan_recon_comp = 1
                titan_engineer_comp = 1
                titan_support_comp = 1
                titan_bombardment_comp = 1
                titan_breakthrough_comp = 1
            }
        }
        allowed_types = {
            assault_titan_bat
            artillery_titan_bat
            heavy_titan_bat
            titan_recon_comp
            titan_engineer_comp
            titan_support_comp
            titan_bombardment_comp
            titan_breakthrough_comp
        }
    }
}