N3OW/common/customizable_localization/00_secrets_custom_loc.txt
2025-02-20 17:49:25 +00:00

91 lines
No EOL
2.3 KiB
Text

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
}
}