Event
Murder at the Court

Tragedy has struck the court! Target Character has been assassinated in cold blood! While the search for the culprit is still ongoing, all early signs point towards Murderer Character to be involved in this case.
PortugalCountryoption 1, option 2Ruler SiblingsStatic Modifierimmediate, triggerccw_murder_at_court_counterVariabletriggerccw_pretender_characterVariableimmediate, triggersuccession_crisis_pretender_variableVariabletriggerEvent chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
The Fate of Pretender Mother
Murder at the Court↳ Option D “[he/she] is just barking. [his/her] skills are still needed here.” · 90–365 days later
The Banishment of Maria↳ Option A “Expel [Murderer Character] from the court!” · right away
The Execution of Maria↳ Option B “Death can only be repaid in an execution!” · right away
Rumors of a new Plot...↳ Option C “We should not jump to conclusions...” · 90–365 days later
Murder at the Court (see above)↳ Option A “Just the paranoid murmuring. Nothing to worry about.” · 90–365 days later
The Banishment of Maria (see above)↳ Option C “[Pretender Mother] shall be banished from [From Country]!” · right away
Maria's Return↳ Option B “[his/her] crimes are not worthy of death.” · right away
Definitionin_game/events/disaster/castilian_civil_war.txt:2421
2422hide_portraits = yes
2423type = country_event
2424category = disaster_event
2425title = castilian_civil_war.1021.title Murder at the Court
2426desc = castilian_civil_war.1021.desc Tragedy has struck the court! Target Character has been assassinated in cold blood! While the search for the culprit is still ongoing, all early signs point towards Murderer Character to be involved in this case.
2427outcome = neutral
2428illustration_tags = {
242910 = angry
243010 = interior
}
2432trigger = {
2437character:cas_maria_portugal = {
2438owner = root
2439is_alive = yes
}
2441any_character = {
2442is_alive = yes
2443OR = {
2444this = character:cas_leonor_guzman
2446this = root.var:ccw_pretender_character
}
}
}
2450immediate = {
}
2452character:cas_maria_portugal = {
2452save_scope_as = murderer_character
}
2453if = {
2454limit = {
2454character:cas_leonor_guzman = {
2454is_alive = yes
}
}
2455character:cas_leonor_guzman = {
2455save_scope_as = target_character
}
}
2457else_if = {
2458limit = {
2459any_character = {
2460is_alive = yes
2462NOT = {
2462this = root.var:ccw_pretender_character
}
}
}
2465save_scope_as = target_character
}
2467else_if = {
}
2477if = {
2478limit = {
2478exists = scope:target_character
}
2479kill_character_silently = {
2480target = scope:target_character
2481reason = assassination
2482killer = scope:murderer_character
}
}
2488save_scope_as = from_country
}