归还土地
国家互动

归还土地

subject_return_landin_game/common/country_interactions/subject_return_land.txt:1

我们会要求他们将一个核心省份还给其合法拥有者。

定义in_game/common/country_interactions/subject_return_land.txt:1

2category = CATEGORY_SUBJECT_ACTIONS
3type = subject
5diplomatic_cost = subject_return_land_cost
7ai_tick = never
9potential = {
10scope:actor = {
11country_type = location
}
}
15allow = {
}
18select_trigger = {
19looking_for_a = country
20interaction_source_list = {
21scope:actor = {
22every_subject = {
23add_to_list = source
}
}
}
27target_flag = recipient
28name = "choose_country" 选择国家:
29column = {
30data = name
}
32visible = {
33country_type = location
}
35enabled = {
36subject_loyalty >= MIN_SUBJECT_LOYALTY_FOR_ACTION (50)
}
}
42select_trigger = {
43looking_for_a = location
44source = recipient
45target_flag = target
46name = "subject_return_land_choose_0" 选择要归还的地点:
47none_available_msg_key = "subject_return_land_no_locations"
48column = {
49data = name
}
51column = {
52data = population
}
54visible = {
55is_capital = no
56has_owner = yes
57owner ?= scope:recipient
58any_core_in_location = {
59not = {
60this = scope:recipient
}
62is_subject = no
63root = {
64is_core_of = prev
}
}
}
}
71select_trigger = {
72looking_for_a = country
73target_flag = target_1
74name = "subject_return_land_choose_1" 选择向哪个国家归还Target:
75none_available_msg_key = "subject_return_land_no_countries"
76allow_self = yes
77column = {
78data = name
}
80column = {
81data = population
}
83visible = {
84not = {
85this = scope:recipient
}
87is_subject = no
88scope:target = {
89is_core_of = root
}
}
}
94effect = {
95if = {
96limit = {
97exists = scope:target
}
99scope:target = {
100change_location_owner = scope:target_1
}
102scope:recipient = {
103add_liberty_desire = {
104add = {
105desc = "game_concept_development" 发展度
106value = scope:target.development
}
}
}
}
111else = {
112custom_tooltip = select_a_location_to_take 点击选择我们要接管的附属国地点
}
}
© 2026 Soft Santa Cruz, S.L.U.。保留所有权利。非官方粉丝项目,与Paradox Interactive无关。游戏内容 © Paradox Interactive。 关于 · 隐私 · 法律声明