Event
Provinces Want Even More Autonomy

One of our provincial governors has figured out that, under our current decentralized policies, he could go into business for himself. The fact that the army he has managed to raise is way too small to support such a claim does not seem to worry him much.
Centralization vs DecentralizationSocietal ValuetriggerDefinitionin_game/events/government/societal_values.txt:5185
5186type = country_event
5187title = societal_values.1602.title Provinces Want Even More Autonomy
5188desc = societal_values.1602.desc One of our provincial governors has figured out that, under our current decentralized policies, he could go into business for himself. The fact that the army he has managed to raise is way too small to support such a claim does not seem to worry him much.
5189outcome = neutral
5190trigger = {
5192any_province = {
5193NOT = {
5193province_definition = owner.capital.province_definition
}
5194province_average_control > 0.1
}
}
5198illustration_tags = {
519910 = armed
520010 = exterior
}
5203immediate = {
}
5205random_province = {
5206limit = {
5207NOT = {
5207province_definition = owner.capital.province_definition
}
5208province_average_control > 0.1
}
5210save_scope_as = target_province
}
}