Event
The Enemies in Target Province

Dangerous, counter-revolutionary thoughts have been spreading in Target Province! Rumors say that they plan to organize a revolt against the glorious Country and try to install the ancien régime once again!
Definitionin_game/events/disaster/revolutionary_chaos.txt:596
597hide_portraits = yes
598type = country_event
599category = disaster_event
600title = {
601first_valid = {
602triggered_desc = {
603trigger = {
603exists = scope:target_province
}
604desc = revolutionary_chaos.102.title The Enemies in Target Province
}
606triggered_desc = {
607trigger = {
607always = yes
}
608desc = revolutionary_chaos.102.title.fallback The Enemies in the Province
}
}
}
612desc = revolutionary_chaos.102.desc Dangerous, counter-revolutionary thoughts have been spreading in Target Province! Rumors say that they plan to organize a revolt against the glorious Country and try to install the ancien régime once again!
613outcome = neutral
614image = "gfx/interface/illustrations/disaster/revolutionary_chaos.dds"
615trigger = {
616NOT = {
616has_reform = government_reform:revolutionary_autocracy
}
619capital.region = {
620any_area_in_region = {
621any_province_in_area = {
622owner ?= root
}
}
}
}
627immediate = {
629capital.region = {
630random_area_in_region = {
631random_province_in_area = {
632limit = {
632owner ?= root
}
633save_scope_as = target_province
}
}
}
637if = {
638limit = {
638NOT = {
638any_rebel = {
638rebel_name_key = counter_revolutionaries Counter Revolutionaries
}
}
}
639create_rebel = {
640category = pretender
641name = counter_revolutionaries Counter Revolutionaries
642save_scope_as = target_rebel
}
}
645else = {
646random_rebel = {
647limit = {
647rebel_name_key = counter_revolutionaries Counter Revolutionaries
}
648save_scope_as = target_rebel
}
}
}