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_hun.510 科尔维纳图书馆

时间范围

1450.1.1 - 1490.1.1,每月有 2% 的概率触发。

触发条件

  • 事件仅能由 匈牙利(HUN) 触发。
  • 事件 仅能发生一次

关键效果

选项 A:flavor_hun.510.a (历史选项)

  • 在首都 建造 特殊建筑 building_type:bibliotheca_corviniana
  • 增加 少量政府力量 (government_power_weak_bonus)。
  • 增加 少量威望 (prestige_mild_bonus)。

选项 B:flavor_hun.510.b

  • 减少 少量威望 (prestige_weak_penalty)。

背景介绍

该事件模拟了匈牙利国王马加什一世(Matthias Corvinus)建立科尔维纳图书馆(Bibliotheca Corviniana)的历史。该图书馆是文艺复兴时期欧洲最宏伟的图书馆之一,收藏了大量珍贵的手稿和书籍,是匈牙利文艺复兴文化的象征。事件反映了马加什一世对学术和艺术的赞助,以及这一举措对国家声望和文化发展的影响。

完整事件代码

flavor_hun.510 = { #Bibliotheca Corviniana
	type = country_event
	title = flavor_hun.510.title
	desc = flavor_hun.510.desc

	historical_info = flavor_hun.510.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HUN
		from = 1450.1.1
		to = 1490.1.1
		monthly_chance = 2
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_hun.510.a
		historical_option = yes
		capital = {
			construct_building = {
				building_type = building_type:bibliotheca_corviniana
			}
		}
		add_government_power = government_power_weak_bonus
		add_prestige = prestige_mild_bonus
	}

	option = {
		name = flavor_hun.510.b
		add_prestige = prestige_weak_penalty
	}
}