
Disaster
Aspiration for Liberty
The population's thirst for liberty and the desire to enact enlightened ideals have made their rebellion seemingly unavoidable. Their rage towards our perceived failure to rule threatens to explode into a revolutionary conflagration! This will make things far more difficult for us going forward...
RevolutionsAgecan start
Autocratic ParliamentParliament Typecan start
Absolute RulePolicycan starthad_aspiration_for_liberty_disaster_variableVariablecan startModifiers
Definitionin_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 Has not had this disaster before
}
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 Foreign wars may become more costly to maintain through an Event
}
}
5630 = {
57custom_tooltip = {
58text = governmental_incompetence_event_tt The people may rise up against our governmental incompetence through an Event
}
}
}
}
64on_end = {
}

