This commit is contained in:
Heidesommer 2026-05-25 07:54:55 -04:00
parent 26b04f6db4
commit c6eb868ef4
116 changed files with 69758 additions and 26333 deletions

View file

@ -134,33 +134,33 @@ create_head_of_faith_title_effect = {
trigger_event = faith_creation.0002 # Creates new dynamic title
}
else = { trigger_event = faith_creation.0012 } # Re-uses existing title
if = {
limit = {
faith = {
has_doctrine_parameter = holy_order_head_of_faith
}
}
if = {
limit = {
#only create a HoF if none exists
faith = {
any_faith_holy_order = {
count = 0
exists = this
}
}
}
trigger_event = N3OW_holy_order.0003
}
else = {
faith = {
random_faith_holy_order = {
save_scope_as = picked_holy_order
}
}
faith.set_religious_head_title = scope:picked_holy_order.title
}
}
# if = {
# limit = {
# faith = {
# has_doctrine_parameter = holy_order_head_of_faith
# }
# }
# if = {
# limit = {
# #only create a HoF if none exists
# faith = {
# any_faith_holy_order = {
# count = 0
# exists = this
# }
# }
# }
# trigger_event = N3OW_holy_order.0003
# }
# else = {
# faith = {
# random_faith_holy_order = {
# save_scope_as = picked_holy_order
# }
# }
# faith.set_religious_head_title = scope:picked_holy_order.title
# }
# }
}
}