
国家互动本版本新增
邀请参加针对拜占庭的军事行动
邀请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 = {
}