﻿SecretRevealSecondCharacterIntroduction = {
	type = character

	text = {
		trigger = {
			scope:secondary_character = { is_of_major_interest_trigger = { CHARACTER = scope:event_root } }
		}
		localization_key = secrets_secondary_character_my_character_introduction
	}

	text = {
		trigger = {
			scope:secondary_character = { is_of_major_interest_trigger = { CHARACTER = scope:primary_character } }
		}
		localization_key = secrets_secondary_character_primary_characters_introduction
	}

	text = {
		trigger = {
			scope:secondary_character = {
				OR = {
					is_of_minor_interest_trigger = { CHARACTER = scope:event_root }
					is_courtier_of = scope:event_root
				}
			}
		}
		localization_key = secrets_secondary_character_my_character_introduction
	}

	text = {
		trigger = {
			scope:secondary_character = {
				OR = {
					is_of_minor_interest_trigger = { CHARACTER = scope:primary_character }
					is_courtier_of = scope:primary_character
				}
			}
		}
		localization_key = secrets_secondary_character_primary_characters_introduction
	}

	text = {
		localization_key = secrets_secondary_character_my_character_introduction
	}
}