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.428 凡尔赛宫的皇家舞蹈与歌剧学院

时间范围:1670.1.1 - 1726.1.1,每月 10% 概率触发

触发条件

  • 国家拥有统治者。
  • 国家未处于战争状态。
  • 国家拥有变量 enable_sun_king_events
  • 国家拥有巴黎地区。
  • 巴黎地区是首都,并且拥有至少1级的凡尔赛宫建筑。

关键效果

  • 选项A:凡尔赛宫是欧洲的奇迹!

    • 历史选项:是
    • 获得巨额威望加成。
    • 法国文化获得极大的文化影响力加成。
    • AI选择此选项的概率为95%。
  • 选项B:这些歌剧必须停止!

    • 为国家添加一个名为 fra_clamped_down_on_opera 的修正,持续10年。
    • AI选择此选项的概率为5%。

背景介绍: 在路易十四的统治下,法国宫廷文化达到顶峰。1661年,路易十四在巴黎创立了皇家舞蹈学院,旨在规范和发展芭蕾艺术。随后,歌剧也在法国蓬勃发展,尤其是在宏伟的凡尔赛宫。凡尔赛宫不仅是政治中心,也成为了欧洲艺术、音乐和戏剧的焦点,其奢华的歌剧和芭蕾演出彰显了法国的文化霸权与“太阳王”的荣耀。这一事件反映了路易十四如何通过艺术赞助来提升法国的威望和文化影响力。

完整事件代码

flavor_fra.428 = { # Academie Royale de Danse and d’Opera # The Opera of Versailies
	type = country_event
	fire_only_once = yes
 	title = flavor_fra.428.title
 	desc = flavor_fra.428.desc
	image = "gfx/interface/illustrations/institutions/renaissance.dds"
	dynamic_historical_event = {
		tag = FRA
		from = 1670.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
		}
 	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

    immediate = {
		ruler ?= {
            save_scope_as = fra_ruler
        }
	}

 	option = { # Versaillies is the wonder of Europe!
		name = flavor_fra.428.a
		historical_option = yes
		add_prestige = prestige_severe_bonus
		culture:french = {
			add_cultural_influence = cultural_influence_extreme_bonus
		}
		ai_chance = {
			factor = 0.95
		}
 	}

 	option = { # These operas must end!
		name = flavor_fra.428.b
		add_country_modifier = { modifier = fra_clamped_down_on_opera years = 10 mode = add }
		ai_chance = {
			factor = 0.05
		}
 	}
}