﻿physician_terrible_liege_trigger = {
	exists = liege
	liege = { is_ai = no }
}

physician_hateyou_trigger  = {
	OR = { 
		opinion = {
			target =  liege
			value < -20
		}
		has_relation_rival = liege
		has_relation_nemesis = liege
		has_relation_grudge = liege
		has_trait = disloyal
		}

}

physician_terrible_employ_landed_admin_check = {
	is_ai = no
	is_landed_or_landless_administrative = yes
	employs_court_position = $POS$
}

physician_terrible_employ_adventurer_check = {
	is_ai = no
	is_landless_adventurer = yes
	employs_court_position = $POS$
}
	
physician_terrible_employ_councilor_landed_admin_check = {
	is_ai = no
	is_landed_or_landless_administrative = yes 
	any_councillor = { has_council_position = $POS$ }
}



physician_terrible_trigger_interaction_valid = {
	scope:actor = {
		any_court_position_holder = {
			type = $POS$
			exists = this
			this = scope:secondary_recipient
			aptitude:$POS$ <= 1
		}
	}
}
