I am currently working on modding a new succession type and have gotten to the "candidate_vote_score" part and am having difficultly understanding exactly how this section works. I don't understand what the "FROM" is referring to, why the "age = 40" isn't being scoped by anything. If anyone could explain what's going on here I would really appreciate it
Code:
additive_modifier = {
value = -10
localisation_key = tooltip_feudal_elector_vote_youngster
NOT = { character = FROM }
age = 40
FROM = {
age = 25
NOT = {
age = 35
}
}
}