イベント
Exile Country Adjectiveからの追放者

Exile Countryからの政治亡命者であるAdvisorが、わが国の宮廷に姿を現した。Exile Country AdjectiveExile Country Ruler Titleからの保護と引き換えに、その能力をCountry AdjectiveCountryのために使うつもりだという。彼を迎え入れるべきだろうか?
イベントチェーン
各イベントは、その上の階層にあるイベントから発生します。下の行には、どの選択肢でいつ発生するかを示しています。
Exile Country Adjectiveからの追放者
Exile Country Adjectiveからの亡命者たち↳ 選択肢A「この者は役に立つだろう。」・15日後
Fromへ向かった追放者たち↳ 選択肢A「彼らを迎え入れよう。」・15日後
定義in_game/events/character/court_flavor_events.txt:905
906type = country_event
907title = court_flavor_events.35.title Exile Country Adjectiveからの追放者
908desc = court_flavor_events.35.desc Exile Countryからの政治亡命者であるAdvisorが、わが国の宮廷に姿を現した。Exile Country AdjectiveExile Country Ruler Titleからの保護と引き換えに、その能力をCountry AdjectiveCountryのために使うつもりだという。彼を迎え入れるべきだろうか?
909outcome = neutral
910trigger = {
912any_rival = {
913NOT = {
914is_at_war_with = root
915is_subject_of = root
}
917religion.group = root.religion.group
}
}
920illustration_tags = {
92110 = interior
}
923immediate = {
925random_rival = {
926limit = {
927NOT = {
928is_at_war_with = root
929is_subject_of = root
}
931religion.group = root.religion.group
}
933save_scope_as = exile_country
}
935if = {
936limit = {
937scope:exile_country = {
938country_type = pop
}
}
941scope:exile_country = {
942random_owned_nomad_pop = {
943location = {
943save_scope_as = target_birth_location
}
}
}
}
947else_if = {
948limit = {
949scope:exile_country = {
950country_type = building
}
}
953scope:exile_country = {
954random_owned_foreign_building = {
955location = {
955save_scope_as = target_birth_location
}
}
}
}
959else = {
960scope:exile_country = {
960capital = {
960save_scope_as = target_birth_location
}
}
}
962create_character = {
964female = no
965adm = {
50
90
}
966dip = {
50
90
}
967mil = {
50
90
}
968birth_location = scope:target_birth_location
969culture = scope:target_birth_location.dominant_culture
970religion = scope:target_birth_location.dominant_religion
971create_in_limbo = yes
972save_scope_as = advisor
}
}