Event
Rumors of Large Revolt on the Continent

Many of those who have been forced to flee the country during the War of the Roses have sought refuge on the continent and the local authorities report rumors that an armed rising might be imminent. If we do not stop this, they will be able to build a stronghold there that can provide support for further insurrection.
Definitionin_game/events/disaster/war_of_the_roses.txt:461
462type = country_event
463category = disaster_event
464fire_only_once = yes
465title = war_of_the_roses.9.title Rumors of Large Revolt on the Continent
466desc = war_of_the_roses.9.desc Many of those who have been forced to flee the country during the War of the Roses have sought refuge on the continent and the local authorities report rumors that an armed rising might be imminent. If we do not stop this, they will be able to build a stronghold there that can provide support for further insurrection.
467outcome = neutral
468trigger = {
469any_owned_location = {
470average_satisfaction < 0.4
471AND = {
472region != region:great_britain_region
473region != region:ireland_region
}
}
}
477image = "gfx/interface/illustrations/disaster/war_of_the_roses.dds"
478immediate = {
479random_owned_location = {
480limit = {
481average_satisfaction < 0.4
482AND = {
483region != region:great_britain_region
484region != region:ireland_region
}
}
487save_scope_as = target_location
}
}