lordship event #1098 (also same issue with #1099 and #1100)
in lordsip_events.txt file, event number 1098:
trigger and first modifier condition are
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
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
}
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