
AçãoAlterado nesta versão
Alterar Explorador
Selecione um novo explorador para esta missão
Permite Missões de ExploraçãoTipo de ModificadorpotentialDefiniçãoin_game/common/generic_actions/explorers.txt:146
147type = owncountry
149potential = {
}
156ai_tick = monthly
157ai_tick_frequency = 6
159allow = {
}
162select_trigger = {
163looking_for_a = area
164target_flag = target
165source_flags = areas_being_explored
166source_flags_ai_override = unassigned_areas_being_explored
167name = "change_explorer_select_area" Selecione uma Área para trocar o explorador:
168none_available_msg_key = "change_explorer_no_areas"
169column = {
170data = name
}
172visible = {
173is_being_explored = scope:actor
}
}
177select_trigger = {
178looking_for_a = character
179source = actor
180target_flag = character
181cache_targets = yes
182cache_order = yes
183default_sort = character_info
184name = "start_exploration_select_character" Selecione um Personagem para enviar:
185none_available_msg_key = "change_explorer_no_characters"
186column = {
187data = character_info
}
189visible = {
190is_valid_for_exploration = yes
}
}
194effect = {
195scope:actor = {
196if = {
197limit = {
198exists = scope:target
199exists = scope:character
}
201change_explorer = {
202area = scope:target
203character = scope:character
}
}
}
}
209player_automated_category = exploration
210ai_will_do = {
211value = 1
214if = {
215limit = {
216scope:target = {
217has_assigned_explorer = scope:actor
}
}
220subtract = 1000
}
}