So I've created new Norse faith using Rite tenet, but for some reason this faith spawned with new religious head anyway, why?
Well, isn't the point of the Rite tenet that you keep your current HoF when you found a new faith?i'm not really understanding the question. what were you expecting to happen?
i'm not really understanding the question. what were you expecting to happen?
doesn't that only apply to a couple of religions? i don't think norse was one of them. have a look at the dev diaryWell, isn't the point of the Rite tenet that you keep your current HoF when you found a new faith?
If that's the case, then other faiths/religions need to be blocked from taking the tenet, since it doesn't do anything useful at that point.doesn't that only apply to a couple of religions? i don't think norse was one of them. have a look at the dev diary
doesn't that only apply to a couple of religions? i don't think norse was one of them. have a look at the dev diary
It makes me wonder if the Rite tenet should actually be restricted to faiths that already start with it (a bit like the Mystical Ancestors cultural tradition).The tenet has two effects:
View attachment 847784
Only the second effect is limited to Christian faiths, the first effect should apply to any religion with a HoF.
Otherwise it would be a completely useless tenet with no effects. Keeping your old HoF is the whole point of it.
I'm trying to understand if the Rite tenet is a tenet that you need to opt into as part of your new faith which preserves your old HoF, or if it's a tenet which automatically affects all offshoot faiths from the faith which has Rite by granting them their HoF (provided that the offshoot faiths are similar enough).
Can I just point out that you don't need the Rite tenet to share a HoF. Example: Conversos have the Pope but don't have the tenet.Playing as Mozarab, I start with this tenet. Catholicism, obviously, doesn't have this tenet. The effect is that Mozarabism has the Catholic Pope as HoF. Same with Insular Christianity, they also have the Rite tenet and therefore the Pope as HoF.
So just to finish the thought… Then when OP got rid of Blots, it probably barred the shared head of faith.According to tenet characteristics in game files, more extremist faiths (that have tenets, such as cannibalism, gruesome festivals or incst doctrine) should preserve these tenets/doctrines in offshoot rite faiths to work properly.
## Cannibals vs. non-cannibals of any kind.
custom_description = {
text = incompatible_tenet_shared_hof_cannibals_vs_non_cannibals
NOR = {
# Cannibal-you doesn't get why your non-cannibal HoF freaks out when you offer them a hand...
AND = {
flag:tenet_ritual_cannibalism = { is_in_list = selected_doctrines }
NOT = {
religious_head.faith = { has_doctrine = tenet_ritual_cannibalism }
}
}
# ... or cannibal-HoF thinks you need to chill the hell out whilst they eat this dude.
AND = {
flag:tenet_ritual_cannibalism = { is_in_list = selected_doctrines }
NOT = {
religious_head.faith = { has_doctrine = tenet_ritual_cannibalism }
}
}
}
}
# Some tenet/doctrine configurations are unilaterally exclusive.
## HumSac/GruFes are disliked by anyone who doesn't also actively believe in such.
custom_description = {
text = incompatible_tenet_shared_hof_world_vs_humsac_grufes
# Your HoF will not put up with your HumSackery if they don't also go in for it.
trigger_if = {
limit = {
OR = {
flag:tenet_gruesome_festivals = { is_in_list = selected_doctrines }
flag:tenet_human_sacrifice = { is_in_list = selected_doctrines }
}
}
NOR = {
religious_head.faith = { has_doctrine = tenet_gruesome_festivals }
religious_head.faith = { has_doctrine = tenet_human_sacrifice }
}
}
}
Pretty sure this is a bug. I made a post about it when FOI game out. That or Rite is just VERY anti Human sacrifice which is er... a bit rude a lot of cultures and religions share love by cutting off heads. (Joke there.)So I've created new Norse faith using Rite tenet, but for some reason this faith spawned with new religious head anyway, why?
View attachment 847692
sacrifice won't cause it fail to share the HoF,From all the comments the obvious Idea is that new asatru faith should also have sacrifice tenet.
I kinda tricked the game by initially taking some random tenet instead of sacrifice in faith creation window and then changing it to rite tenet.
But choosing rite directly instead of sacrifice is actually not possible