Событие

Exile Country Adjectiveий изгнанник

court_flavor_events.35in_game/events/character/court_flavor_events.txt:905
… ий изгнанник

Из CL GEN Select CString Advisor, после чего Select CString к нам. Select CString желает поступить на службу при Country Adjectiveом дворе в обмен на защиту, поскольку опасается, что Exile Country Ruler Title будет искать возмездия. Стоит ли нам Select CString принять?

Цепочка событий

Каждое событие запускается тем, под которым оно вложено; строка под ним указывает, какой выбор к нему ведёт и когда.

  1. Exile Country Adjectiveий изгнанник
  2. Exile Country Adjectiveие изгнанники
    ↳ Вариант A «[Select CString] навыки нам пригодятся.» · через 15 дней
  3. Изгнанники в Longname Ru Wntt PREP
    ↳ Вариант 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 Из CL GEN Select CString Advisor, после чего Select CString к нам. Select CString желает поступить на службу при Country Adjectiveом дворе в обмен на защиту, поскольку опасается, что Exile Country Ruler Title будет искать возмездия. Стоит ли нам Select CString принять?
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
}
}

Варианты

ASelect CString навыки нам пригодятся.
980scope:advisor = {
980move_country = root
}
981add_prestige = prestige_mild_bonus (10)
982save_scope_as = from
984scope:exile_country = {
985add_opinion = {
985target = root
985modifier = opinion_took_in_exiles
}
}
988trigger_event_silently = {
988days = 15
}
BПри дворе уже нет свободных мест.
992reverse_add_opinion = {
992target = scope:exile_country
992modifier = opinion_turned_away_exiles
}
993hidden_effect = {
993kill_character_silently = scope:advisor
}