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_fra.310 法兰西国家语言

时间范围:1515.1.1 - 1540.1.1,每月 33% 概率触发

触发条件

  • 国家必须拥有一位统治者。
  • 人物 guillaume_bude 必须存在。
  • 人物 guillaume_bude 必须存活,并且其所有者必须是法兰西(FRA)。

关键效果

  • 选项 A:采纳法令!
    • 此为历史选项。
    • 效果:文化获得“极端增益”级别的文化影响力加成。
  • 选项 B:维持拉丁语为官方语言
    • 效果:文化获得“微弱惩罚”级别的文化影响力加成。
    • 效果:增加“温和增益”级别的稳定度。
    • 效果:增加“温和增益”级别的正统性。

背景介绍: 在16世纪早期,随着文艺复兴思想在法国的传播,关于国家官方语言的争论日益激烈。以人文主义学者纪尧姆·比代(Guillaume Budé)为代表的知识分子,主张提升法语的地位,以取代拉丁语在官方和法律文书中的主导地位。这一事件反映了当时法国在文化民族主义、国家认同构建与古典传统之间所面临的抉择。

完整事件代码

flavor_fra.310 = { # National Language of France
	type = country_event
	title = flavor_fra.310.title
	desc = flavor_fra.310.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = FRA
		from = 1515.1.1
		to = 1540.1.1
		monthly_chance = 33
	}

	trigger = {
		has_ruler = yes
		exists = character:guillaume_bude
		character:guillaume_bude ?= {
			is_alive = yes
			owner ?= c:FRA
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = fra_ruler
        }
		character:guillaume_bude ?= {
			save_scope_as = target_character
		}
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	option = { # Adopt the Ordinance!
		name = flavor_fra.310.a
		historical_option = yes
		culture = {
			add_cultural_influence = cultural_influence_extreme_bonus
		}
	}
	option = { # Maintain Latin as the official language
		name = flavor_fra.310.b
		culture = {
			add_cultural_influence = cultural_influence_weak_penalty
		}
		add_stability = stability_mild_bonus
		add_legitimacy = legitimacy_mild_bonus
	}
}