
행동이번 버전 변경
탐사 취소
대상 권역의 탐사를 중지합니다.
정의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" 탐사를 중단할 권역 선택:
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)"
}