인물 상호 작용
내각 수반으로 승격
해당 인물이 내각 수반으로 승격해, 사망하거나 내각에서 해고될 때까지 직위를 유지합니다.
내각 수반보정치 유형allow내각 수반정적 보정치select triggerno_cost_for_promotion변수effect3sound = PROMOTE_TO_HEAD_OF_CABINET
5message = yes
6on_own_nation = yes
8price = price:head_of_cabinet_promotion
10potential = {
11scope:actor = {
}
}
16ai_tick = daily
17ai_tick_frequency = 120
19allow = {
20scope:actor = {
}
}
30select_trigger = {
31looking_for_a = character
32source = actor
33target_flag = recipient
34name = "choose_character" 인물 선택:
35column = {
36data = name
}
38visible = {
39is_alive = yes
40is_adult = yes
41in_cabinet = yes
}
44enabled = {
45custom_tooltip = {
46text = promote_to_head_of_cabinet_timer 내각에서 10년간 근속
47in_cabinet = yes
}
}
}
53effect = {
54scope:actor = {
55if = {
}
}
}
69ai_will_do = {
70add = {
71value = scope:recipient.total_abilities
72subtract = 250
}
74add = {
75value = scope:actor.estate_satisfaction:nobles_estate
77subtract = 1
79multiply = 50
}
82add = {
83value = scope:actor.estate_satisfaction:nobles_estate
85subtract = 1
87multiply = 50
}
90if = {
91limit = {
92scope:actor = {
92has_reform = government_reform:powerful_vizierships_reform
}
}
94add = 1000
}
}