キャラクター関与このバージョンで変更
後継者を推挙
このキャラクターはわが国の新たな後継者として推挙される。
関与禁止補正タイプselect triggerプロイセン十字軍に従軍静的補正select triggerfavored_heir変数allow2on_own_nation = yes
3message = yes
9ai_tick = monthly
10ai_tick_frequency = 1
11allow = {
12scope:actor = {
13custom_tooltip = {
14text = favor_heir_ct 我々はすでにFavored Heir Characterを将来の後継者として推挙している
}
}
}
19select_trigger = {
20looking_for_a = character
21source = actor
22target_flag = recipient
23name = "choose_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はすでに推戴された候補者であり、わが国の王位の正当な後継者である
44scope:actor = {
45NOT = {
45is_target_in_variable_list = {
45name = supported_heirs
45target = root
}
}
}
}
}
}
50effect = {
51scope:recipient = {
52custom_tooltip = {
53text = favor_heir_tt Recipientがわが国の後継者として推挙され、次代の統治者になる資格を得る
}
}
64custom_tooltip = {
65text = favor_heir_bt 我々が支持できる後継者はひとりだけである
66scope:actor = {
71add_to_variable_list = {
72name = supported_heirs
73target = scope:recipient
}
}
}
}
78ai_will_do = {
79value = -100
80add = {
81desc = "POTENTIAL_HEIR_SCORE" 見込み後継者スコア
82value = "scope:recipient.heir_score(scope:actor)"
}
}