fixes to govs
This commit is contained in:
parent
76b7117f35
commit
14f85aa035
6 changed files with 51 additions and 219 deletions
|
|
@ -777,10 +777,8 @@ yearly_playable_pulse = {
|
|||
limit = {
|
||||
government_has_flag = government_is_prepublic
|
||||
any_held_title = {
|
||||
filter = {
|
||||
title_tier > barony
|
||||
is_nomad_title = no
|
||||
}
|
||||
title_tier > barony
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
@ -816,10 +814,8 @@ yearly_playable_pulse = {
|
|||
limit = {
|
||||
government_has_flag = government_is_urepublic
|
||||
any_held_title = {
|
||||
filter = {
|
||||
title_tier > barony
|
||||
is_nomad_title = no
|
||||
}
|
||||
title_tier > barony
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = urban_elective_succession_law
|
||||
}
|
||||
|
|
@ -2134,6 +2130,7 @@ yearly_playable_pulse = {
|
|||
if = {
|
||||
limit = {
|
||||
is_ai = yes
|
||||
NOT = { government_has_flag = government_allows_nomad_domicile_titles }
|
||||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
|
|
@ -2774,10 +2771,8 @@ quarterly_playable_pulse = {
|
|||
limit = {
|
||||
government_has_flag = government_is_prepublic
|
||||
any_held_title = {
|
||||
filter = {
|
||||
title_tier > barony
|
||||
is_nomad_title = no
|
||||
}
|
||||
title_tier > barony
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
@ -2813,10 +2808,8 @@ quarterly_playable_pulse = {
|
|||
limit = {
|
||||
government_has_flag = government_is_urepublic
|
||||
any_held_title = {
|
||||
filter = {
|
||||
title_tier > barony
|
||||
is_nomad_title = no
|
||||
}
|
||||
title_tier > barony
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = urban_elective_succession_law
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue