外交关系
市场准入特惠待遇
一个国家会使另一国家的地点更愿意加入其市场。
2type = diplomacy
3relation_type = oneway
4break_on_war = yes
6lifts_trade_protection = yes
7trade_to_first = 0.2
8category = {
9offer = CATEGORY_ECONOMY_ACTIONS
10request = CATEGORY_ECONOMY_ACTIONS
11cancellation = CATEGORY_ECONOMY_ACTIONS
12break = CATEGORY_ECONOMY_ACTIONS
}
15relation_type_for_ai = friendly
17visible = {
18always = yes
}
21offer_enabled = {
22scope:actor = {
22has_markets = yes
}
}
25request_enabled = {
26scope:actor = {
26has_markets = no
}
27scope:recipient = {
27has_markets = yes
}
}
30break_effect = {
31scope:actor = {
32add_opinion = {
33modifier = opinion_broke_trade_access
34target = scope:recipient
}
}
}
39wants_to_give_diplo_chance = {
40base = 10
41trust_in_actor = 0.2
}
44wants_to_receive_diplo_chance = {
45actor_is_rival = -100
46actor_overlord_is_rival = -100
47base = -40
48trust_in_actor = 1
49positive_opinion = 0.25
50negative_opinion = -1
51border_distance = -0.05
52strategic_interest = 1
}
55wants_to_receive = {
56if = {
57limit = {
58scope:recipient = {
58has_markets = yes
}
}
60add = {
61desc = "trade_access_HAS_MARKETS" 拥有市场
62value = -200
}
}
}