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_boh.4 波希米亚文艺复兴建筑师

时间范围:1493.1.1 - 1500.1.1(每月 10% 概率)

触发条件

  • 国家拥有布拉格(Prague)地区。

关键效果

  • 历史选项
    • 为所属文化添加温和的文化影响力加成。
    • 在布拉格地区创建一件艺术作品:
      • 艺术家:本尼迪克特·雷特(Benedict Rejt)
      • 类型:宫殿
      • 品质:80
      • 关键标识:vladislav_hall

背景介绍: 此事件模拟了文艺复兴时期波希米亚王国在建筑艺术领域的发展。在15世纪末,随着文艺复兴思想在中欧的传播,波希米亚开始涌现出杰出的本土艺术家与建筑师。事件中创建的人物本尼迪克特·雷特(Benedict Rejt)是一位捷克建筑师,以其在布拉格城堡等地的晚期哥特式与早期文艺复兴风格作品而闻名,特别是弗拉迪斯拉夫大厅的建造,代表了当时波希米亚文化与建筑技艺的融合与提升。

完整事件代码

flavor_boh.4 = {
	type = country_event
	title = flavor_boh.4.title
	desc = flavor_boh.4.desc
	historical_info = flavor_boh.4.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = BOH
		from = 1493.1.1
		to = 1500.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:prague
	}

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

	immediate = {
		create_character = {
			first_name = name_benedict
			last_name = rejt
			artist_skill = 0.8
			birth_date = 1454.1.1 #Exact date unknown
			artist = architect
			estate = estate_type:burghers_estate
			culture = culture:czech
			save_scope_as = target_character
		}
		location:prague = {
			create_art = {
				artist = scope:target_character
				quality = 80
				type = work_of_art_type:palace
				key = vladislav_hall
			}
		}
	}

	option = {
		name = flavor_boh.4.a

		historical_option = yes
		culture = {
			add_cultural_influence = cultural_influence_mild_bonus
		}
		show_as_tooltip = {
			location:prague = {
				create_art = {
					artist = scope:target_character
					quality = 80
					type = work_of_art_type:palace
					key = vladislav_hall
				}
			}
		}
	}
}