
행동
도시 재개방
질병이 가장 심각한 시기가 지나갔으니 도시를 상인과 외국인에게 다시 개방합니다.
흑사병상황select trigger도시 격리 중정적 보정치effect, potential정의in_game/common/generic_actions/black_death.txt:199
200icon = isolate_cities_black_death
201type = situation
202ai_tick = daily
203ai_tick_frequency = 120
204automation_tick = daily
205automation_tick_frequency = 7
207potential = {
}
215select_trigger = {
216looking_for_a = situation
217target_flag = recipient
218name = "choose_situation" 상황 선택:
219column = {
219data = name
}
}
226effect = {
227scope:actor ?= {
228every_owned_non_rural_location = {
}
}
}
237ai_will_do = {
238add = "scope:actor.add_static_modifier_utility(isolating_cities)"
239add = 10
240multiply = -1
242subtract = 1
}