added custom corut chaplain titles for thelemic religions
This commit is contained in:
parent
13229d101b
commit
2a91e27f97
3 changed files with 498 additions and 2 deletions
|
|
@ -1498,6 +1498,56 @@ GetActualBishopTitle = {
|
|||
localization_key = councillor_court_chaplain_paganism_religion_county
|
||||
}
|
||||
|
||||
#Thelema
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_empire
|
||||
OR = {
|
||||
faith.religion = faith:victorian.religion
|
||||
faith.religion = faith:royal_thelema.religion
|
||||
faith.religion = faith:old_thelema.religion
|
||||
faith.religion = faith:carcosan.religion
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_thelema_religion_empire
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
OR = {
|
||||
faith.religion = faith:victorian.religion
|
||||
faith.religion = faith:royal_thelema.religion
|
||||
faith.religion = faith:old_thelema.religion
|
||||
faith.religion = faith:carcosan.religion
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_thelema_religion_kingdom
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
OR = {
|
||||
faith.religion = faith:victorian.religion
|
||||
faith.religion = faith:royal_thelema.religion
|
||||
faith.religion = faith:old_thelema.religion
|
||||
faith.religion = faith:carcosan.religion
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_thelema_religion_duchy
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
OR = {
|
||||
faith.religion = faith:victorian.religion
|
||||
faith.religion = faith:royal_thelema.religion
|
||||
faith.religion = faith:old_thelema.religion
|
||||
faith.religion = faith:carcosan.religion
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_thelema_religion_county
|
||||
}
|
||||
|
||||
#Fallback
|
||||
text = {
|
||||
trigger = {
|
||||
|
|
@ -1987,6 +2037,58 @@ GetActualBishopTitlePossessive = {
|
|||
localization_key = councillor_court_chaplain_bon_religion_kingdom_possessive
|
||||
}
|
||||
|
||||
#Thelema
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_empire
|
||||
OR = {
|
||||
faith.religion = faith:victorian.religion
|
||||
faith.religion = faith:royal_thelema.religion
|
||||
faith.religion = faith:old_thelema.religion
|
||||
faith.religion = faith:carcosan.religion
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_thelema_religion_empire_possessive
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
OR = {
|
||||
faith.religion = faith:victorian.religion
|
||||
faith.religion = faith:royal_thelema.religion
|
||||
faith.religion = faith:old_thelema.religion
|
||||
faith.religion = faith:carcosan.religion
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_thelema_religion_kingdom_possessive
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
OR = {
|
||||
faith.religion = faith:victorian.religion
|
||||
faith.religion = faith:royal_thelema.religion
|
||||
faith.religion = faith:old_thelema.religion
|
||||
faith.religion = faith:carcosan.religion
|
||||
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_thelema_religion_duchy_possessive
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
OR = {
|
||||
faith.religion = faith:victorian.religion
|
||||
faith.religion = faith:royal_thelema.religion
|
||||
faith.religion = faith:old_thelema.religion
|
||||
faith.religion = faith:carcosan.religion
|
||||
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_thelema_religion_county_possessive
|
||||
}
|
||||
|
||||
#Buddhism/Hinduism/Jainism
|
||||
text = {
|
||||
trigger = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue