
행동
'병자 추방' 폐지
이제 더는 병자들을 공동체의 경계 바깥으로 내쫓을 필요가 없으므로, 병자 수용에 쓰이던 격리 병원을 모두 불살라 없앨 수 있습니다.
격리 병원건물effect
흑사병상황select trigger병자 추방정적 보정치potential정의in_game/common/generic_actions/black_death.txt:816
818type = situation
820ai_tick = daily
821ai_tick_frequency = 120
822automation_tick = daily
823automation_tick_frequency = 7
825exclusive_group = bd_disease_control_actions
833select_trigger = {
834looking_for_a = situation
835target_flag = recipient
836name = "choose_situation" 상황 선택:
837column = {
837data = name
}
}
844effect = {
845scope:actor ?= {
847every_owned_location = {
851destroy_building = "building(building_type:pest_house|scope:actor)"
}
}
}
856ai_will_do = {
857add = "scope:actor.add_static_modifier_utility(strict_quarantines)"
858add = {
859desc = "able to build pest houses"
860value = 15
}
863add = {
864if = {
865limit = {
866scope:actor = {
867country_has_disease = disease:bubonic_plague
}
}
870value = 50
}
}
873multiply = -1
875subtract = 1
}