# TODO: Make sure this is still necessary
is_secret_congenital_trait_trigger = {
	OR = {
		trait = genius
		trait = quick
		trait = slow
		trait = imbecile
		trait = attractive
		trait = ugly
		trait = tall
		trait = dwarf
		trait = strong
		trait = weak
	}
}

has_tier_3_education_trigger = {
	OR = {
		trait = charismatic_negotiator
		trait = skilled_tactician
		trait = fortune_builder
		trait = intricate_webweaver
		trait = scholarly_theologian
	}
}

has_tier_2_education_trigger = {
	OR = {
		trait = underhanded_rogue
		trait = tough_soldier
		trait = thrifty_clerk
		trait = flamboyant_schemer
		trait = dutiful_cleric
	}
}

has_tier_1_education_trigger = {
	OR = {
		trait = naive_appeaser
		trait = misguided_warrior
		trait = indulgent_wastrel
		trait = amateurish_plotter
		trait = detached_priest
	}
}

is_uncrowned_trigger = {
	trait = uncrowned
}

is_crowned_trigger = {
	custom_tooltip = {
		text = HAS_CROWNED_TRAIT

		OR = {
			trait = crowned
			trait = crowned_by_pope
			trait = crowned_by_vip
			trait = crowned_by_relhead
			trait = weak_basileus
			trait = strong_basileus
			trait = crowned_by_priest
			trait = crowned_by_bishop
			trait = crowned_by_myself
		}
	}
}

is_high_crowned_trigger = {
	custom_tooltip = {
		text = HAS_HIGH_CROWNED_TRAIT

		OR = {
			trait = crowned_by_pope
			trait = crowned_by_vip
			trait = crowned_by_relhead
			trait = strong_basileus
		}
	}
}

is_kinslayer_trigger = {
	OR = {
		trait = kinslayer
		trait = familial_kinslayer
		trait = dynastic_kinslayer
	}
}

has_enough_personality_traits_trigger = {
	trigger_if = {
		limit = { ai = yes }
		personality_traits >= 6
	}
	trigger_else = {
		personality_traits >= 8
	}
}

has_warrior_trait_trigger = {
	OR = {
		trait = poor_warrior
		trait = trained_warrior
		trait = skilled_warrior
		trait = master_warrior
	}
}

dishonorable_trait_trigger = {
	OR = {
		trait = dishonorable1
		trait = dishonorable2
		trait = dishonorable3
		trait = dishonorable4
		trait = dishonorable5
		trait = dishonorable6
		trait = dishonorable7
		trait = dishonorable8
		trait = dishonorable9
		trait = dishonorable10
	}
}