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_fra.2004 圣女贞德被英格兰处决

时间范围:1425.1.1 - 1455.1.1(每月 100% 概率)

触发条件

  • 国家拥有变量 fra_joan_of_arc_executed
  • 角色 joan_of_arc 已死亡。

关键效果

  • 选项:我们将为她复仇!
    • 为国家添加持续10年的修正 fra_avenge_joan_of_arc
    • 对英格兰(c:ENG)添加观点修正 opinion_fra_executed_jeanne_d_arc(此效果仅显示为提示)。

背景介绍: 此事件模拟了百年战争中的关键历史时刻。圣女贞德在领导法国军队取得一系列胜利后,于1430年被勃艮第人俘获,并移交给了她的敌人英格兰。经过一场由英格兰主导的宗教审判,贞德于1431年在鲁昂被处以火刑。她的殉难激起了法国的民族情绪,并成为法国最终赢得战争的重要精神象征。

完整事件代码

flavor_fra.2004 = { # Joan of Arc executed by England
	type = country_event
	fire_only_once = yes

 	title = flavor_fra.2004.title
 	desc = flavor_fra.2004.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1425.1.1
		to = 1455.1.1
		monthly_chance = 100
	}

 	trigger = {
		has_variable = fra_joan_of_arc_executed
		character:joan_of_arc ?= { is_alive = no }
 	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

 	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:joan_of_arc = {
			save_scope_as = joan_of_arc
		}
 	}

 	option = { # We will avenge her!
		name = flavor_fra.2004.a
		add_country_modifier = { modifier = fra_avenge_joan_of_arc years = 10 mode = add }
		show_as_tooltip = {
			add_opinion = { target = c:ENG modifier = opinion_fra_executed_jeanne_d_arc }
		}
 	}

	after = {
		c:ENG = {
			remove_variable = fra_informed_of_joan_capture
			remove_variable = jeanne_d_arc_captured_eng
		}
		remove_variable = jeanne_d_arc_captured
		remove_variable = fra_joan_of_arc_executed
		remove_variable = fra_joan_ransom
		remove_variable = fra_joan_peacefully_released
	}
}