So I'm working on a mod for a religion I'm adding in. The religion is in the Christian group and I'm trying to make the head of the religion a secular ruler, functioning kinda like the Fylkirate or Caliphate. However, when I give a character the title, it totally messes up succession and all my titles end up falling into the hands of some lowborn in my court. Here's the code I have:
Can anyone tell me what I'm doing wrong? This is my first post here, I didn't really know where else to look. Thanks.
Code:
religionname = {
graphical_culture = westerngfx
icon = 159
heresy_icon = 160
color = { 0.97 0.91 0.89 }
crusade_name = CRUSADE
scripture_name = THE_BIBLE
priest_title = PRIEST
high_god_name = GOD_GOD
god_names = {
GOD_GOD GOD_THE_LORD GOD_JESUS GOD_THE_BLESSED_VIRGIN GOD_SAINT_JOHN GOD_THE_LAMB
}
evil_god_names = {
SATAN LUCIFER THE_DEVIL
}
autocephaly = no
can_excommunicate = yes
can_grant_divorce = yes
can_grant_claim = yes
can_call_crusade = no
can_hold_temples = yes
priests_can_marry = yes
priests_can_inherit = yes
has_heir_designation = yes
can_retire_to_monastery = yes
religious_clothing_head = 2
religious_clothing_priest = 2
ai_convert_same_group = 2
ai_convert_other_group = 2
intermarry = arian
intermarry = nicene
intermarry = germanic_pagan
intermarry = zoroastrian
Code:
d_religionname = {
color={236 208 195 }
color2={255 216 0}
capital = 32
religion = religionname
controls_religion = religionname
culture = roman
dignity = 100
short_name = yes
title = PRESBYTER
foa = PRESBYTER_FOA
}
Can anyone tell me what I'm doing wrong? This is my first post here, I didn't really know where else to look. Thanks.