
Disaster
Court and Country
Resistance to increasing centralization in our country has culminated in a period of general crisis and conflict between Court and Country. Depending on how we handle this difficult time, we might come out of it a stronger country than before — if we manage to weather the storm, of course.
AbsolutismAgecan start
RevolutionsAgecan start
Absolutism vs LiberalismSocietal Valuecan starthad_court_and_country_disaster_variableVariablecan startModifiers
Definitionin_game/common/disasters/court_and_country.txt:1
3image = "gfx/interface/illustrations/disaster/court_and_country.dds"
7can_start = {
8hidden_trigger = {
8is_ai = no
}
9in_civil_war = no
14has_any_active_disaster = no
15OR = {
16estate_power(estate_type:crown_estate) >= 0.25
}
19custom_tooltip = {
20text = had_csd_disaster_variable_tt Has not had this disaster before
}
}
29modifier = {
}
34on_start = {
35if = {
36limit = {
36num_privileges > 4
}
37set_variable = {
39value = {
40add = num_privileges
41divide = 2
42ceiling = yes
}
}
}
52set_variable = {
54value = {
55add = {
56value = 1
57subtract = "estate_power(estate_type:crown_estate)"
58multiply = 0.1
}
60add = "estate_power(estate_type:crown_estate)"
61min = 0.33
62max = 0.75
}
}
}
67on_end = {
}
72on_monthly = {
73random_list = {
741100 = {
}
7520 = {
76custom_tooltip = {
77text = court_and_country_7_tt Commoners may refuse to pay taxes through an Event
}
}
8110 = {
82custom_tooltip = {
83text = court_and_country_8_tt Local revolts may arise at the response of instability through an Event
}
}
8720 = {
88custom_tooltip = {
89text = court_and_country_9_tt Nobility may rise up to demand their old privileges through an Event
}
}
9320 = {
94custom_tooltip = {
95text = court_and_country_10_tt A Burghers league may rise against us through an Event
}
}
9920 = {
100custom_tooltip = {
101text = court_and_country_11_tt Officers within our armies may have their loyalty questioned through an Event
}
}
10520 = {
106custom_tooltip = {
107text = court_and_country_12_tt We may find supporters within the army and the government through an Event
}
}
}
}

