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_ven.47 克劳迪奥·梅鲁洛登场

时间范围
1560.1.1 - 1580.1.1(每月 10% 概率触发)

触发条件

  • 国家已拥有变量 unlocked_venetian_school_of_music_characters

关键效果

  • 历史选项
    • 增加市民阶层满意度 10%
    • 将人物 克劳迪奥·梅鲁洛 移至本国,并为其随机添加一个艺术家特质

背景介绍
克劳迪奥·梅鲁洛(Claudio Merulo,1533–1604)是文艺复兴晚期至巴洛克初期的意大利作曲家、管风琴家与出版商,以其精湛的管风琴演奏技巧和创新的托卡塔创作闻名。他长期服务于威尼斯圣马可大教堂,是威尼斯乐派的重要代表人物之一。此事件模拟了梅鲁洛作为音乐家与市民阶层代表,在威尼斯共和国文化生活中的登场及其对城市艺术氛围的贡献。

完整事件代码

flavor_ven.47 = { #Claudio Merulo
	type = country_event
	title = flavor_ven.47.title
	desc = flavor_ven.47.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1560.1.1
		to = 1580.1.1
		monthly_chance = 10
	}

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

	trigger = {
		has_variable = unlocked_venetian_school_of_music_characters
	}

	immediate = {
		create_character = {
			first_name = name_claude
			last_name = Merulo
			birth_date = 1533.4.8
			birth_location = location:reggioem
			estate = estate_type:burghers_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 20 70 }
			artist_skill = 0.77
			culture = culture:venetian
			save_scope_as = target_character
			create_in_limbo = yes
			artist = composer
		}
	}

	option = {
		name = flavor_ven.47.a
		add_estate_satisfaction = { type = estate_type:burghers_estate value = 0.10 }
		scope:target_character = {
			move_country = root
			add_random_trait_from_category = artist
		}
	}
}