Event
Poor Harvest
Target has suffered a run of poor harvests, leading to food shortages. The colony is looking less attractive to new immigrants while others are leaving to return home. This is harming the colony's prospects.
Definitionin_game/events/colonization/colonial_charter.txt:460
461type = country_event
462title = colonial_charter.10.title Poor Harvest
463desc = colonial_charter.10.desc Target has suffered a run of poor harvests, leading to food shortages. The colony is looking less attractive to new immigrants while others are leaving to return home. This is harming the colony's prospects.
464outcome = neutral
466trigger = {
467scope:target.province_definition ?= {
468any_location_in_province_definition = {
469is_ownable = yes
}
}
}
474immediate = {
475scope:target.province_definition = {
476random_location_in_province_definition = {
477limit = {
478is_ownable = yes
}
480save_scope_as = target_location
}
}
}
485illustration_tags = {
48610 = angry
48710 = exterior
}