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_swe.49] 瑞典文化传统事件

时间范围

  • 事件发生时间:1360.1.1 - 1400.1.1
  • 触发概率:每月 2% 概率

触发条件

  • 控制地区:拥有 tierp 地区

关键效果

  • 选项flavor_swe.49.a
    • 效果:为当前文化添加文化传统 cultural_tradition_severe_bonus

背景介绍

此事件反映了14世纪中后期瑞典在特定地区(如蒂尔普)的文化发展与社会结构变化。事件通过贵族与农民阶层的互动,展现了瑞典在封建制度下文化传统的形成过程,可能涉及地方治理、社会阶层关系或文化认同的强化。

完整事件代码

flavor_swe.49 = {
	type = country_event
	title = flavor_swe.49.title
	desc = flavor_swe.49.desc
	historical_info = flavor_swe.49.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1360.1.1
		to = 1400.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		owns = location:tierp
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:tierp = {
			event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		}
	}

	option = {
		name = flavor_swe.49.a
		culture = {
			add_cultural_tradition = cultural_tradition_severe_bonus
		}
	}
}