
Landesinteraktion
Ort abtreten
Wir treten einen Teil unseres Territoriums ab.
TǔsīKlientelartselect trigger 1Definitionin_game/common/country_interactions/give_location_to_subject.txt:1
2type = subject
3category = CATEGORY_SUBJECT_ACTIONS
5ai_tick = never
7use_enroute = no
9potential = {
10scope:actor = {
11num_locations > 1
12at_war = no
}
}
16allow = {
}
19select_trigger = {
20looking_for_a = country
21interaction_source_list = {
22scope:actor = {
23every_subject = {
24add_to_list = source
}
}
}
28target_flag = recipient
29name = "choose_country" Das Land wählen:
30column = {
31data = name
}
33visible = {
34NOR = {
35country_type = building
36country_type = pop
}
}
}
49select_trigger = {
50looking_for_a = location
51source = actor
52target_flag = target
53source_flags = only_actual_locations
54name = "select_a_location_to_give" Klicken, um einen Ort auszuwählen, den wir an unser Klientelland abtreten sollen.
55none_available_msg_key = "give_location_to_subject_no_locations"
56column = {
57data = name
}
59column = {
60data = population
}
62visible = {
63is_capital = no
64OR = {
65any_coast_border_location = {
66owner ?= scope:recipient
}
68area = scope:recipient.capital.area
}
}
}
74effect = {
76if = {
77limit = {
78exists = scope:target
}
80scope:target = {
81change_location_owner = scope:recipient
}
}
85else = {
86custom_tooltip = select_a_location_to_give Klicken, um einen Ort auszuwählen, den wir an unser Klientelland abtreten sollen.
}
}