事件
篡位者出现

Country Adjective家族的子孙向来不乏野心家与阴谋家。遗憾的是,作为我们统治者的宗亲,Pretender character也不例外。his/her已经召集了众多暗处的支持者来帮助夺取王位。在这样艰难的时刻,无论我们作何应对,保持我们在臣民眼中的强硬形象是第一位。我们最忠实的顾问和将领建议我们对于这些蛇蝎之辈开除族系并剥夺头衔,以免他们将我们的政权鲸吞入腹。
虽然这可能是令人沮丧的事实——我们中的许多人认为,如果这个僭越者能够成功,能为我们的王朝带来稳定和更强的合法性……
君主国政体trigger定义in_game/events/disaster/crisis_of_the_sayfawa_dynasty.txt:53
54type = country_event
55category = disaster_event
56title = crisis_of_the_sayfawa_dynasty.2.title 篡位者出现
57desc = crisis_of_the_sayfawa_dynasty.2.desc Country Adjective家族的子孙向来不乏野心家与阴谋家。遗憾的是,作为我们统治者的宗亲,Pretender character也不例外。his/her已经召集了众多暗处的支持者来帮助夺取王位。在这样艰难的时刻,无论我们作何应对,保持我们在臣民眼中的强硬形象是第一位。我们最忠实的顾问和将领建议我们对于这些蛇蝎之辈开除族系并剥夺头衔,以免他们将我们的政权鲸吞入腹。
虽然这可能是令人沮丧的事实——我们中的许多人认为,如果这个僭越者能够成功,能为我们的王朝带来稳定和更强的合法性……
虽然这可能是令人沮丧的事实——我们中的许多人认为,如果这个僭越者能够成功,能为我们的王朝带来稳定和更强的合法性……
58outcome = neutral
59image = "gfx/interface/illustrations/disaster/decline_of_mali_disaster.dds"
60trigger = {
61dynasty:sayfawa_dynasty = {
62any_character_in_dynasty = {
63is_heir = no
64is_ruler = no
65is_female = no
66is_adult = yes
}
}
70any_province = {
70this != root.capital.province
}
71exists = ruler
}
74immediate = {
75ruler ?= {
76save_scope_as = target_character
}
78dynasty:sayfawa_dynasty = {
79random_character_in_dynasty = {
80limit = {
81is_heir = no
82is_ruler = no
83is_female = no
84is_adult = yes
}
86save_scope_as = pretender_character_scope
}
}
90create_rebel = {
91category = pretender
92name = rival_branch_sayfawa 赛法瓦的野心家宗亲
93save_scope_as = rival_branch_sayfawa_scope
94culture = root.culture
}
96scope:pretender_character_scope = {
97change_character_allegiance = scope:rival_branch_sayfawa_scope
}
99random_owned_location = {
100limit = {
101is_capital = no
}
103save_scope_as = rebel_base_scope
}
105random_province = {
106limit = {
107this != root.capital.province
}
109save_scope_as = target_province
}
}