Event
Deep White Blanket

Alas, the recent winter has proven extremely harsh. The lowering of temperatures to unprecedented levels has led to snowstorms that often cover entire towns. Target Province is the most recent victim of a cruel nature, whose snowfall has claimed the lives of many, eradicating homes, families and farmsteads, located at the lower levels of the province. The unfortunate peasants make a plea for help to neighboring provinces but help is hindered towards villages with little or no road access.
PeasantsPop TypeoptionDefinitionin_game/events/situations/little_ice_age.txt:1314
1315type = country_event
1316category = situation_event
1317title = winter_events.14.title Deep White Blanket
1318desc = winter_events.14.desc Alas, the recent winter has proven extremely harsh. The lowering of temperatures to unprecedented levels has led to snowstorms that often cover entire towns. Target Province is the most recent victim of a cruel nature, whose snowfall has claimed the lives of many, eradicating homes, families and farmsteads, located at the lower levels of the province. The unfortunate peasants make a plea for help to neighboring provinces but help is hindered towards villages with little or no road access.
1319outcome = neutral
1320image = "gfx/interface/illustrations/situation/little_ice_age.dds"
1321trigger = {
1322current_year > 1650
1323current_year < 1715
1324time_of_year = {
1325min = 9.1
1326max = 11.29
}
1328num_locations > 0
}
1332immediate = {
1333ordered_owned_location = {
1337order_by = {
1338value = population
1339multiply = num_roads
1340multiply = num_buildings
}
1342max = 1
1343check_range_bounds = no
1344save_scope_as = target_location
1345province = {
1345save_scope_as = target_province
}
}
}