﻿arrcxxx_actor_is_shown_trigger = {
	is_ai = no
	or = {
		is_close_or_extended_family_of = scope:recipient
		dynasty = scope:recipient.dynasty
		has_relation_lover = scope:recipient
		has_relation_soulmate = scope:recipient
		has_relation_friend = scope:recipient
		has_relation_best_friend = scope:recipient
		has_relation_guardian = scope:recipient
		has_relation_ward = scope:recipient
		has_relation_crush = scope:recipient
		has_relation_student = scope:recipient
		has_relation_mentor = scope:recipient
		any_secret = {
			secret_type = secret_lover
			secret_target = scope:recipient
		}
		is_allied_to = scope:recipient
	}
}

arrcxxx_recipient_is_shown_trigger = {
	is_at_war = yes
	NOR = {
		this = scope:actor
		is_at_war_with = scope:actor
	}
	any_character_war = {
		any_war_defender = { this = scope:recipient }
	}
}

arrcxxx_can_be_picked_trigger = {
	exists = scope:target

	scope:target = {
		is_war_leader = scope:recipient
		primary_defender = scope:recipient
	}
}
