
행동
병자 추방
흑사병에 걸린 이들은 대단히 위험하며, 곁에 있는 것만으로도 건강한 사람에게 역병을 퍼뜨릴 수 있습니다. 아직 가망이 있는 주민들을 구하기 위해서라도 반드시 병자들을 모든 공동체에서 추방해야 합니다.
흑사병상황select trigger치료책 조달정적 보정치allow감염자 격리정적 보정치allow병자 추방정적 보정치potential정의in_game/common/generic_actions/black_death.txt:743
744type = situation
746ai_tick = daily
747ai_tick_frequency = 40
748automation_tick = daily
749automation_tick_frequency = 7
751exclusive_group = bd_disease_control_actions
759allow = {
760scope:actor ?= {
}
}
766price = price:strict_quarantines
768select_trigger = {
769looking_for_a = situation
770target_flag = recipient
771name = "choose_situation" 상황 선택:
772column = {
773data = name
}
775visible = {
777situation_is_active = yes
778scope:actor = {
779country_has_disease_outbreak = root.var:original_outbreak
}
}
}
784effect = {
785scope:actor ?= {
}
}
794ai_will_do = {
797add = "scope:actor.add_static_modifier_utility(strict_quarantines)"
800if = {
801limit = {
802scope:actor.monthly_income_total > 0
}
804add = {
805desc = "Available profit margin to build pest houses"
806value = {
807value = scope:actor.monthly_balance
808divide = scope:actor.monthly_income_total
809multiply = 20
}
}
}
}