
AçãoNovo nesta versão
Pedir Endosso Clerical
Pedir ao Clero para realizar cerimônias e oferecer endossos públicos reforçando o mandato divino do seu governante. Concede Legitimidade às custas de Satisfação de Estamento clerical.
CleroEstamentopotential, select triggerDefiniçãoin_game/common/generic_actions/estate_emergency_actions.txt:282
283type = owncountry
285ai_tick = daily
286ai_tick_frequency = 180
287automation_tick = never
289potential = {
}
298allow = {
}
301cooldown = {
302type = ask_clergy_for_legitimacy_cooldown
303years = 5
}
306select_trigger = {
307looking_for_a = estate
308source = actor
309target_flag = target
310name = "mission_select_estate" Selecione um Estamento
311column = {
312data = name
}
}
319effect = {
320scope:actor = {
322add_estate_satisfaction = {
323type = scope:target.estate_type
324value = -0.15
}
}
}
329ai_prerequisite = {
330legitimacy < 25
331estate_satisfaction:clergy_estate > 0.55
}
334ai_will_do = {
335if = {
336limit = {
337scope:actor = {
338legitimacy < 25
339estate_satisfaction:clergy_estate > 0.55
}
}
343add = {
344desc = "Legitimacy deficit"
345value = 25
346subtract = scope:actor.legitimacy
}
349if = {
350limit = {
350scope:actor = {
350estate_satisfaction:clergy_estate < 0.55
}
}
351multiply = 0
}
}
}