﻿is_eligible_crisis_claimant = {
	is_alive = yes
	is_lowborn = no
	is_adult = yes
	is_imprisoned = no
	is_at_war = no
	is_capable_adult = yes
	NOT = { has_character_flag = active_succession_crisis }
	OR = {
		has_trait = arrogant
		has_trait = callous
		has_trait = deceitful
		has_trait = wrathful
		has_trait = ambitious
		has_trait = brave
		has_trait = greedy
		has_trait = vengeful
		has_trait = sadistic
		is_ai = no
	}
}