#Titles
defined_text = {
    name = RKSPLUS_rk_settings_option1_text

    text = {
        trigger = {
            NOT = { has_global_flag = rksplus_focusskip_flag }
        }
        localization_key = RKSPLUS_rk_settings_option1_text_off
    }
	
    text = {
        trigger = {
            has_global_flag = rksplus_focusskip_flag
        }
        localization_key = RKSPLUS_rk_settings_option1_text_on
    }
    
}

defined_text = {
    name = RKSPLUS_rk_settings_option2_text

    text = {
        trigger = {
            NOT = { has_global_flag = rksplus_autonomydisabled_flag }
        }
        localization_key = RKSPLUS_rk_settings_option2_text_off
    }
	
    text = {
        trigger = {
            has_global_flag = rksplus_autonomydisabled_flag
        }
        localization_key = RKSPLUS_rk_settings_option2_text_on
    }
    
}

defined_text = {
    name = RKSPLUS_rk_settings_option3_text

    text = {
        trigger = {
            NOT = { has_global_flag = rksplus_lesstroops_flag }
        }
        localization_key = RKSPLUS_rk_settings_option3_text_off
    }
	
    text = {
        trigger = {
            has_global_flag = rksplus_lesstroops_flag
        }
        localization_key = RKSPLUS_rk_settings_option3_text_on
    }
    
}

defined_text = {
    name = RKSPLUS_rk_settings_option4_text

    text = {
        trigger = {
            NOT = { has_global_flag = rksplus_burgundyfocusskip_flag }
        }
        localization_key = RKSPLUS_rk_settings_option4_text_off
    }
	
    text = {
        trigger = {
            has_global_flag = rksplus_burgundyfocusskip_flag
        }
        localization_key = RKSPLUS_rk_settings_option4_text_on
    }
    
}

defined_text = {
    name = RKSPLUS_rk_settings_option5_text

    text = {
        trigger = {
            NOT = { has_global_flag = rksplus_noburgundywar_flag }
        }
        localization_key = RKSPLUS_rk_settings_option5_text_off
    }
	
    text = {
        trigger = {
            has_global_flag = rksplus_noburgundywar_flag
        }
        localization_key = RKSPLUS_rk_settings_option5_text_on
    }
    
}

defined_text = {
    name = RKSPLUS_rk_settings_option6_text

    text = {
        trigger = {
            NOT = { has_global_flag = rksplus_aiunification_flag }
        }
        localization_key = RKSPLUS_rk_settings_option6_text_off
    }
	
    text = {
        trigger = {
            has_global_flag = rksplus_aiunification_flag
        }
        localization_key = RKSPLUS_rk_settings_option6_text_on
    }
    
}

defined_text = {
    name = RKSPLUS_rk_settings_option7_text

    text = {
        trigger = {
            NOT = { has_global_flag = rksplus_ussr_peace_disabled }
        }
        localization_key = RKSPLUS_rk_settings_option7_text_off
    }
	
    text = {
        trigger = {
            has_global_flag = rksplus_ussr_peace_disabled
        }
        localization_key = RKSPLUS_rk_settings_option7_text_on
    }
    
}

defined_text = {
    name = RKSPLUS_rk_settings_option8_text

    text = {
        trigger = {
            NOT = { has_global_flag = rksplus_ussr_peace_ural_only }
        }
        localization_key = RKSPLUS_rk_settings_option8_text_off
    }
	
    text = {
        trigger = {
            has_global_flag = rksplus_ussr_peace_ural_only
        }
        localization_key = RKSPLUS_rk_settings_option8_text_on
    }
    
}

defined_text = {
    name = RKSPLUS_rk_settings_option9_text

    text = {
        trigger = {
            NOT = { has_global_flag = rksplus_aicollaboration_flag }
        }
        localization_key = RKSPLUS_rk_settings_option9_text_off
    }
	
    text = {
        trigger = {
            has_global_flag = rksplus_aicollaboration_flag
        }
        localization_key = RKSPLUS_rk_settings_option9_text_on
    }
    
}