OK cool. I will have to try that. However, would this mess with the EK countries/governments that need absolute coagnatic?
It won't mess with their ability to become absolute cognatic, but it will mess with how many start absolute cognatic. I just opened up the EK file for succession laws and found the logic
Here's agnatic-cognatic
Code:
default = yes
default_selection = {
factor = 1
modifier = {
factor = 0
holder_scope = {
OR = {
government = matriarchy_government
government = orsimer_government
culture_group = aldmeris
culture = atmoran
culture = nord
culture = skaal
culture = reachmen
culture = dunmer
culture = tangmo
}
}
}
}
here's agnatic
Code:
default = yes
default_selection = {
factor = 1
modifier = {
factor = 0
holder_scope = {
OR = {
government = matriarchy_government
culture_group = aldmeris
culture_group = nedic
culture = dunmer
culture = kamal
}
}
}
modifier = {
factor = 100
holder_scope = {
OR = {
culture = orsimer
culture = tangmo
}
}
}
}
here's absolute cognatic
Code:
default = yes
default_selection = {
factor = 10
modifier = {
factor = 0
holder_scope = {
OR = {
government = matriarchy_government
government = orsimer_government
culture = tangmo
}
}
}
modifier = {
factor = 50
holder_scope = {
OR = {
culture_group = aldmeris
culture = atmoran
culture = nord
culture = skaal
culture = reachmen
culture = dunmer
}
}
}
}
here's enatic
Code:
default = yes
default_selection = {
factor = 1
modifier = {
factor = 0
holder_scope = {
NOT = { government = matriarchy_government }
}
}
modifier = {
factor = 100
holder_scope = {
government = matriarchy_government
}
}
}
and enatic-cognatic doesn't even have a section of default selection, so no title can start out with it as the law.
Let me break it down for you. The first block of code says that matriarchies,code of malacath, all nords,dunmer, and the tangmo cannot start out with agnatic-cognatic law
The second block of code says that no matriarchies, no elves(high,dark,wood all except orsimer) no nedes (breton, colovian, nords, nibenean etc.) and no kamal can start out with agnatic law while the orsimer and tangmo have to start with agnatic law.
The third block of code says no matriachies, code of malacath, or tangmo can start out with absolute cognatic, but all the nords and all the elves except orsimer have to start out with absolute-cognatic law.
The fourth block of code says that only matriarchies can start out enatic and in fact they must start out enatic.
If you're angry that nords or nedes or whoever keeps using absolute cognatic law at the start, then obviously you have to change one or more of these blocks of code.