Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
And for ai marriage I only use LMF and maybe another mod that may affect this is born on this land or less dumb ai, but those mod doesn't touch ai marriage behavior.
I'm just telling you sir that your Matrilineal codes don't work serious, and I also put LMF at the bottom of the list so it should absolutely work yet I see second in line for inheritance females get married to some bum rather than marry matrilineally
Yet with female heir Matrilineal marriage even outdated females even third in line got married matrilineally
Or sir could you please update female heir Matrilineal marriage please
or is it because you use has_realm_law = female_only_law | has_realm_law = female_preference_law rather than has_realm_law = equal_law | has_realm_law = male_preference_law
anything else is fine just the matrilineal no matter if i put the value to "value <= 4 or value <= 5"
the ai never marry their heir matrilineally except if they are already a female ruler, which is why i hope you can add the female heir matrilineal marriage codes to LMF and truly scratch this itch of having their direct primary female heir marry some bum and suddenly that bum descendant usurp some long ass dynasty
ai_wants_matrilineal_marriage = {scope:secondary_actor = {is_female = yes}
trigger_if = {root = {OR = {
has_realm_law = male_preference_law
has_realm_law = equal_law
faith = { has_doctrine_parameter = gender_equal_law}}}
AND = {exists = dynasty
OR = {scope:secondary_actor = root # Either I am a woman
OR = {any_held_title = { # Or it's my first four heirs
place_in_line_of_succession = {target = scope:secondary_actor
value <= 4} }
scope:secondary_actor = {any_parent = { # Or my first heir's oldest child
any_held_title = {place_in_line_of_succession = {
target = scope:secondary_actor
value <= 1}
}
}
}
NOT = { any_sibling = {age > scope:secondary_actor.age } }
}
}
}
}
trigger_else = { root = {
OR = { has_realm_law = female_only_law
has_realm_law = female_preference_law
faith = { has_doctrine_parameter = female_dominated_law}
}
}
}
}