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_boh.31 波希米亚王冠

时间范围
无明确起止日期(事件由特定变量触发,无固定时间窗口)

触发概率
无月度概率(事件由特定变量触发,非随机月度事件)

触发条件

  • 国家拥有变量 boh_force_crown_st_wenceslas

关键效果
选项 A (flavor_boh.31.a):

  • 增加少量威望 (add_prestige = prestige_weak_bonus)
  • 设置变量 crown_of_bohemia_variable
  • 显示自定义提示文本 crown_of_bohemia_tt

选项 B (flavor_boh.31.b):

  • 无具体效果描述(代码中未列出效果)

背景介绍
该事件围绕“波希米亚王冠”这一象征王权与合法性的重要圣物展开。圣瓦茨拉夫王冠(Crown of St. Wenceslas)自中世纪以来便是波希米亚王国统治权的核心标志,其持有与展示直接关联君主权威的巩固与王朝正统性的宣示。事件反映了在特定政治条件下,统治者通过公开彰显王冠来强化自身地位、凝聚国内支持的历史情景。

完整事件代码

flavor_boh.31 = { #The Crown of Bohemia
	hide_portraits = yes
	type = country_event
	title = flavor_boh.31.title
	desc = flavor_boh.31.desc

	trigger = { has_variable = boh_force_crown_st_wenceslas }
	
	illustration_tags = {
        10 = happy
        10 = interior
    }
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		random_work_of_art = {
			limit = { this = work_of_art:crown_st_wenceslas_key }
			save_scope_as = target_art
		}
		ruler ?= { save_scope_as = target_character }
	}

	option = {
		name = flavor_boh.31.a
		add_prestige = prestige_weak_bonus
		set_variable = crown_of_bohemia_variable
		custom_tooltip = crown_of_bohemia_tt

	}

	option = {
		name = flavor_boh.31.b

	}
}