
行动
废除“封闭外界接触”
众所周知,外国人和邻国商人给我们的领土带来了瘟疫。为了避免瘟疫进一步蔓延,我们必须切断与邻国的一切联系。我们要关闭边境、禁止所有贸易,无论冒着多大的经济损失。
大瘟疫局势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
}
}
}