
ActionModifié dans cette version
Rendre Indisponible au recrutement
Cessons de rendre une de nos Unités disponible au recrutement par un Pays étranger.
Définitionin_game/common/generic_actions/make_unit_available_for_hire.txt:132
133type = owncountry
135potential = {
136scope:actor = {
137any_rented_out_mercenary = {
138has_customer = no
139is_carrying_or_loaded_unit = no
}
}
}
144allow = {
}
147ai_tick = never
148ai_tick_frequency = 90
150ai_prerequisite = {
151at_war = yes
}
154automation_tick = daily
155automation_tick_frequency = 20
158select_trigger = {
159looking_for_a = mercenary
160source = actor
161target_flag = target
162name = "delist_unit_select_merc" Choisissez le Mercenaire à retirer du recrutement :
163none_available_msg_key = "delist_unit_no_mercenaries"
164column = {
165data = name
}
167visible = {
168has_customer = no
172is_carrying_or_loaded_unit = no
}
}
176effect = {
177if = {
178limit = {
179exists = scope:target
}
181scope:target = {
182custom_tooltip = {
183text = delist_unit_merc_destroyed L'unité n'est plus recrutable
184destroy_mercenary = scope:target
}
}
}
}
190ai_will_do = {
191scope:actor = {
192if = {
193limit = {
194at_war = yes
}
196add = 100
}
}
}