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.52 爱德华二世的命运

时间范围

1337年1月1日 - 1347年1月1日,在此期间每月有 5% 的概率触发。

触发条件

  • 国家政府类型为 君主制
  • 人物 pap_manuele_fieschi 存活。

关键效果

选项 A:flavor_eng.52.a

  • 历史选项:是
  • 效果:
    • 增加 少量稳定度
    • 减少 大量政府点数

选项 B:flavor_eng.52.b

  • 历史选项:否
  • 效果:
    • 减少 少量稳定度
    • 增加 大量政府点数

背景介绍

该事件围绕英格兰国王爱德华二世(Edward II)的最终命运展开。根据历史记载,爱德华二世于1327年被迫退位,其死亡情况长期笼罩在谜团之中。本事件可能关联到一则中世纪传闻,即爱德华二世并未在1327年去世,而是秘密逃亡至欧洲大陆(特别是意大利地区),并在那里隐姓埋名度过余生。事件中涉及的关键人物 Manuele Fieschi 是一位意大利主教,据称他曾撰写信件,描述了爱德华二世幸存并流亡的故事。此事件反映了中世纪王权斗争、继承危机以及关于君主生死的历史谜题。

完整事件代码

flavor_eng.52 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.52.title
	desc = flavor_eng.52.desc
	
	historical_info = flavor_eng.52.historical_info

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1337.1.1
		to = 1347.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	trigger = {
		government_type = government_type:monarchy
		character:pap_manuele_fieschi = { is_alive = yes }
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:eng_edward_ii = { save_scope_as = deadward }
		character:pap_manuele_fieschi = {
			save_scope_as = target_character
			owner = { save_scope_as = target_country }
		}
		region:italy_region = {
			random_location_in_region = {
				limit = {
					has_owner = yes
					any_pop = { pop_type = pop_type:clergy }
					dominant_religion = religion:catholic
				}
				save_scope_as = target_location
			}
		}
	}
	option = {
		name = flavor_eng.52.a
		historical_option = yes

		add_stability = stability_mild_bonus
		add_government_power = government_power_extreme_penalty
	}
	option = {
		name = flavor_eng.52.b

		add_stability = stability_mild_penalty
		add_government_power = government_power_extreme_bonus
	}
}