Fixing bugs
This commit is contained in:
parent
cefd82dd96
commit
e2686cdbab
9 changed files with 92 additions and 64 deletions
|
|
@ -1121,14 +1121,14 @@ GetActualBishopTitle = {
|
|||
highest_held_title_tier >= tier_kingdom
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_kingdom
|
||||
localization_key = councillor_court_chaplain_germanic_religion_kingdom
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_duchy
|
||||
localization_key = councillor_court_chaplain_germanic_religion_duchy
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
|
|
@ -1140,7 +1140,7 @@ GetActualBishopTitle = {
|
|||
}
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_county
|
||||
localization_key = councillor_court_chaplain_germanic_religion_county
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
|
|
@ -1152,7 +1152,7 @@ GetActualBishopTitle = {
|
|||
}
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_county_female
|
||||
localization_key = councillor_court_chaplain_germanic_religion_county_female
|
||||
}
|
||||
|
||||
#Dualism
|
||||
|
|
@ -1984,14 +1984,14 @@ GetActualBishopTitlePossessive = {
|
|||
highest_held_title_tier >= tier_kingdom
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_kingdom_possessive
|
||||
localization_key = councillor_court_chaplain_germanic_religion_kingdom_possessive
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_duchy_possessive
|
||||
localization_key = councillor_court_chaplain_germanic_religion_duchy_possessive
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
|
|
@ -2003,7 +2003,7 @@ GetActualBishopTitlePossessive = {
|
|||
}
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_county_possessive
|
||||
localization_key = councillor_court_chaplain_germanic_religion_county_possessive
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
|
|
@ -2015,7 +2015,7 @@ GetActualBishopTitlePossessive = {
|
|||
}
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_county_female_possessive
|
||||
localization_key = councillor_court_chaplain_germanic_religion_county_female_possessive
|
||||
}
|
||||
|
||||
#Dualism
|
||||
|
|
|
|||
|
|
@ -126,9 +126,9 @@ GetFaithSacredLanguage = {
|
|||
text = { #Could also be Vedic & Old Tamil
|
||||
trigger = {
|
||||
OR = {
|
||||
religion = religion:hinduism_religion
|
||||
# religion = religion:hinduism_religion
|
||||
religion = religion:buddhism_religion
|
||||
religion = religion:jainism_religion
|
||||
# religion = religion:jainism_religion
|
||||
}
|
||||
}
|
||||
localization_key = language_sanskrit_name #Sanskrit
|
||||
|
|
@ -158,31 +158,27 @@ GetFaithSacredLanguageCharacter = {
|
|||
trigger = {
|
||||
OR = {
|
||||
religion = religion:catholic_religion
|
||||
faith = faith:conversos
|
||||
faith = faith:lollard
|
||||
faith = faith:insular_celtic
|
||||
faith = faith:mozarabic_church
|
||||
}
|
||||
}
|
||||
localization_key = language_latin_name #Latin
|
||||
}
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
faith = faith:cathar
|
||||
}
|
||||
localization_key = language_occitano_romance_name #Occitan
|
||||
}
|
||||
# text = {
|
||||
# trigger = {
|
||||
# faith = faith:cathar
|
||||
# }
|
||||
# localization_key = language_occitano_romance_name #Occitan
|
||||
# }
|
||||
|
||||
text = {
|
||||
trigger = { faith = faith:nestorian }
|
||||
localization_key = language_aramaic_name #Armaic
|
||||
}
|
||||
# text = {
|
||||
# trigger = { faith = faith:nestorian }
|
||||
# localization_key = language_aramaic_name #Armaic
|
||||
# }
|
||||
|
||||
text = {
|
||||
trigger = { faith = faith:armenian_apostolic }
|
||||
localization_key = language_armenian_name #Armenian
|
||||
}
|
||||
# text = {
|
||||
# trigger = { faith = faith:armenian_apostolic }
|
||||
# localization_key = language_armenian_name #Armenian
|
||||
# }
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
|
|
@ -241,9 +237,9 @@ GetFaithSacredLanguageCharacter = {
|
|||
text = { #Could also be Vedic & Old Tamil
|
||||
trigger = {
|
||||
OR = {
|
||||
religion = religion:hinduism_religion
|
||||
# religion = religion:hinduism_religion
|
||||
religion = religion:buddhism_religion
|
||||
religion = religion:jainism_religion
|
||||
# religion = religion:jainism_religion
|
||||
}
|
||||
}
|
||||
localization_key = language_sanskrit_name #Sanskrit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue