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_ven.32 威尼斯文艺复兴时期

时间范围:1350.1.1 - 1500.1.1,每月 10% 概率触发

触发条件

  • 国家已接纳“文艺复兴”思潮。
  • 国家拥有至少10个已建造“图书馆”建筑的省份。

关键效果

  • 选项:flavor_ven.32.a
    • 获得“研究进度小幅增益”。
    • 自定义提示文本:flavor_ven.32.a.tt
    • 隐藏效果:国家所有已建造“图书馆”建筑的省份,获得“繁荣度微弱增益”。

背景介绍: 该事件模拟了威尼斯共和国在文艺复兴时期(约1350年至1500年)作为文化、艺术和知识中心的重要地位。当威尼斯接纳了文艺复兴思潮并在其领土上建立了相当数量的图书馆(作为知识传播和学术研究的象征)后,这一事件可能被触发。它反映了威尼斯通过投资教育和文化基础设施,如何促进了学术进步和城市繁荣,巩固了其作为文艺复兴关键推动者的历史角色。

完整事件代码

flavor_ven.32 = { # Venice During the Renaissance
	type = country_event
	title = flavor_ven.32.title
	desc = flavor_ven.32.desc

	historical_info = flavor_ven.32.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1350.1.1
		to = 1500.1.1
		monthly_chance = 10
	}

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

	trigger = {
		has_embraced_institution = institution:renaissance
		any_owned_location = {
			count >= 10
			has_building = building_type:library
		}
	}

	option = {
		name = flavor_ven.32.a
		add_research_progress = research_progress_mild_bonus
		custom_tooltip = flavor_ven.32.a.tt
		hidden_effect = {
			every_owned_location = {
				if = {
					limit = {
						has_building = building_type:library
					}
					change_prosperity = prosperity_weak_bonus
				}
			}
		}
	}
}