religious stuff
This commit is contained in:
parent
10b90d6fc7
commit
81abafa981
5 changed files with 114 additions and 4 deletions
|
|
@ -626,7 +626,37 @@ on_game_start = {
|
|||
}
|
||||
}
|
||||
}
|
||||
every_religion_global = {
|
||||
every_faith = {
|
||||
|
||||
limit = {
|
||||
has_doctrine_parameter = holy_order_head_of_faith
|
||||
}
|
||||
|
||||
save_scope_as = holy_order_faith
|
||||
|
||||
ordered_holy_site = {
|
||||
limit = {
|
||||
title_province.faith = {
|
||||
has_doctrine_parameter = holy_order_head_of_faith
|
||||
}
|
||||
title_province.faith = scope:holy_order_faith
|
||||
}
|
||||
#position = 1
|
||||
title_province.county = {
|
||||
if = {
|
||||
limit = {
|
||||
#any_county_province = { has_holding = no }
|
||||
holder.faith = scope:holy_order_faith #{ has_doctrine_parameter = holy_order_head_of_faith }
|
||||
}
|
||||
holder = {
|
||||
trigger_event = { id = ate_holy_order.0001 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# To prevent the Season Changes event from triggering on game start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue