Event
The Target Province Rebellion

The conflict between Target Ruler and the pretender Target Character has put a dent in the efforts to centralize the Target Country. The warriors of Target Province demand their autonomy independently from the Target Country Ruler Title, and threaten with rebellion if Target Ruler does not oblige.
Definitionin_game/events/disaster/horde_civil_war.txt:518
519type = country_event
520category = disaster_event
521title = {
522first_valid = {
523triggered_desc = {
524trigger = {
524exists = scope:target_province
}
525desc = horde_civil_war.7.title The Target Province Rebellion
}
527triggered_desc = {
528trigger = {
528NOT = {
528exists = scope:target_province
}
}
529desc = horde_civil_war.7.title.generic Provincial Rebellion
}
}
}
533image = "gfx/interface/illustrations/disaster/horde_civil_war.dds"
534desc = horde_civil_war.7.desc The conflict between Target Ruler and the pretender Target Character has put a dent in the efforts to centralize the Target Country. The warriors of Target Province demand their autonomy independently from the Target Country Ruler Title, and threaten with rebellion if Target Ruler does not oblige.
535trigger = {
536any_owned_location = {
537OR = {
539prosperity < 0
540province = {
540is_starving = yes
}
541any_pop = {
542pop_satisfaction < 0.5
}
}
}
}
547outcome = neutral
548immediate = {
549save_scope_as = target_country
550ruler_or_regent ?= {
550save_scope_as = target_ruler
}
551random_owned_location = {
552limit = {
553OR = {
555prosperity < 0
556province = {
556is_starving = yes
}
557any_pop = {
558pop_satisfaction < 0.5
}
}
}
562province = {
562save_scope_as = target_province
}
}
565if = {
566limit = {
566in_civil_war = yes
}
567civil_war_opponent ?= {
567save_scope_as = civil_war_country
}
}
}