idk why I dont have a cursor

This commit is contained in:
Magpie490 2025-06-02 16:22:24 +01:00
parent 701d55c01f
commit cda3acdcea
349 changed files with 78627 additions and 7804 deletions

View file

@ -0,0 +1,30 @@
######################
# 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
}