Событие

Талантливый переводчик

exploration_monthly.21in_game/events/exploration/exploration_monthly_events.txt:773

Character и Select CString люди задержались в области Area, не продвигаясь вперёд. Однако недавно в лагерь Select CString Pop CultureSelect CString Select CString на ломаном, но понятном Languageом языке. Select CString, что в Select CString детстве деревню посетил Cultureий путешественник, научивший Select CString своему языку. Select CString предлагает помочь нам наладить контакт с местными жителями, а также составить словарь местного языка. По Select CString словам, такой словарь нам очень пригодится.

Определениеin_game/events/exploration/exploration_monthly_events.txt:773

774type = exploration_event
775title = exploration_monthly.21.title Талантливый переводчик
776desc = exploration_monthly.21.desc Character и Select CString люди задержались в области Area, не продвигаясь вперёд. Однако недавно в лагерь Select CString Pop CultureSelect CString Select CString на ломаном, но понятном Languageом языке. Select CString, что в Select CString детстве деревню посетил Cultureий путешественник, научивший Select CString своему языку. Select CString предлагает помочь нам наладить контакт с местными жителями, а также составить словарь местного языка. По Select CString словам, такой словарь нам очень пригодится.
777outcome = neutral
780trigger = {
781exists = leader
782location = {
783has_owner = no
784population > 0.1
785any_pop = {
}
}
}
789immediate = {
790location = {
791random_pop = {
792limit = {
}
793save_scope_as = pop
}
795save_scope_as = target_location
}
798owner = {
799create_character = {
800culture = scope:pop.culture
801religion = scope:pop.religion
802age = 18
803birth_location = scope:target_location
804save_scope_as = translator
805create_in_limbo = yes
}
}
}

Варианты

AДадим денег на создание словаря.
812owner = {
812add_gold = {
812value = ROOT.exploration_monthly_cost
812multiply = -3
}
}
814change_exploration_progress = {
815value = exploration_monthly_progress
816multiply = 3
}
819hidden_effect = {
819kill_character_silently = scope:translator
}
BВ этом нет необходимости.
824change_exploration_progress = {
825value = exploration_monthly_progress
826multiply = 0.5
}
829hidden_effect = {
829kill_character_silently = scope:translator
}
CПереводчик пригодится нам дома.
835scope:translator = {
835move_country = ROOT.owner
}
836owner = {
837add_gold = {
837value = ROOT.exploration_monthly_cost
837multiply = -1
}
838custom_tooltip = exploration_monthly.21.b.tt Translator присоединится к нашему двору
}
841change_exploration_progress = {
842value = exploration_monthly_progress
843multiply = 0.2
}