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.12 伽利略·伽利莱登场

时间范围:1610.1.1 - 1640.1.1(每月 10% 概率)

触发条件

  • 事件仅能触发一次。
  • 事件为动态历史事件,仅针对国家标签为 VEN(威尼斯)的国家。
  • 在时间范围内,每月有10%的概率检查触发条件。

关键效果

  • 选项flavor_ven.12.a
    • 效果:获得 research_progress_extreme_bonus(巨量研究进度加成)。

背景介绍: 此事件模拟了文艺复兴后期著名科学家伽利略·伽利莱的登场。伽利略出生于1564年,是意大利物理学家、天文学家、工程师和哲学家,被誉为“现代科学之父”。他对观测天文学、运动定律和科学方法论的贡献深远地影响了科学革命。在游戏的时间框架内(1610-1640年),伽利略正处于其科学生涯的巅峰时期,发表了关于日心说的重要著作,并与教会发生了著名的冲突。该事件为威尼斯共和国提供了一个机会,通过资助或接纳这位伟大的思想家,显著推动本国的科技发展。

完整事件代码

flavor_ven.12 = {
	type = country_event
	title = flavor_ven.12.title
	desc = flavor_ven.12.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1610.1.1
		to = 1640.1.1
		monthly_chance = 10
	}
	immediate = {
		if = {
			limit = {
				NOT = { has_global_variable = galileo_spawned }
			}
			location:pisa.owner = {
				create_character = { #https://en.wikipedia.org/wiki/Galileo_Galilei
					first_name = name_galileo
					last_name = galilei
					birth_date = 1564.2.15
					birth_location = location:pisa
					culture = culture:tuscan
					estate = estate_type:burghers_estate
					artist_skill = 0.96
					artist = philosopher
					script = galileo_galilei
					save_scope_as = galileo_galilei_scope
				}
			}
			set_global_variable = galileo_spawned
		}
		else = {
			character:galileo_galilei = {
				save_scope_as = galileo_galilei_scope
			}
		}
	}
	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"
	option = {
		name = flavor_ven.12.a
		add_research_progress = research_progress_extreme_bonus
	}
}