
Action
Reopen Cities
With the worst of the disease already past we reopen our cities to merchants and foreigners.
Black DeathSituationselect triggerIsolating CitiesStatic Modifiereffect, potentialDefinitionin_game/common/generic_actions/black_death.txt:199
200icon = isolate_cities_black_death
201type = situation
202ai_tick = daily
203ai_tick_frequency = 120
204automation_tick = daily
205automation_tick_frequency = 7
207potential = {
}
215select_trigger = {
216looking_for_a = situation
217target_flag = recipient
218name = "choose_situation" Choose the Situation:
219column = {
219data = name
}
}
226effect = {
227scope:actor ?= {
228every_owned_non_rural_location = {
}
}
}
237ai_will_do = {
238add = "scope:actor.add_static_modifier_utility(isolating_cities)"
239add = 10
240multiply = -1
242subtract = 1
}