Event
Rise of a Pretender

Indeed Country Adjective families are no strangers to greed and lust for power. Sadly, ours is no exception as one of our ruler's family members, Pretender character has united many of his/her supporters behind a push for the throne. Whatever we do, we cannot appear weak in front of our people at such a trying time. Our most trusted generals and advisors suggest we discard these snakes and strip them of their titles, lest they swallow us whole.
While that may be true, many within our midst suggest that the new candidate may bring more stability and legitimacy to the crown...
MonarchyGovernment TypetriggerDefinitionin_game/events/disaster/crisis_of_the_sayfawa_dynasty.txt:53
54type = country_event
55category = disaster_event
56title = crisis_of_the_sayfawa_dynasty.2.title Rise of a Pretender
57desc = crisis_of_the_sayfawa_dynasty.2.desc Indeed Country Adjective families are no strangers to greed and lust for power. Sadly, ours is no exception as one of our ruler's family members, Pretender character has united many of his/her supporters behind a push for the throne. Whatever we do, we cannot appear weak in front of our people at such a trying time. Our most trusted generals and advisors suggest we discard these snakes and strip them of their titles, lest they swallow us whole.
While that may be true, many within our midst suggest that the new candidate may bring more stability and legitimacy to the crown...
While that may be true, many within our midst suggest that the new candidate may bring more stability and legitimacy to the crown...
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 Sayfawa Rival Branch
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
}
}