
行动
进行审查行动
通过对宫廷和行政机构进行彻底的审查,我们能够揭露并揪出那些对统治者地位图谋不轨的蛇蝎之徒!
政变企图灾难select triggerpotential_conspirator_variable变量allow定义in_game/common/generic_actions/coup_attempt_actions.txt:1
2type = disaster
3ai_tick = daily
4ai_tick_frequency = 40
7show_message = no
8allow = {
9scope:actor = {
10custom_tooltip = {
11text = any_conspirators_are_active_tt 至少有一位成为政变共谋者的角色
12any_character = {
13NOR = {
14is_ruler_of = prev
15is_regent_of = prev
}
}
}
}
}
22price = price:coup_attempt_disaster_actions_price
24automation_tick = never
25automation_tick_frequency = 12
27cooldown = {
28type = conduct_investigation
29months = 3
}
32select_trigger = {
33looking_for_a = disaster
34name = "choose_disaster" 选择灾难:
35target_flag = recipient
36column = {
37data = name
}
}
45effect = {
46custom_tooltip = {
47text = conspirators_exposed_tt 将进行调查查找潜在的阴谋者
}
}
54ai_will_do = {
55add = 100
}