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.104 一个自由而独立的王国

时间范围

1353年1月1日 - 1370年1月1日

  • 触发概率:每月 20%

触发条件

  • 国家拥有统治者。
  • 政府类型为君主制。
  • 国家未处于战争状态。
  • 稳定度大于 50。
  • 正统性大于 75。
  • 厌战度小于 0.25。

关键效果

选项 A:苏格兰的独立终于得到保障

  • 历史选项
  • 获得国家修正 sco_independence_from_england,持续 15 年(叠加并延长)。
  • 获得大量威望。
  • AI 选择概率:75%。

选项 B:现在是和平与繁荣的时机

  • 获得国家修正 sco_focus_on_peace,持续 15 年(叠加并延长)。
  • 获得少量稳定度。
  • 获得少量正统性。
  • AI 选择概率:25%。

背景介绍

该事件反映了14世纪中叶苏格兰王国在长期对抗英格兰后,巩固其独立地位的关键时期。在经历了数次战争与政治动荡后,苏格兰在稳定的君主统治下,国内局势趋于和平,正统性得到巩固,为最终确立其“自由而独立的王国”地位创造了条件。事件的两个选项分别代表了巩固独立成果与转向国内和平发展的不同战略方向。

完整事件代码

flavor_sco.104 = { # A Free and Independent Kingdom
	type = country_event
	fire_only_once = yes
 	title = flavor_sco.104.title
 	desc = flavor_sco.104.desc

	dynamic_historical_event = {
		tag = SCO
		from = 1353.1.1
		to = 1370.1.1
		monthly_chance = 20
	}

 	trigger = {
		has_ruler = yes
		government_type = government_type:monarchy
		at_war = no
		stability > 50
		legitimacy > 75
		war_exhaustion < 0.25
 	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = sco_ruler
        }
	}

 	option = { # Scotland's independence is finally secured
		name = flavor_sco.104.a
		historical_option = yes
		add_country_modifier = { modifier = sco_independence_from_england years = 15 mode = add_and_extend }
		add_prestige = prestige_extreme_bonus
		ai_chance = {
			factor = 0.75
		}
 	}

 	option = { # Now is the time for peace and prosperity
		name = flavor_sco.104.b
		add_country_modifier = { modifier = sco_focus_on_peace years = 15 mode = add_and_extend }
		add_stability = stability_mild_bonus
		add_legitimacy = legitimacy_mild_bonus
		ai_chance = {
			factor = 0.25
		}
 	}
}