30 lines
No EOL
666 B
Text
30 lines
No EOL
666 B
Text
######################
|
|
# Legitimacy
|
|
######################
|
|
|
|
#is_valid_for_legitimacy_change
|
|
#has_nomadic_legitimacy
|
|
#is_valid_for_nomadic_legitimacy_change
|
|
|
|
is_valid_for_legitimacy_change = {
|
|
has_legitimacy = yes
|
|
is_alive = yes
|
|
is_landed = yes
|
|
is_ruler = yes
|
|
exists = dynasty
|
|
highest_held_title_tier >= tier_county
|
|
NOR = {
|
|
government_has_flag = government_is_theocracy
|
|
government_has_flag = government_is_special_republic
|
|
}
|
|
}
|
|
|
|
has_nomadic_legitimacy = {
|
|
has_legitimacy = yes
|
|
government_has_flag = government_is_nomadic
|
|
}
|
|
|
|
is_valid_for_nomadic_legitimacy_change = {
|
|
is_valid_for_legitimacy_change = yes
|
|
government_has_flag = government_is_nomadic
|
|
} |