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.174] 克里斯托弗·雷恩登场

时间范围:1660.1.1 - 1700.1.1(每月 1% 概率)

触发条件

  • 玩家国家控制索尔兹伯里(Salisbury)地区。
  • 牛津(Oxford)地区至少拥有一座大学建筑。

关键效果

  • 选项 A (历史选项)
    • 使人物“克里斯托弗·雷恩”获得“杰出人物”特质。
    • 显示自定义提示 flavor_eng.174.tt1flavor_eng.174.tt2
  • 选项 B
    • 获得大量研究进度加成。
    • 显示自定义提示 flavor_eng.174.tt1flavor_eng.174.tt3
  • 选项 C
    • 获得少量威望加成。
    • 隐藏效果:无声地杀死人物“克里斯托弗·雷恩”。

背景介绍: 该事件模拟了英国著名建筑师、科学家克里斯托弗·雷恩(Christopher Wren)在17世纪下半叶登上历史舞台的背景。雷恩出生于索尔兹伯里,其职业生涯与牛津大学的知识环境紧密相连。他不仅是圣保罗大教堂等标志性建筑的设计者,也是英国皇家学会的创始成员之一,代表了科学革命时期建筑学与科学思想的结合。此事件在玩家控制相关地区并拥有高等教育设施时触发,标志着一位在艺术与科学领域均有建树的关键人物可供国家任用。

完整事件代码

flavor_eng.174 = {
	type = country_event

	title = flavor_eng.174.title
	desc = flavor_eng.174.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1660.1.1
		to = 1700.1.1
		monthly_chance = 1
	}
	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"
	trigger = {

		location:salisbury = { owner = root }

		location:oxford = {
			has_building_with_at_least_one_level = university
		}

	}

	immediate = {

		create_character = {
			first_name = name_christopher
			last_name = Wren
			estate = estate_type:nobles_estate
			adm = 35
			dip = 44
			mil = 10
			birth_date = 1632.1.1
			birth_location = location:salisbury
			artist_skill = 1
			artist = architect
			script = eng_christopher_wren
			save_scope_as = christopher_wren
		}

		location:salisbury = { save_scope_as = target_location }

	}

	option = {
		name = flavor_eng.174.a
		historical_option = yes

		scope:christopher_wren = { add_trait = trait:prominent }

		custom_tooltip = flavor_eng.174.tt1
		custom_tooltip = flavor_eng.174.tt2

	}

	option = {
	name = flavor_eng.174.b

	add_research_progress = research_progress_extreme_bonus

	custom_tooltip = flavor_eng.174.tt1
	custom_tooltip = flavor_eng.174.tt3

	}

	option = {
		name = flavor_eng.174.c

		add_prestige = prestige_mild_bonus

		hidden_effect = { kill_character_silently = scope:christopher_wren }

	}

	historical_info = flavor_eng.174.historical_info

}