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.101 巴利奥尔宣称

时间范围:1337.1.1 - 1345.1.1(每月 100% 概率)

触发条件

  • 事件所属国家拥有统治者。
  • 国家 c:SCO(苏格兰)存在。
  • 事件所属国家正与 c:SCO(苏格兰)处于战争状态。
  • c:SCO(苏格兰)同时拥有摄政王和继承人。

关键效果

  • 历史选项:我们将粉碎这场叛乱,一劳永逸地驱逐布鲁斯家族!
    • 增加少量稳定度。
    • 增加少量正统性。
    • 为国家添加名为 sbl_english_backing 的修正,持续12年(模式为叠加并延长)。

背景介绍: 该事件模拟了14世纪中叶苏格兰王位继承争端中的一个关键节点。1337年至1345年间,英格兰支持的爱德华·巴利奥尔(Edward Balliol)对苏格兰王位提出宣称,并与当时由摄政王和年幼继承人(大卫二世)代表的苏格兰王国处于战争状态。事件反映了巴利奥尔派系在英格兰支持下,试图巩固其地位并彻底击败布鲁斯家族(即当时的苏格兰王室)的企图。

完整事件代码

flavor_sco.101 = { # The Balliol Claim
	type = country_event
	fire_only_once = yes
 	title = flavor_sco.101.title
 	desc = flavor_sco.101.desc

	dynamic_historical_event = {
		tag = SBL
		from = 1337.1.1
		to = 1345.1.1
		monthly_chance = 100
	}

 	trigger = {
		has_ruler = yes
		country_exists = c:SCO
		is_at_war_with = c:SCO
		c:SCO = {
			has_regent = yes
			has_heir = yes
		}
 	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:SCO = {
			regent ?= {
          		save_scope_as = sco_regent
       		}
		}
		ruler ?= {
			save_scope_as = sbl_ruler
		}
		c:SCO = {
			heir ?= {
           		save_scope_as = sco_heir
        	}
		}
	}

 	option = { # We will crush this insurgency and push out the Brus for good!
		name = flavor_sco.101.a
		historical_option = yes
		add_stability = stability_mild_bonus
		add_legitimacy = legitimacy_mild_bonus
		add_country_modifier = { modifier = sbl_english_backing years = 12 mode = add_and_extend }
 	}
}