
アクション
「国交断絶」をやめる
外国人や近隣部族の商人が、わが国に疫病をもたらした。この災厄のさらなる拡大を防ぐため、たとえ経済が打撃を受けようとも隣国との関係を断ち、国境を封鎖し、いかなる交易も禁じるしかない。
大疫病局面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
}
}
}