EventNew this version
Disorder at the Edges

A report has been placed before the Parliament that makes for uncomfortable reading. In certain corners of Country, the law of the land seems to have become more of a suggestion than a rule. Local officials are either absent, incompetent, or simply outnumbered. The Commoners have been loudest in their complaints, which is usually a reliable sign that the problem is real. We cannot allow this to fester.
Definitionin_game/events/government/parliaments.txt:3080
3081type = country_event
3082title = parliaments.51.title Disorder at the Edges
3083desc = parliaments.51.desc A report has been placed before the Parliament that makes for uncomfortable reading. In certain corners of Country, the law of the land seems to have become more of a suggestion than a rule. Local officials are either absent, incompetent, or simply outnumbered. The Commoners have been loudest in their complaints, which is usually a reliable sign that the problem is real. We cannot allow this to fester.
3084outcome = neutral
3086illustration_tags = {
308710 = angry
308810 = exterior
}
3091trigger = {
3092any_owned_location = {
3093local_control < 0.3
3094integration_level = core
3095is_capital = no
}
3097capital ?= {
3098local_control >= 0.3
}
}
3102immediate = {
3103ordered_owned_location = {
3104max = 1
3105limit = {
3106local_control < 0.3
3107integration_level = core
3108is_capital = no
}
3110order_by = {
3111value = local_control
3112multiply = -1
}
3114save_scope_as = target_location
}
}