Event
Disease Claims Another Province

A deadly disease has struck Target Province, claiming countless victims. The streets of Target Location are filled with the cries of the sick and mourning families, while local authorities struggle to contain the outbreak. Trade has ground to a halt, fields lie untended, and fear grips the population as the death toll rises daily. The once-thriving province is now a place of despair, its people looking to the crown for aid as the epidemic threatens to devastate both lives and the economy.
Definitionin_game/events/disaster/time_of_troubles.txt:772
773type = country_event
774category = disaster_event
775title = time_of_troubles.11.title Disease Claims Another Province
776desc = time_of_troubles.11.desc A deadly disease has struck Target Province, claiming countless victims. The streets of Target Location are filled with the cries of the sick and mourning families, while local authorities struggle to contain the outbreak. Trade has ground to a halt, fields lie untended, and fear grips the population as the death toll rises daily. The once-thriving province is now a place of despair, its people looking to the crown for aid as the epidemic threatens to devastate both lives and the economy.
777outcome = neutral
778image = "gfx/interface/illustrations/disaster/time_of_troubles.dds"
780trigger = {
781any_province = {
782province_food_percentage < 0.1
}
}
786immediate = {
787ruler_or_regent = {
787save_scope_as = target_character
}
788ordered_province = {
789limit = {
790province_food_percentage < 0.1
}
792order_by = {
793value = capital.intrinsic_disease_resistance
794multiply = -1
}
796check_range_bounds = no
797max = 1
798save_scope_as = target_province
799province_capital = {
799save_scope_as = target_location
}
}
801random_list = {
}
}