
アクションこのバージョンで追加
聖職者からの推薦の要求
聖職者に対し、儀式を執りおこない、統治者の天命を支持する公的な推薦を与えるよう求める。聖職者の階級満足度を犠牲にして正統性を獲得する。
聖職者階級potential, select trigger定義in_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" 階級を選択する
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
}
}
}