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.44] 阿德里安·维拉尔特登场

时间范围:1530.1.1 - 1562.1.1,每月 10% 概率触发

触发条件

  • 国家拥有变量 unlocked_venetian_school_of_music_characters

关键效果

  • 选项 A
    • 获得少量威望加成 (prestige_mild_bonus)
    • 将创建的人物 target_character 移动至本国
    • 为该人物随机添加一个艺术家特质

背景介绍: 此事件模拟了文艺复兴时期佛兰德作曲家阿德里安·维拉尔特(Adrian Willaert)的登场。维拉尔特是威尼斯乐派的重要奠基人之一,对16世纪的复调音乐发展产生了深远影响。事件反映了威尼斯共和国在文化艺术领域的吸引力,以及其对杰出艺术人才的招募。

完整事件代码

flavor_ven.44 = { #Adrian Willaert
	type = country_event
	title = flavor_ven.44.title
	desc = flavor_ven.44.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1530.1.1
		to = 1562.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_adrian
			last_name = Willaert
			birth_date = 1490.4.5
			birth_location = location:kortriik
			estate = estate_type:burghers_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 20 70 }
			artist_skill = 0.75
			culture = culture:low_franconian
			save_scope_as = target_character
			create_in_limbo = yes
			artist = composer
		}
	}

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