
임무
경쟁국에 굴욕 주기

정의in_game/common/missions/generic_humiliate_rival_mission_pack.txt:1
2icon = generic_humiliate_rival_mission_pack
3repeatable = yes
4player_playstyle = military
6visible = {
8num_possible_rivals >= 1
}
12on_completion = {
}
26abort = {
27num_possible_rivals < 1
}
29chance = 3600
33mission_impose_embargo = {
34icon = global_supply_limit_modifier_advance_5
35requires = {
mission_insult_rival
}
37enabled = {
38any_rival = {
39receiving_scripted_relation = {
40type = relation_type:embargo_nation
41target = root
}
}
}
46duration = 0
47bypass = {
48capital.region = {
49NOT = {
50any_location_in_region = {
51is_ownable = yes
52has_owner = yes
53owner = root
54is_market_center = yes
}
}
}
}
59on_completion = {
60if = {
61limit = {
62exists = capital.market
63scope:target_rival ?= {
64receiving_scripted_relation = {
65type = relation_type:embargo_nation
66target = root
}
}
}
70capital.market ?= {
71add_merchant_power = {
72country = root
73key = market_dominance_key
}
}
}
79else_if = {
80limit = {
80exists = capital.market
}
81capital.market ?= {
82add_merchant_power = {
83country = root
84key = market_dominance_key
}
}
}
}
}
93mission_insult_rival = {
94icon = bill_of_rights
97enabled = {
98any_rival = {
99custom_tooltip = {
100text = has_been_diplomatically_insulted_tt 지난 10년 동안 우리에게 외교적 모욕을 당한 적이 있습니다
101has_opinion = {
101target = root
101modifier = opinion_insult
}
}
}
}
106duration = 0
108on_completion = {
109if = {
110limit = {
111has_ruler = yes
112ruler = {
113num_of_traits < 3
}
}
116custom_tooltip = add_random_dip_ruler_trait_tt 우리 통치자가 외교와 관련된 무작위 특성을 하나 얻습니다
}
119else_if = {
120limit = {
121has_regent = yes
122regent = {
123num_of_traits < 3
}
}
126custom_tooltip = add_random_dip_regent_trait_tt 우리 섭정이 외교와 관련된 무작위 특성을 하나 얻습니다
}
129else = {
130ruler_or_regent ?= {
130add_dip = 5
}
}
132custom_tooltip = designate_rival_as_main_threat_tt 우리가 모욕한 경쟁국 중 한 곳을 이 임무 과업의 주적으로 지정합니다
}
135select_trigger = {
136looking_for_a = country
137interaction_source_list = {
138scope:actor = {
139every_rival = {
140limit = {
141has_opinion = {
141target = scope:actor
141modifier = opinion_insult
}
}
143add_to_list = source
}
}
}
147target_flag = target_rival
148name = "mission_task_select_rival" 다가오는 임무 과업의 대상이 될 경쟁국 선택
149none_available_msg_key = "mission_task_no_rival"
150column = {
150data = name
}
151column = {
151data = population
}
152column = {
152data = expected_army_size
}
153column = {
153data = expected_navy_size
}
}
}
158mission_humiliate_rival = {
159icon = diplomatic_influence
160requires = {
mission_insult_rival
}
162enabled = {
163custom_tooltip = {
164text = has_humiliated_any_rival_in_the_last_10_years 지난 10년 동안 경쟁국에 굴욕 평화 조약을 통해 굴욕을 준 적이 있습니다
}
}
169duration = 0
171on_completion = {
172add_country_modifier = {
175mode = replace
}
}
}
180mission_surpass_rival = {
181icon = glorious_arms
182requires = {
mission_humiliate_rival
}
183final = yes
184enabled = {
185any_rival = {
186relative_strength = {
187target = root
188value < 0.5
}
}
}
193duration = 0
194on_completion = {
195custom_tooltip = gain_20_spy_network_on_every_rival_we_surpass_in_relative_strength_tt 전반적인 국력 면에서 우리가 능가한 모든 경쟁국에 대해 20.00 첩보망을 얻습니다
196if = {
197limit = {
198any_rival = {
199relative_strength = {
200target = root
201value < 0.5
}
}
}
205every_rival = {
206limit = {
207relative_strength = {
208target = root
209value < 0.5
}
}
212root = {
213add_spy_network = {
214target = prev
215value = 20
}
}
}
}
221if = {
222limit = {
223scope:target_rival ?= {
224relative_strength = {
225target = root
226value < 0.5
}
}
}
}
232else_if = {
233limit = {
233exists = scope:target_rival
}
234custom_tooltip = should_complete_stronger_than_rival_tt 이 과업을 Target Rival보다 지상군 전력이 높은 상태로 완수하면 위상을 20 획득합니다
}
}
}
239mission_establish_spy_networks = {
240icon = efficient_spies
241requires = {
mission_insult_rival
}
243enabled = {
244custom_tooltip = {
245text = 50_spy_network_on_any_rival 우리가 아무 경쟁국에 30 이상의 첩보망을 보유
246any_rival = {
247root = {
248spy_network = {
249target = prev
250value > 30
}
}
}
}
}
257duration = 0
259on_completion = {
260add_country_modifier = {
262mode = replace
}
}
}
268mission_destabilize_rival = {
269icon = liberty_heroes
270requires = {
mission_establish_spy_networks
}
272enabled = {
273any_rival = {
274receiving_scripted_relation = {
275type = relation_type:sow_discontent
276target = root
}
}
}
282duration = 0
284on_completion = {
286if = {
287limit = {
288NOT = {
289any_rival = {
290receiving_scripted_relation = {
291type = relation_type:sow_discontent
292target = root
}
}
}
}
297custom_tooltip = none_impacted_by_foreign_destabilization_efforts_modifier_tt 우리가 sow discontent의 대상으로 삼은 모든 경쟁국이 이벤트를 통해 외국 불안 조장 활동 보정치의 영향을 받습니다
}
299else = {
300every_rival = {
301limit = {
302receiving_scripted_relation = {
303type = relation_type:sow_discontent
304target = root
}
}
307custom_tooltip = impacted_by_foreign_destabilization_efforts_modifier_tt 상대국이 이벤트를 통해 외국 불안 조장 활동 보정치의 영향을 받습니다
308root = {
308save_scope_as = target_country
}
}
}
}
}