titan_light_armor_1 = {
    abbreviation = "ttdla1"
    category = titan_light_armor_category
    sfx = sfx_ui_sd_module_turret
    add_stats = {
        build_cost_ic = 30
        armor_value = 50
        defense = 30
    }
    multiply_stats = {
        build_cost_ic = 0.025
        armor_value = 0.1
    }
    dismantle_cost_ic = 1
    xp_cost = 3
    can_convert_from = {
        module_category = titan_light_armor_category
        convert_cost_ic = 5
    }
}

titan_light_armor_2 = {
    abbreviation = "ttdla2"
    category = titan_light_armor_category
    sfx = sfx_ui_sd_module_turret
    parent = titan_light_armor_1
    add_stats = {
        build_cost_ic = 45
        armor_value = 75
        defense = 45
    }
    multiply_stats = {
        build_cost_ic = 0.045
        armor_value = 0.18
    }
    dismantle_cost_ic = 1
    xp_cost = 3
    can_convert_from = {
        module_category = titan_light_armor_category
        convert_cost_ic = 5
    }
}

titan_medium_armor_1 = {
    abbreviation = "ttdma1"
    category = titan_medium_armor_category
    sfx = sfx_ui_sd_module_turret
    add_stats = {
        build_cost_ic = 60
        armor_value = 70
        defense = 45
    }
    multiply_stats = {
        build_cost_ic = 0.05
        armor_value = 0.15
    }
    dismantle_cost_ic = 1
    xp_cost = 3
    can_convert_from = {
        module_category = titan_medium_armor_category
        convert_cost_ic = 5
    }
}

titan_medium_armor_2 = {
    abbreviation = "ttdma2"
    category = titan_medium_armor_category
    sfx = sfx_ui_sd_module_turret
    parent = titan_medium_armor_1
    add_stats = {
        build_cost_ic = 90
        armor_value = 105
        defense = 67.5
    }
    multiply_stats = {
        build_cost_ic = 0.09
        armor_value = 0.27
    }
    dismantle_cost_ic = 1
    xp_cost = 3
    can_convert_from = {
        module_category = titan_medium_armor_category
        convert_cost_ic = 5
    }
}

titan_heavy_armor_1 = {
    abbreviation = "ttdha1"
    category = titan_heavy_armor_category
    sfx = sfx_ui_sd_module_turret
    add_stats = {
        build_cost_ic = 120
        armor_value = 90
        defense = 60
    }
    multiply_stats = {
        build_cost_ic = 0.1
        armor_value = 0.2
    }
    dismantle_cost_ic = 1
    xp_cost = 3
    can_convert_from = {
        module_category = titan_heavy_armor_category
        convert_cost_ic = 5
    }
}

titan_heavy_armor_2 = {
    abbreviation = "ttdha2"
    category = titan_heavy_armor_category
    sfx = sfx_ui_sd_module_turret
    parent = titan_heavy_armor_1
    add_stats = {
        build_cost_ic = 180
        armor_value = 135
        defense = 90
    }
    multiply_stats = {
        build_cost_ic = 0.18
        armor_value = 0.36
    }
    dismantle_cost_ic = 1
    xp_cost = 3
    can_convert_from = {
        module_category = titan_heavy_armor_category
        convert_cost_ic = 5
    }
}
