EventChanged this version
Plague Unrest

The outbreak has been handled too incompetently. The disease is running rampant, killing the friends and loved ones of those lucky enough to remain.
If we do not take an immediate corrective course, the populations of our most affected areas will rise in revolt and put our Flavor Rank to the torch. We must quell their anger or at the very least re-direct it to something else!
Bubonic PlagueDiseaseoption 1, triggerbd1025_cdVariabletriggerDefinitionin_game/events/situations/black_death.txt:2154
2155type = country_event
2156category = situation_event
2158title = black_death.1025.t Plague Unrest
2159desc = black_death.1025.desc The outbreak has been handled too incompetently. The disease is running rampant, killing the friends and loved ones of those lucky enough to remain.
If we do not take an immediate corrective course, the populations of our most affected areas will rise in revolt and put our Flavor Rank to the torch. We must quell their anger or at the very least re-direct it to something else!
If we do not take an immediate corrective course, the populations of our most affected areas will rise in revolt and put our Flavor Rank to the torch. We must quell their anger or at the very least re-direct it to something else!
2160outcome = neutral
2161image = "gfx/interface/illustrations/situation/black_death.dds"
2163trigger = {
2166any_owned_location = {
}
2167any_neighbor_country ?= {
2168count > 0
}
}
2172weight_multiplier = {
2173base = 1
2174modifier = {
2175add = 1
2176any_owned_location = {
2177count > 1
}
}
2181modifier = {
2182add = 1
2183any_owned_location = {
2184count > 2
}
}
2188modifier = {
2189add = 1
2190any_owned_location = {
2191count > 3
}
}
2195modifier = {
2196add = 1
2197any_owned_location = {
2198count > 4
}
}
2202modifier = {
2203add = 1
2204any_owned_location = {
2205count > 5
}
}
2209modifier = {
2210add = 2
2211any_owned_location = {
2212count > 6
}
}
2216modifier = {
2217add = 4
2218any_owned_location = {
2219count > 8
}
}
2223modifier = {
2224add = 8
2225any_owned_location = {
2226count > 12
}
}
}
2232immediate = {
2234random_neighbor_country ?= {
2234save_scope_as = blame_target
}
}