
Action
Segregate the Infected
The plague is running free in our country, we will bar the sick from leaving their houses to stop the spread of the sickness.
Bubonic PlagueDiseasepotential
Black DeathSituationselect triggerProcure remediesStatic ModifierallowSegregate the infectedStatic ModifierpotentialExpel the sickStatic ModifierallowDefinitionin_game/common/generic_actions/black_death.txt:636
637type = situation
639ai_tick = daily
640ai_tick_frequency = 40
641automation_tick = daily
642automation_tick_frequency = 7
644exclusive_group = bd_disease_control_actions
646potential = {
647scope:actor ?= {
}
}
653allow = {
654scope:actor ?= {
}
}
660price = price:segregate_the_infected
662select_trigger = {
663looking_for_a = situation
664target_flag = recipient
665name = "choose_situation" Choose the Situation:
666column = {
666data = name
}
}
673effect = {
674scope:actor ?= {
675add_country_modifier = {
}
}
}
679ai_will_do = {
681add = {
682desc = "disabled"
683value = -1000
}
686add = "scope:actor.add_static_modifier_utility(segregate_the_infected)"
}