Event
Commoners Complaints
The Commoners of Target Province have come forth with a request. According to their messenger, their people suffer from poor quality sustenance and dietary shortages. He says that whilst the province does not suffer from a shortage of food, the available options are both subpar and uninspiring. Should we motivate ourselves to grant them some form of relief, perhaps we could win the favor of the locals?
PeasantsPop Typeoption 1, option 2local_event_timerVariabletriggerDefinitionin_game/events/disaster/dissolution_of_delhi.txt:303
304type = country_event
305category = disaster_event
307title = dissolution_of_delhi.4.title Commoners Complaints
308desc = dissolution_of_delhi.4.desc The Commoners of Target Province have come forth with a request. According to their messenger, their people suffer from poor quality sustenance and dietary shortages. He says that whilst the province does not suffer from a shortage of food, the available options are both subpar and uninspiring. Should we motivate ourselves to grant them some form of relief, perhaps we could win the favor of the locals?
309outcome = neutral
311trigger = {
312any_province = {
313province_satisfaction < 0.5
}
}
320immediate = {
321random_province = {
322limit = {
322province_satisfaction < 0.5
}
323save_scope_as = target_province
}
325ordered_owned_location = {
326limit = {
326province = scope:target_province
}
327order_by = population
328check_range_bounds = no
329save_scope_as = target_location
}
336if = {
337limit = {
338any_province ?= {
339this != scope:target_province
340province_food >= 100
}
}
343random_province = {
344limit = {
345this != scope:target_province
346province_food >= 100
}
348save_scope_as = target_province2
}
}
}