
灾难本版本变更
政变企图
阴险的威胁如饥饿的秃鹫般在宫廷中盘旋,伺机将我们撕碎!其中最可怕的,莫过于使我们统治者英年早逝的阴谋!更糟的是,继任者将沦为受这些致命暗影幕后操控的傀儡。
传统时代can start
王室阶层can start
君主国政体can start, on endpotential_conspirator_variable变量on endrecently_had_coup_attempt_inconclusive_or_negative_variable变量can start, on end修正
定义in_game/common/disasters/coup_attempt.txt:1
3image = "gfx/interface/illustrations/disaster/coup_attempt.dds"
7can_start = {
10government_power < 30
11any_estate = {
13power > "root.estate_power(estate_type:crown_estate)"
}
15estate_power(estate_type:crown_estate) < 0.5
16in_civil_war = no
17custom_tooltip = {
18text = recently_had_coup_attempt_inconclusive_tt 在过去5年内未发生任何无结果或成功的政变
}
21has_any_active_disaster = no
}
25modifier = {
}
34on_end = {
35if = {
37if = {
38limit = {
39OR = {
40had_disaster_for_years = {
41disaster_type = scope:disaster
42years >= 5
}
}
}
}
}
57every_character = {
}
}
63on_monthly = {
64random_list = {
65175 = {
65custom_tooltip = an_event_occurs_tt 将触发一项与灾难相关的事件
}
66825 = {
66custom_tooltip = no_event_occurs_tt 无事件发生
}
}
68hidden_effect = {
69random_list = {
74800 = {
}
}
}
}


