植民地で戦争を開始
国家関与

植民地で戦争を開始

start_war_in_colonyin_game/common/country_interactions/start_war_in_colony.txt:1

相手国にTargetとの戦争を起こさせる

必要植民地国家従属国タイプselect trigger 1, select trigger 2

定義in_game/common/country_interactions/start_war_in_colony.txt:1

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。 概要 · プライバシー · 法的情報