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.400 黑鸟狩猎芭蕾舞剧

时间范围:1610.1.1 - 1660.1.1(每月 20% 概率)

触发条件

  • 国家拥有统治者。

关键效果

  • 选项 A:在下一场盛大舞会上推出芭蕾舞剧。(历史选项)
    • 获得少量威望加成。
    • 在巴黎创建一件艺术作品:
      • 艺术家:当前统治者。
      • 类型:戏剧。
      • 品质:50。
      • 关键标识:ballet_de_la_merlaison
  • 选项 B:未来的芭蕾舞剧应仅为王室成员举办。
    • 获得少量正统性加成。
    • 在巴黎创建一件艺术作品:
      • 艺术家:当前统治者。
      • 类型:戏剧。
      • 品质:50。
      • 关键标识:ballet_de_la_merlaison

背景介绍: 此事件模拟了17世纪上半叶法国宫廷文化的一个侧面。在路易十三统治时期及其后,宫廷芭蕾作为一种融合了舞蹈、音乐、诗歌和舞台设计的综合性艺术形式,是彰显王室威望、贵族品味和进行政治展示的重要场合。“黑鸟狩猎芭蕾“可能指代一部具体的宫廷芭蕾作品,其创作和上演反映了当时法国宫廷对艺术赞助的重视,以及艺术如何被用于巩固社会等级和君主权威。

完整事件代码

flavor_fra.400 = { # Ballet of the Blackbird Hunt
	type = country_event
	title = flavor_fra.400.title
	desc = flavor_fra.400.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = FRA
		from = 1610.1.1
		to = 1660.1.1
		monthly_chance = 20
	}


	trigger = {
		has_ruler = yes
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = fra_ruler
        }
		location:paris = {
			create_art = {
				artist = scope:fra_ruler
				quality = 50
				type = work_of_art_type:play
				key = ballet_de_la_merlaison
			}
		}
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}


	option = { # Introduce the Ballet at the next major ball.
		name = flavor_fra.400.a
		historical_option = yes
		add_prestige = prestige_mild_bonus
		show_as_tooltip = {
			location:paris = {
				create_art = {
					artist = scope:fra_ruler
					quality = 50
					type = work_of_art_type:play
					key = ballet_de_la_merlaison
				}
			}
		}
	}
	option = { # Future ballets shall be held only for the royal family.
		name = flavor_fra.400.b
		add_legitimacy = legitimacy_mild_bonus
		show_as_tooltip = {
			location:paris = {
				create_art = {
					artist = scope:fra_ruler
					quality = 50
					type = work_of_art_type:play
					key = ballet_de_la_merlaison
				}
			}
		}
	}
}