Hello,
I'm trying to create a new succession type that is basically a more flexible primogeniture: characters vote on the heir, but greatly favour the one that would be heir under primogeniture. In order for that to work, I need to use the would_be_heir_under_primogeniture command. However, I cant' seem to make it work!
Electors simply ignore this. It doesn't appear as a reason for their vote.
Could someone help me out? Thanks
I'm trying to create a new succession type that is basically a more flexible primogeniture: characters vote on the heir, but greatly favour the one that would be heir under primogeniture. In order for that to work, I need to use the would_be_heir_under_primogeniture command. However, I cant' seem to make it work!
Code:
candidate_vote_score = {
days = 0
additive_modifier = {
value = 30
FROMFROM = { would_be_heir_under_law = { who = FROM law = primogeniture } }
}
}
Electors simply ignore this. It doesn't appear as a reason for their vote.
Could someone help me out? Thanks
Last edited: