
행동이번 버전 변경
해적 억제 정책 요청
사략 행위라는 재앙을 근절하는 것은 불가능합니다. 천벌 받을 일부 국가들이 뻔뻔스럽게도 이 약탈자들을 공개적으로 지지하고 자금을 지원하기 때문입니다! 우리는 외교력의 힘을 이용해 이 국가들이 이 끔찍한 잘못을 바로잡도록 설득해야 합니다.
해적 법률법률select trigger 2
해적 억제정책allow, select trigger 2
해적의 황금기상황select trigger 1antipiracy_request_cooldown변수select trigger 2정의in_game/common/generic_actions/golden_age_of_piracy.txt:147
148type = situation
149show_message = no
150potential = {
151scope:actor = {
152NOT = {
152country_type = navy
}
}
}
162ai_tick = monthly
163ai_tick_frequency = 4
165automation_tick = never
166automation_tick_frequency = 12
168price = price:send_diplomat
170cooldown = {
}
173select_trigger = {
174looking_for_a = situation
175target_flag = recipient
176name = "choose_situation" 상황 선택:
177column = {
178data = name
}
}
186select_trigger = {
187looking_for_a = country
188target_flag = target_country
189name = "choose_a_country" 국가 선택
190none_available_msg_key = "no_suitable_countries"
191column = {
191data = name
}
192visible = {
193within_diplomatic_range = scope:actor
196this != scope:actor
}
198enabled = {
199NOR = {
200has_opinion = {
200modifier = opinion_accepted_prosecute_pirates
200target = scope:actor
}
201has_opinion = {
201modifier = opinion_refused_prosecute_pirates
201target = scope:actor
}
202custom_tooltip = {
203text = antipiracy_request_cooldown_tt 이 국가는 지난 6개월 동안 유사한 요청에 응답한 적이 없습니다.
}
206has_reform = government_reform:pirate_brethren_reform
}
}
}
211effect = {
212if = {
213limit = {
214exists = scope:target_country
}
}
220else = {
221custom_tooltip = request_antipiracy_policy_tt 상대국에 접촉하여 이들 국가의 법률을 바꾸도록 설득을 시도합니다
}
}
225ai_will_do = {
226add = -10
227add = {
228desc = "RELATIVE_STRENGTH"
229value = 100
230multiply = "scope:actor.relative_strength(scope:target_country)"
231divide = 10
}
233add = {
234desc = "NUM_LOANS_TOOLTIP"
235value = scope:actor.num_loans
236multiply = -10
}
238add = {
239desc = "DIPLOREASON_BORDER_DISTANCE"
240value = "scope:actor.border_distance_to(scope:target_country)"
241multiply = 0.1
242min = -1000
}
}