defined_text = {
	name = GET_GRE_otto_support_var
	text = {
		trigger = {
			AND = {
				original_tag = GRE
            	check_variable = {
					GRE_otto_support_var > 0
					GRE_otto_support_var < 25
				}

			}
		}
		localization_key = GET_GRE_otto_support_var_low_loc
	}
    text = {
		trigger = {
			AND = {
				original_tag = GRE
				check_variable = {
					GRE_otto_support_var > 26
					GRE_otto_support_var < 50
				}
			}
		}
		localization_key = GET_GRE_otto_support_var_very_low_loc
	}
	text = {
		trigger = {
            AND = {
				original_tag = GRE
				check_variable = {
					GRE_otto_support_var > 51
					GRE_otto_support_var < 75
				}
			}
		}
		localization_key = GET_GRE_otto_support_var_medium_loc
	}
    text = {
		trigger = {
			AND = {
				original_tag = GRE
				check_variable = {
					GRE_otto_support_var > 76
					GRE_otto_support_var < 101
				}
			}
		}
		localization_key = GET_GRE_otto_support_var_high_loc
	}
}