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.2002] 圣女贞德被俘

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

触发条件

  • 国家拥有变量 jeanne_d_arc_captured
  • 角色 joan_of_arc 存活

关键效果

  • 选项: Horrible
    • 显示自定义提示 jeanne_d_arc_will_face_trial
    • 非静默触发事件 flavor_fra.2003

背景介绍: 此事件模拟了百年战争期间,法国民族英雄圣女贞德被勃艮第人俘虏,并随后被移交至英格兰控制下的历史转折点。贞德的被捕极大地打击了法国军队的士气,并直接导致了她后续的审判与处决,成为英法冲突中的一个标志性事件。

完整事件代码

flavor_fra.2002 = { # Capture of Joan of Arc
	type = country_event
	fire_only_once = yes

 	title = flavor_fra.2002.title
 	desc = flavor_fra.2002.desc

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

 	trigger = {
		has_variable = jeanne_d_arc_captured
		character:joan_of_arc ?= { is_alive = yes }
 	}

	illustration_tags = {
		10 = armed
		10 = exterior
	}

 	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		character:joan_of_arc = {
			move_country = c:ENG
			save_scope_as = joan_of_arc
		}
		c:ENG = { set_variable = { name = fra_informed_of_joan_capture value = 1 } }
 	}

 	option = { # Horrible
		name = flavor_fra.2002.a
		custom_tooltip = jeanne_d_arc_will_face_trial
		trigger_event_non_silently = flavor_fra.2003
 	}
}