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.31] 提香·韦切利奥登场

时间范围

  • 触发窗口:1520.1.1 - 1540.1.1
  • 触发概率:每月 10% 概率

触发条件

  • 国家必须已接纳 文艺复兴 制度。

关键效果

  • 选项flavor_ven.31.a
    • 将创建的人物 target_character 移动至本国。
    • 为该人物添加特质 prominent(杰出人物)。

背景介绍

提香·韦切利奥(约1490–1576)是威尼斯文艺复兴时期最重要的画家之一,以其色彩运用和肖像画闻名。他在16世纪上半叶活跃于威尼斯,为威尼斯共和国和欧洲多国宫廷创作了大量作品,对后世西方绘画影响深远。此事件模拟了提香作为一位杰出艺术家在威尼斯共和国登场的场景。

完整事件代码

flavor_ven.31 = { # Tiziano Vecelli
	type = country_event
	title = flavor_ven.31.title
	desc = flavor_ven.31.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1520.1.1
		to = 1540.1.1
		monthly_chance = 10
	}

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

	trigger = {
		has_embraced_institution = institution:renaissance
	}

	immediate = {
		create_character = {
			first_name = name_titianus
			last_name = Vecellio
			adm = { 20 70 }
			dip = { 20 70 }
			mil = { 20 70 }
			artist_skill = 0.95
			birth_date = 1490.9.1
			birth_location = location:pieve
			culture = culture:venetian
			religion = religion:catholic
			create_in_limbo = yes
			estate = estate_type:burghers_estate

			artist = painter

			save_scope_as = target_character

		}
	}

	option = {
		name = flavor_ven.31.a

		scope:target_character = {
			move_country = root
			add_trait = trait:prominent
		}
	}
}