
Country Interaction
Form Closer Bonds
Form closer bonds with them and improve their opinion and trust with our Country
Definitionin_game/common/country_interactions/form_closer_bond_iroquois.txt:1
2type = diplomacy
3category = CATEGORY_FRIENDLY_ACTIONS
11allow = {
12scope:actor = {
13num_of_diplomats >= 3
}
}
17select_trigger = {
18looking_for_a = country
19target_flag = recipient
20name = "choose_country" Choose the Country:
21column = {
22data = name
}
24visible = {
25OR = {
}
32is_subject = no
}
34enabled = {
35not = {
35is_at_war_with = scope:actor
}
36not = {
36is_rival_of = scope:actor
}
37NOT = {
37has_opinion = {
37modifier = opinion_formed_closer_bonds_iro
37target = scope:actor
}
}
}
}
41effect = {
42scope:actor = {
43add_diplomats = -3
44add_trust_equilibrium = {
45modifier = trust_form_closer_bond_iro
46target = scope:recipient
}
48add_opinion = {
49modifier = opinion_formed_closer_bonds_iro
50target = scope:recipient
}
}
53scope:recipient = {
54add_trust_equilibrium = {
55modifier = trust_form_closer_bond_iro
56target = scope:actor
}
58add_opinion = {
59modifier = opinion_formed_closer_bonds_iro
60target = scope:actor
}
}
}