fixes
This commit is contained in:
parent
84661e7d63
commit
20689a1d58
5 changed files with 7 additions and 8 deletions
|
|
@ -2712,7 +2712,7 @@ on_game_start_after_lobby = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
any_held_title = {
|
every_held_title = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
is_nomad_title = yes
|
is_nomad_title = yes
|
||||||
|
|
|
||||||
|
|
@ -224,7 +224,7 @@ on_title_gain = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
any_held_title = {
|
every_held_title = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
is_nomad_title = yes
|
is_nomad_title = yes
|
||||||
|
|
@ -2860,7 +2860,7 @@ on_title_gain_inheritance = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
any_held_title = {
|
every_held_title = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
is_nomad_title = yes
|
is_nomad_title = yes
|
||||||
|
|
@ -2946,7 +2946,7 @@ on_title_gain_usurpation = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
any_held_title = {
|
every_held_title = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
is_nomad_title = yes
|
is_nomad_title = yes
|
||||||
|
|
|
||||||
|
|
@ -782,7 +782,7 @@ yearly_playable_pulse = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
any_held_title = {
|
every_held_title = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
is_nomad_title = yes
|
is_nomad_title = yes
|
||||||
|
|
@ -2737,7 +2737,7 @@ quarterly_playable_pulse = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
any_held_title = {
|
every_held_title = {
|
||||||
limit = {
|
limit = {
|
||||||
NOT = {
|
NOT = {
|
||||||
is_nomad_title = yes
|
is_nomad_title = yes
|
||||||
|
|
|
||||||
|
|
@ -907,6 +907,7 @@ is_landed_or_landless_administrative = {
|
||||||
# Checks if a character is either landed, a landless house head within an admin realm, a landless nomad, a landless adventurer, a landless soryo, or a minister
|
# Checks if a character is either landed, a landless house head within an admin realm, a landless nomad, a landless adventurer, a landless soryo, or a minister
|
||||||
is_playable_character = {
|
is_playable_character = {
|
||||||
OR = {
|
OR = {
|
||||||
|
government_has_flag = government_is_prepublic
|
||||||
is_landed = yes
|
is_landed = yes
|
||||||
is_landless_administrative = yes
|
is_landless_administrative = yes
|
||||||
is_landless_adventurer = yes
|
is_landless_adventurer = yes
|
||||||
|
|
|
||||||
|
|
@ -127,10 +127,8 @@ game_rule.1001 = { #by Mathilda Bjarnehed
|
||||||
is_holy_order = no
|
is_holy_order = no
|
||||||
}
|
}
|
||||||
NOR = {
|
NOR = {
|
||||||
government_has_flag = government_is_republic
|
|
||||||
government_has_flag = government_is_theocracy
|
government_has_flag = government_is_theocracy
|
||||||
has_character_flag = do_not_generate_starting_family
|
has_character_flag = do_not_generate_starting_family
|
||||||
government_has_flag = government_is_true_herder
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue