イベント
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
}