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.45] 朱塞佩·扎利诺登场

时间范围:1540.1.1 - 1570.1.1(每月 10% 概率触发)

触发条件

  • 国家拥有变量 unlocked_venetian_school_of_music_characters

关键效果

  • 选项flavor_ven.45.a
    • 效果
      1. 威尼斯地区获得轻微繁荣度加成。
      2. 将创建的人物(朱塞佩·扎利诺)移动至本国。
      3. 为该人物随机添加一个艺术家特质。

背景介绍: 朱塞佩·扎利诺是文艺复兴时期威尼斯乐派最重要的音乐理论家和作曲家之一。他于1517年出生于威尼斯,其著作《和声规范》对后世音乐理论发展产生了深远影响。此事件模拟了这位关键人物在威尼斯共和国文化鼎盛时期的登场,他的到来将为威尼斯带来艺术上的繁荣。

完整事件代码

flavor_ven.45 = { #Giuseppe Zarlino
	type = country_event
	title = flavor_ven.45.title
	desc = flavor_ven.45.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1540.1.1
		to = 1570.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_joseph
			last_name = Zarlino
			birth_date = 1517.2.4
			birth_location = location:venice
			estate = estate_type:burghers_estate
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 20 70 }
			artist_skill = 0.80
			culture = culture:venetian
			save_scope_as = target_character
			create_in_limbo = yes
			artist = composer
		}
	}

	option = {
		name = flavor_ven.45.a
		location:venice = { change_prosperity = prosperity_mild_bonus }
		scope:target_character = {
			move_country = root
			add_random_trait_from_category = artist
		}
	}
}