EventNew this version
Empty Benches, Full Grievances

One of our most powerful estates has reached the end of its patience. Their satisfaction with the current direction of the Parliament is, to put it charitably, extremely low, and they have let it be known that continued attendance cannot be guaranteed unless something changes. Whether this is a genuine threat or a negotiating tactic is difficult to say. What is certain is that a parliament with a conspicuous absence makes rather unconvincing decisions.
Definitionin_game/events/government/parliaments.txt:3481
3482type = country_event
3483title = parliaments.57.title Empty Benches, Full Grievances
3484desc = parliaments.57.desc One of our most powerful estates has reached the end of its patience. Their satisfaction with the current direction of the Parliament is, to put it charitably, extremely low, and they have let it be known that continued attendance cannot be guaranteed unless something changes. Whether this is a genuine threat or a negotiating tactic is difficult to say. What is certain is that a parliament with a conspicuous absence makes rather unconvincing decisions.
3485outcome = neutral
3487illustration_tags = {
348810 = angry
348910 = exterior
}
3492trigger = {
3493OR = {
3494AND = {
3495estate_satisfaction:nobles_estate < 0.25
3496estate_power(estate_type:nobles_estate) > 0.2
}
3498AND = {
3499estate_satisfaction:burghers_estate < 0.25
3500estate_power(estate_type:burghers_estate) > 0.2
}
3502AND = {
3503estate_satisfaction:clergy_estate < 0.25
3504estate_power(estate_type:clergy_estate) > 0.2
}
3506AND = {
3507estate_satisfaction:peasants_estate < 0.25
3508estate_power(estate_type:peasants_estate) > 0.2
}
}
}
3513immediate = {
}
}