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_eng.142] 托马斯·塔利斯创作《Spem in alium》

时间范围

  • 事件窗口:1550.1.1 - 1590.1.1
  • 触发概率:每月 5% 概率

触发条件

  • 人物 eng_thomas_tallis 必须存活。

关键效果

选项 A(历史选项):

  • 在首都创建一件艺术作品:
    • 艺术家:托马斯·塔利斯
    • 作品类型:经文歌(motet)
    • 作品标识:spem_in_alium
    • 品质:100
  • 为托马斯·塔利斯增加 0.03 点艺术家技能。

选项 B

  • 为国家文化添加 cultural_tradition_mild_bonus(文化传统小幅增益)。
  • 为国家文化添加 cultural_influence_mild_bonus(文化影响力小幅增益)。

背景介绍

该事件模拟了文艺复兴时期英国作曲家托马斯·塔利斯创作其著名四十声部经文歌《Spem in alium》的历史时刻。塔利斯是都铎王朝时期最重要的作曲家之一,其作品对英国乃至欧洲音乐发展产生了深远影响。此事件反映了艺术创作在国家文化发展中的重要作用,以及君主或国家对艺术家的赞助如何提升文化影响力。

完整事件代码

flavor_eng.142 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.142.title
	desc = flavor_eng.142.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1550.1.1
		to = 1590.1.1
		monthly_chance = 5
	}
	image = "gfx/interface/illustrations/institutions/renaissance.dds"
	trigger = {

		character:eng_thomas_tallis ?= { is_alive = yes }

	}

	immediate = {

		character:eng_thomas_tallis ?= { save_scope_as = thomas_tallis }

		capital = { save_scope_as = target_location }

	}

	option = {
		name = flavor_eng.142.a
		historical_option = yes

			scope:target_location = {
				create_art = {
					artist = scope:thomas_tallis
					quality = 100
					location = scope:target_location
					type = work_of_art_type:motet
					key = spem_in_alium
				}
			}

			scope:thomas_tallis = {
				add_artist_skill = 0.03
			}

	}

	option = {
		name = flavor_eng.142.b

		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
			add_cultural_influence = cultural_influence_mild_bonus
		}

	}

}