
Aktion
Privatrat einberufen
Die einflussreichen Persönlichkeiten, die sich in den Hallen unseres Hofs aufhalten, sind stets bereit, ihre Mitverschwörer zu entlarven, wenn sie dadurch Gold oder Privilegien erlangen können.
PutschversuchKatastropheselect 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 Mindestens 1 Charakter ist ein Verschwörer
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" Die Katastrophe wählen:
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
}
}
}