
행동
'외지인과 접촉 금지' 폐지
외국인과 이웃 부족 상인들이 우리 영토에 전염병을 가져왔다는 것은 모두가 아는 사실입니다. 재앙이 더 확산되는 일을 막고자 이웃 국가와의 관계를 일절 끊고, 어떠한 경제적 손실이 있더라도 모든 교역에서 국경을 폐쇄할 것입니다.
대역병상황select trigger외지인과 접촉 금지정적 보정치potential정의in_game/common/generic_actions/great_pestilence.txt:637
638icon = close_the_borders
639type = situation
640exclusive_group = food_and_trade_actions
641ai_tick = daily
642ai_tick_frequency = 80
644automation_tick = never
645automation_tick_frequency = 12
653allow = {
}
656select_trigger = {
657looking_for_a = situation
658target_flag = recipient
659name = "choose_situation" 상황 선택:
660column = {
660data = name
}
}
673ai_will_do = {
674add = "scope:actor.add_static_modifier_utility(no_contact_with_outsiders)"
675add = 10
676multiply = -1
678subtract = 1
680if = {
681limit = {
682scope:actor = {
683at_war = yes
}
}
686add = {
687desc = "needs diplomats"
688value = 1000
}
}
}