
Action
Repeal 'Segregate the Infected'
Lift the movement restrictions for those that are sick with the plague.
Great PestilenceSituationselect triggerSegregate the infectedStatic ModifierpotentialDefinitionin_game/common/generic_actions/great_pestilence.txt:264
265icon = great_pestilence_blame_the_minorities
266type = situation
268ai_tick = daily
269ai_tick_frequency = 120
270automation_tick = daily
271automation_tick_frequency = 7
273exclusive_group = bd_disease_control_actions
280select_trigger = {
281looking_for_a = situation
282target_flag = recipient
283name = "choose_situation" Choose the Situation:
284column = {
284data = name
}
}
297ai_will_do = {
298add = "scope:actor.add_static_modifier_utility(segregate_the_infected)"
300add = {
301if = {
302limit = {
303scope:actor = {
304country_has_disease = disease:great_pestilence
}
}
307value = 50
}
}
310multiply = -1
312subtract = 1
}