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_flo.8 美第奇东方出版社

时间范围

1400.1.1 - 1600.1.1,每月有 3% 的概率触发。

触发条件

  • 国家已接纳 印刷机 制度。

关键效果

  • 选项flavor_flo.8.a
    • 为国家添加名为 “oriental_press” 的修正,持续 25 年(效果为叠加并延长现有修正时间)。

背景介绍

在文艺复兴时期,佛罗伦萨的美第奇家族作为艺术与学术的重要赞助者,其影响力远播。随着印刷机技术的传播与接纳,美第奇家族可能资助或建立了专注于东方文献翻译与传播的出版社,旨在促进东西方知识与文化的交流,进一步巩固其作为欧洲文化中心的地位。

完整事件代码

flavor_flo.8 = { #The Medici Oriental Press
	type = country_event
	title = flavor_flo.8.title
	desc = flavor_flo.8.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = FLO
		tag = TUS
		from = 1400.1.1
		to = 1600.1.1
		monthly_chance = 3
	}

	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"

	trigger = {
		has_embraced_institution = institution:printing_press
	}

	option = {
		name = flavor_flo.8.a
		add_country_modifier = { modifier = oriental_press years = 25 mode = add_and_extend }
	}
}