EventNew this version
Dirty Hands in Clean Chambers

Someone in the Parliament has accused Target Character of corruption, and the accusation carries just enough detail to be impossible to entirely ignore. Whether the charge is genuine or merely a political weapon depends very much on who one asks, and the person asking has considerable influence over how the answer comes out. We must decide whether to pursue the matter or bury it with our dignified disapproval.
Definitionin_game/events/government/parliaments.txt:3387
3388type = country_event
3389title = parliaments.55.title Dirty Hands in Clean Chambers
3390desc = parliaments.55.desc Someone in the Parliament has accused Target Character of corruption, and the accusation carries just enough detail to be impossible to entirely ignore. Whether the charge is genuine or merely a political weapon depends very much on who one asks, and the person asking has considerable influence over how the answer comes out. We must decide whether to pursue the matter or bury it with our dignified disapproval.
3391outcome = neutral
3393illustration_tags = {
339410 = angry
339510 = interior
}
3398trigger = {
3399any_character = {
3400in_cabinet = yes
}
3402OR = {
3403estate_power(estate_type:nobles_estate) < 0.2
3404estate_power(estate_type:burghers_estate) < 0.2
}
}
3408immediate = {
3409random_character = {
3410limit = {
3410in_cabinet = yes
}
3411save_scope_as = target_character
}
}
}