Interakcja postaciZmienione w tej wersji
Faworyzuj dziedzica
Ta Character będzie Select CString jako CString.
Zakaz interakcjiTyp modyfikatoraselect triggerNa krucjacie pruskiejModyfikator statycznyselect triggerfavored_heirZmiennaallow2on_own_nation = yes
3message = yes
9ai_tick = monthly
10ai_tick_frequency = 1
11allow = {
12scope:actor = {
13custom_tooltip = {
14text = favor_heir_ct Favored Heir Character ma już poparcie jako nasz przyszły dziedzic
}
}
}
19select_trigger = {
20looking_for_a = character
21source = actor
22target_flag = recipient
23name = "choose_character" Wybierz Character:
24pre_evaluation_sort_value = {
25value = age_in_years
}
27pre_evaluation_number_to_evaluate_fully = 5
28column = {
29data = name
}
31visible = {
32NOT = {
32is_ruler_of = scope:actor
}
33is_alive = yes
34is_adult = yes
}
36enabled = {
39is_eligible_heir_baseline = scope:actor
40valid_estate_for_heir_selection = scope:actor.succession_law
41valid_gender_for_heir_selection = scope:actor.succession_law
42custom_tooltip = {
43text = favor_heir_at Recipient to wspierany kandydat i prawomocny dziedzic naszego tronu
44scope:actor = {
45NOT = {
45is_target_in_variable_list = {
45name = supported_heirs
45target = root
}
}
}
}
}
}
50effect = {
51scope:recipient = {
52custom_tooltip = {
53text = favor_heir_tt Recipient będzie Select CString jako nasz Heir, stając się prawomocnie jednym z naszych dziedziców.
}
}
64custom_tooltip = {
65text = favor_heir_bt Możemy faworyzować tylko jednego dziedzica
66scope:actor = {
71add_to_variable_list = {
72name = supported_heirs
73target = scope:recipient
}
}
}
}
78ai_will_do = {
79value = -100
80add = {
81desc = "POTENTIAL_HEIR_SCORE" Potencjalna Heir Selection Score
82value = "scope:recipient.heir_score(scope:actor)"
}
}