
国家関与このバージョンで追加
ビザンツに対する軍事作戦に参加要請
間近に迫ったビザンツに対する軍事作戦に参加するよう、Recipientへ要請する。
ビザンツ国家potentialイタリア文化圏select triggermfa_gathering_for_fight_with_byz変数potential定義in_game/common/country_interactions/mfa_join_against_byz.txt:1
2type = diplomacy
3category = CATEGORY_FRIENDLY_ACTIONS
5potential = {
}
12allow = {
}
15ai_tick = never
17select_trigger = {
18looking_for_a = country
19target_flag = recipient
20name = "choose_country" 国家を選択:
21column = {
22data = name
}
24visible = {
25is_subject = no
26has_ports = yes
30NOT = {
31scope:actor = {
32is_target_in_variable_list = {
33name = mfa_war_participants
34target = ROOT
}
}
}
}
}
41diplo_chance = {
42base = -40
43rank = -5
44diplomatic_reputation = 1
45opinion = 0.25
46border_distance = -0.05
47yesman = 100000
48relative_strength = -1
49negative_stability = -1
50competing_power = -10
}
53effect = {
54if = {
55limit = {
56exists = scope:recipient
}
58custom_tooltip = recipient_agrees_to_join_war Recipientが、数年以内にActorのビザンツに対する戦いに参戦することを約束する
59scope:actor = {
60add_to_variable_list = {
61name = mfa_war_participants
62target = scope:recipient
}
}
}
}
68ai_will_do = {
}