In file realm_disruption_events.txt, event id #6451
in "#realm tier and situation modifiers" tab first entry is:
where modifier value increases mean time for disruption to happen.
Judging from description primary_heir should decrese chance for particular vasall to rebel agains liege, therefore this modifier should either have less than 1 factor value or be
instead of
in "#realm tier and situation modifiers" tab first entry is:
Code:
modifier = {
condition = { type = not value = { type = primary_heir }} #already first in succession to something else (which will probably be bigger) so not very interested
factor = 2
Judging from description primary_heir should decrese chance for particular vasall to rebel agains liege, therefore this modifier should either have less than 1 factor value or be
Code:
type = primary_heir
Code:
type = not value = { type = primary_heir}
Upvote
0