
灾难
渴望自由
民众对自由及开明制度的渴望,似乎将不可避免地导致其反抗。他们对我们失败统治的愤怒,随时可能爆发成一场革命性的大火!这将使我们的未来更加困难……
大革命时代can start
独裁咨议议会类型can start
专制统治政策can starthad_aspiration_for_liberty_disaster_variable变量can start修正
定义in_game/common/disasters/aspiration_for_liberty.txt:1
3image = "gfx/interface/illustrations/disaster/aspiration_for_liberty.dds"
7can_start = {
9in_civil_war = no
10has_any_active_disaster = no
11stability < 20
12average_country_literacy > 60
13custom_tooltip = {
14text = had_csd_disaster_variable_tt 尚未触发此灾难
}
17OR = {
18has_parliament = no
}
}
27modifier = {
}
32on_start = {
33set_variable = {
35value = {
36add = 20
37add = {
38value = average_country_literacy
39multiply = 0.33
}
41max = 75
}
}
}
47on_monthly = {
48random_list = {
49900 = {
}
5030 = {
51custom_tooltip = {
52text = battles_on_foreign_grounds_tt 可能触发对外战争维持成本变得高昂的事件
}
}
5630 = {
57custom_tooltip = {
58text = governmental_incompetence_event_tt 可能触发人民起来反抗无能政府的事件
}
}
}
}
64on_end = {
}

