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_cas.11 托马斯·路易斯·德·维多利亚登场

时间范围:1580.1.1 - 1611.1.1(每月 2% 概率)

触发条件

  • 国家宗教为天主教 (religion = religion:catholic)

关键效果

  • 选项 A (flavor_cas.11.a)
    • 花费少量金钱 (change_gold_effect = { scale = -1 })
    • 获得少量威望 (add_prestige = prestige_weak_bonus)
    • 在首都创建一件艺术作品:
      • 艺术家:托马斯·路易斯·德·维多利亚
      • 类型:经文歌 (type = work_of_art_type:motet)
      • 品质:85 (quality = 85)
      • 关键标识:officium_hebdomadae_sanctae
    • 艺术家加入我国 (scope:target_artist = { move_country = root })
  • 选项 B (flavor_cas.11.b)
    • 驱逐艺术家 (scope:target_artist = { banish_character = yes })

背景介绍: 托马斯·路易斯·德·维多利亚是西班牙文艺复兴晚期最杰出的作曲家之一,以其复调宗教音乐,特别是经文歌和弥撒曲而闻名。他一生大部分时间服务于西班牙王室和教会,其作品《圣周祷文》是其代表作。此事件模拟了这位伟大音乐家可能被西班牙(或前身卡斯蒂利亚)宫廷招募或接纳的历史时刻,为国家的文化宝库增添杰作。

完整事件代码

flavor_cas.11 = { #Tomás Luis de Victoria
	type = country_event
	title = flavor_cas.11.title
	desc = flavor_cas.11.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1580.1.1
		to = 1611.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }

		create_character = {
			first_name = name_thomas.name_louis
			last_name = de_Victoria
			religion = religion:catholic
			estate = estate_type:clergy_estate
			birth_date = 1548.1.1 #unknown
			female = no
			birth_location = location:avila
			adm = 65
			dip = 82
			mil = 43
			artist = composer
			artist_skill = 0.81
			save_scope_as = target_artist
			create_in_limbo = yes
		}
	}

	trigger = {
		religion = religion:catholic
	}

	option = {
		name = flavor_cas.11.a

		change_gold_effect = { scale = -1 }
		add_prestige = prestige_weak_bonus
		capital = {
			create_art = {
				artist = scope:target_artist
				quality = 85
				type = work_of_art_type:motet
				key = officium_hebdomadae_sanctae
			}
		}
		scope:target_artist = { move_country = root }
	}

	option = {
		name = flavor_cas.11.b
		scope:target_artist = { banish_character = yes }
	}
}