EventChanged this version
Combating Famine in Country

Due to several provinces within Country having several harvest failures, they are now left with little to no food. Target Character has proposed to the Court Title that we do something about it, sending aid to the locations that need them the most.
DelhiCountrydynamic historical event.tagdlh_grand_vizierVariableimmediate, triggerDefinitionin_game/events/DHE/flavor_DLH.txt:3135
3136type = country_event
3137title = flavor_dlh.35.title Combating Famine in Country
3138desc = flavor_dlh.35.desc Due to several provinces within Country having several harvest failures, they are now left with little to no food. Target Character has proposed to the Court Title that we do something about it, sending aid to the locations that need them the most.
3139outcome = neutral
3141illustration_tags = {
314210 = exterior
314310 = regular
}
3146dynamic_historical_event = {
}
3153fire_only_once = yes
3155trigger = {
3156any_province = {
3157region = capital.region
3158percent >= 0.05
3159is_starving = yes
}
3161any_cabinet_character ?= {
3162custom_tooltip = {
3163text = variable_dlh_grand_vizier_tt A Grand Vizier Serves the Court
}
}
}
3169immediate = {
}
3171random_cabinet_character ?= {
3175save_scope_as = target_character
}
}