Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_mor_maghrebi_wars.1000 野心勃勃的兄弟

时间范围: 无具体日期范围(from/to 未定义),事件仅能触发一次 (fire_only_once = yes)。

触发条件:

  • 国家标签为 TUN(突尼斯)。
  • 前统治者是人物 tun_abu_yahya_abu_bakr_ii
  • 当前统治者是人物 tun_abu_l_abbas_ahmad,且该人物存活并正在统治。
  • 人物 tun_abu_hafs_umar 存活,但并非统治者。

关键效果:

  • 选项 A (历史选项):
    • 强制将 MOR(摩洛哥)设为盟友范围。
    • 如果 MORTUN 没有宣战理由,则为其添加一个为期10年的“吞并”宣战理由。
    • 在5-10天后为 MOR 触发事件 flavor_mor_maghrebi_wars.1004
    • 国家获得“严重”级别的威望惩罚和“终极”级别的正统性惩罚。
  • 选项 B:
    • 前提: 存在一个盟友范围(非摩洛哥的同盟国)。
    • 为该盟友添加一个对 TUN 为期10年的“吞并”宣战理由。
    • 在5-10天后为该盟友触发事件 flavor_maghrebi_wars.1001
    • 国家获得“严重”级别的威望惩罚和“终极”级别的正统性惩罚。
  • 选项 C:
    • 所有阶层获得“严重”级别的满意度惩罚。
    • 国家获得“终极”级别的正统性惩罚。

背景介绍: 此事件描绘了哈夫斯王朝内部的一场权力斗争。在统治者阿布·叶海亚·阿布·巴克尔二世去世后,其兄弟阿布·阿巴斯·艾哈迈德继位。然而,另一位兄弟阿布·哈夫斯·欧麦尔同样野心勃勃,并在此事件中刺杀了新任统治者,篡夺了王位。这一血腥的宫廷政变不仅动摇了王朝的稳定,也为邻国(尤其是摩洛哥)介入突尼斯事务、甚至试图吞并其领土提供了借口和机会。

完整事件代码:

flavor_mor_maghrebi_wars.1000 = { #The Ambitious Brother #GRAVEYARD
	hide_portraits = yes
	type = country_event
	title = flavor_mor_maghrebi_wars.1000.title
	desc = flavor_mor_maghrebi_wars.1000.desc
	historical_info = flavor_mor_maghrebi_wars.1000.historical_info

	
	fire_only_once = yes
	
	illustration_tags = {
		10 = angry
		10 = interior
	}

	trigger = {
		tag = TUN
		scope:old_ruler = character:tun_abu_yahya_abu_bakr_ii
		scope:new_ruler = character:tun_abu_l_abbas_ahmad
		character:tun_abu_l_abbas_ahmad = {
			is_alive = yes
			is_ruler = yes		
		}
		character:tun_abu_hafs_umar = {
			is_alive = yes
			is_ruler = no	
		}
		
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		capital = {
			save_scope_as = capital_scope
		}
		character:tun_abu_l_abbas_ahmad = {
			save_scope_as = ruler_scope
		}
		character:tun_abu_hafs_umar = {
			save_scope_as = usurper_scope	
		}
		random_related_country = {
			type = alliance
			limit = { 
				not = { tag = MOR}
			}
			save_scope_as = ally_scope
		}
		kill_character = {
			target = scope:ruler_scope
			killer = scope:usurper_scope
			reason = assassination
		}
		set_new_ruler = scope:usurper_scope
	}

	option = {
		name = flavor_mor_maghrebi_wars.1000.a
		historical_option = yes
		hidden_effect = {
			c:MOR = {
				save_scope_as = ally_scope
			}
		}
		c:MOR = {	
			if = {
				limit = {
					NOT = { has_casus_belli_on = c:TUN }
				}
				add_casus_belli =  { 
					type = casus_belli:cb_annex
					target = c:TUN
					years = 10
				}
			}
			trigger_event_non_silently = {
				id = flavor_mor_maghrebi_wars.1004
				days = { 5 10 }
			}
		}

		add_prestige = prestige_severe_penalty
		add_legitimacy = legitimacy_ultimate_penalty
	}

	option = {
		name = flavor_mor_maghrebi_wars.1000.b
		trigger = { exists = scope:ally_scope }
		scope:ally_scope = {
			show_as_tooltip = {
				add_casus_belli =  { 
					type = casus_belli:cb_annex
					target = c:TUN
					years = 10
				}
			}
			trigger_event_non_silently = {
				id = flavor_mor_maghrebi_wars.1001
				days = { 5 10 }
			}
		}

		add_prestige = prestige_severe_penalty
		add_legitimacy = legitimacy_ultimate_penalty		
	}

	option = {
		name = flavor_mor_maghrebi_wars.1000.c
		add_all_estate_satisfaction = { value = estate_satisfaction_severe_penalty }
		add_legitimacy = legitimacy_ultimate_penalty
	}
}