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_sco.2 苏格兰与法国的旧同盟

时间范围:1339年1月1日 - 1366年1月1日(每月 40% 概率)

触发条件

  • 苏格兰(SCO)处于和平状态(at_war = no)。
  • 法兰西(FRA)国家存在。
  • 英格兰(ENG)国家存在。

关键效果

  • 选项 A (历史选项)

    • 苏格兰与法国之间建立名为 trust_sco_fra_renaissance_auld_alliance 的互信关系。
    • 苏格兰与法国互相获得 opinion_good_relations(良好关系)观点修正。
    • 英格兰对苏格兰获得 opinion_irritated(恼怒)观点修正。
  • 选项 B

    • 苏格兰获得 prestige_severe_bonus(大量威望加成)。
    • 英格兰对苏格兰获得 opinion_pleased(满意)观点修正。
    • 法国对苏格兰获得 opinion_mildly_displeased(轻微不满)观点修正。

背景介绍: 此事件模拟了苏格兰王国在14世纪中叶面临的关键外交抉择。在第一次苏格兰独立战争(1296-1328年)后,苏格兰与英格兰的关系依然紧张。与此同时,法国与英格兰因百年战争(1337-1453年)而处于敌对状态。苏格兰国王大卫二世(1329-1371年在位)面临选择:是延续其父罗伯特一世与法国建立的“旧同盟”(Auld Alliance)传统,共同对抗英格兰,还是寻求与英格兰缓和关系以巩固自身地位。历史现实中,苏格兰选择了前者,于1326年正式续签了与法国的同盟条约,并在百年战争中多次对英格兰北部发动袭击以支援法国。

完整事件代码

flavor_sco.2 = {
	type = country_event
	title = flavor_sco.2.title
	desc = flavor_sco.2.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = SCO
		from = 1339.1.1
		to = 1366.1.1
		monthly_chance = 40
	}

	image = "gfx/interface/illustrations/government/diplomacy_illustration.dds"

	trigger = {
		at_war = no
		country_exists = c:FRA
		country_exists = c:ENG
	}

	immediate = {
		character:sco_john_balliol_of_scotland = {
			save_scope_as = old_sco_ruler
		}
		character:fra_philippe_iv_capet = {
			save_scope_as = old_fra_ruler
		}
	}

	option = {
		name = flavor_sco.2.a
		historical_option = yes
		add_trust = {
			modifier = trust_sco_fra_renaissance_auld_alliance
			target = c:FRA
		}
		c:FRA = {
			add_trust = {
				modifier = trust_sco_fra_renaissance_auld_alliance
				target = c:SCO
			}
		}
		c:FRA = {
			add_opinion = { target = c:SCO modifier = opinion_good_relations }
		}
		add_opinion = { target = c:FRA modifier = opinion_good_relations }
		c:ENG = {
			add_opinion = { target = c:SCO modifier = opinion_irritated }
		}
	}
	option = {
		name = flavor_sco.2.b
		add_prestige = prestige_severe_bonus
		c:ENG = {
			add_opinion = { target = c:SCO modifier = opinion_pleased }
		}
		c:FRA = {
			add_opinion = { target = c:SCO modifier = opinion_mildly_displeased }
		}
	}
}