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_dan.1202] 婚姻遭拒

时间范围

此事件为动态历史事件,无固定 fromto 日期限制,触发概率由游戏引擎动态计算。

触发条件

此事件由游戏引擎在满足特定条件时触发,代码中未定义具体的 trigger 字段。

关键效果

  • 选项flavor_dan.1202.a
    • 效果:对目标国家 SLV 添加名为 refused_diplomatic_offer 的外交意见修正。

背景介绍

此事件模拟了一次外交联姻提议遭到拒绝的情景。在近代早期的欧洲,王室间的婚姻是巩固联盟、扩大领土和影响力的重要外交工具。一次婚姻提议被拒,不仅意味着潜在政治联盟的失败,也可能导致两国关系紧张,为未来的外交互动蒙上阴影。

完整事件代码

flavor_dan.1202 = { #Marriage Refused
	type = country_event
	title = flavor_dan.1200.title
	desc = flavor_dan.1202.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_dan.1202.a
		show_as_tooltip = { add_opinion = { target = c:SLV modifier = refused_diplomatic_offer } }
	}
}