fixes to
This commit is contained in:
parent
75219c794f
commit
625f2fd225
6 changed files with 31 additions and 25 deletions
|
|
@ -2085,7 +2085,7 @@ yearly_playable_pulse = {
|
|||
government_has_flag = government_is_nomadic
|
||||
is_landed = no
|
||||
liege = { is_ai = yes }
|
||||
NOT = { government_has_flag = government_allows_nomad_domicile_titles }
|
||||
NOR = { liege = { government_has_flag = government_allows_nomad_domicile_titles } government_has_flag = government_allows_nomad_domicile_titles }
|
||||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
|
|
@ -2124,13 +2124,13 @@ yearly_playable_pulse = {
|
|||
any_held_title = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
NOT = { government_has_flag = government_allows_nomad_domicile_titles }
|
||||
NOR = { liege = { government_has_flag = government_allows_nomad_domicile_titles } government_has_flag = government_allows_nomad_domicile_titles }
|
||||
}
|
||||
save_scope_as = scoped_ruler
|
||||
if = {
|
||||
limit = {
|
||||
is_ai = yes
|
||||
NOT = { government_has_flag = government_allows_nomad_domicile_titles }
|
||||
NOR = { liege = { government_has_flag = government_allows_nomad_domicile_titles } government_has_flag = government_allows_nomad_domicile_titles }
|
||||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
|
|
@ -2145,7 +2145,7 @@ yearly_playable_pulse = {
|
|||
else_if = {
|
||||
limit = {
|
||||
is_ai = no
|
||||
NOT = { government_has_flag = government_allows_nomad_domicile_titles }
|
||||
NOR = { liege = { government_has_flag = government_allows_nomad_domicile_titles } government_has_flag = government_allows_nomad_domicile_titles }
|
||||
}
|
||||
change_government = nomad_government
|
||||
}
|
||||
|
|
@ -2170,7 +2170,7 @@ yearly_playable_pulse = {
|
|||
any_held_title = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
NOT = { government_has_flag = government_allows_nomad_domicile_titles }
|
||||
NOR = { liege = { government_has_flag = government_allows_nomad_domicile_titles } government_has_flag = government_allows_nomad_domicile_titles }
|
||||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
|
|
@ -2383,7 +2383,7 @@ three_year_playable_pulse = {
|
|||
any_held_title = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
NOT = { government_has_flag = government_allows_nomad_domicile_titles }
|
||||
NOR = { liege = { government_has_flag = government_allows_nomad_domicile_titles } government_has_flag = government_allows_nomad_domicile_titles }
|
||||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
|
|
@ -2467,7 +2467,7 @@ three_year_playable_pulse = {
|
|||
|
||||
if = {
|
||||
limit = {
|
||||
NOT = { government_has_flag = government_allows_nomad_domicile_titles }
|
||||
NOR = { liege = { government_has_flag = government_allows_nomad_domicile_titles } government_has_flag = government_allows_nomad_domicile_titles }
|
||||
NOT = {
|
||||
any_held_title = {
|
||||
is_nomad_title = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue