Relação Diplomática
Acordo Antipirataria
Um País não mobilizará Corsários nas águas de outro país.
2type = diplomacy
3relation_type = oneway
4break_on_war = yes
5annulled_by_peace_treaty = yes
6annullment_favours_required = 5
7relation_type_for_ai = hostile
9category = {
10offer = CATEGORY_HOSTILE_ACTIONS
11request = CATEGORY_HOSTILE_ACTIONS
12break = CATEGORY_HOSTILE_ACTIONS
13cancellation = CATEGORY_HOSTILE_ACTIONS
}
16visible = {
17scope:actor = {
18has_ports = yes
}
20scope:recipient = {
21has_ports = yes
}
}
25offer_visible = {
25always = no
}
26cancel_visible = {
26always = no
}
28request_enabled = {
29scope:actor = {
30any_port_in_country = {
31sea_zone = {
32has_privateers_from = scope:recipient
}
}
}
}
38break_enabled = {
39scope:actor = {
40not = {
41has_truce_with = scope:recipient
}
}
}
46request_effect = {
47scope:actor = {
48add_truce_with = {
48target = scope:recipient
}
49every_port_in_country = {
50limit = {
51sea_zone = {
52has_privateers_from = scope:recipient
}
}
55sea_zone = {
56area = {
57dismiss_privateer = scope:recipient
}
}
}
}
}
64wants_to_give_diplo_chance = {
65base = -10
66actor_is_rival = -100
67giving_defensive_support = 5
68receiving_defensive_support = 10
69same_international_organization = 10
70trust_in_actor = 1
71negative_opinion = -0.5
72positive_opinion = 0.1
73royal_ties = 0.25
}
76wants_to_give = {
77add = {
78desc = "CUSTOM_SEARCH_FILTER_AREA_HAS_PRIVATEERS_NAME" Privateers Icon Tem corsários hostis
79scope:actor = {
80every_port_in_country = {
81limit = {
82sea_zone = {
83has_privateers_from = scope:recipient
}
}
86subtract = 10
}
}
}
}