发动殖民战争
国家互动

发动殖民战争

start_war_in_colonyin_game/common/country_interactions/start_war_in_colony.txt:1

我们命令他们向Target宣战

需要殖民领属国类型select trigger 1, select trigger 2

2category = CATEGORY_SUBJECT_ACTIONS
3type = subject
5potential = {
6scope:actor = {
7country_type = location
}
}
11allow = {
}
14ai_tick = never
16select_trigger = {
17looking_for_a = country
18interaction_source_list = {
19scope:actor = {
20every_subject = {
21add_to_list = source
}
}
}
25target_flag = recipient
26name = "choose_country" 选择国家:
27column = {
28data = name
}
30visible = {
31country_type = location
32is_subject_type = colonial_nation
}
34enabled = {
35at_war = no
36subject_loyalty >= MIN_SUBJECT_LOYALTY_FOR_ACTION (50)
}
}
42select_trigger = {
43looking_for_a = country
44target_flag = target
45interaction_source_list = {
46scope:recipient = {
47every_neighbor_country = {
48limit = {
49is_rebel_country = no
}
51add_to_list = source
}
}
}
55name = "start_war_in_colony_SELECT_COUNTRY_TITLE" 选择要Recipient与之进行战争的国家:
56none_available_msg_key = "start_war_in_colony_no_countries"
57column = {
58data = name
}
60column = {
61data = population
}
63visible = {
64scope:recipient = {
65not = {
66has_truce_with = root
}
}
69OR = {
70is_subject_type = colonial_nation
71power_projection < scope:recipient.power_projection
}
}
}
76effect = {
77if = {
78limit = {
79exists = scope:target
}
81scope:recipient = {
82declare_war_with_cb = {
83target = scope:target
}
}
}
}
© 2026 Soft Santa Cruz, S.L.U.。保留所有权利。非官方粉丝项目,与Paradox Interactive无关。游戏内容 © Paradox Interactive。 关于 · 隐私 · 法律声明