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_eth.82] 来自埃塞俄比亚的信件

时间范围
事件未定义 fromto 日期,也未设置 monthly_chance 概率,通常为满足条件后立即触发。

触发条件
事件代码中未定义 trigger 字段,通常由游戏内其他机制或前置事件触发。

关键效果

  • 选项: flavor_eth.82.a
    • 效果: 对埃塞俄比亚(ETH)显示为工具提示,使其获得针对马穆鲁克(MAM)的“被侮辱”宣战理由(casus_belli:cb_insulted_us)。

背景介绍
此事件模拟了埃塞俄比亚收到一封来自外部的信件,内容可能涉及外交侮辱或挑衅。作为回应,埃塞俄比亚可以选择将此视为来自马穆鲁克苏丹国的冒犯,从而获得一个针对后者的正式宣战理由。这反映了历史上东非基督教王国与邻近的穆斯林政权之间紧张而复杂的外交关系。

完整事件代码

flavor_eth.82 = { #A letter has arrived from Ethiopia.
	type = country_event
	title = flavor_eth.82.title
	desc = flavor_eth.82.desc
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	option = {
		name = flavor_eth.82.a
		show_as_tooltip = {
			c:ETH = {
				add_casus_belli = {	target = c:MAM	type = casus_belli:cb_insulted_us	}
			}
		}
	}
}