Interaction de personnages
Promouvoir au statut de Chef du Conseil
Le Personnage va devenir Chef du Conseil jusqu'à sa mort ou sa révocation du Conseil.
Est Chef du ConseilType de modificateurallowChef du ConseilModificateur statiqueselect triggerno_cost_for_promotionVariableeffect3sound = 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" Sélectionner le Personnage :
35column = {
36data = name
}
38visible = {
39is_alive = yes
40is_adult = yes
41in_cabinet = yes
}
44enabled = {
45custom_tooltip = {
46text = promote_to_head_of_cabinet_timer A dirigé le Conseil durant 10 ans
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
}
}