﻿enfp_pick_angry_powerful_vassal = {
	random_vassal = {
		limit = {
			is_powerful_vassal = yes
			is_available = yes
			is_ai = yes
			age > 13
			NOT = { has_trait = content }
			NOT = { has_trait = humble }
			NOR = {
				has_relation_friend = root
				has_relation_best_friend = root
				has_relation_lover = root
				has_relation_soulmate = root
			}
		}
		save_scope_as = angry_vassal
	}
}

enfp_pick_scary_vassal = {
	random_vassal = {
		limit = {
			is_powerful_vassal = yes
			is_available = yes
			is_ai = yes
			age > 13
			NOT = { has_trait = content }
			NOT = { has_trait = humble }
			NOR = {
				has_relation_friend = root
				has_relation_best_friend = root
				has_relation_lover = root
				has_relation_soulmate = root
			}
			OR = {
				has_trait = arrogant
				has_trait = ambitious
				has_trait = brave
			}
		}
		save_scope_as = scary_vassal
	}
}

