事件
瓜分新世界

我们在Target Location的新土地上的扩张并未逃过Other country人民的眼睛。他们也在Other country colony扩张势力范围,并迅速成为一个与我们争夺美洲海岸线上最佳土地和港口的竞争对手。
如果不采取任何行动,这种情况将不可避免地导致我们两国发生冲突,因为双方都力图获取最佳贸易路线和资源。。不过,我们可以召开一次会议,让外交官和政治家们构想出一个既能公平划分新土地又能让双方都满意的解决方案。
地理大发现时代trigger
天主教宗教trigger事件链
每个事件由其上一层的事件触发;下方一行说明由哪个选项、在何时触发。
- Target的殖民地
瓜分新世界↳ 任意选项之后 · 立即
瓜分新世界↳ 任意选项之后 · 立即
定义in_game/events/situations/treaty_of_tordesillas.txt:6
7type = country_event
8category = situation_event
9fire_only_once = yes
11title = treaty_of_tordesillas.1.title 瓜分新世界
12desc = treaty_of_tordesillas.1.desc 我们在Target Location的新土地上的扩张并未逃过Other country人民的眼睛。他们也在Other country colony扩张势力范围,并迅速成为一个与我们争夺美洲海岸线上最佳土地和港口的竞争对手。
如果不采取任何行动,这种情况将不可避免地导致我们两国发生冲突,因为双方都力图获取最佳贸易路线和资源。。不过,我们可以召开一次会议,让外交官和政治家们构想出一个既能公平划分新土地又能让双方都满意的解决方案。
如果不采取任何行动,这种情况将不可避免地导致我们两国发生冲突,因为双方都力图获取最佳贸易路线和资源。。不过,我们可以召开一次会议,让外交官和政治家们构想出一个既能公平划分新土地又能让双方都满意的解决方案。
13outcome = neutral
14historical_info = treaty_of_tordesillas.1.historical_info 《托德西利亚斯条约》由卡斯蒂利亚女王伊莎贝拉一世、阿拉贡国王费尔南多二世和葡萄牙国王若昂二世的外交官于1494年6月7日在卡斯蒂利亚的托德西利亚斯镇签署。为避免双方冲突,该协议以佛得角以西370英里处的假想线为界,划分了新大陆发现的新领土及大西洋水域。
条约规定界线以西领土合法归属卡斯蒂利亚,以东则归属葡萄牙,全然无视已居住在该地区的原住民。
条约规定界线以西领土合法归属卡斯蒂利亚,以东则归属葡萄牙,全然无视已居住在该地区的原住民。
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 = {
}