外交关系本版本新增
被迫联盟通行权
该国家已被迫向联盟统治者授予军事通行权与食物获取权。
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 在到期之前,接收方无法解除这种关系
27always = no
}
}
31wants_to_keep = {
33if = {
34limit = {
35scope:actor = {
36giving_scripted_relation = {
38target = scope:recipient
}
}
}
42add = 100
}
44else = {
45add = -100
}
}