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.85] 大使被扣押

时间范围
无明确时间范围(未指定 fromto 日期)
触发概率
无明确概率(未指定 monthly_chance

触发条件
无明确触发条件(代码中未定义 trigger 字段)

关键效果

  • 选项 A(名称:flavor_eth.85.a)
    • 设置变量 mam_ambassador_detained 值为 1
    • 显示为工具提示:向国家 ETH 添加负面意见修正 opinion_irritated(无 historical_option 标记)

背景介绍
该事件描述了一位大使被扣押的外交危机场景,可能涉及埃塞俄比亚(ETH)与另一国家之间的紧张关系。事件通过贵族阶层(nobles_estate)的插画表现冲突氛围,反映了当时外交使节人身安全受威胁的历史情境。

完整事件代码

flavor_eth.85 = { #Ambassador Detained
	type = country_event
	title = flavor_eth.85.title
	desc = flavor_eth.85.desc
	illustration_tags = {
		10 = angry
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	option = {
		name = flavor_eth.85.a
		set_variable = { name = mam_ambassador_detained value = 1 }
		show_as_tooltip = {
			add_opinion = { target = c:ETH modifier = opinion_irritated }
		}
	}
}