CFR_resource_modifier = {
    # iconless to keep hidden
    
    enable = {
        NOT = { has_global_flag = CFR_disabled }
    }
    
    country_resource_cost_steel = CFR_steel_usage
}

CFR_factory_output_modifier = {
    # iconless to keep hidden
    
    enable = {
        NOT = { has_global_flag = CFR_disabled }
    }
    
    production_speed_buildings_factor = CFR_factory_output_reduction
    industry_repair_factor            = CFR_factory_output_reduction
}
