統治者を提案
国家関与このバージョンで変更

統治者を提案

propose_rulerin_game/common/country_interactions/propose_ruler.txt:1

わが王朝の一員を新しい統治者として提案する。

必要君主制政体potential, select trigger 1関与禁止補正タイプselect trigger 2

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

2type = diplomacy
3category = CATEGORY_INFLUENCE_ACTIONS
4ai_tick = monthly
5ai_tick_frequency = 6
7potential = {
8scope:actor = {
9government_type = government_type:monarchy
}
}
13allow = {
14scope:actor = {
15exists = ruler_or_heir_if_regent.dynasty
16ruler_or_heir_if_regent.dynasty = {
17num_adult_available_dynasty_members > 0
}
}
}
22select_trigger = {
23looking_for_a = country
24target_flag = recipient
25ai_interaction_source_list = {
26scope:actor = {
27every_country_in_diplomatic_range = {
28limit = {
29government_type = government_type:monarchy
30not = {
30is_subject_of = scope:actor
}
31not = {
31in_union_with = scope:actor
}
32has_regent = yes
33has_heir = no
}
35add_to_list = source
}
}
}
39cache_interaction_source_list = yes
40pre_evaluation_sort_value = {
41add = "opinion(scope:actor)"
42add = "trust(scope:actor)"
}
44pre_evaluation_number_to_evaluate_fully = 3
45name = "choose_country" 国家を選択:
46column = {
47data = name
}
49visible = {
50government_type = government_type:monarchy
51not = {
51is_subject_of = scope:actor
}
52not = {
52in_union_with = scope:actor
}
}
54enabled = {
55has_regent = yes
56has_heir = no
}
}
60select_trigger = {
61looking_for_a = character
62source = actor
63target_flag = target
64ai_interaction_source_list = {
65scope:actor = {
66ruler_or_heir_if_regent.dynasty = {
67every_available_dynasty_member = {
68limit = {
69religion = scope:actor.religion
}
72add_to_list = source
}
}
}
}
77cache_interaction_source_list = yes
78pre_evaluation_sort_value = {
79add = total_abilities
}
81pre_evaluation_number_to_evaluate_fully = 1
82name = "propose_ruler_SELECT_TITLE" 統治者にするキャラクターを選択
83none_available_msg_key = "propose_ruler_no_characters"
84column = {
85data = character_ruler
}
87visible = {
88is_alive = yes
89is_ruler = no
90is_heir = no
91has_dynasty = yes
92dynasty = scope:actor.ruler_or_heir_if_regent.dynasty
93is_adult = yes
94religion = scope:actor.religion
}
}
99effect = {
100if = {
101limit = {
101exists = scope:target
}
102scope:target = {
102move_country = scope:recipient
}
103scope:recipient = {
103set_new_ruler = scope:target
}
}
}
107block_when_at_war = yes
109ai_will_do = {
110subtract = {
111desc = "VOTE_BASE_VALUE" 基本値
112value = 400
}
114if = {
115limit = {
115exists = scope:recipient
}
116add = {
117desc = "THEIR_OPINION_TOOLTIP" 相手国のわが国に対する評価
118value = "scope:recipient.opinion(scope:actor)"
119if = {
120limit = {
121scope:recipient = {
122opinion(scope:actor) > 0
}
}
125divide = 10
}
127else = {
128divide = 5
}
}
131add = {
132desc = "DIPLOREASON_TRUST" わが国に対する信頼度
133value = "scope:recipient.trust(scope:actor)"
134divide = 5
}
136if = {
137limit = {
137exists = scope:target
}
138add = {
139desc = "DIPLOREASON_TARGET_CHARACTER_TOTAL_ABILITIES" Targetの総合能力
140value = scope:target.total_abilities
141multiply = 20
}
143if = {
144limit = {
144scope:target.culture = scope:recipient.culture
}
145add = {
146desc = "DIPLOREASON_TARGET_CHARACTER_CULTURE" TargetがTarget Cultureである
147value = 50
}
}
150if = {
151limit = {
151scope:target.religion = scope:recipient.religion
}
152add = {
153desc = "DIPLOREASON_TARGET_CHARACTER_RELIGION" TargetがTarget Adjectiveである
154value = 50
}
}
157if = {
158limit = {
158scope:target = {
158is_heir_of = scope:actor
}
}
159subtract = {
160desc = "DIPLOREASON_WOULD_CREATE_UNION_WITH_US" わが王室間の同君連合の実現につながる可能性がある
161value = 200
}
}
}
}
166add = {
167desc = "[diplomatic_reputation|e]"
168value = "scope:actor.modifier:diplomatic_reputation"
169multiply = 3
}
}
172accept = {
173subtract = {
174desc = "VOTE_BASE_VALUE" 基本値
175value = 400
}
177if = {
178limit = {
178exists = scope:recipient
}
179add = {
180desc = "THEIR_OPINION_TOOLTIP" 相手国のわが国に対する評価
181value = "scope:recipient.opinion(scope:actor)"
182if = {
183limit = {
184scope:recipient = {
185opinion(scope:actor) > 0
}
}
188divide = 10
}
190else = {
191divide = 5
}
}
194add = {
195desc = "DIPLOREASON_TRUST" わが国に対する信頼度
196value = "scope:recipient.trust(scope:actor)"
197divide = 5
}
199if = {
200limit = {
200exists = scope:target
}
201add = {
202desc = "DIPLOREASON_TARGET_CHARACTER_TOTAL_ABILITIES" Targetの総合能力
203value = scope:target.total_abilities
}
205if = {
206limit = {
206scope:target.culture = scope:recipient.culture
}
207add = {
208desc = "DIPLOREASON_TARGET_CHARACTER_CULTURE" TargetがTarget Cultureである
209value = 50
}
}
212if = {
213limit = {
213scope:target.religion = scope:recipient.religion
}
214add = {
215desc = "DIPLOREASON_TARGET_CHARACTER_RELIGION" TargetがTarget Adjectiveである
216value = 50
}
}
219if = {
220limit = {
220scope:target = {
220is_heir_of = scope:actor
}
}
221subtract = {
222desc = "DIPLOREASON_WOULD_CREATE_UNION_WITH_US" わが王室間の同君連合の実現につながる可能性がある
223value = 200
}
}
}
}
228add = {
229desc = "[diplomatic_reputation|e]"
230value = scope:actor.modifier:diplomatic_reputation
231multiply = 3
}
}
© 2026 Soft Santa Cruz, S.L.U.。無断転載を禁じます。本サイトは非公式のファンプロジェクトであり、Paradox Interactiveとは関係ありません。ゲームコンテンツ © Paradox Interactive。 概要 · プライバシー · 法的情報