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_pol.7] 波兰女王事件

时间范围
事件为一次性触发(fire_only_once = yes),无具体起止日期与月度概率。

触发条件

  • 事件为特定国家事件(type = country_event),仅针对波兰(从文件路径 temp/pol/flavor_pol.7.txt 推断)。
  • 无显式 trigger 字段,推测为通过游戏机制或前置条件触发。

关键效果

  • 选项 A (flavor_pol.7.a):
    • 获得大量威望加成(add_prestige = prestige_severe_bonus)。

背景介绍
此事件涉及波兰王国的统治者,可能反映了该国历史上某位重要女王或女性统治者的登场或执政时期。事件通过贵族阶层(estate_type:nobles_estate)的插图效果,强调了与贵族政治或宫廷内部的关联。

完整事件代码

flavor_pol.7 = {
	type = country_event
	title = flavor_pol.7.title
	desc = flavor_pol.7.desc

	fire_only_once = yes
	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:POL.ruler = {
			save_scope_as = pol_queen_scope
		}
	}

	option = {
		name = flavor_pol.7.a
		add_prestige = prestige_severe_bonus
	}
}