This commit is contained in:
Fishedotjpg 2026-03-10 02:50:12 +00:00
parent 84661e7d63
commit 20689a1d58
5 changed files with 7 additions and 8 deletions

View file

@ -2712,7 +2712,7 @@ on_game_start_after_lobby = {
}
}
}
any_held_title = {
every_held_title = {
limit = {
NOT = {
is_nomad_title = yes

View file

@ -224,7 +224,7 @@ on_title_gain = {
}
}
}
any_held_title = {
every_held_title = {
limit = {
NOT = {
is_nomad_title = yes
@ -2860,7 +2860,7 @@ on_title_gain_inheritance = {
}
}
}
any_held_title = {
every_held_title = {
limit = {
NOT = {
is_nomad_title = yes
@ -2946,7 +2946,7 @@ on_title_gain_usurpation = {
}
}
}
any_held_title = {
every_held_title = {
limit = {
NOT = {
is_nomad_title = yes

View file

@ -782,7 +782,7 @@ yearly_playable_pulse = {
}
}
}
any_held_title = {
every_held_title = {
limit = {
NOT = {
is_nomad_title = yes
@ -2737,7 +2737,7 @@ quarterly_playable_pulse = {
}
}
}
any_held_title = {
every_held_title = {
limit = {
NOT = {
is_nomad_title = yes

View file

@ -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
is_playable_character = {
OR = {
government_has_flag = government_is_prepublic
is_landed = yes
is_landless_administrative = yes
is_landless_adventurer = yes

View file

@ -127,10 +127,8 @@ game_rule.1001 = { #by Mathilda Bjarnehed
is_holy_order = no
}
NOR = {
government_has_flag = government_is_republic
government_has_flag = government_is_theocracy
has_character_flag = do_not_generate_starting_family
government_has_flag = government_is_true_herder
}
}