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.54] 雅各布·罗布斯蒂(丁托列托)

时间范围:1550.1.1 - 1570.1.1(每月 10% 概率)

触发条件

  • 事件仅能触发一次(fire_only_once = yes)。
  • 动态历史事件,仅针对国家标签为 VEN(威尼斯)的国家。
  • 必须在指定时间范围内(1550年1月1日至1570年1月1日)随机触发。

关键效果

  • 选项flavor_ven.54.a
    • 将创建的人物 ven_tintoretto 移动至触发事件的国家(root)。
    • 为该人物添加特质 trait:prominent(杰出人物)。

背景介绍: 此事件模拟了文艺复兴晚期威尼斯画派重要画家雅各布·罗布斯蒂(Jacopo Robusti),因其父亲是染匠,他更广为人知的名字是“丁托列托”(Tintoretto,意为“小染匠”)。他于1518年出生于威尼斯,以其充满戏剧性、动态且富有表现力的风格而闻名,作品对威尼斯及后世的艺术发展产生了深远影响。事件在1550年至1570年间随机触发,旨在为威尼斯玩家引入这位历史上的杰出艺术家。

完整事件代码

flavor_ven.54 = { #Jacopo Robusti
	type = country_event
	title = flavor_ven.54.title
	desc = flavor_ven.54.desc

	fire_only_once = yes


	dynamic_historical_event = {
		tag = VEN
		from = 1550.1.1
		to = 1570.1.1
		monthly_chance = 10
	}
	
	image = "gfx/interface/illustrations/institutions/renaissance.dds"

	immediate = {
		create_character = {
			first_name = name_james
			last_name = Robusti
			birth_date = 1518.9.3
			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 = ven_tintoretto
			script = ven_tintoretto_script
			create_in_limbo = yes

			artist = painter
		}
	}

	option = {
		name = flavor_ven.54.a
		scope:ven_tintoretto = {
			move_country = root
			add_trait = trait:prominent
		}
	}
}