
Action
Repeal 'No Contact with Outsiders'
Everybody knows that foreigners and merchants from neighboring tribes have brought plague to our territory. To avoid the further spread of the scourge, we will cut all ties with our neighbors and close our borders to any trade, no matter the cost to our economy.
Great PestilenceSituationselect triggerNo Contact with OutsidersStatic ModifierpotentialDefinitionin_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" Choose the 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
}
}
}