
Action
Call the Private Council
The influential figures that peruse the halls of our court are always willing to expose their conspiratorial peers if it means they may gain gold or privileges.
Coup AttemptDisasterselect triggerpotential_conspirator_variableVariableallowDefinitionin_game/common/generic_actions/coup_attempt_actions.txt:165
166type = disaster
167show_message = no
169ai_tick = daily
170ai_tick_frequency = 40
172automation_tick = never
173automation_tick_frequency = 12
175allow = {
176scope:actor = {
177custom_tooltip = {
178text = any_conspirators_are_active_tt At least 1 Character is a conspirator
179any_character = {
181NOR = {
182is_ruler_of = prev
183is_regent_of = prev
}
}
}
187OR = {
188num_possible_estate_privileges:nobles_estate > 0
189num_possible_estate_privileges:burghers_estate > 0
190num_possible_estate_privileges:clergy_estate > 0
}
}
}
195cooldown = {
196type = call_private_council
197months = 6
}
200select_trigger = {
201looking_for_a = disaster
202name = "choose_disaster" Choose the Disaster:
203target_flag = recipient
204column = {
205data = name
}
}
219ai_will_do = {
220add = 100
221if = {
222limit = {
223scope:actor = {
224OR = {
225gold < {
226value = scope:actor.monthly_income_total
227multiply = 3
}
229is_during_bankruptcy = yes
}
}
}
233subtract = -1000
}
235if = {
236limit = {
237scope:actor ?= {
237num_loans > 0
}
}
239add = {
240desc = "PENDING_LOANS_TOOLTIP"
241value = scope:actor.num_loans
242multiply = -50
}
}
}