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_sco.106] 巴里奥尔获得大卫二世监护权

时间范围
无明确起止日期(from/to未定义),事件触发后仅发生一次(fire_only_once = yes)。

触发条件

  • 国家拥有变量 sco_david_ii_in_sbl_custody

关键效果

  • 选项 A(名称:flavor_fra_sco.106.a):
    • 设置变量 sco_david_ii_in_sbl_custody 值为 1。
    • 添加国家修正 david_ii_is_prisoner,持续 60 个月(若已存在则叠加并延长持续时间)。
    • 对目标国家 SBL 添加观点修正 opinion_has_our_king_captive
    • 对目标国家 FRA 添加观点修正 opinion_surrendered_our_king
    • AI 选择概率:基础值 1。

背景介绍
该事件反映了苏格兰国王大卫二世在第二次独立战争期间被英格兰俘虏后的一段历史。1346 年内维尔十字战役后,大卫二世被英格兰囚禁,而英格兰方面将其监护权交给了支持英格兰王位主张的巴里奥尔家族。这一安排加剧了苏格兰内部的王权争端,并对苏格兰与英格兰、法国之间的关系产生了复杂影响。

完整事件代码

flavor_fra_sco.106 = { # Balliol gains custody of David II ## Scotland
	type = country_event
	title = flavor_fra_sco.106.title
	desc = flavor_fra_sco.106.desc

	fire_only_once = yes

	trigger = {
		has_variable = sco_david_ii_in_sbl_custody
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}	

	option = {
		name = flavor_fra_sco.106.a
		show_as_tooltip = {
			set_variable = { name = sco_david_ii_in_sbl_custody value = 1 }
			add_country_modifier = { modifier = david_ii_is_prisoner months = 60 mode = add_and_extend }
			add_opinion = { target = c:SBL modifier = opinion_has_our_king_captive }
		}
		add_opinion = { target = c:FRA modifier = opinion_surrendered_our_king }
		ai_chance = {
			base = 1
		}
	}
}