gdp_debt_ratio_lower_5 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_lower_5_tt check_variable = { debt_ratio < 0.05 } } } gdp_debt_ratio_higher_5 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_higher_5_tt check_variable = { debt_ratio > 0.05 } } } gdp_debt_ratio_higher_25 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_higher_25_tt check_variable = { debt_ratio > 0.25 } } } gdp_debt_ratio_lower_30 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_lower_30_tt check_variable = { debt_ratio < 0.3 } } } gdp_debt_ratio_higher_50 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_higher_50_tt check_variable = { debt_ratio > 0.5 } } } gdp_debt_ratio_lower_50 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_lower_50_tt check_variable = { debt_ratio < 0.5 } } } gdp_debt_ratio_lower_75 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_lower_75_tt check_variable = { debt_ratio < 0.75 } } } gdp_debt_ratio_higher_80 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_higher_80_tt check_variable = { debt_ratio > 0.8 } } } gdp_debt_ratio_higher_90 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_higher_90_tt check_variable = { debt_ratio > 0.9 } } } gdp_debt_ratio_lower_100 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_lower_100_tt check_variable = { debt_ratio < 1.0 } } } gdp_debt_ratio_higher_125 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_higher_125_tt check_variable = { debt_ratio > 1.25 } } } gdp_debt_ratio_higher_135 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_higher_135_tt check_variable = { debt_ratio > 1.35 } } } gdp_debt_ratio_higher_145 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_higher_145_tt check_variable = { debt_ratio > 1.45 } } } gdp_debt_ratio_higher_155 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_higher_155_tt check_variable = { debt_ratio > 1.55 } } } gdp_debt_ratio_higher_165 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_higher_165_tt check_variable = { debt_ratio > 1.65 } } } gdp_debt_ratio_higher_175 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_higher_175_tt check_variable = { debt_ratio > 1.75 } } } gdp_debt_ratio_higher_185 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_higher_185_tt check_variable = { debt_ratio > 1.85 } } } gdp_debt_ratio_higher_200 = { custom_trigger_tooltip = { tooltip = gdp_debt_ratio_higher_200_tt check_variable = { debt_ratio > 2.0 } } }