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.18] 弗朗西斯·沃尔辛厄姆登场

时间范围
1552.1.1 - 1592.1.1(每月 5% 概率)

触发条件

  • 拥有罗切斯特(Rochester)地区
  • 已解锁“情报机构”科技

关键效果

  • 选项 A(历史选项):弗朗西斯·沃尔辛厄姆加入我国
  • 选项 B
    • 弗朗西斯·沃尔辛厄姆被秘密处决
    • 社会价值观“好战 vs 和解”向右移动(趋向好战)
    • 显示自定义提示 flavor_eng.18.tt2

背景介绍
弗朗西斯·沃尔辛厄姆是伊丽莎白一世时期英格兰的重要政治家与间谍首脑,被誉为“现代情报工作之父”。他于1532年出生于罗切斯特,在担任国务大臣期间建立了广泛的情报网络,成功揭露了多次针对女王的阴谋,包括巴宾顿阴谋,对维护都铎王朝的稳定起到了关键作用。本事件模拟了这位极具影响力的历史人物在特定条件下登上政治舞台的过程。

完整事件代码

flavor_eng.18 = {
	type = country_event
	fire_only_once = yes
	title = flavor_eng.18.title
	desc = flavor_eng.18.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1552.1.1
		to = 1592.1.1
		monthly_chance = 5
	}

	trigger = {
		owns = location:rochester
		has_advance = intelligence_agency_advance
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_francis
			dynasty = dynasty:walsingham_dynasty
			adm = { 85 100 }
			dip = { 85 100 }
			mil = { 85 100 }
			birth_date = 1532.1.1
			birth_location = location:rochester
			culture = culture:english
			estate = estate_type:nobles_estate
			script = eng_francis_walsingham
			save_scope_as = francis_walsingham
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			create_in_limbo = yes
		}
		location:rochester = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_eng.18.a
		historical_option = yes
		scope:francis_walsingham = { move_country = root }
	}

	option = {
		name = flavor_eng.18.b
		hidden_effect = { kill_character_silently = scope:francis_walsingham }
		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}
		custom_tooltip = flavor_eng.18.tt2
	}

	historical_info = flavor_eng.18.historical_info
}