Event
Our Share of the World

Our expansion into the new lands of Target Location has not passed unnoticed by the people of the Other country. They are also expanding their holdings in Other country colony and are quickly becoming a competitor for the best land and harbors of the coastline of America.
If nothing is done, the situation will inevitably lead to a conflict between our countries as both strive to get the best trade routes and resources. Instead, we could hold a meeting where diplomats and statesmen can conceive a solution that divides the new lands fairly and pleases both parties.
DiscoveryAgetrigger
CatholicismReligiontriggerEvent chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
- The Colony of Target
Our Share of the World↳ After any choice · right away
Our Share of the World↳ After any choice · right away
Definitionin_game/events/situations/treaty_of_tordesillas.txt:6
7type = country_event
8category = situation_event
9fire_only_once = yes
11title = treaty_of_tordesillas.1.title Our Share of the World
12desc = treaty_of_tordesillas.1.desc Our expansion into the new lands of Target Location has not passed unnoticed by the people of the Other country. They are also expanding their holdings in Other country colony and are quickly becoming a competitor for the best land and harbors of the coastline of America.
If nothing is done, the situation will inevitably lead to a conflict between our countries as both strive to get the best trade routes and resources. Instead, we could hold a meeting where diplomats and statesmen can conceive a solution that divides the new lands fairly and pleases both parties.
If nothing is done, the situation will inevitably lead to a conflict between our countries as both strive to get the best trade routes and resources. Instead, we could hold a meeting where diplomats and statesmen can conceive a solution that divides the new lands fairly and pleases both parties.
13outcome = neutral
14historical_info = treaty_of_tordesillas.1.historical_info The Treaty of Tordesillas was signed on 7 June 1494 in the Castilian town of Tordesillas by the diplomats of Isabella I of Castile, Ferdinand II of Aragon, and King John II of Portugal. This accord divided the new lands discovered in the New World and waters of the Atlantic Ocean with an imaginary line 370 miles west of Cape Verde, to avoid a conflict between both factions.
This treaty defined the territories west of the line as rightfully belonging to Castile and the lands east of it to Portugal, disregarding any native peoples already living on it.
This treaty defined the territories west of the line as rightfully belonging to Castile and the lands east of it to Portugal, disregarding any native peoples already living on it.
16image = "gfx/interface/illustrations/situation/treaty_of_tordesillas.dds"
18trigger = {
23capital.continent = continent:europe
25is_rebel_country = no
27OR = {
28any_subject_or_below = {
29capital.continent = continent:america
}
31any_owned_location = {
32continent = continent:america
33population > 0
}
}
39any_country_in_religion = {
40NOT = {
40this = root
}
42is_rebel_country = no
43capital.continent = continent:europe
44OR = {
45any_subject_or_below = {
46capital.continent = continent:america
}
48any_owned_location = {
49continent = continent:america
50population > 0
}
}
}
}
}
57immediate = {
60ordered_country_in_religion = {
61limit = {
62NOT = {
62this = root
}
63capital.continent = continent:europe
64OR = {
65any_subject_or_below = {
66capital.continent = continent:america
}
68any_owned_location = {
69continent = continent:america
70population > 0
}
}
}
74max = 1
75order_by = total_population
76save_scope_as = other_country_scope
77capital = {
78save_scope_as = other_capital_scope
}
80if = {
81limit = {
82any_subject_or_below = {
83capital.continent = continent:america
}
}
86random_subject_or_below = {
87limit = {
88capital.continent = continent:america
}
90capital = {
91save_scope_as = other_country_colony_scope
}
}
}
95else = {
96random_owned_location = {
97limit = {
98continent = continent:america
99population > 0
}
101save_scope_as = other_country_colony_scope
}
}
}
}
107capital = {
108save_scope_as = capital_scope
}
110if = {
111limit = {
112owns = location:tordesillas
}
114location:tordesillas = {
114save_scope_as = random_location_scope
}
}
116else = {
117random_owned_non_rural_location = {
118limit = {
119root.capital != this
}
121save_scope_as = random_location_scope
}
}
124random_owned_location = {
125limit = {
126continent = continent:america
127population > 0
}
129save_scope_as = american_location_scope
}
132random_political_border_location = {
133random_neighbor_location = {
134limit = {
135trigger_if = {
136limit = {
137has_owner = yes
}
139owner = scope:other_country_scope
}
141trigger_else = {
142always = no
}
}
145save_scope_as = border_location_scope
}
}
}
225after = {
}