Code:
character_event = { #A vassal has declared independence.
id = 6456
picture = "event_claim"
#triggered by 6452 action_b or 6453 action_b
action_a = { #He shall pay!
effect = { type = prestige value = 50 }
effect = { type = piety value = -25 }
effect = { type = random chance = 25
effect = { type = add_trait value = vengeful }
}
}
action_b = { #He may go in peace.
effect = { type = prestige scale = -25 }
effect = { type = piety value = 25 }
effect = { type = random chance = 25
effect = { type = add_trait value = forgiving }
}
}
}
With this event, you have two options,
Option A gives you + 50 prestige, -25 piety and a chance on the vengefull trait
Option B gives you a scaled prestige loss (don't know waht the -25 means, 25%) which can, when you have about 3 or 4 kingtitles, be as much as minus 2,500 prestige and you get + 25 piety and a chance to become forgiving
Is that difference in prestige loss or gain, a little to big ?
Last edited: