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.48] 乔瓦尼·加布里埃利

时间范围

  • 事件窗口:1575.1.1 - 1590.1.1
  • 触发概率:每月 10% 概率

触发条件

  • 国家拥有变量 unlocked_venetian_school_of_music_characters

关键效果

  • 选项flavor_ven.48.a
  • 效果
    • 增加少量威望(prestige_mild_bonus
    • 将创建的人物 target_character 移动至本国
    • 为该人物随机添加一个艺术家特质(add_random_trait_from_category = artist

背景介绍

该事件模拟了文艺复兴晚期威尼斯乐派的重要作曲家乔瓦尼·加布里埃利(Giovanni Gabrieli)的登场。加布里埃利生于威尼斯,以其在圣马可大教堂的管风琴演奏和复调音乐创作闻名,对巴洛克音乐的发展产生了深远影响。事件反映了威尼斯共和国在文化艺术领域的繁荣及其对音乐人才的吸纳。

完整事件代码

flavor_ven.48 = { #Giovanni Gabrieli
	type = country_event
	title = flavor_ven.48.title
	desc = flavor_ven.48.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1575.1.1
		to = 1590.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_john
			last_name = Gabrieli
			birth_date = 1554.4.8
			birth_location = location:venice
			estate = estate_type:burghers_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 20 70 }
			artist_skill = 0.85
			culture = culture:venetian
			save_scope_as = target_character
			create_in_limbo = yes
			artist = composer
		}
	}

	option = {
		name = flavor_ven.48.a
		add_prestige = prestige_mild_bonus
		scope:target_character = {
			move_country = root
			add_random_trait_from_category = artist
		}
	}
}