
defined_text = {
    name = wrw_settings_option1_text

    text = {
        trigger = {
            NOT = { has_global_flag = WRW_GERMANY_BUFF_FLAG }
        }
        localization_key = wrw_settings_option1_text_off
    }
	
    text = {
        trigger = {
            has_global_flag = WRW_GERMANY_BUFF_FLAG
        }
        localization_key = wrw_settings_option1_text_on
    }
}

defined_text = {
    name = wrw_settings_option2_text

    text = {
        trigger = {
            NOT = { has_global_flag = WRW_GERMANY_CIVWAR_NOT_FLAG }
        }
        localization_key = wrw_settings_option2_text_on
    }
	
    text = {
        trigger = {
            has_global_flag = WRW_GERMANY_CIVWAR_NOT_FLAG
        }
        localization_key = wrw_settings_option2_text_off
    }
}

defined_text = {
    name = wrw_settings_option3_text

    text = {
        trigger = {
            NOT = {
				has_global_flag = WRW_WINNER_GER_FLAG
				has_global_flag = WRW_WINNER_RUS_FLAG
			}
        }
        localization_key = wrw_settings_option3_text_1
    }
	
    text = {
        trigger = {
            has_global_flag = WRW_WINNER_GER_FLAG
        }
        localization_key = wrw_settings_option3_text_2
    }
	
	text = {
        trigger = {
            has_global_flag = WRW_WINNER_RUS_FLAG
        }
        localization_key = wrw_settings_option3_text_3
    }
}

defined_text = {
    name = wrw_settings_option4_text

    text = {
        trigger = {
            NOT = { has_global_flag = WRW_WRRF_TUKHACH_FLAG }
        }
        localization_key = wrw_settings_option4_text_on
    }
	
    text = {
        trigger = {
            has_global_flag = WRW_WRRF_TUKHACH_FLAG
        }
        localization_key = wrw_settings_option4_text_off
    }
}

defined_text = {
    name = wrw_settings_option5_text

    text = {
        trigger = {
            NOT = { has_global_flag = WRW_SBI_POKR_FLAG }
        }
        localization_key = wrw_settings_option5_text_1
    }
	
    text = {
        trigger = {
            has_global_flag = WRW_SBI_POKR_FLAG
        }
        localization_key = wrw_settings_option5_text_2
    }
}

defined_text = {
    name = wrw_settings_option6_text

    text = {
        trigger = {
            NOT = { has_global_flag = WRW_SBI_WIN_FLAG }
			NOT = { has_global_flag = WRW_SBI_LOST_FLAG }
        }
        localization_key = wrw_settings_option6_text_1
    }
	
    text = {
        trigger = {
            has_global_flag = WRW_SBI_WIN_FLAG
        }
        localization_key = wrw_settings_option6_text_2
    }
	
	text = {
        trigger = {
            has_global_flag = WRW_SBI_LOST_FLAG
        }
        localization_key = wrw_settings_option6_text_3
    }
}

defined_text = {
    name = wrw_settings_option7_text

    text = {
        trigger = {
            NOT = { has_global_flag = WRW_SBI_COOL_FLAG }
			NOT = { has_global_flag = WRW_SBI_MILITARY_FLAG }
			NOT = { has_global_flag = WRW_SBI_HARMS_FLAG }
        }
        localization_key = wrw_settings_option7_text_1
    }
	
    text = {
        trigger = {
            has_global_flag = WRW_SBI_COOL_FLAG
        }
        localization_key = wrw_settings_option7_text_2
    }
	
	text = {
        trigger = {
            has_global_flag = WRW_SBI_MILITARY_FLAG
        }
        localization_key = wrw_settings_option7_text_3
    }
	
	text = {
        trigger = {
            has_global_flag = WRW_SBI_HARMS_FLAG
        }
        localization_key = wrw_settings_option7_text_4
    }
}

defined_text = {
    name = wrw_settings_option8_text

    text = {
        trigger = {
            NOT = { has_global_flag = WRW_SBI_WRRF_FLAG }
			NOT = { has_global_flag = WRW_SBI_SIBERIA_FLAG }
        }
        localization_key = wrw_settings_option8_text_1
    }
	
    text = {
        trigger = {
            has_global_flag = WRW_SBI_WRRF_FLAG
        }
        localization_key = wrw_settings_option8_text_2
    }
	
	text = {
        trigger = {
            has_global_flag = WRW_SBI_SIBERIA_FLAG
        }
        localization_key = wrw_settings_option8_text_3
    }
}