sorry, Trying to add one of the dynamically converted religions as a conversion option for Orthodox and Catholic. I can't seem to get it to show up in the options, I double checked that they were in the same faith group and i added them to the allowed_conversion list. I am using the 1_vanilla_relgions.txt to modify the vanilla religions.
catholic = {
color = { 204 204 0 }
icon = 1
allowed_conversion = {
reformed
protestant
converted_dynamic_faith_119
}
I also made sure to include a on_convert line in the Dynamic faith file
on_convert = {
change_religion = converted_dynamic_faith_119
add_prestige modifier = -100
add_country_modifier = {
name= "conversion_zeal"
}
I can edit the dynamic faith and get the Norse personal deities (though it seems to only work with one faith at a time, 2 Norse reformed faiths only one seems to read the "personal_deity = yes" that being the religion of the saves player kingdom) I can also get a dynamic to to a vanilla religion
converted_dynamic_faith_119 = {
color = { 229 191 255 }
icon = 29
allowed_conversion = {
catholic
protestant
reformed
orthodox
and a vanilla to a vanilla
catholic = {
color = { 204 204 0 }
icon = 1
allowed_conversion = {
reformed
protestant
Orthodox
}
But cant seem to get dynamics to show up as an option for conversion, sorry hope that clears it up kinda learning as I go here, thanks!
Edit more details:
Poland with converted_dynamic_faith_107 has catholic, orthodox and converted_dynamic_faith_119 added to it's allowed _conversion line, but can only convert to the first 2. All 3 are in the same faith family
View attachment 678857
North Rome with converted_dynamic_faith_119 seems to be able to convert to converted_dynamic_faith_107 and the other 2 as well
View attachment 678862
Navara with the the edited 1_vanilla_religions.txt can convert to Orthodox, but not converted_dynamic_faith_119
View attachment 678860
these are them written out
119:
christian = {
defender_of_faith = yes
can_form_personal_unions = yes
center_of_religion = 184 # Orleanais
converted_dynamic_faith_119 = {
color = { 229 191 255 }
icon = 29
allowed_conversion = {
catholic
protestant
reformed
orthodox
converted_dynamic_faith_107
}
on_convert = {
change_religion = converted_dynamic_faith_119
add_prestige modifier = -100
add_country_modifier = {
name= "conversion_zeal"
}
}
country = {
diplomatic_reputation = 1
ae_impact = -0.15
tolerance_own = 2
heir_chance = 0.5
}
country_as_secondary = {
diplomatic_reputation = 1
ae_impact = -0.1
}
province = {
local_missionary_strength = 0.01
}
heretic = { OLD_NORSE }
personal_deity = yes
misguided_heretic = yes # Other christians hate them less
personal_deity = yes
107:
christian = {
defender_of_faith = yes
can_form_personal_unions = yes
center_of_religion = 1 # Stockholm
converted_dynamic_faith_107 = {
color = { 0 0 127 }
icon = 21
allowed_conversion = {
catholic
protestant
reformed
orthodox
converted_dynamic_faith_119
}
diplomatic_reputation = 1
land_morale = 0.1
ae_impact = -0.15
heir_chance = 0.5
}
country_as_secondary = {
diplomatic_reputation = 1
land_morale = 0.1
}
province = {
local_missionary_strength = 0.01
}
personal_deity = yes
}
heretic = { OLD_NORSE }