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_ven.21 圣卡夏诺剧院

时间范围

  • 发生时段:1637.1.1 - 1700.1.1
  • 触发概率:每月 2% 概率

触发条件

  • 控制地区:威尼斯(location:venice

关键效果

  • 选项 A(历史选项):
    • 在威尼斯地区建造建筑:圣卡夏诺剧院(building_type:teatro_san_cassiano
    • 获得少量威望加成(prestige_mild_bonus
  • 选项 B
    • 获得少量威望惩罚(prestige_weak_penalty

背景介绍

圣卡夏诺剧院是威尼斯乃至欧洲历史上第一座向公众开放的歌剧院,于1637年正式启用。它的建立标志着歌剧从贵族沙龙走向大众娱乐,深刻影响了欧洲音乐与戏剧的发展。对于威尼斯共和国而言,这座剧院不仅是文化繁荣的象征,也体现了其商业阶层(市民阶层)在推动公共文化事业中的影响力。

完整事件代码

flavor_ven.21 = { #Teatro San Cassiano
	type = country_event
	title = flavor_ven.21.title
	desc = flavor_ven.21.desc

	fire_only_once = yes

	historical_info = flavor_ven.21.historical_info

	dynamic_historical_event = {
		tag = VEN
		from = 1637.1.1
		to = 1700.1.1
		monthly_chance = 2
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
		set_variable = unlocked_teatro_san_cassiano
	}

	trigger = {
		owns = location:venice
	}

	option = {
		name = flavor_ven.21.a
		historical_option = yes
		location:venice = {
			construct_building = {
				building_type = building_type:teatro_san_cassiano
			}
		}
		add_prestige = prestige_mild_bonus
	}

	option = {
		name = flavor_ven.21.b
		add_prestige = prestige_weak_penalty
	}
}