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.1500 斯昆石回归苏格兰

时间范围
1500.1.1-1820.12.31(每月触发概率未指定)

触发条件
满足以下任一条件:

  • 国家标签为 SCO(苏格兰)
  • 主流文化属于 culture_group:scottish_group(苏格兰文化组)

关键效果

  • 历史选项:选择“flavor_sco.1500.a”
    • 获得 legitimacy_severe_bonus(合法性大幅增益)
    • 获得 prestige_severe_bonus(威望大幅增益)
    • 对英格兰(c:ENG)触发隐藏效果:
      • 英格兰获得 legitimacy_severe_penalty(合法性大幅惩罚)
      • 英格兰获得 prestige_severe_penalty(威望大幅惩罚)
      • 英格兰静默触发事件 flavor_sco.1501

背景介绍
斯昆石(Stone of Scone)是苏格兰历史上重要的加冕石,自1296年被英格兰夺取后长期存放于威斯敏斯特教堂。该事件模拟了斯昆石在特定历史条件下回归苏格兰的可能性,象征着苏格兰王权的恢复与民族认同的强化,同时会对英格兰的统治合法性造成冲击。

完整事件代码

flavor_sco.1500 = { #Stone of Scone returns to Scotland
	type = country_event
	title = flavor_sco.1500.title
	desc = flavor_sco.1500.desc

	fire_only_once = yes

	trigger = {
		OR = {
			tag = SCO
			culture = { has_culture_group = culture_group:scottish_group }
		}
	}

	option = {
		name = flavor_sco.1500.a
		add_legitimacy = legitimacy_severe_bonus
		add_prestige = prestige_severe_bonus
		show_as_tooltip = {
			c:ENG = {
				add_legitimacy = legitimacy_severe_penalty
				add_prestige = prestige_severe_penalty
			}
		}
		hidden_effect = {
			c:ENG = { trigger_event_silently = flavor_sco.1501 }
		}
	}
}