Event
Regional Nobility Challenge Country

Local Nobility in Unruly Nobles Province are not satisfied with their granted privileges. They demand more rights, and are willing to back this up with a rebellion against the Ruler Title.
NoblesPop Typeoption 1Local Noble AutonomyStatic Modifierimmediate, triggerDefinitionin_game/events/random_event.txt:3355
3356type = country_event
3358title = random_event.66.title Regional Nobility Challenge Country
3359desc = random_event.66.desc Local Nobility in Unruly Nobles Province are not satisfied with their granted privileges. They demand more rights, and are willing to back this up with a rebellion against the Ruler Title.
3360outcome = neutral
3361illustration_tags = {
336210 = armed
336310 = exterior
}
3366trigger = {
3367exists = capital
3368any_province = {
3369province_average_control < 0.20
3370region = root.capital.region
3371any_location_in_province = {
3371num_pop_type:nobles > 0
}
}
3374estate_satisfaction:nobles_estate < 0.5
}
3377immediate = {
3378random_province = {
3379limit = {
3380province_average_control < 0.20
3381region = root.capital.region
3382any_location_in_province = {
3382num_pop_type:nobles > 0
}
}
3385save_scope_as = unruly_nobles_province
}
}
}