
Action
Repeal 'Control the Food Market'
We no longer need these protections, the merchants are free to trade again.
Black DeathSituationselect triggerControl the food marketStatic ModifierpotentialDefinitionin_game/common/generic_actions/black_death.txt:308
309type = situation
310ai_tick = daily
311ai_tick_frequency = 120
312automation_tick = daily
313automation_tick_frequency = 7
315exclusive_group = food_and_trade_actions
323select_trigger = {
324looking_for_a = situation
325target_flag = recipient
326name = "choose_situation" Choose the Situation:
327column = {
327data = name
}
}
334effect = {
335scope:actor ?= {
}
}
341ai_will_do = {
342add = "scope:actor.add_static_modifier_utility(foodstuffs_exports_banned)"
343add = "scope:actor.add_static_modifier_utility(control_the_food_market)"
344add = 10
345multiply = -1
347subtract = 1
}