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_lit.12] 贵族联姻

时间范围
该事件为一次性事件,无具体时间范围。

触发条件

  • 事件为一次性事件 (fire_only_once = yes)。
  • 事件通过游戏机制触发,无特定 trigger 条件。

关键效果

  • 选项 A (flavor_lit.12.a):
    • 目标角色 (scope:target_character) 与另一目标角色 (scope:target_character3) 结婚。
    • 与波兰 (c:POL) 互相增加外交关系修正 opinion_dynastic_ties

背景介绍
该事件描述了立陶宛贵族内部或与外部势力(特别是波兰)之间的一次重要联姻。通过婚姻联盟,旨在巩固贵族家族的地位,并加强与波兰的政治与外交联系,这是中世纪和近代早期东欧地区常见的巩固权力与联盟的手段。

完整事件代码

flavor_lit.12 = {
	type = country_event

	title = flavor_lit.12.title
	desc = flavor_lit.12.desc

	fire_only_once = yes

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_lit.12.a

		show_as_tooltip = {
			scope:target_character = {
				marry_character = scope:target_character3
			}
			add_opinion_mutual_effect = {
				modifier = opinion_dynastic_ties
				target = c:POL
			}
		}
	}
}