Event
A New Outbreak

The people of Location despair as their families and neighbors succumb to the relentless outbreak of Disease currently spreading throughout the area. Neighborhoods once bustling with activity now echo with worry and uncertainty.
Unfortunately, there is little we can do to stop the spread of the disease into our territory.
Definitionin_game/events/situations/diseases.txt:4
5type = country_event
6category = situation_event
8title = diseases.1.title A New Outbreak
9desc = diseases.1.desc The people of Location despair as their families and neighbors succumb to the relentless outbreak of Disease currently spreading throughout the area. Neighborhoods once bustling with activity now echo with worry and uncertainty.
Unfortunately, there is little we can do to stop the spread of the disease into our territory.
Unfortunately, there is little we can do to stop the spread of the disease into our territory.
10outcome = neutral
12image = "gfx/interface/illustrations/situation/black_death.dds"
13trigger = {
14num_locations > 0
}
17immediate = {
18random_owned_location = {
19limit = {
20disease_presence = {
20disease = scope:disease
20value > 0
}
}
22save_scope_as = location_scope
}
}