﻿fired_from_council_position_effect = {
	add_opinion = {
		modifier = fired_from_council_opinion
		target = liege
	}
	
	#replace councillor addition
	if = {
		limit = {
			liege = {
				OR = {
					any_courtier_or_guest = {
						reverse_has_opinion_modifier = { target = ROOT modifier = opinion_council_sponsor } 					
					}
					any_vassal = {
						reverse_has_opinion_modifier = { target = ROOT modifier = opinion_council_sponsor } 					
					}
				}
			}
		}
		custom_tooltip = replace_councillor_anger_supporter_tt
		save_scope_as = fired_councillor
		liege = { trigger_event = { id = council_plot.54 } }
	}
}
