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.38 托马斯·霍布斯登场

时间范围:1630.1.1 - 1670.1.1,每月 1% 概率触发

触发条件

  • 控制伦敦地区(owns = location:london

关键效果

  • 历史选项:选择此选项将:
    • 为文化添加温和的文化影响力加成(add_cultural_influence = cultural_influence_mild_bonus)。
    • 使社会价值观“中央集权 vs 地方分权”大幅向左移动(即向中央集权方向移动)(value = societal_value_large_move_to_left)。

背景介绍: 此事件模拟了英国哲学家托马斯·霍布斯(Thomas Hobbes)的登场及其代表作《利维坦》(The Leviathan)的创作。霍布斯出生于1588年,是17世纪重要的政治哲学家,其思想强调强大的中央权威(利维坦)对于维持社会秩序与和平的必要性,对现代政治哲学和国家理论产生了深远影响。该事件在英格兰(ENG)或大不列颠(GBR)控制伦敦期间,有一定概率触发,标志着这位思想家及其核心著作在历史上的出现。

完整事件代码

flavor_eng.38 = {
	type = country_event
	title = flavor_eng.38.title
	desc = flavor_eng.38.desc
	historical_info = flavor_eng.38.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1630.1.1
		to = 1670.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:london
	}

	image = "gfx/interface/illustrations/institutions/renaissance.dds"

	immediate = {
		create_character = {
			first_name = name_thomas
			last_name = Hobbes
			estate = estate_type:clergy_estate
			birth_date = 1588.4.15
			birth_location = location:bristol
			artist_skill = { 0.85 0.95 }
			artist = philosopher
			save_scope_as = target_artist
			script = eng_hobbes
		}
		location:london = {
			create_art = {
				artist = scope:target_artist
				quality = { 85 95 }
				type = work_of_art_type:treatise
				key = the_leviathan
			}
		}
	}

	option = {
		name = flavor_eng.38.a
		culture = { add_cultural_influence = cultural_influence_mild_bonus }
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_left
		}

	}
}