
灾难
宫廷与外省
加强中央集权的尝试在国内遭遇了激烈的反对,并最终引发了宫廷与外省之间全面的危机与冲突。然而,只要我们妥善应对这一危机,我国未来将比以往更加强大——当然,前提是我们能做到这一点。
专制主义时代can start
大革命时代can start
专制主义 vs 自由主义社会价值观can starthad_court_and_country_disaster_variable变量can start修正
定义in_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 尚未触发此灾难
}
}
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 可能触发平民拒绝缴税的事件
}
}
8110 = {
82custom_tooltip = {
83text = court_and_country_8_tt 可能在低稳定度时触发地方叛乱的事件
}
}
8720 = {
88custom_tooltip = {
89text = court_and_country_9_tt 可能触发贵族要求恢复原有特权的事件
}
}
9320 = {
94custom_tooltip = {
95text = court_and_country_10_tt 可能触发市民成立联盟反对统治的事件
}
}
9920 = {
100custom_tooltip = {
101text = court_and_country_11_tt 可能触发部队军官的忠诚度受到质疑的事件
}
}
10520 = {
106custom_tooltip = {
107text = court_and_country_12_tt 可能触发在军队和政府内部找到支持者的事件
}
}
}
}

