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.104 巴利奥尔改投我方阵营

时间范围

  • 事件为一次性触发事件,无固定时间范围,满足触发条件后即可发生。

触发条件

  • 国家拥有变量 balliol_accepts_fra_backing

关键效果

  • 选项: flavor_fra_sco.104.a
    • 获得少量威望加成(prestige_mild_bonus)。
    • 对苏格兰(c:SCO)施加负面意见修正(opinion_surrendered_our_king)。
    • 对巴利奥尔(c:SBL)施加负面意见修正(opinion_accepted_french_support)。
    • 获得巴利奥尔(c:SBL)的正面意见修正(opinion_recieved_french_backing)。
    • AI选择此选项的概率为100%。

背景介绍

该事件模拟了苏格兰王位竞争者约翰·巴利奥尔(John Balliol)在苏格兰独立战争期间的政治抉择。历史上,巴利奥尔为争夺苏格兰王位,曾寻求并接受了法兰西王国的支持,这一举动改变了他与苏格兰王国及法兰西王国之间的关系,是英法百年战争前期苏格兰与法兰西联盟形成过程中的关键事件之一。

完整事件代码

flavor_fra_sco.104 = { # Balliol switches allegiances to us
	type = country_event
	title = flavor_fra_sco.104.title
	desc = flavor_fra_sco.104.desc

	fire_only_once = yes
	trigger = {
		has_variable = balliol_accepts_fra_backing
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	option = {
		name = flavor_fra_sco.104.a
		add_prestige = prestige_mild_bonus
		show_as_tooltip = {
			reverse_add_opinion = { target = c:SCO modifier = opinion_surrendered_our_king }
			reverse_add_opinion = { target = c:SBL modifier = opinion_accepted_french_support }
		 	add_opinion = { target = c:SBL modifier = opinion_recieved_french_backing }
		}
		ai_chance = {
			base = 100
		}
	}
}