mucho changes
This commit is contained in:
parent
0918b6c1ed
commit
3b437364c2
146 changed files with 141607 additions and 11 deletions
91
common/customizable_localization/00_secrets_custom_loc.txt
Normal file
91
common/customizable_localization/00_secrets_custom_loc.txt
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue