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.51 卡尔·米凯尔·贝尔曼登场

时间范围

1770.1.1 - 1775.1.1,每月 10% 概率触发。

触发条件

  • 国家控制斯德哥尔摩地区 (owns = location:stockholm)。

关键效果

  • 历史选项 (historical_option = yes):
    • 将新创建的艺术家人物 卡尔·米凯尔·贝尔曼 移动至本国。
    • 为该人物添加特质 工作狂 (trait:workaholic)。

背景介绍

卡尔·米凯尔·贝尔曼(1740-1795)是瑞典著名的诗人、作曲家和表演者,被誉为瑞典国宝级艺术家。他的作品,特别是《弗雷德曼的书信》和《弗雷德曼的歌谣》,生动描绘了18世纪斯德哥尔摩的市井生活,将民间音乐与诗歌巧妙结合,对瑞典文化产生了深远影响。此事件模拟了这位文化巨匠在启蒙运动时期登上历史舞台的场景。

完整事件代码

flavor_swe.51 = { #Carl Michael Bellman
	type = country_event
	title = flavor_swe.51.title
	desc = flavor_swe.51.desc
	historical_info = flavor_swe.51.historical_info

	fire_only_once = yes

	image = "gfx/interface/illustrations/institutions/enlightenment.dds"

	dynamic_historical_event = {
		tag = SWE
		from = 1770.1.1
		to = 1775.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:stockholm
	}

	immediate = {
		create_character = {
			first_name = name_carl_michael
			last_name = Bellman
			birth_date = 1740.2.4
			birth_location = location:stockholm
			estate = estate_type:burghers_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 20 70 }
			artist_skill = 0.85
			culture = culture:swedish
			save_scope_as = target_artist
			create_in_limbo = yes
			artist = composer
		}
	}

	option = {
		name = flavor_swe.51.a
		historical_option = yes
		scope:target_artist = {
			move_country = root
			add_trait = trait:workaholic
		}
	}
}