Hello. I'm trying to make the Manichean religion into a Catholic heresy. Below is the code for how I've got this set up.
Now, in theory, the only things that should matter are that the parent religion is Catholic, and that the Mandaean heresy (which is a Manichean heresy) either is not a heresy or doesn't exist at all (in this case, I deleted the whole Mandaean section from the code). However, when I load up an existing save or a new one, Manichean is seemingly its own religion under the Christian branch of religions. If anyone can help me solve this problem, I'd appreciate it.
(I'm mainly trying to make it so that I can make Manichean replace Catholicism as the orthodox faith, which would make Catholicism a heresy).
Code:
manichean = {
parent = catholic
color = { 0.7 0.7 0.4 }
graphical_culture = westerngfx
icon = 67
heresy_icon = 6
crusade_name = GREAT_PURIFICATION
scripture_name = THE_EVANGELION
priest_title = PRESBYTERS
piety_name = KARMA
high_god_name = GOD_ZURVAN
god_names = {
GOD_ZURVAN GOD_OHRMAZD PROPHET_MANI RADIANT_JESUS PROPHET_ENOCH PHOPHET_SHEM PROPHET_ABRAHAM PROPHET_ZOROASTER PROPHET_BUDDHA GREAT_BAN GOD_MITHRAS MAITREYA PROPHET_SETH PROPHET_NOAH
}
evil_god_names = {
JEHOVAH AHRIMAN SATAN LUCIFER
}
unit_home_modifier = {
land_morale = 0.3
light_infantry_defensive = 0.3
heavy_infantry_defensive = 0.3
pikemen_defensive = 0.3
light_cavalry_defensive = 0.3
knights_defensive = 0.3
archers_defensive = 0.3
horse_archers_defensive = 0.3
camel_cavalry_DEFENSIVE = 0.3
war_elephants_DEFENSIVE = 0.3
key = "DEF_RELIGION_HOME_TERRITORY"
}
allow_rivermovement = yes
can_grant_divorce = yes
can_call_crusade = yes
can_grant_invasion_cb = invasion
religious_clothing_head = 5
religious_clothing_priest = 5
intermarry = muslim
intermarry = christian
intermarry = pagan_group
intermarry = jewish_group
intermarry = indian_group
}
Now, in theory, the only things that should matter are that the parent religion is Catholic, and that the Mandaean heresy (which is a Manichean heresy) either is not a heresy or doesn't exist at all (in this case, I deleted the whole Mandaean section from the code). However, when I load up an existing save or a new one, Manichean is seemingly its own religion under the Christian branch of religions. If anyone can help me solve this problem, I'd appreciate it.
(I'm mainly trying to make it so that I can make Manichean replace Catholicism as the orthodox faith, which would make Catholicism a heresy).