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_gen.43 热那亚画家亚历山德罗·马尼亚斯科登场

时间范围:1735.1.1 - 1749.3.12(每月 5% 概率)

触发条件

  • 国家拥有热那亚(Genoa)地区。
  • 国家已解锁“热那亚学派”(genoese_school)的进步。

关键效果

  • 历史选项:选择此选项将使人物亚历山德罗·马尼亚斯科(Alexander Magnasco)加入你的国家。

背景介绍: 该事件模拟了巴洛克晚期画家亚历山德罗·马尼亚斯科(1667-1749)在热那亚的登场。马尼亚斯科以其充满戏剧性和表现力的风景画与风俗画而闻名,是热那亚艺术传统的重要代表。事件发生在18世纪上半叶,正值热那亚共和国文化影响力尚存的时期,反映了特定艺术流派(热那亚学派)发展成熟后,可能吸引或孕育杰出艺术人才的历史进程。

完整事件代码

flavor_gen.43 = {
	type = country_event
	title = flavor_gen.43.title
	desc = flavor_gen.43.desc
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = GEN
		from = 1735.1.1
		to = 1749.3.12
		monthly_chance = 5
	}
	
	trigger = {
		owns = location:genoa
		has_advance = genoese_school
	}

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

	immediate = {
		create_character = {
			first_name = name_alexander
			last_name = Magnasco
			estate = estate_type:burghers_estate
			adm = 17
			dip = 18
			mil = 18
			birth_date = 1667.2.4
			birth_location = location:genoa
			artist_skill = 0.90
			artist = painter
			save_scope_as = artist_character
			create_in_limbo = yes
		}
	}

	#Excellent
	option = {
		name = flavor_gen.43.a
		scope:artist_character = {
			move_country = root
		}
	}
}