Event
Palace Coup
Heir Char's sword sweeps out from its sheath; the blade now pointing squarely towards the Ruler Title. Having finally made his/her move against the throne, which he/she believes to have long been mismanaged, Heir Char looks nervously at his/her co-conspirators. All the while, an other-worldly sense of fatigue washes over the Ruler Title who knows there can be no painless solution to this crisis.
MonarchyGovernment TypetriggerDefinitionin_game/events/character/dynastic.txt:102
103type = country_event
104title = dynastic.3.title Palace Coup
105desc = dynastic.3.desc Heir Char's sword sweeps out from its sheath; the blade now pointing squarely towards the Ruler Title. Having finally made his/her move against the throne, which he/she believes to have long been mismanaged, Heir Char looks nervously at his/her co-conspirators. All the while, an other-worldly sense of fatigue washes over the Ruler Title who knows there can be no painless solution to this crisis.
106outcome = neutral
107illustration_tags = {
10810 = armed
10910 = interior
}
111trigger = {
113has_heir = yes
114has_regent = no
115heir = {
115age_in_years >= 15
115owner = root
}
117stability < -40
}
120immediate = {
121ruler = {
122save_scope_as = ruler_char
}
124heir = {
125save_scope_as = heir_char
}
}