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.48] 基利安·伊格纳茨·丁岑霍费尔登场

时间范围

  • 事件发生期:1730.1.1 - 1751.1.1
  • 触发概率:每月 7% 概率

触发条件

  • 国家标签为 BOH(波希米亚)。

关键效果

  • 选项flavor_boh.48.a
    • 将新创建的人物 基利安·伊格纳茨·丁岑霍费尔 移动至触发国。
    • 为该人物添加特质 trait:prominent(杰出人物)。

背景介绍

该事件标志着巴洛克建筑师基利安·伊格纳茨·丁岑霍费尔在波希米亚的登场。丁岑霍费尔出生于1689年,是丁岑霍费尔建筑家族的重要成员,以其在布拉格及周边地区设计的众多巴洛克教堂和建筑而闻名。在18世纪上半叶,他的才华为波希米亚的建筑艺术留下了深刻印记。

完整事件代码

flavor_boh.48 = { # Kilián Ignác Dientzenhofer
	type = country_event
	title = flavor_boh.48.title
	desc = flavor_boh.48.desc

	historical_info = flavor_boh.48.historical_info

	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = BOH
		from = 1730.1.1
		to = 1751.1.1
		monthly_chance = 7
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_cillian.name_ignatius
			last_name = Dientzenhofer
			adm = 91
			dip = 72
			mil = 15
			birth_date = 1689.9.1
			birth_location = location:prague
			culture = culture:saxon
			religion = religion:catholic
			create_in_limbo = yes
			estate = estate_type:burghers_estate
			artist_skill = 0.88
			artist = architect

			save_scope_as = target_character

		}
	}

	option = {
		name = flavor_boh.48.a
        scope:target_character = {
            move_country = root
        }
		scope:target_character = {
			add_trait = trait:prominent
		}
	}
}