fix?
This commit is contained in:
parent
d74e83f6de
commit
df20792e75
5 changed files with 13497 additions and 2 deletions
|
|
@ -277,7 +277,6 @@ administrative_government = {
|
||||||
legitimacy = yes
|
legitimacy = yes
|
||||||
use_as_base_on_landed = yes
|
use_as_base_on_landed = yes
|
||||||
use_as_base_on_rank_up = yes
|
use_as_base_on_rank_up = yes
|
||||||
inherit_from_dynastic_government = no
|
|
||||||
sticky_government = yes
|
sticky_government = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ change_to_administrative_effect = {
|
||||||
primary_title.tier >= tier_duchy
|
primary_title.tier >= tier_duchy
|
||||||
liege = {
|
liege = {
|
||||||
is_independent_ruler = yes
|
is_independent_ruler = yes
|
||||||
government_allows = administrative
|
government_has_flag = government_is_administrative
|
||||||
}
|
}
|
||||||
house.house_head = {
|
house.house_head = {
|
||||||
NOT = {
|
NOT = {
|
||||||
|
|
|
||||||
13494
common/scripted_effects/07_dlc_ep3_scripted_effects.txt
Normal file
13494
common/scripted_effects/07_dlc_ep3_scripted_effects.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -364,6 +364,7 @@ is_governor_or_admin_count = {
|
||||||
is_landless_administrative = {
|
is_landless_administrative = {
|
||||||
government_has_flag = government_is_administrative
|
government_has_flag = government_is_administrative
|
||||||
is_landed = no
|
is_landed = no
|
||||||
|
is_house_head = yes
|
||||||
has_domicile = yes
|
has_domicile = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -468,6 +468,7 @@ valid_co_emperor_candidate_trigger = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
scope:co_emperor_temp = house.house_head
|
scope:co_emperor_temp = house.house_head
|
||||||
|
any_held_title = { is_noble_family_title = yes }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue