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.1301 诗人学院 - 康拉德·策尔蒂斯

时间范围
1480.1.1 - 1550.1.1
每月 1% 概率

触发条件

  • 国家拥有统治者
  • 国家拥有变量 habsburg_renaissance_prince
  • 国家拥有地区 vienna
  • 地区 vienna 拥有建筑 building_type:university

关键效果

  • 选项 A (历史选项)

    • 减少金钱(scale = -1
    • 将创建的人物 target_character 移动至本国
    • 在地区 vienna 建造建筑 building_type:college_of_poets
  • 选项 B

    • 增加少量合法性惩罚(legitimacy_mild_penalty
    • 放逐人物 target_character

背景介绍
该事件反映了文艺复兴时期哈布斯堡王朝对人文主义学术的赞助。康拉德·策尔蒂斯作为德意志人文主义者与诗人,在维也纳大学获得支持后,推动了“诗人学院”的建立,旨在促进拉丁文学、诗歌与古典研究,彰显了当时宫廷对文化事业的重视。

flavor_hab.1301 = { #College of Poets - Conrad Celtes
	type = country_event
	title = flavor_hab.1301.title
	desc = flavor_hab.1301.desc
	#historical_info = flavor_hab.1301.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 = interior
	}

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

		create_character = {
			first_name = name_conrad
			last_name = celtes
			#birth_date = 1459.2.1
			min_age = 30
			birth_location = location:schweinfurt
			culture = culture:east_franconian
			adm = 83
			dip = 91
			mil = 54
			estate = estate_type:burghers_estate
			create_in_limbo = yes
			save_scope_as = target_character
		}
		ruler = { save_scope_as = target_ruler }
	}

	trigger = {
		has_ruler = yes
		has_variable = habsburg_renaissance_prince
		owns = location:vienna
		location:vienna = {
			has_building = building_type:university
		}
	}

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

		change_gold_effect = { scale = -1 }
		scope:target_character = { move_country = root }
		location:vienna = {
			construct_building = {
				building_type = building_type:college_of_poets
			}
		}
	}

	option = {
		name = flavor_hab.1301.b

		add_legitimacy = legitimacy_mild_penalty
		scope:target_character = { banish_character = yes }
	}
}