Update game_start.txt
This commit is contained in:
parent
7519b6018e
commit
a8510535fd
1 changed files with 31 additions and 0 deletions
|
|
@ -34,6 +34,37 @@ on_game_start = {
|
|||
create_noble_family_effect = { GOVERNMENT_GIVER = this }
|
||||
domicile ?= { set_up_domicile_estate_effect = yes }
|
||||
}
|
||||
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 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#Dynamic Titles
|
||||
character:benelux_oranje_nassau_weilburg_guillem = {
|
||||
if = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue