covering errors
This commit is contained in:
parent
c1b4784178
commit
79c630dcf9
38 changed files with 209 additions and 215 deletions
|
|
@ -914,7 +914,7 @@ GetActualBishopTitle = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = yes
|
||||
|
|
@ -926,7 +926,7 @@ GetActualBishopTitle = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = no
|
||||
|
|
@ -938,7 +938,7 @@ GetActualBishopTitle = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = yes
|
||||
|
|
@ -950,7 +950,7 @@ GetActualBishopTitle = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = no
|
||||
|
|
@ -995,7 +995,7 @@ GetActualBishopTitle = {
|
|||
}
|
||||
OR = {
|
||||
faith.religion = faith:baltic_pagan.religion
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
faith.religion = faith:finnish_pagan.religion
|
||||
faith.religion = faith:zun_pagan.religion
|
||||
}
|
||||
|
|
@ -1012,7 +1012,7 @@ GetActualBishopTitle = {
|
|||
}
|
||||
OR = {
|
||||
faith.religion = faith:baltic_pagan.religion
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
faith.religion = faith:finnish_pagan.religion
|
||||
faith.religion = faith:zun_pagan.religion
|
||||
}
|
||||
|
|
@ -1119,40 +1119,40 @@ GetActualBishopTitle = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_germanic_religion_kingdom
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_kingdom
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_germanic_religion_duchy
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_duchy
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_germanic_religion_county
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_county
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = no
|
||||
}
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_germanic_religion_county_female
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_county_female
|
||||
}
|
||||
|
||||
#Dualism
|
||||
|
|
@ -1777,7 +1777,7 @@ GetActualBishopTitlePossessive = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = yes
|
||||
|
|
@ -1789,7 +1789,7 @@ GetActualBishopTitlePossessive = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = no
|
||||
|
|
@ -1801,7 +1801,7 @@ GetActualBishopTitlePossessive = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = yes
|
||||
|
|
@ -1813,7 +1813,7 @@ GetActualBishopTitlePossessive = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = no
|
||||
|
|
@ -1858,7 +1858,7 @@ GetActualBishopTitlePossessive = {
|
|||
}
|
||||
OR = {
|
||||
faith.religion = faith:baltic_pagan.religion
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
faith.religion = faith:finnish_pagan.religion
|
||||
faith.religion = faith:zun_pagan.religion
|
||||
}
|
||||
|
|
@ -1875,7 +1875,7 @@ GetActualBishopTitlePossessive = {
|
|||
}
|
||||
OR = {
|
||||
faith.religion = faith:baltic_pagan.religion
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
faith.religion = faith:finnish_pagan.religion
|
||||
faith.religion = faith:zun_pagan.religion
|
||||
}
|
||||
|
|
@ -1982,40 +1982,40 @@ GetActualBishopTitlePossessive = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_germanic_religion_kingdom_possessive
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_kingdom_possessive
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_germanic_religion_duchy_possessive
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_duchy_possessive
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_germanic_religion_county_possessive
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_county_possessive
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = no
|
||||
}
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_germanic_religion_county_female_possessive
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_county_female_possessive
|
||||
}
|
||||
|
||||
#Dualism
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue