﻿SecretDescriptionThirdPerson = {
	type = secret

	text = {
		localization_key = SecretDescription_deviant
		trigger = { secret_type = secret_deviant }
	}
	text = {
		localization_key = SecretDescription_homosexual
		trigger = { secret_type = secret_homosexual }
	}
	text = {
		localization_key = SecretDescription_murder_attempt
		trigger = { secret_type = secret_murder_attempt }
	}
	text = {
		localization_key = SecretDescription_cannibal
		trigger = { secret_type = secret_cannibal }
	}
	text = {
		localization_key = SecretDescription_lover
		trigger = { secret_type = secret_lover }
	}
	text = {
		localization_key = SecretDescription_murder
		trigger = { secret_type = secret_murder }
	}
	text = {
		localization_key = SecretDescription_non_believer
		trigger = { secret_type = secret_non_believer }
	}
	text = {
		localization_key = SecretDescription_incest
		trigger = { secret_type = secret_incest }
	}
	text = {
		localization_key = SecretDescription_witch
		trigger = { secret_type = secret_witch }
	}
	text = {
		trigger = { always = no }
		fallback = yes
		localization_key = SecretDescription_fallback
	}
}

SecretDescriptionFirstPerson = {
	type = secret

	text = {
		localization_key = SecretDescription_deviant_first_person
		trigger = { secret_type = secret_deviant }
	}
	text = {
		localization_key = SecretDescription_homosexual_first_person
		trigger = { secret_type = secret_homosexual }
	}
	text = {
		localization_key = SecretDescription_murder_attempt_first_person
		trigger = { secret_type = secret_murder_attempt }
	}
	text = {
		localization_key = SecretDescription_cannibal_first_person
		trigger = { secret_type = secret_cannibal }
	}
	text = {
		localization_key = SecretDescription_lover_first_person
		trigger = { secret_type = secret_lover }
	}
	text = {
		localization_key = SecretDescription_murder_first_person
		trigger = { secret_type = secret_murder }
	}
	text = {
		localization_key = SecretDescription_non_believer_first_person
		trigger = { secret_type = secret_non_believer }
	}
	text = {
		localization_key = SecretDescription_incest_first_person
		trigger = { secret_type = secret_incest }
	}
	text = {
		localization_key = SecretDescription_witch_first_person
		trigger = { secret_type = secret_witch }
	}
	text = {
		trigger = { always = no }
		fallback = yes
		localization_key = SecretDescription_fallback_first_person
	}
}