﻿head_servant_validity_trigger = {
	is_female = yes
	custom_tooltip = {
		text = none_does_not_have_a_full_time_job
		trigger_if = {
			limit = { NOT = { has_court_position = head_servant_camp_officer } }
			court_position_does_not_already_have_a_job_trigger = yes # This position is considered a job, and cannot be held at the same time as another similar position
		}
	}
	base_court_position_validity_trigger = { EMPLOYER = $EMPLOYER$ }
	# Qualifications.
	OR = {
		# Skill.
		stewardship >= decent_skill_rating
		# Personality.
		has_trait = humble
		has_trait = content
		has_trait = diligent
		has_trait = calm
		has_trait = patient
		# Misc.
		has_trait = loyal
	}
}