Diplomatic RelationNew this version
Forced League Access
This country has been coerced into granting Military Access and Food Access to a League leader.
2type = diplomacy
3relation_type = oneway
4break_on_war = yes
5annulled_by_peace_treaty = yes
6military_access = yes
7food_access = yes
8receiving_color = define:NMapColors|DIPLOMACY_MIL_ACCESS_COLOR
10category = {
11offer = CATEGORY_ACCESS_ACTIONS
12request = CATEGORY_ACCESS_ACTIONS
13cancellation = CATEGORY_ACCESS_ACTIONS
14break = CATEGORY_ACCESS_ACTIONS
}
18offer_visible = {
18always = no
}
19request_visible = {
19always = no
}
21break_visible = {
21always = yes
}
24break_enabled = {
25custom_tooltip = {
26text = cannot_break_unless_war_or_relation_expires_tt This relation cannot be broken by the recipient until it expires
27always = no
}
}
31wants_to_keep = {
33if = {
34limit = {
35scope:actor = {
36giving_scripted_relation = {
38target = scope:recipient
}
}
}
42add = 100
}
44else = {
45add = -100
}
}