Event
A Rebellion Rises

In the turmoil of the The English Civil War, Target Area threatens to align itself with the English civil war rebels. Frustration with Country Adjective rule has boiled over, leading the populace to rally behind the rebel cause. Townsfolk and local militias have seized key strongholds, demanding higher pay and less central control. Control of the area hangs by a thread, and the flames of dissent threaten to spread further.
Definitionin_game/events/disaster/english_civil_war.txt:452
453type = country_event
454category = disaster_event
455title = english_civil_war.257.title A Rebellion Rises
456desc = english_civil_war.257.desc In the turmoil of the The English Civil War, Target Area threatens to align itself with the English civil war rebels. Frustration with Country Adjective rule has boiled over, leading the populace to rally behind the rebel cause. Townsfolk and local militias have seized key strongholds, demanding higher pay and less central control. Control of the area hangs by a thread, and the flames of dissent threaten to spread further.
457outcome = neutral
458image = "gfx/interface/illustrations/disaster/english_civil_war.dds"
459trigger = {
461region:great_britain_region = {
462any_area_in_region = {
463percent >= 0.5
464any_province_in_area = {
465owner ?= root
466NOR = {
468any_location_in_province = {
468is_capital = yes
}
}
}
}
}
474any_rebel = {
475rebel_name_key = parliamentarist_rebels
476rebel_progress > 0
477rebel_progress < 1
}
}
481immediate = {
482random_rebel = {
483limit = {
483rebel_name_key = parliamentarist_rebels
}
484save_scope_as = english_civil_war_rebels_scope
}
486ruler_or_regent = {
486save_scope_as = target_character_1
}
487region:great_britain_region = {
488random_area_in_region = {
489limit = {
490any_province_in_area = {
491owner ?= root
492NOR = {
494any_location_in_province = {
494is_capital = yes
}
}
}
}
498save_scope_as = target_area
}
}
501scope:target_area = {
502ordered_province_in_area = {
503order_by = population
504max = 1
505check_range_bounds = no
506save_scope_as = target_province
}
}
}