Americans

This commit is contained in:
trashmasteruni 2026-06-26 01:34:56 +02:00
parent 8262c6bc40
commit 7a9f1a031a
32 changed files with 625 additions and 41 deletions

View file

@ -949,28 +949,28 @@ GetActualBishopTitle = {
text = {
trigger = {
highest_held_title_tier >= tier_empire
faith.religion = faith:congregationist.religion
faith.religion = faith:kabbalist.religion
}
localization_key = councillor_court_chaplain_judaism_religion_empire
}
text = {
trigger = {
highest_held_title_tier >= tier_kingdom
faith.religion = faith:congregationist.religion
faith.religion = faith:kabbalist.religion
}
localization_key = councillor_court_chaplain_judaism_religion_kingdom
}
text = {
trigger = {
highest_held_title_tier >= tier_duchy
faith.religion = faith:congregationist.religion
faith.religion = faith:kabbalist.religion
}
localization_key = councillor_court_chaplain_judaism_religion_duchy
}
text = {
trigger = {
highest_held_title_tier < tier_duchy
faith.religion = faith:congregationist.religion
faith.religion = faith:kabbalist.religion
}
localization_key = councillor_court_chaplain_judaism_religion_county
}