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.84] 马穆鲁克道歉

时间范围:无明确 fromto 日期限制。触发概率取决于游戏内部机制,代码中未指定 monthly_chance

触发条件

  • 事件代码中未直接包含 trigger 字段,其触发条件由游戏引擎在调用此事件时决定。

关键效果

  • 选项 A
    • 名称:flavor_eth.84.a
    • 效果:
      • 增加 prestige_mild_bonus 数值的威望。
      • (以提示框形式显示)对标签为 MAM 的国家(马穆鲁克)添加 opinion_improved_relations 数值的关系改善意见修正。

背景介绍: 此事件描述了埃塞俄比亚(ETH)与马穆鲁克苏丹国(MAM)之间发生的一次外交互动。马穆鲁克方面做出了道歉的姿态,这为埃塞俄比亚提供了一个改善两国关系、同时提升自身威望的机会。事件反映了历史上非洲之角与近东地区政权间复杂的外交关系。

代码块

flavor_eth.84 = { #Mamluks Apologize
	type = country_event
	title = flavor_eth.84.title
	desc = flavor_eth.84.desc
	illustration_tags = {
		10 = happy
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	option = {
		name = flavor_eth.84.a
		add_prestige = prestige_mild_bonus
		show_as_tooltip = {
			add_opinion = { target = c:MAM modifier = opinion_improved_relations }
		}
	}
}