EventChanged this version
The Murder of Target Ruler

A mere moment of carlessness; a split second of inattention, and the flame of life gets snuffed out in an instance. That is the fate of Target Ruler whose life was taken with an arrow to the throat by Target Character. While tragic in any lesser state, for the Target Country it has become a normalcy.
Definitionin_game/events/disaster/horde_civil_war.txt:636
637type = country_event
638category = disaster_event
639title = {
640first_valid = {
641triggered_desc = {
642trigger = {
642exists = scope:target_ruler
}
643desc = horde_civil_war.8.title The Murder of Target Ruler
}
645triggered_desc = {
646trigger = {
646NOT = {
646exists = scope:target_ruler
}
}
647desc = horde_civil_war.8.title.generic Political Assassination
}
}
}
651image = "gfx/interface/illustrations/disaster/horde_civil_war.dds"
652desc = horde_civil_war.8.desc A mere moment of carlessness; a split second of inattention, and the flame of life gets snuffed out in an instance. That is the fate of Target Ruler whose life was taken with an arrow to the throat by Target Character. While tragic in any lesser state, for the Target Country it has become a normalcy.
653outcome = neutral
654trigger = {
655not = {
655exists = union
}
656trigger_if = {
657limit = {
657is_subject = yes
}
658overlord.ruler ?= {
659this != root.ruler
}
}
}
663immediate = {
664save_scope_as = target_country
665if = {
666limit = {
666has_ruler = yes
}
667ruler ?= {
667save_scope_as = target_ruler
}
}
669else_if = {
670limit = {
670has_heir = yes
}
671heir ?= {
671save_scope_as = target_ruler
}
}
673else = {
674regent ?= {
674save_scope_as = target_ruler
}
}
}