mucho changes

This commit is contained in:
Magpie490 2025-02-20 17:49:25 +00:00
parent 0918b6c1ed
commit 3b437364c2
146 changed files with 141607 additions and 11 deletions

View file

@ -0,0 +1,91 @@
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
}
}