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_eng.82 宫廷语言变更

时间范围:1360.1.1 - 1400.1.1(每月 1% 概率)

触发条件

  • 国家为英格兰(ENG)或大不列颠(GBR)
  • 宫廷语言为法语
  • 拥有议会制政体修正
  • 已建立议会
  • 政府类型为君主制

关键效果

  • 选项 A (历史选项)
    • 将宫廷语言设置为英语方言
  • 选项 B
    • 增加巨额的政府权力惩罚

背景介绍: 该事件反映了14世纪后期英格兰宫廷语言从法语向英语转变的历史进程。自诺曼征服以来,法语长期作为英格兰宫廷和上流社会的官方语言,而英语主要被平民使用。随着百年战争的持续和民族意识的觉醒,英语的地位逐渐提升。1362年,英国议会首次使用英语开幕,标志着英语开始进入官方领域。此事件模拟了英格兰统治者面临的语言政策抉择:顺应民族情绪推广英语,或坚持传统的法语精英文化。

完整事件代码

flavor_eng.82 = {
	hide_portraits = yes
	type = country_event

	title = flavor_eng.82.title
	desc = flavor_eng.82.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1360.1.1
		to = 1400.1.1
		monthly_chance = 1
	}

	trigger = {
		court_language = language:french_language
		modifier:has_a_parliamentary_system = yes
		has_parliament = yes
		government_type = government_type:monarchy
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		culture:norman = { save_scope_as = norman }

		language:english_language = { save_scope_as = english }

		language:french_language = { save_scope_as = french }

		location:london = { save_scope_as = target_location }

	}

	option = {
		name = flavor_eng.82.a
		historical_option = yes

		set_court_language = dialect:english_dialect

	}

	option = {
		name = flavor_eng.82.b

		add_government_power = government_power_extreme_penalty

	}

	historical_info = flavor_eng.82.historical_info

}