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.151 威廉·塞西尔登场

时间范围:1550.1.1 - 1600.1.1 触发概率:每月 5% 概率

触发条件

  • 国家宗教为以下之一:
    • 加尔文宗
    • 圣公宗
    • 路德宗
    • 罗拉德派
  • 国家拥有并控制林肯地区

关键效果

  • 选项 A (历史选项)
    • 增加教士阶层满意度(大幅增益)
    • 显示自定义提示 flavor_eng.151.tt1flavor_eng.151.tt2
  • 选项 B
    • 触发前提:国家拥有议会制政体
    • 增加政府力量(轻度增益)
    • 角色威廉·塞西尔获得内阁拒绝服务修正(持续至游戏结束)
    • 国家获得“内部运作”修正(持续25年,可叠加延长)
    • 显示自定义提示 flavor_eng.151.tt4flavor_eng.151.tt5
  • 选项 C
    • 秘密处决角色威廉·塞西尔
    • 增加国家威望(轻度增益)

背景介绍: 该事件模拟了威廉·塞西尔(William Cecil)——伊丽莎白一世时期最重要的政治家之一——登上历史舞台的过程。作为林肯郡出身的贵族,塞西尔在英格兰宗教改革后的新教政权中扮演了关键角色,长期担任国务大臣和大法官,深刻影响了都铎王朝后期的内政与外交政策。事件反映了新教君主对可靠行政官僚的需求,以及地方精英进入国家权力中心的典型路径。

完整事件代码

flavor_eng.151 = {
	type = country_event

	title = flavor_eng.151.title
	desc = flavor_eng.151.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1550.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	trigger = {

		OR = {
			religion = religion:calvinist
			religion = religion:anglican
			religion = religion:lutheran
			religion = religion:lollardy
		}

		location:lincoln = {
			owner = root
			controller = root
		}

	}
	
	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_william
			dynasty = dynasty:cecil_dynasty
			adm = 85
			dip = 80
			mil = 40
			birth_date = 1520.1.1
			religion = root.religion
			estate = estate_type:nobles_estate
			birth_location = location:lincoln
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			script = eng_william_cecil
			save_scope_as = william_cecil
		}

		capital = { save_scope_as = target_location }


		root = { save_scope_as = target_root_country }

	}

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

		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_severe_bonus
		}

		custom_tooltip = flavor_eng.151.tt1
		custom_tooltip = flavor_eng.151.tt2

	}

	option = {
		name = flavor_eng.151.b
		trigger = { modifier:has_a_parliamentary_system = yes }

			add_government_power = government_power_mild_bonus

			scope:william_cecil = {
				hidden_effect = {
					add_character_modifier = {
						modifier = refuses_to_serve_in_cabinet
						years = -1
						mode = add_and_extend
					}
				}
			}

			add_country_modifier = {
				modifier = working_from_within
				years = 25
				mode = add_and_extend
			}

		custom_tooltip = flavor_eng.151.tt4
		custom_tooltip = flavor_eng.151.tt5

	}

	option = {
		name = flavor_eng.151.c

		hidden_effect = { kill_character_silently = scope:william_cecil }

		add_prestige = prestige_mild_bonus

	}

	historical_info = flavor_eng.151.historical_info

}