Fixes
This commit is contained in:
parent
72b0ebb938
commit
29b8e19ef6
58 changed files with 24636 additions and 24387 deletions
|
|
@ -979,57 +979,57 @@ GetActualBishopTitle = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
faith.religion = faith:hellenic_pagan.religion
|
||||
faith.religion = faith:megalocratic.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_hellenism_religion_kingdom
|
||||
localization_key = councillor_court_chaplain_theomach_religion_kingdom
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
faith.religion = faith:hellenic_pagan.religion
|
||||
faith.religion = faith:megalocratic.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_hellenism_religion_kingdom_female
|
||||
localization_key = councillor_court_chaplain_theomach_religion_kingdom_female
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:hellenic_pagan.religion
|
||||
faith.religion = faith:megalocratic.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_hellenism_religion_duchy
|
||||
localization_key = councillor_court_chaplain_theomach_religion_duchy
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:hellenic_pagan.religion
|
||||
faith.religion = faith:megalocratic.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_hellenism_religion_county
|
||||
localization_key = councillor_court_chaplain_theomach_religion_county
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:hellenic_pagan.religion
|
||||
faith.religion = faith:megalocratic.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_hellenism_religion_county_female
|
||||
localization_key = councillor_court_chaplain_theomach_religion_county_female
|
||||
}
|
||||
|
||||
#Norse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue