has_bureau_idea_law_desired = { check_variable = { bureau_law = expected_adm_spending } } has_police_idea_law_desired = { check_variable = { police_law = expected_police_spending } } has_education_law_desired = { check_variable = { education_law = expected_edu_spending } } has_health_law_desired = { check_variable = { health_law = expected_health_spending } } has_social_law_desired = { check_variable = { social_law = expected_welfare_spending } } has_education_law_at_least_3 = { custom_trigger_tooltip = { tooltip = has_education_law_at_least_3_tt check_variable = { education_law > 2 } } } has_health_law_at_least_2 = { custom_trigger_tooltip = { tooltip = has_health_law_at_least_2_tt check_variable = { health_law > 1 } } } has_social_law_at_least_2 = { custom_trigger_tooltip = { tooltip = has_social_law_at_least_2_tt check_variable = { social_law > 1 } } }