外交关系
王冠联合协定
两个国家会巩固王冠联合协定,确保两国的继承。
君主国政体visible, will expire trigger6type = diplomacy
7relation_type = mutual
8called_in_defensively = mutual
9disallow_war = yes
10break_on_war = yes
11category = {
12offer = CATEGORY_FRIENDLY_ACTIONS
13request = CATEGORY_FRIENDLY_ACTIONS
14cancellation = CATEGORY_HOSTILE_ACTIONS
15break = CATEGORY_HOSTILE_ACTIONS
}
18relation_type_for_ai = friendly
20visible = {
21scope:actor = {
23has_mutual_scripted_relation = {
25target = scope:recipient
}
}
}
33request_visible = {
33always = no
}
35offer_enabled = {
36always = no
}
39offer_effect = {
40scope:actor = {
46add_trust_equilibrium = {
47modifier = trust_union_of_crowns_pact
48target = scope:recipient
}
50add_country_modifier = {
}
}
56scope:recipient = {
62add_trust_equilibrium = {
63modifier = trust_union_of_crowns_pact
64target = scope:actor
}
66add_country_modifier = {
}
}
}
74cancel_enabled = {
75scope:actor = {
76has_heir = yes
}
}
80cancel_effect = {
81scope:actor = {
82remove_trust_equilibrium = {
83modifier = trust_union_of_crowns_pact
84target = scope:recipient
}
}
90scope:recipient = {
91remove_trust_equilibrium = {
92modifier = trust_union_of_crowns_pact
93target = scope:actor
}
}
}
101break_effect = {
102scope:actor = {
103remove_trust_equilibrium = {
104modifier = trust_union_of_crowns_pact
105target = scope:recipient
}
}
111scope:recipient = {
112remove_trust_equilibrium = {
113modifier = trust_union_of_crowns_pact
114target = scope:actor
}
}
}
122will_expire_trigger = {
123OR = {
126scope:first = {
126in_union_with = scope:second
}
}
}