
灾难
王权之争
君主与瑟姆议会的权力冲突愈演愈烈,看来我们惯有的等级制度很快就会受到挑战。如果我们希望维持现状,就必须果断消除这些威胁。是时候摆脱议会的监督,结束权力垄断了!
专制主义时代can start
波兰国家can start
波兰‑立陶宛可成立国家can start
君主国政体can starttarget_sfrp_crown_power_variable变量on end修正
贵族阶层满意度均衡点−50%
贵族阶层满意度衰减+2.5%
定义in_game/common/disasters/struggle_for_royal_power.txt:1
3image = "gfx/interface/illustrations/disaster/struggle_for_royal_power.dds"
7fire_only_once = yes
9can_start = {
10has_any_active_disaster = no
17in_civil_war = no
18at_war = no
19has_ruler = yes
21NOT = {
21has_estate_privilege = estate_privilege:liberum_veto
}
22estate_power(estate_type:crown_estate) < 0.5
}
29modifier = {
}
34on_start = {
35set_variable = {
37value = {
38add = "estate_power(estate_type:crown_estate)"
39add = 0.1
40multiply = 1.05
41min = 0.4
42max = 0.85
}
}
}
47on_end = {
48if = {
}
}
55on_monthly = {
57random_list = {
5810 = {
58custom_tooltip = an_event_occurs_tt 将触发一项与灾难相关的事件
}
5990 = {
59custom_tooltip = no_event_occurs_tt 无事件发生
}
}
62hidden_effect = {
}
}