EventChanged this version
A New Target Country Ruler Title Emerges!

With the sudden death of Dead Ruler, the Target Country witnesses a quick chain of bloody succession. Although Target Ruler is the rightful successor by our law, Target Character tries to exploit the chaos of the succession, and attempts to usurp the throne. A confrontation against him/her might avoid the death of Target Ruler, but will result in a civil war...
Horde Civil WarDisastertriggerpretender_rebel_characterVariabletriggerDefinitionin_game/events/disaster/horde_civil_war.txt:229
230type = country_event
231category = disaster_event
232title = horde_civil_war.2.title A New Target Country Ruler Title Emerges!
233image = "gfx/interface/illustrations/disaster/horde_civil_war.dds"
234desc = {
235first_valid = {
236triggered_desc = {
237trigger = {
237NOT = {
237scope:target_character = scope:target_ruler
}
}
238desc = horde_civil_war.2.desc.normal_succession With the sudden death of Dead Ruler, the Target Country witnesses a quick chain of bloody succession. Although Target Ruler is the rightful successor by our law, Target Character tries to exploit the chaos of the succession, and attempts to usurp the throne. A confrontation against him/her might avoid the death of Target Ruler, but will result in a civil war...
}
240triggered_desc = {
241trigger = {
241scope:target_character = scope:target_ruler
}
242desc = horde_civil_war.2.desc.pretender_ruler With the sudden death of Dead Ruler, the Target Country witnesses a quick chain of bloody succession. Although a rival to the rule of Dead Ruler during his/her lifetime, Target Character has been chosen as the rightful Target Country Ruler Title of the Target Country Flavor Rank.
But his/her ascension to the throne does not remain unchallenged, as Scope Pretender has gathered warriors to press his/her own claims for the Target Country Adjective throne.
But his/her ascension to the throne does not remain unchallenged, as Scope Pretender has gathered warriors to press his/her own claims for the Target Country Adjective throne.
}
}
}
246outcome = neutral
247trigger = {
248has_any_active_disaster = yes
}
252immediate = {
253save_scope_as = target_country
256if = {
257limit = {
258OR = {
259NOT = {
259exists = scope:target_character
}
260scope:target_character = {
260is_alive = no
}
}
}
}
266if = {
267limit = {
267exists = scope:old_ruler
}
268scope:old_ruler = {
268save_scope_as = dead_ruler
}
}
270ruler_or_heir_if_regent ?= {
270save_scope_as = target_ruler
}
271if = {
272limit = {
272NOT = {
272exists = scope:target_ruler
}
}
273regent ?= {
274save_scope_as = target_ruler
}
}
277if = {
278limit = {
279exists = scope:target_ruler
280exists = scope:target_country
281scope:target_character = scope:target_ruler
}
}
}