fix
This commit is contained in:
parent
e22f5e5844
commit
3d3b257277
5 changed files with 195 additions and 20 deletions
|
|
@ -521,23 +521,16 @@ on_title_gain = {
|
|||
# Note: anything that should be run after creation can go in on_noble_family_title_created
|
||||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_administrative
|
||||
is_house_head = yes
|
||||
highest_held_title_tier >= tier_duchy
|
||||
OR = {
|
||||
government_has_flag = government_is_administrative
|
||||
government_has_flag = government_is_special_republic
|
||||
}
|
||||
highest_held_title_tier >= tier_county
|
||||
liege = {
|
||||
is_independent_ruler = yes
|
||||
government_has_flag = government_is_administrative
|
||||
}
|
||||
NOR = {
|
||||
any_held_title = { is_noble_family_title = yes }
|
||||
house = {
|
||||
any_house_member = {
|
||||
any_held_title = { is_noble_family_title = yes }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
create_noble_family_effect = yes
|
||||
domicile ?= { set_up_domicile_estate_effect = yes }
|
||||
}
|
||||
# Apply Law of the Land title succession law if appropriate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue