
행동
감염자 격리
전염병이 우리 국가에 만연하니, 병자들을 집안에 가두어서라도 질병이 확산되는 것을 막아야 합니다.
가래톳 흑사병질병potential
흑사병상황select trigger치료책 조달정적 보정치allow감염자 격리정적 보정치potential병자 추방정적 보정치allow정의in_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" 상황 선택:
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)"
}