
ミッション
未知の世界への旅

新大陸進歩enabled, visible
伝統時代mission overseas efforts
ルネサンス時代mission overseas efforts
発見時代visible通関港静的補正mission colonial ambitionsrecently_had_generic_colonize_variable変数visible定義in_game/common/missions/generic_colonize_explore_mission_pack.txt:1
2icon = generic_colonize_explore
3repeatable = yes
4player_playstyle = military
6visible = {
8country_rank_level > 2
}
19abort = {
19has_ports = no
}
21on_start = {
}
24chance = 3600
41mission_hire_explorer = {
43requires = {
mission_overseas_efforts
}
44enabled = {
45any_character = {
45is_explorer = yes
}
}
48duration = 0
50on_completion = {
51if = {
52limit = {
53any_character = {
54count > 1
55is_explorer = yes
56OR = {
57adm < 100
58dip < 100
59mil < 100
}
}
}
}
65else_if = {
66limit = {
67any_character = {
68is_explorer = yes
69OR = {
70adm < 100
71dip < 100
72mil < 100
}
}
}
76random_character = {
77limit = {
77is_explorer = yes
}
78if = {
79limit = {
80NOT = {
80adm = 100
}
}
82add_adm = {
83value = {
84add = 100
85subtract = adm
86divide = 10
87ceiling = yes
}
}
}
91if = {
92limit = {
93NOT = {
93dip = 100
}
}
95add_dip = {
96value = {
97add = 100
98subtract = dip
99divide = 10
100ceiling = yes
}
}
}
104if = {
105limit = {
106NOT = {
106mil = 100
}
}
108add_mil = {
109value = {
110add = 100
111subtract = mil
112divide = 10
113ceiling = yes
}
}
}
}
}
119else = {
120add_country_modifier = {
}
}
}
}
129mission_chart_horizon = {
130icon = por_bombardeiros
131requires = {
mission_overseas_efforts
}
132enabled = {
132num_explorations > 0
}
134duration = 0
136on_start = {
137if = {
138limit = {
139any_exploration_from_country = {
140area = {
141any_location_in_area = {
142is_ownable = yes
}
}
}
}
147custom_tooltip = yes_land_explo_bonus_tt 1ヵ所以上の陸地探検をおこなってミッションを完了した場合:
}
149else = {
149custom_tooltip = no_land_explo_bonus_tt 1ヵ所以上の陸地探検をおこなってミッションを完了した場合:
}
150show_as_tooltip = {
151add_country_modifier = {
}
}
157if = {
158limit = {
159any_exploration_from_country = {
160area = {
161NOT = {
162any_location_in_area = {
163is_ownable = yes
}
}
}
}
}
169custom_tooltip = yes_sea_explo_bonus_tt 1ヵ所以上の海洋探検をおこなってミッションを完了した場合:
}
171else = {
171custom_tooltip = no_sea_explo_bonus_tt 1ヵ所以上の海洋探検をおこなってミッションを完了した場合:
}
172show_as_tooltip = {
173add_country_modifier = {
}
}
179hidden_effect = {
180if = {
181limit = {
182any_exploration_from_country = {
183area = {
184NOT = {
185any_location_in_area = {
186is_ownable = yes
}
}
}
}
}
192add_country_modifier = {
}
}
199if = {
200limit = {
201any_exploration_from_country = {
202area = {
203any_location_in_area = {
204is_ownable = yes
}
}
}
}
209add_country_modifier = {
}
}
}
}
}
219mission_new_maps = {
220final = yes
221icon = mapmaking
222requires = {
mission_chart_horizon
}
223duration = 0
224enabled = {
225any_exploration_from_country = {
226exploration_progress > 50
}
}
230on_completion = {
231custom_tooltip = next_completed_exploration_will_fire_event_tt 今後10年以内に完了する次の探検が、イベントを引き起こす
}
}
241mission_overseas_efforts = {
242icon = ship_building_advance
243duration = 365
244on_start = {
245add_country_modifier = {
}
}
252on_completion = {
253if = {
260change_societal_value = {
}
}
}
}
271mission_settle_horizon = {
272icon = pioneer_spirit
273requires = {
mission_overseas_efforts
}
274enabled = {
275num_colonial_charters > 0
}
277duration = 180
279on_start = {
280custom_tooltip = mission_settle_horizon_tt このミッションタスクが有効なあいだ、植民地関連のイベントが毎月発生する可能性がある
}
283on_monthly = {
284random_list = {
285100 = {
}
}
}
}
296mission_colonial_ambitions = {
297final = yes
298requires = {
mission_settle_horizon
}
299icon = maritime_advance_age_4
300enabled = {
301any_colonial_country = {
302is_subject_of = root
}
}
306duration = 0
308on_completion = {
309if = {
310limit = {
311any_colonial_country = {
312is_subject_of = root
}
}
315ordered_colonial_country = {
316limit = {
316is_subject_of = root
}
317order_by = {
318value = total_population
319multiply = liberty_desire
}
321check_range_bounds = no
}
}
325else = {
325custom_tooltip = mission_colonial_ambitions_tt 植民地従属国の1つの独立欲求が減少する
}
326if = {
327limit = {
328any_port_in_country = {
330OR = {
331integration_level = integrated
332integration_level = core
}
}
}
336ordered_port_in_country = {
337limit = {
339OR = {
340integration_level = integrated
341integration_level = core
}
}
344order_by = population
345position = 1
346check_range_bounds = no
}
}
}
}