﻿femme_fatale_validity_trigger = {
	base_court_position_validity_trigger = { EMPLOYER = $EMPLOYER$ }
	OR = {
		diplomacy >= 10
		intrigue >= 10
		has_trait = seducer
		has_trait = beauty_good_2
		has_trait = beauty_good_3
	}
	is_female = yes

	# custom_tooltip = {
	# 	text = femme_falate_not_married
	# 	is_married = no
	# }
	custom_tooltip = {
		text = femme_fatale_not_lowborn
		is_lowborn = no
	}
	
	custom_tooltip = {
		text = none_does_not_have_a_full_time_job
		trigger_if = {
			limit = { NOT = { has_court_position = femme_fatale_court_position } }
			court_position_does_not_already_have_a_job_trigger = yes # This positions is considered a job, and cannot be held at the same time as another similar position
		}
	}
}