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.12 克里斯蒂安·惠更斯登场

时间范围:1647.1.1 - 1687.1.1(每月 2% 概率触发)

触发条件

  • 事件仅对控制标签为 HOL(荷兰)或 NED(尼德兰)的国家触发。
  • 事件仅能发生一次。

关键效果

  • 选项 A (历史选项)
    • 国家损失少量金钱。
    • 国家获得少量研究进度。
    • 创建的人物“克里斯蒂安·惠更斯”将加入玩家国家。
  • 选项 B
    • 社会价值观向“传统主义”方向轻微移动。
    • 创建的人物“克里斯蒂安·惠更斯”将消失。

背景介绍: 该事件模拟了荷兰黄金时代著名科学家、数学家克里斯蒂安·惠更斯(Christiaan Huygens)的登场。惠更斯在天文学、物理学和钟表学等领域做出了开创性贡献,包括发现土星环、提出光的波动说以及发明摆钟。事件反映了当时荷兰共和国在科学与文化领域的繁荣,以及国家对知识精英的吸纳。

完整事件代码

flavor_hol.12 = {
	type = country_event
	title = flavor_hol.12.title
	desc = flavor_hol.12.desc
	historical_info = flavor_hol.12.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HOL
		tag = NED
		from = 1647.1.1
		to = 1687.1.1
		monthly_chance = 2
	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		random_owned_location = {
			create_dynasty_from_location = huygens_dynasty
		}
		create_character = {
			first_name = name_christian
			dynasty = dynasty:huygens_dynasty
			adm = 77
			dip = 47
			mil = 17
			birth_date = 1629.4.14
			birth_location = location:the_hague
			estate = estate_type:nobles_estate
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}
	option = {
		name = flavor_hol.12.a
		historical_option = yes
		root = {
			change_gold_effect = { scale = -1 }
		}
		add_research_progress = research_progress_mild_bonus
		scope:target_character = { move_country = root }
	}
	option = {
		name = flavor_hol.12.b
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_tiny_move_to_left }
		custom_tooltip = {
			text = target_character_disappears
			kill_character_silently = scope:target_character 
		}
	}
}