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_swe.52 卡尔·冯·林奈

时间范围

1750.1.1 - 1760.1.1

  • 触发概率:每月 10% 概率

触发条件

  • 仅限国家标签为 SWE(瑞典)的国家触发。
  • 本事件为动态历史事件,且 仅能触发一次

关键效果

选项 A:flavor_swe.52.a

  • (历史选项)
  • 获得大量研究进度加成 (add_research_progress = research_progress_severe_bonus)。
  • 使社会价值观“传统主义 vs 创新”略微向右(即向“创新”方向)移动 (change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right })。

选项 B:flavor_swe.52.b

  • 使社会价值观“传统主义 vs 创新”略微向左(即向“传统主义”方向)移动 (change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left })。
  • 获得大量稳定度加成 (add_stability = stability_severe_bonus)。

背景介绍

卡尔·冯·林奈(Carl von Linné),即著名的卡尔·林奈乌斯,是18世纪瑞典的植物学家、动物学家和医生。他建立了现代生物分类学的基础,其发明的双名法命名系统至今仍在科学界通用。此事件反映了林奈的科学研究对瑞典知识界和社会观念的影响,玩家可以选择是拥抱其带来的科学创新思潮,还是选择更为保守的路线以维持社会稳定。

完整事件代码

flavor_swe.52 = { #Carl von Linne
	type = country_event
	title = flavor_swe.52.title
	desc = flavor_swe.52.desc
	historical_info = flavor_swe.52.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = SWE
		from = 1750.1.1
		to = 1760.1.1
		monthly_chance = 10
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	
	option = {
		name = flavor_swe.52.a
		historical_option = yes
		add_research_progress = research_progress_severe_bonus
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right }
	}

	option = {
		name = flavor_swe.52.b
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left }
		add_stability = stability_severe_bonus
	}
}