
Country InteractionNew this version
Invite to Campaign Against Byzantium
Invite Recipient to an upcoming campaign against the Byzantium.
ByzantiumCountrypotentialItalianCulture Groupselect triggermfa_gathering_for_fight_with_byzVariablepotentialDefinitionin_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" Choose the 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 will promise to join Actor in their war against the Byzantium within a few years
59scope:actor = {
60add_to_variable_list = {
61name = mfa_war_participants
62target = scope:recipient
}
}
}
}
68ai_will_do = {
}