이벤트
우리 몫의 세상

새로 발견한 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 토르데시야스 조약은 카스티야 국왕 이사벨라 1세와 아라곤 국왕 페란도 2세, 포르투갈 국왕 주앙 2세가 1494년 6월 7일 카스티야의 도시 토르데시야스에 모여 체결한 조약입니다. 이들은 양측의 충돌을 피하고자 신세계에서 발견된 새로운 땅과 대서양 해역을 분할하기로 했고, 그렇게 카보베르데로부터 서쪽으로 370마일(약 1,780km) 떨어진 지점에 가공의 경계선이 만들어졌습니다.
이 선의 서쪽 구역은 카스티야의, 동쪽은 포르투갈의 영토로 규정되었으며, 그 과정에서 원주민들의 사정은 전혀 고려되지 않았습니다.
이 선의 서쪽 구역은 카스티야의, 동쪽은 포르투갈의 영토로 규정되었으며, 그 과정에서 원주민들의 사정은 전혀 고려되지 않았습니다.
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 = {
}