Bugs
This commit is contained in:
parent
26b04f6db4
commit
c6eb868ef4
116 changed files with 69758 additions and 26333 deletions
3788
common/scripted_effects/00_decisions_effects.txt
Normal file
3788
common/scripted_effects/00_decisions_effects.txt
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
3024
common/scripted_effects/06_dlc_ce1_legend_effects.txt
Normal file
3024
common/scripted_effects/06_dlc_ce1_legend_effects.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
# }
|
||||
# }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue