• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(47489)

Private
Aug 12, 2005
16
0
In file realm_disruption_events.txt, event id #6451
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
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
Code:
 type = primary_heir
instead of
Code:
type = not value = { type = primary_heir}
 
Upvote 0
Good point. Maybe Gross could move the thread over to Public Beta so it will be remembered better?