
Country Interaction
Influence Nation
We will use our diplomatic hegemony status to persuade them to think better of us, increasing their Opinion of us and Trust in us.
Influence CountryModifier TypepotentialDefinitionin_game/common/country_interactions/influence_nation.txt:1
2type = diplomacy
3category = CATEGORY_INFLUENCE_ACTIONS
11allow = {
}
14ai_tick = daily
15ai_tick_frequency = 180
17select_trigger = {
18looking_for_a = country
19target_flag = recipient
20name = "choose_country" Choose the Country:
21column = {
22data = name
}
24visible = {
25is_great_power = no
}
27enabled = {
}
}
31effect = {
32if = {
33limit = {
34exists = scope:recipient
}
36scope:recipient = {
37add_opinion = {
38target = scope:actor
39modifier = opinion_opinion_influenced
}
41add_trust_equilibrium = {
42target = scope:actor
43modifier = trust_opinion_influenced
}
46add_favors = {
47target = scope:actor
48value = 5
}
}
}
}
59ai_will_do = {
60if = {
61limit = {
62scope:actor = {
63wants_opinion_with = scope:recipient
}
}
66add = 10
}
}