
アクション
秘密評議会を招集
宮廷を行き来する有力者たちは、金や特権と引き換えなら陰謀を企む同輩もあっさり売り渡す。
クーデターの試み国難select triggerpotential_conspirator_variable変数allow定義in_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 陰謀者のキャラクターが1人以上いる
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" 国難を選択:
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
}
}
}