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_hol.23] 巴鲁赫·斯宾诺莎登场

时间范围:1655.1.1 - 1677.1.1(每月 1% 概率)

触发条件

  • 国家拥有阿姆斯特丹(location:amsterdam)。
  • 国家的社会价值观“传统主义 vs 创新”大于20点(societal_value:traditionalist_vs_innovative > 20)。

关键效果

  • 选项 A
    • 获得少量威望加成(add_prestige = prestige_mild_bonus)。
    • 增加研究进度,其数值为基础值0.05乘以国家“传统主义 vs 创新”社会价值观的当前值(add_research_progress = { value = 0.05 multiply = root.societal_value:traditionalist_vs_innovative })。

背景介绍: 此事件模拟了荷兰黄金时代著名哲学家巴鲁赫·斯宾诺莎的登场。斯宾诺莎出生于阿姆斯特丹的葡萄牙犹太裔家庭,其哲学思想强调理性、自然法则与上帝的内在性,对启蒙运动产生了深远影响。在游戏中,当荷兰(或其继承国)社会氛围偏向创新时,这位思想家将作为市民阶层的一员出现,并可能为国家带来知识与声望上的提升。

完整事件代码

flavor_hol.23 = {
	type = country_event
	title = flavor_hol.23.title
	desc = flavor_hol.23.desc
	historical_info = flavor_hol.23.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HOL
		tag = NED
		from = 1655.1.1
		to = 1677.1.1
		monthly_chance = 1
	}
	trigger = {
		owns = location:amsterdam
		societal_value:traditionalist_vs_innovative > 20
	}
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_baruch
			last_name = Spinoza
			birth_date = 1632.2.21
			estate = estate_type:burghers_estate
			culture = culture:sephardi
			religion = religion:judaism
			birth_location = location:amsterdam
			artist_skill = 0.97
			artist = philosopher
			save_scope_as = target_character
		}
	}
	option = {
		name = flavor_hol.23.a
		add_prestige = prestige_mild_bonus
		add_research_progress = {
			value = 0.05
			multiply = root.societal_value:traditionalist_vs_innovative
		}
	}
}