事件
宫廷谋杀案

悲剧降临了宫廷!Target Character被残忍地暗杀!虽然对罪魁祸首的搜索仍在进行,但所有初期迹象都表明Murderer Character参与其中。
葡萄牙国家option 1, option 2统治者的兄弟姐妹静态修正immediate, triggerccw_murder_at_court_counter变量triggerccw_pretender_character变量immediate, triggersuccession_crisis_pretender_variable变量trigger事件链
每个事件由其上一层的事件触发;下方一行说明由哪个选项、在何时触发。
Pretender Mother的命运
宫廷谋杀案↳ 选项D“[he/she]只是随口胡话,[his/her]的能力仍然对国有用。” · 90–365天后
驱逐Maria↳ 选项A“将[Murderer Character]逐出宫廷!” · 立即
处决Maria↳ 选项B“只有死刑才能偿还!” · 立即
又一阴谋的传言……↳ 选项C“我们不要草率下结论……” · 90–365天后
宫廷谋杀案 (见上文)↳ 选项A“只是神神叨叨的自言自语。没什么好担心的。” · 90–365天后
驱逐Maria (见上文)↳ 选项C“[Pretender Mother]应当被逐出[From Country]!” · 立即
Maria归国↳ 选项B“[his/her]罪不至死。” · 立即
定义in_game/events/disaster/castilian_civil_war.txt:2421
2422hide_portraits = yes
2423type = country_event
2424category = disaster_event
2425title = castilian_civil_war.1021.title 宫廷谋杀案
2426desc = castilian_civil_war.1021.desc 悲剧降临了宫廷!Target Character被残忍地暗杀!虽然对罪魁祸首的搜索仍在进行,但所有初期迹象都表明Murderer Character参与其中。
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
}