
行动
撤销“隔离染疫者”
解除对患有瘟疫的人的出行限制。
黑死病局势potential, select trigger隔离染疫者静态修正potential定义in_game/common/generic_actions/black_death.txt:690
692type = situation
694ai_tick = daily
695ai_tick_frequency = 120
696automation_tick = daily
697automation_tick_frequency = 7
699exclusive_group = bd_disease_control_actions
700potential = {
701scope:actor ?= {
}
}
707select_trigger = {
708looking_for_a = situation
709target_flag = recipient
710name = "choose_situation" 选择局势:
711column = {
711data = name
}
}
724ai_will_do = {
725add = "scope:actor.add_static_modifier_utility(segregate_the_infected)"
727add = {
728if = {
729limit = {
730scope:actor = {
731country_has_disease = disease:bubonic_plague
}
}
734value = 50
}
}
737multiply = -1
739subtract = 1
}