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.2] 希腊学者流亡威尼斯

时间范围
1300.1.1 - 1600.1.1(每月 10% 概率)

触发条件

  • 国家为威尼斯(VEN)
  • 当前年份早于 1550 年
  • 拜占庭帝国(BYZ)不存在
  • 君士坦丁堡地区由奥斯曼帝国(TUR)控制
  • 国家人口中希腊文化(greek_culture)占比大于 0%

关键效果

  • 历史选项flavor_ven.2.a
    • 触发持续 120 个月的移民潮:从君士坦丁堡向本国首都迁移希腊文化人口,迁移比例为 20%
    • 获得陆军传统极端增益(army_tradition_extreme_bonus

背景介绍
1453年君士坦丁堡陷落后,大量希腊学者、艺术家和工匠流亡至意大利,尤其是威尼斯。他们带来了古典文献、艺术技艺和学术传统,对威尼斯的文艺复兴、文化繁荣与军事技术发展产生了深远影响。该事件模拟了这次知识精英的迁移及其对威尼斯社会与军事的长期增益。

完整事件代码

flavor_ven.2 = {
	type = country_event
	title = flavor_ven.2.title
	desc = flavor_ven.2.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1300.1.1
		to = 1600.1.1
		monthly_chance = 10
	}

	illustration_tags = {
        10 = happy
        10 = interior
    }

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

	trigger = {
		tag = VEN
		NOT = {	current_year >= 1550	}
		NOT = {	country_exists = c:BYZ }
		location:constantinople = {	owner = c:TUR	}

		"culture_percentage_in_country(culture:greek_culture)" > 0
	}

	option = {
		name = flavor_ven.2.a
		historical_option = yes

		add_migration = {
			owner = this
			from = location:constantinople.province_definition
			to = root.capital.province_definition
			culture = culture:greek_culture
			amount = 0.2
			months = 120
		}
		add_army_tradition = army_tradition_extreme_bonus
	}
}