Event
Importing Food to Combat Famine

The recent food shortages in parts of our nation have caused many among the Country Adjective to question those trade policies which prevent the importing of vital goods. People are calling for trade barriers to be relaxed, hoping that the crisis can be mitigated by buying food from more fortunate nations.
ReformationAgetrigger
Mercantilism vs Free TradeSocietal ValuetriggerRefused to Import FoodStatic Modifierimmediate, triggerDefinitionin_game/events/economy/mercantilism_events.txt:2
3type = country_event
4title = mercantilism_events.1.title Importing Food to Combat Famine
5desc = mercantilism_events.1.desc The recent food shortages in parts of our nation have caused many among the Country Adjective to question those trade policies which prevent the importing of vital goods. People are calling for trade barriers to be relaxed, hoping that the crisis can be mitigated by buying food from more fortunate nations.
6outcome = neutral
7trigger = {
10any_province = {
11is_starving = yes
12region = root.capital.region
}
}
17illustration_tags = {
1810 = angry
1910 = exterior
}
22immediate = {
}
24random_province = {
25limit = {
26is_starving = yes
27region = root.capital.region
}
30save_scope_as = starving_province
}
}