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.55 丁托列托的《耶稣受难图》

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

触发条件

  • 人物 ven_tintoretto_script 存活。
  • 控制地区 venice

关键效果

  • 选项 A (历史选项)
    • 花费 12 金币。
    • 在地区 venice 创建一幅艺术品:
      • 品质:85
      • 艺术家:丁托列托
      • 类型:绘画
      • 关键标识:tintorettos_crucifixion
  • 选项 B
    • 文化获得负面修正:
      • cultural_tradition_mild_penalty
      • cultural_influence_mild_penalty

背景介绍: 该事件模拟了文艺复兴晚期威尼斯共和国委托著名画家丁托列托创作《耶稣受难图》的历史情境。丁托列托是威尼斯画派的代表人物,以其戏剧性的光影效果和动态构图著称。这幅作品代表了威尼斯共和国在艺术赞助和文化影响力上的投入,也反映了16世纪后期意大利城邦通过艺术彰显实力与虔诚的普遍做法。

完整事件代码

flavor_ven.55 = { #Tintoretto's Crucifixion
	type = country_event
	title = flavor_ven.55.title
	desc = flavor_ven.55.desc

	fire_only_once = yes

	historical_info = flavor_ven.55.historical_info

	dynamic_historical_event = {
		tag = VEN
		from = 1565.1.1
		to = 1590.1.1
		monthly_chance = 10
	}

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

	immediate = {
		character:ven_tintoretto_script ?= { save_scope_as = tintoretto }
	}

	trigger = {
		character:ven_tintoretto_script ?= { is_alive = yes }
		owns = location:venice
	}

	option = {
		name = flavor_ven.55.a
		historical_option = yes
		change_gold_effect = { scale = -12 }
		location:venice = {
			create_art = {
				quality = 85
				artist = scope:tintoretto
				type = work_of_art_type:painting
				key = tintorettos_crucifixion
			}
		}
	}

	option = {
		name = flavor_ven.55.b
		culture = {
			add_cultural_tradition = cultural_tradition_mild_penalty
			add_cultural_influence = cultural_influence_mild_penalty
		}
	}
}