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.1302] 特奥尔多克

时间范围:1480.1.1 - 1550.1.1(每月 1% 概率触发)

触发条件

  • 国家为 HABTIRSTY
  • 国家拥有统治者。
  • 统治者为男性、已婚且年龄大于40岁。
  • 国家拥有变量 habsburg_renaissance_prince

关键效果

  • 选项 A
    • 在首都创建一件艺术品。
    • 艺术家:当前统治者(在事件触发时被保存为 target_ruler)。
    • 艺术品类型:小说。
    • 艺术品键值:theuerdank
    • 艺术品质量:73。

背景介绍: 该事件模拟了文艺复兴时期哈布斯堡王朝(或其分支蒂罗尔、施蒂里亚)宫廷文化的发展。事件以创作小说《特奥尔多克》为核心,反映了当时统治者对文学艺术的赞助,以及将个人形象与骑士文学传统相结合的倾向,是哈布斯堡家族塑造其“文艺复兴君主”形象的文化举措之一。

完整事件代码

flavor_hab.1302 = { #Theuerdank
	type = country_event
	title = flavor_hab.1302.title
	desc = flavor_hab.1302.desc
	#historical_info = flavor_hab.1302.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		tag = TIR
		tag = STY
		from = 1480.1.1
		to = 1550.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:burghers_estate }

		ruler = { save_scope_as = target_ruler }
	}

	trigger = {
		has_ruler = yes
		ruler = {
			is_female = no
			is_married = yes
			age_in_years > 40
		}
		has_variable = habsburg_renaissance_prince

	}

	option = {
		name = flavor_hab.1302.a

		capital = {
			create_art = {
				artist = scope:target_ruler
				quality = 73
				type = work_of_art_type:novel
				key = theuerdank
			}
		}
	}
}