• 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
lordship event #1098 (also same issue with #1099 and #1100)

in lordsip_events.txt file, event number 1098:
trigger and first modifier condition are
Code:
	trigger = {
		condition = { type = has_vassal }
	}

	mean_time_to_happen = {
		months = 800

		modifier = {
			condition = { type = intrigue value = 1 }
			condition = {
			type = not
			value = {
				type = intrigue
				value = 2
			}
			}
		factor = 3
		}
making the event more likely to fire for character with 0 intrigue then one with 1 to 6.

edit: Almost identical conditions with same effects are for two following events in same file (#1099 and #1100)
edit 2: and most of the other events in the file too
 
Last edited:
Upvote 0
Intrigue 0 isn't so common, but I see what you mean. Would need to remove the "Intrigue 1" part of the condition to make it apply to 0 and negatives.