
행동
'감염자 격리' 폐지
전염병에 걸린 병자들의 이동 제한을 해제합니다.
흑사병상황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
}