EventNew this version
A Kingdom Within the Kingdom

The great lords of our provincial estates have arrived in the Parliament with an old demand wrapped in new language. They call it 'local governance.' What they mean, of course, is that they wish to be left to run their own affairs without interference from the capital, which is a polite way of asking us to govern less of our own country. It is a tempting proposition, if one does not think too hard about what it eventually leads to.
NobilityEstatetriggerDefinitionin_game/events/government/parliaments.txt:3011
3012type = country_event
3013title = parliaments.50.title A Kingdom Within the Kingdom
3014desc = parliaments.50.desc The great lords of our provincial estates have arrived in the Parliament with an old demand wrapped in new language. They call it 'local governance.' What they mean, of course, is that they wish to be left to run their own affairs without interference from the capital, which is a polite way of asking us to govern less of our own country. It is a tempting proposition, if one does not think too hard about what it eventually leads to.
3015outcome = neutral
3017illustration_tags = {
301810 = angry
301910 = exterior
}
3022trigger = {
3023num_locations > 3
3029any_owned_location = {
3030location_tax_base > 8
3031is_capital = no
3032integration_level = core
}
}
3036immediate = {
3037ordered_owned_location = {
3038max = 1
3039limit = {
3040location_tax_base > 8
3041is_capital = no
3042integration_level = core
}
3044order_by = location_tax_base
3045save_scope_as = target_location
}
}