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_mai.1] 美因茨印刷术传播

时间范围

1438.1.1 - 1600.1.1,每月 5% 概率

触发条件

  • 已接纳制度:印刷术
  • 拥有地区:美因茨

关键效果

  • 选项flavor_mai.1.a
    • 效果:增加大量研究进度

背景介绍

该事件模拟了美因茨作为印刷术早期传播中心的历史地位。在15世纪中期,美因茨的印刷工坊推动了知识的广泛传播,这一技术进步为控制该地区的国家带来了显著的研究优势。

完整事件代码

flavor_mai.1 = {
	type = country_event
	title = flavor_mai.1.title
	desc = flavor_mai.1.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = MAI
		from = 1438.1.1
		to = 1600.1.1
		monthly_chance = 5
	}
	
	trigger = {
		has_embraced_institution = institution:printing_press
		owns = location:mainz
	}

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

	option = {
		name = flavor_mai.1.a
		add_research_progress = research_progress_severe_bonus
	}
}