Relacja dyplomatycznaZmienione w tej wersji
Odmowa dostępu do rynku
Kraj zablokuje innemu państwu Market Access do swoich Concept.
2type = diplomacy
3relation_type = oneway
4trade_to_second = -0.33
5category = {
6offer = CATEGORY_ECONOMY_ACTIONS
7cancellation = CATEGORY_ECONOMY_ACTIONS
8break = CATEGORY_ECONOMY_ACTIONS
9request = CATEGORY_ECONOMY_ACTIONS
}
12relation_type_for_ai = hostile
14visible = {
15scope:recipient = {
16not = {
17is_subject_of = scope:actor
}
}
}
22request_visible = {
22always = no
}
24offer_enabled = {
25scope:recipient = {
25has_markets = yes
}
27NOT = {
27scope:actor = {
27is_subject_of = scope:recipient
}
}
28NOT = {
29scope:actor = {
30has_diplomacy_with = {
31type = lifts_trade_protection
32country = scope:recipient
}
}
}
}
38break_enabled = {
39scope:actor = {
40has_casus_belli_on = scope:recipient
41NOT = {
41has_truce_with = scope:recipient
}
}
}
45will_expire_trigger = {
46or = {
48scope:first = {
48is_subject_of = scope:second
}
}
}
52offer_effect = {
54scope:recipient = {
55every_market_present_in_country = {
56save_scope_as = market
58every_merchant_in_market = {
59limit = {
60not = {
60this = scope:recipient
}
61not = {
61is_subject_of = scope:actor
}
62scope:market = {
63available_merchant_capacity(prev) > 0
64merchant_power_in_market(prev) > 0
}
}
67add_opinion = {
68target = scope:actor
69modifier = opinion_annoyed_about_denying_market_access
70scale = {
71scope:market = {
72value = 2
73multiply = {
74value = "merchant_power_in_market(prev)"
75if = {
76limit = {
76total_merchant_power != 0
}
77divide = total_merchant_power
}
}
80add = 0.25
81max = 2
}
}
}
}
}
}
}
90cancel_effect = {
}
94break_effect = {
95scope:actor = {
96remove_all_casus_belli = scope:recipient
}
}