이벤트
Target Country(과)와 Target Country2
우리 Flavor Rank(을) 확장하는 데 군사를 동원한 정복 사업이 꼭 필요한 것은 아닙니다. 때로는 사절을 보내 양국에 이익이 되는 조약을 제안한다면, 피를 흘리는 일 없이 국경을 넓힐 수 있습니다.
이벤트 연쇄
각 이벤트는 바로 위에 있는 이벤트에 의해 발생합니다. 그 아래 줄에는 어떤 선택지가 언제 이 이벤트로 이어지는지 표시됩니다.
- Target Country(과)와 Target Country2
- Target Country2의 요구↳ 선택지 A “거절할 수 없는 제안을 보내야겠군...” · 즉시
- Target Country Adjective의 답변↳ 선택지 A “요구를 수락하라.” · 즉시
- 아히 형제단↳ 선택지 A “결국 모두가 이렇게 우리 앞에 무릎 꿇으리라!” · 즉시
- Target Country, 요구 거절!↳ 선택지 B “그러한 제의는 받아들이지 않을 것이다.” · 즉시
정의in_game/events/situations/rise_of_the_ottomans.txt:325
326type = country_event
327category = situation_event
329title = rise_of_the_ottomans.101.title Target Country(과)와 Target Country2
330desc = rise_of_the_ottomans.101.desc 우리 Flavor Rank(을) 확장하는 데 군사를 동원한 정복 사업이 꼭 필요한 것은 아닙니다. 때로는 사절을 보내 양국에 이익이 되는 조약을 제안한다면, 피를 흘리는 일 없이 국경을 넓힐 수 있습니다.
331outcome = neutral
333immediate = {
334ordered_neighbor_country = {
335limit = {
336is_subject = no
337at_war = no
338NOT = {
338is_subject_of = prev
}
339NOT = {
339is_rival_of = prev
}
340NOT = {
340is_enemy_of = prev
}
341religion = prev.religion
342total_population < prev.total_population
343culture.language = prev.culture.language
}
346max = 5
347check_range_bounds = no
348order_by = {
349value = total_population
350multiply = -1
351if = {
353multiply = 1000
}
}
356add_to_list = potential_vassal_list
}
359if = {
360limit = {
361any_in_list = {
362list = potential_vassal_list
}
}
366random_in_list = {
367list = potential_vassal_list
370save_scope_as = target_country
}
}
374else = {
375random_in_list = {
376list = potential_vassal_list
378save_scope_as = target_country
}
}
382save_scope_as = target_country2
}