EventChanged this version
Target Province Resists Centralization
Despite the vision and determination of Target Character, the people of Target Province have grown wary of the recent centralizing trends imposed upon them. Town elders grumble of lost traditions, local magistrates drag their feet, and whispers of autonomy ripple through the countryside. What was meant to bring order is seen instead as intrusion. Resistance takes root not in open rebellion, but in stubborn silence and subtle defiance, an undercurrent that threatens to erode the very foundations of our authority across the Flavor Rank.
BurghersEstateimmediate
ClergyEstateimmediate
NobilityEstateimmediate
CommonersEstateimmediate
Rural SettlementLocation Rankimmediate, triggergme14_cdVariabletriggergme14_recently_used_province_variableVariabletriggerDefinitionin_game/events/missionevents/generic_mission_events.txt:906
907type = country_event
909title = generic_mission_events.14.title Target Province Resists Centralization
910desc = generic_mission_events.14.desc Despite the vision and determination of Target Character, the people of Target Province have grown wary of the recent centralizing trends imposed upon them. Town elders grumble of lost traditions, local magistrates drag their feet, and whispers of autonomy ripple through the countryside. What was meant to bring order is seen instead as intrusion. Resistance takes root not in open rebellion, but in stubborn silence and subtle defiance, an undercurrent that threatens to erode the very foundations of our authority across the Flavor Rank.
911outcome = neutral
913trigger = {
915any_province = {
917province_average_development > 0
918any_location_in_province = {
919region = root.capital.region
920this != root.capital
}
}
}
926immediate = {
931ruler_or_regent ?= {
931save_scope_as = target_character
}
932ordered_province = {
933limit = {
934province_average_development > 0
935any_location_in_province = {
936this != root.capital
937region = root.capital.region
}
}
941order_by = {
942value = population
943divide = province_average_development
}
945check_range_bounds = no
946max = 5
947add_to_list = gme14_list
}
950random_in_list = {
951list = gme14_list
952save_scope_as = target_province
953province_capital = {
953save_scope_as = target_location
}
}
960random_cabinet_character ?= {
961limit = {
962NOT = {
962is_close_relative = root.ruler_or_regent
}
963is_heir = no
964OR = {
}
}
971save_scope_as = target_character2
}
}