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

422 贵族诱惑

时间范围:1657.1.1 - 1726.1.1(每月 10% 概率) 所属文件temp/FRA/flavor_fra.422.txt

触发条件

事件仅在满足以下所有条件时可能发生:

  • 国家拥有君主。
  • 国家未处于战争状态。
  • 国家拥有变量 enable_sun_king_events
  • 国家拥有巴黎地区,且巴黎是首都,并且拥有至少1级的凡尔赛宫建筑。
  • 国家已授予“凡尔赛宫居住权”阶层特权。

关键效果

事件提供两个选项:

  • 君主的显赫地位永远盖过了贵族(历史选项)
    • 获得巨量威望。
    • 撤销“凡尔赛宫居住权”阶层特权。
    • 授予“永久凡尔赛宫居住权”阶层特权。
  • 贵族的历史权力仍需得到尊重
    • 获得巨量威望。
    • 贵族阶层满意度获得小幅提升。

背景介绍

在路易十四统治时期,凡尔赛宫不仅是王室的居所,更成为法国政治与文化的中心。通过要求贵族离开其地方领地,长期居住于凡尔赛宫,国王得以将权力中心从地方收归中央,削弱了传统贵族的独立性和政治影响力,强化了君主专制。这一事件反映了“太阳王”通过宫廷生活、礼仪和恩宠来控制贵族,巩固王权的历史进程。

事件代码

flavor_fra.422 = { # Seduction of the Nobility # Permanently weakens the nobility
	type = country_event
	fire_only_once = yes
 	title = flavor_fra.422.title
 	desc = flavor_fra.422.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1657.1.1
		to = 1726.1.1
		monthly_chance = 10
	}

 	trigger = {
		has_ruler = yes
		at_war = no
		has_variable = enable_sun_king_events
		owns = location:paris
		location:paris = {
			is_capital = yes
			has_building_with_at_least_one_level = versailles
		}
		has_estate_privilege = estate_privilege:residence_in_versailles
 	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = fra_ruler
        }
		set_variable = { name = enable_permanent_residence_in_versailles value = 1 }
	}

 	option = { # The Eminence of the Monarch has forever eclipsed the nobility
		name = flavor_fra.422.a
		historical_option = yes
		add_prestige = prestige_extreme_bonus
		revoke_estate_privilege = estate_privilege:residence_in_versailles
		grant_estate_privilege = estate_privilege:permanent_residence_in_versailles
		ai_chance = {
			factor = 0.8
		}
 	}

 	option = { # The historical power of the nobility still remains to be respected
		name = flavor_fra.422.b
		add_prestige = prestige_extreme_bonus
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
		ai_chance = {
			factor = 0.2
		}
 	}
}