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.1300] 马克西米利安作为艺术赞助人

时间范围:1480.1.1 - 1530.1.1(每月 5% 概率)

触发条件

  • 统治者总能力值大于等于180。
  • 拥有以下地区:维也纳、格拉茨、因斯布鲁克。
  • 是神圣罗马帝国的领袖。
  • 已拥有“艺术赞助人”进步。

关键效果

  • 选项 A (历史选项)
    • 花费大量金钱(规模为 -6)。
    • 设置变量 habsburg_renaissance_prince
  • 选项 B
    • 获得严重声望惩罚。
    • 获得严重正统性惩罚。

背景介绍: 该事件反映了神圣罗马帝国皇帝马克西米利安一世(或其继任者)在1480年至1530年间作为艺术赞助人的角色。马克西米利安一世本人以支持文艺复兴艺术、学者和建筑而闻名,尤其是在哈布斯堡家族的核心领地。此事件模拟了统治者选择投入巨资赞助艺术(历史路径),或选择忽视文化事业从而损害其声望和统治合法性的决策。

完整事件代码

flavor_hab.1300 = { #Maximilian as Patron of the Arts
	type = country_event
	title = flavor_hab.1300.title
	desc = flavor_hab.1300.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		tag = TIR
		tag = STY
		from = 1480.1.1
		to = 1530.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

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

		ruler = { save_scope_as = target_ruler }
	}

	trigger = {
		ruler ?= { total_abilities >= 180 }
		owns = location:vienna
		owns = location:graz
		owns = location:innsbruck
		is_leader_of_international_organization = international_organization:hre
		has_advance = patron_of_art
	}

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

		custom_tooltip = flavor_hab.1300.a.tt
		change_gold_effect = { scale = -6 }
		set_variable = habsburg_renaissance_prince
	}

	option = {
		name = flavor_hab.1300.b

		add_prestige = prestige_severe_penalty
		add_legitimacy = legitimacy_severe_penalty
	}
}