Отмена экспедиции
ДействиеИзменено в этой версии

Отмена экспедиции

cancel_explorationin_game/common/generic_actions/explorers.txt:225

Отмените экспедицию в выбранную область.

Определениеin_game/common/generic_actions/explorers.txt:225

226type = owncountry
228ai_tick = never
231potential = {
232scope:actor = {
233num_explorations_including_in_construction > 0
}
}
237allow = {
}
240select_trigger = {
241looking_for_a = area
242target_flag = target
243name = "cancel_exploration_select_area" Выберите, какую Concept прекратить исследовать:
244source_flags = areas_being_explored
245none_available_msg_key = "cancel_exploration_no_areas"
246column = {
247data = name
}
249visible = {
250is_being_explored = scope:actor
}
}
254effect = {
255if = {
256limit = {
257exists = scope:target
}
259scope:actor = {
260cancel_area_exploration = scope:target
}
}
}
265player_automated_category = exploration
266ai_will_do = {
267add = "scope:actor.cancel_exploration_utility(scope:target)"
}