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.107] 巴利奥尔处决大卫二世

时间范围
事件为一次性触发,无固定时间范围,仅当满足特定条件时发生。

触发条件

  • 国家拥有变量 sco_david_ii_executed_by_sbl

关键效果

  • 选项: flavor_fra_sco.107.a
    • 增加轻度稳定性惩罚。
    • 对 SBL 国家添加负面意见修正 opinion_sbl_executed_scottish_king
    • 为国家添加持续 60 个月的修正 david_ii_has_been_executed(若已存在则延长持续时间)。
    • 对 FRA 国家添加负面意见修正 opinion_surrendered_our_king
    • AI 选择此选项的基础概率为 1。

背景介绍
该事件反映了苏格兰国王大卫二世被巴利奥尔势力处决的历史冲突。大卫二世在第二次苏格兰独立战争期间被英格兰俘虏,后虽获释,但其统治期间苏格兰内部仍存在亲英格兰的巴利奥尔派系与民族派系的激烈斗争。此事件可能模拟了巴利奥尔派系为巩固权力或向英格兰示好而采取的极端行动,导致苏格兰国内局势动荡,并影响与法兰西等盟友的关系。

完整事件代码

flavor_fra_sco.107 = { # Balliol executes David II ## Scotland
	type = country_event
	title = flavor_fra_sco.107.title
	desc = flavor_fra_sco.107.desc

	fire_only_once = yes

	trigger = {
		has_variable = sco_david_ii_executed_by_sbl
	}


	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		if = {
			limit = {
				has_regent = yes
			}
			regent = { save_scope_as = target_regent }
		}
	}



	option = {
		name = flavor_fra_sco.107.a
		add_stability = stability_mild_penalty
		show_as_tooltip = {
			reverse_add_opinion = { target = c:SBL modifier = opinion_sbl_executed_scottish_king }
			add_country_modifier = { modifier = david_ii_has_been_executed months = 60 mode = add_and_extend }
			add_opinion = { target = c:FRA modifier = opinion_surrendered_our_king }
		}
		ai_chance = {
			base = 1
		}
	}
}