Yay things work now

This commit is contained in:
Heidesommer 2026-05-20 04:02:41 -04:00
parent 294570f0f6
commit 719ab62dc9
25 changed files with 5584 additions and 5210 deletions

View file

@ -829,27 +829,27 @@ is_valid_heresy = {
#Depending on the origin faith's religion/religion group, there may have additional requirements for a heresy to be considered valid.
OR = {
#For Christian Faiths, the origin and heretical faiths must not both be Ecumenical (excepting the faiths which aren't technically ecumenical).
AND = {
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
NAND = {
$ORIGIN_FAITH$ = {
has_doctrine = special_doctrine_ecumenical_christian
OR = {
this = faith:insular_celtic
this = faith:bosnian_church
this = faith:mozarabic_church
}
}
$HERETICAL_FAITH$ = {
has_doctrine = special_doctrine_ecumenical_christian
OR = {
this = faith:insular_celtic
this = faith:bosnian_church
this = faith:mozarabic_church
}
}
}
}
# AND = {
# OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
# NAND = {
# $ORIGIN_FAITH$ = {
# has_doctrine = special_doctrine_ecumenical_christian
# OR = {
# this = faith:insular_celtic
# this = faith:bosnian_church
# this = faith:mozarabic_church
# }
# }
# $HERETICAL_FAITH$ = {
# has_doctrine = special_doctrine_ecumenical_christian
# OR = {
# this = faith:insular_celtic
# this = faith:bosnian_church
# this = faith:mozarabic_church
# }
# }
# }
# }
AND = { #FP3: for Zoroastrianism, Bedhin faiths are never heresies of each other
religion_tag = zoroastrianism_religion
NAND = {

View file

@ -10,4 +10,8 @@ doctrine_is_spiritual_type = {
has_doctrine = doctrine_spiritual_head
has_doctrine = doctrine_holy_order_head
}
}
has_locked_hof = {
always = no
}