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.39] 威尼斯音乐学派

时间范围

  • 起始日期:1537年1月1日
  • 结束日期:1650年1月1日
  • 触发概率:每月 10% 概率

触发条件

  • 国家需拥有 ven_venetian_school_of_music 这一进步(advance)。

关键效果

选项 A:flavor_ven.39.a

  • 历史选项:是
  • 财政:减少 24 金币
  • 地区效果:在威尼斯地区,增加繁荣度(prosperity_severe_bonus
  • 文化效果
    • 增加文化传统(cultural_tradition_mild_bonus
    • 增加文化影响力(cultural_influence_mild_bonus
  • 特殊操作
    • 显示自定义提示 flavor_ven.39.a.tt
    • 设置变量 unlocked_venetian_school_of_music_characters

选项 B:flavor_ven.39.b

  • 声望:减少声望(prestige_mild_penalty

背景介绍

该事件模拟了16至17世纪威尼斯共和国音乐文化的重要发展时期。威尼斯音乐学派以其复调音乐、器乐演奏和歌剧的早期发展而闻名,吸引了如阿德里安·维拉尔特、乔瓦尼·加布里埃利等作曲家。这一文化繁荣不仅提升了威尼斯的艺术声望,也通过音乐促进了其文化影响力在欧洲的传播,同时需要宫廷和贵族的资金支持。

完整事件代码

flavor_ven.39 = { #Venetian School of Music
	type = country_event
	title = flavor_ven.39.title
	desc = flavor_ven.39.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = VEN
		from = 1537.1.1
		to = 1650.1.1
		monthly_chance = 10
	}

	trigger = {
		has_advance = ven_venetian_school_of_music
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_ven.39.a
		historical_option = yes
		change_gold_effect = { scale = -24 }
		location:venice = {
			change_prosperity = prosperity_severe_bonus
		}
		culture = {
			add_cultural_tradition = cultural_tradition_mild_bonus
			add_cultural_influence = cultural_influence_mild_bonus
		}
		custom_tooltip = flavor_ven.39.a.tt
		set_variable = unlocked_venetian_school_of_music_characters
	}

	option = {
		name = flavor_ven.39.b
		add_prestige = prestige_mild_penalty
	}
}