Event
Actor Fans the Flames of Revolution

Whispers of unrest grow louder in our Flavor Rank, and now the truth begins to surface! It appears that Actor is believed to be aiding the spread of Target Rebel in our lands. Whether through covert funding, inflammatory rhetoric, or the sheltering of dissidents, their actions have emboldened revolutionaries and fueled instability across our provinces. What once seemed like isolated agitation now bears the marks of a deliberate campaign, and indeed one that could push our people toward the brink of destruction.
Definitionin_game/events/situations/the_revolution.txt:807
808type = country_event
809category = situation_event
810title = the_revolution.11.title Actor Fans the Flames of Revolution
811desc = the_revolution.11.desc Whispers of unrest grow louder in our Flavor Rank, and now the truth begins to surface! It appears that Actor is believed to be aiding the spread of Target Rebel in our lands. Whether through covert funding, inflammatory rhetoric, or the sheltering of dissidents, their actions have emboldened revolutionaries and fueled instability across our provinces. What once seemed like isolated agitation now bears the marks of a deliberate campaign, and indeed one that could push our people toward the brink of destruction.
812outcome = neutral
813image = "gfx/interface/illustrations/situation/the_revolution.dds"
815major = yes
816major_trigger = {
817this = scope:actor
}
819immediate = {
833every_province = {
834limit = {
835any_location_in_province = {
836any_pop = {
836has_rebel = no
}
}
838province_average_control > 0.3
}
}
847if = {
848limit = {
849any_rebel = {
850rebel_name_key = revolutionary_rebel COUNTRY Adjective Revolutionaries
}
}
856random_rebel = {
857limit = {
857rebel_name_key = revolutionary_rebel COUNTRY Adjective Revolutionaries
}
858save_scope_as = target_rebel
}
864while = {
870random_province = {
871limit = {
872any_location_in_province = {
873any_pop = {
873has_rebel = no
}
}
875province_average_control > 0.3
}
883every_location_in_province = {
884every_pop = {
885limit = {
886owner = root
887has_rebel = no
888is_upper_class = no
}
891change_pop_allegiance = scope:target_rebel
}
}
}
}
}
903else = {
904create_rebel = {
905category = estate
907name = revolutionary_rebel COUNTRY Adjective Revolutionaries
908save_scope_as = target_rebel
}
915while = {
921random_province = {
922limit = {
923province_average_control > 0.3
924any_location_in_province = {
925any_pop = {
925has_rebel = no
}
}
}
934every_location_in_province = {
935every_pop = {
936limit = {
937owner = root
938is_upper_class = no
}
941change_pop_allegiance = scope:target_rebel
}
}
}
}
}
}
967after = {
968hidden_effect = {
}
}