
AcciónCambiado en esta versión
Reclamar una zona libre
Establece una reivindicación colonial en cualquier Area dentro de nuestro alcance colonial.
El Tratado de Treaty Location LocationSituaciónpotential, select trigger 1, select trigger 2var_east_countryVariablepotential, select trigger 2var_west_countryVariablepotential, select trigger 2Definiciónin_game/common/generic_actions/treaty_of_tordesillas.txt:236
237icon = tordesillas_demand_transfer_colony
238type = situation
240potential = {
}
245trigger_if = {
246limit = {
}
}
252OR = {
}
}
258scope:actor = {
259any_colonial_claim_province_definition = {
260count = 0
}
}
265any_owned_location = {
266count = 0
267NOR = {
268continent = continent:europe
269sub_continent = sub_continent:south_asia
270sub_continent = sub_continent:east_asia
}
272area = {
273any_ownable_location_in_area = {
274has_owner = yes
}
}
}
}
}
284automation_tick = never
285automation_tick_frequency = 12
287select_trigger = {
288looking_for_a = situation
289target_flag = recipient
290name = "choose_situation" Elige la Situation:
291column = {
291data = name
}
}
298select_trigger = {
299looking_for_a = area
300target_flag = target_area
301name = "tordesillas_claim_area_select_title" Elige una Area para reclamarla:
302none_available_msg_key = "steal_maps_no_areas"
303column = {
303data = name
}
304visible = {
305within_colonial_range_of = scope:actor
307NOR = {
308continent = continent:europe
309sub_continent = sub_continent:south_asia
310sub_continent = sub_continent:east_asia
}
313scope:actor = {
313has_discovered_area = prev
}
315any_location_in_area = {
316is_land = yes
}
319NOT = {
320any_present_country = {
321is_country_religion_pagan = no
}
}
325any_location_in_area = {
326is_ownable = yes
327has_owner = no
}
}
330enabled = {
332custom_tooltip = {
333text = tordesillas_claim_area.tt.no_claims_in_area No hay más reclamaciones en la Area
334NOT = {
335any_province_definition_in_area = {
336OR = {
}
}
}
}
}
349map_color = {
350if = {
351limit = {
355has_owner = yes
}
358value = top_owner.country_color
}
360else_if = {
361limit = {
365has_owner = yes
}
368value = top_owner.country_color
}
371else_if = {
372limit = {
373area = {
374any_ownable_location_in_area = {
375has_owner = yes
}
378any_ownable_location_in_area = {
379has_owner = yes
}
}
}
}
}
}
394effect = {
396scope:target_area ?= {
397every_province_definition_in_area = {
398scope:actor ?= {
399add_colonial_claim = {
400province_definition = prev
401reason = claim_reason_treaty_of_tordesillas
402category = same_religion
}
}
}
}
}
409ai_will_do = {
411add = 100
}