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_hab.91 比德迈尔时代

时间范围
1815.1.1 - 1836.1.1(每月 1% 概率触发)

触发条件

  • 国家稳定度大于 60
  • 未处于战争中

关键效果

  • 历史选项:获得少量威望,文化获得少量传统与影响力加成

背景介绍
比德迈尔时代是19世纪初期中欧地区(尤其是奥地利帝国)的一段文化与社会时期,始于1815年维也纳会议后,延续至1836年左右。这一时期以保守、内敛的市民生活风格、艺术与家具设计为特征,反映了拿破仑战争后欧洲政治趋于稳定、社会追求安宁与秩序的氛围。该事件模拟了奥地利帝国在这一相对和平与稳定的阶段,国内文化发展与国家威望的提升。

完整事件代码

flavor_hab.91 = { #The Biedermeier Era
	type = country_event
	title = flavor_hab.91.title
	desc = flavor_hab.91.desc

	fire_only_once = yes

	historical_info = flavor_hab.91.historical_info

	dynamic_historical_event = {
		tag = HAB
		from = 1815.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		stability > 60
		at_war = no
	}

	option = {
		name = flavor_hab.91.a
		historical_option = yes
        add_prestige = prestige_mild_bonus
		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
			add_cultural_influence = cultural_influence_mild_bonus
		}
	}
}