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_hab.10 格拉茨大教堂壁画

时间范围:1455.1.1 - 1485.1.1,每月 1% 概率触发

触发条件

  • 国家拥有格拉茨(graz)地区。
  • 格拉茨(graz)地区已建造大教堂(cathedral)。

关键效果

  • 选项 A(历史选项)
    • 将艺术家托马斯·冯·菲拉赫(Thomas von Villach)移动至本国。
    • 在格拉茨(graz)地区创建一幅名为“landplagenbild”的绘画作品,由该艺术家创作,品质为78。

背景介绍: 该事件模拟了15世纪中叶,在格拉茨大教堂内创作著名壁画“Landplagenbild”(可译为“灾祸图”)的历史过程。这幅壁画由来自菲拉赫的画家托马斯创作,描绘了各种灾难场景,是晚期哥特艺术在奥地利地区的重要代表作品之一,反映了当时宗教艺术与地方赞助的紧密结合。

完整事件代码

flavor_hab.10 = { #Cathedral of Graz Fresco
	hide_portraits = yes
	type = country_event
	title = flavor_hab.10.title
	desc = flavor_hab.10.desc
	historical_info = flavor_hab.10.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		tag = TIR
		tag = STY
		from = 1455.1.1
		to = 1485.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

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

		create_character = {
			first_name = name_thomas
			last_name = von_villach
			birth_date = 1435.1.1 #unknown
			birth_location = location:villach
			culture = culture:southern_bavarian
			adm = 61
			dip = 56
			mil = 32
			artist = painter
			artist_skill = 0.77
			estate = estate_type:burghers_estate
			create_in_limbo = yes
			save_scope_as = target_artist
		}
		ruler = {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		owns = location:graz
		location:graz = {
			has_building = building_type:cathedral
		}
	}

	option = {
		name = flavor_hab.10.a
		historical_option = yes

		scope:target_artist = { move_country = root }
		location:graz = {
			create_art = {
				artist = scope:target_artist
				quality = 78
				type = work_of_art_type:painting
				key = landplagenbild
			}
		}
	}
}