Event
No Other Option

A continuous stream of bitterly cold years has ravaged our lands to the point that our staple foods are no longer viable. Many farming families are hopelessly tiling fields that they know will not bear fruit this year either.
We could instruct them to change their main produce to more Sturdy Grains, but many will be reticent to risk their family's livelihood in an untested change to their way of life, without help from their lords.
Definitionin_game/events/situations/little_ice_age.txt:2012
2013type = country_event
2014category = situation_event
2015title = winter_events.102.title No Other Option
2016desc = winter_events.102.desc A continuous stream of bitterly cold years has ravaged our lands to the point that our staple foods are no longer viable. Many farming families are hopelessly tiling fields that they know will not bear fruit this year either.
We could instruct them to change their main produce to more Sturdy Grains, but many will be reticent to risk their family's livelihood in an untested change to their way of life, without help from their lords.
We could instruct them to change their main produce to more Sturdy Grains, but many will be reticent to risk their family's livelihood in an untested change to their way of life, without help from their lords.
2017outcome = neutral
2018image = "gfx/interface/illustrations/situation/little_ice_age.dds"
2020trigger = {
2022capital ?= {
2022area = {
2022has_extended_winter = yes
}
}
2023any_province = {
}
}
2028illustration_tags = {
202910 = angry
203010 = exterior
}
2032immediate = {
}
2038random_province = {
2039limit = {
}
2043save_scope_as = target_province_scope
}
2049scope:target_province_scope = {
2050every_location_in_province = {
2054owner = {
2055change_variable = {
2057add = prev.rgo_workers
}
}
}
}
2062ordered_owned_location = {
2067order_by = rgo_workers
2068max = {
2069value = 1
2070add = {
2071value = num_provinces
2072divide = 10
}
2074max = 4
}
2076check_range_bounds = no
}
}