Diplomatic Relation
Fleet Basing Rights
Fleet basing rights allow one country's Ports to be used by another country's Ships, thus extending the range that they can explore and allowing them to Repair away from home.
2type = diplomacy
3relation_type = oneway
4block_when_at_war = yes
5break_on_war = yes
6annulled_by_peace_treaty = yes
7annullment_favours_required = 5
10receiving_color = define:NMapColors|DIPLOMACY_FLEET_BASING_COLOR
11category = {
12offer = CATEGORY_ACCESS_ACTIONS
13request = CATEGORY_ACCESS_ACTIONS
14cancellation = CATEGORY_ACCESS_ACTIONS
15break = CATEGORY_ACCESS_ACTIONS
}
23relation_type_for_ai = friendly
25offer_enabled = {
26scope:actor = {
27has_ports = yes
28not = {
28has_blocked_treaties = scope:recipient
}
29has_limited_diplomacy = no
30not = {
30gives_fleet_basing_rights_to = scope:recipient
}
}
32scope:recipient = {
33OR = {
34has_ports = yes
35country_type = building
}
37OR = {
38is_subject = no
39AND = {
40is_subject = yes
41not = {
41overlord = scope:actor
}
42subject_type = {
43gives_fleet_basing_rights = no
}
}
}
}
}
50request_enabled = {
51scope:actor = {
52OR = {
53has_ports = yes
54country_type = building
}
56not = {
56has_blocked_treaties = scope:recipient
}
57has_limited_diplomacy = no
58OR = {
59is_subject = no
60AND = {
61is_subject = yes
62not = {
62overlord = scope:recipient
}
63subject_type = {
64gives_fleet_basing_rights = no
}
}
}
68not = {
68receives_fleet_basing_rights_from = scope:recipient
}
}
70scope:recipient = {
71has_ports = yes
}
}
75wants_to_receive_diplo_chance = {
76base = 10
77giving_defensive_support = 5
78receiving_defensive_support = 10
79same_international_organization = 10
80trust_in_actor = 1
81negative_opinion = -1
82positive_opinion = 0.1
83royal_ties = 0.5
}
86wants_to_give_diplo_chance = {
87base = -10
88actor_is_rival = -100
89giving_defensive_support = 5
90receiving_defensive_support = 10
91same_international_organization = 10
92trust_in_actor = 1
93negative_opinion = -0.5
94positive_opinion = 0.1
95royal_ties = 0.25
}