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.55 西蒙·萨德伯里登场

时间范围:1336.1.1 - 1381.1.1(每月 1% 概率) 所属文件temp/ENG/flavor_eng.55.txt

触发条件

  • 玩家国家拥有伊普斯维奇(location:ipswich)地区。

关键效果

选项 A(历史选项)

  • 将人物 西蒙·萨德伯里 移动至玩家国家。

选项 B

  • 秘密处决人物 西蒙·萨德伯里
  • 获得 宗教影响力轻微增益religious_influence_mild_bonus)。

背景介绍

该事件模拟了14世纪英格兰宗教与政治人物西蒙·萨德伯里的登场。萨德伯里出生于伊普斯维奇,后成为坎特伯雷大主教,并在理查二世时期担任大法官。他最终在1381年的农民起义中被处决。事件反映了中世纪英格兰教会在地方与中央权力结构中的关键角色。

事件代码

flavor_eng.55 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.55.title
	desc = flavor_eng.55.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1336.1.1
		to = 1381.1.1
		monthly_chance = 1
	}

	trigger = {
		location:ipswich = { owner = root }
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:london = { save_scope_as = london }

		location:canterbury = { save_scope_as = canterbury }

		location:ipswich = { save_scope_as = target_location }

		create_character = {
			first_name = name_simeon
			last_name = Sudbury
			estate = estate_type:clergy_estate
			adm = 70
			dip = 25
			mil = 10
			birth_date = 1316
			birth_location = location:ipswich
			culture = culture:english
			religion = religion:catholic
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			script = eng_simon_sudbury
			save_scope_as = simon_sudbury
			create_in_limbo = yes
		}

	}

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

		scope:simon_sudbury = { move_country = root }
	}
	option = {
		name = flavor_eng.55.b

		hidden_effect = { kill_character_silently = scope:simon_sudbury }

		add_religious_influence = religious_influence_mild_bonus

	}

	historical_info = flavor_eng.55.historical_info

}