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_eng.41] 约翰·洛克登场

时间范围:1680.1.1 - 1700.1.1(每月 5% 概率)

触发条件

  • 国家拥有 bristol 地区。
  • 社会价值观 traditionalist_vs_innovative(传统主义 vs 创新)大于 25。

关键效果

  • 选项 A (flavor_eng.41.a):
    • 将社会价值观 traditionalist_vs_innovative 向“创新”方向移动(societal_value_move_to_right)。

背景介绍: 该事件模拟了英国哲学家约翰·洛克(John Locke)在特定历史时期的登场。洛克出生于1632年8月29日的布里斯托尔,是启蒙时代的重要思想家,其政治哲学和认识论对后世影响深远。事件设定在1680年至1700年间,正值英国“光荣革命”前后,洛克的思想与著作(如《政府论》)在此时期逐渐成形并传播,反映了社会从传统主义向创新思想转变的趋势。事件要求国家控制布里斯托尔地区且社会已具备一定的创新倾向,才会概率性地触发这位关键人物的出现,并进一步推动社会价值观的革新。

完整事件代码

flavor_eng.41 = {
	type = country_event
	title = flavor_eng.41.title
	desc = flavor_eng.41.desc

	historical_info = flavor_eng.41.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1680.1.1
		to = 1700.1.1
		monthly_chance = 5
	}

	trigger = {
		owns = location:bristol
		societal_value:traditionalist_vs_innovative > 25
	}

	illustration_tags = {
		10 = interior
		10 = happy
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		create_character = {
			first_name = name_john
			last_name = Locke
			estate = estate_type:burghers_estate
			birth_date = 1632.8.29
			birth_location = location:bristol
			artist_skill = { 0.75 0.95 }
			artist = philosopher
			save_scope_as = target_character
		}
	}


	option = {
		name = flavor_eng.41.a

		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
	}
}