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.18 威尼斯艺术之都

时间范围
1550.1.1 - 1610.1.1(每月 10% 概率触发)

触发条件
威尼斯地区(location:venice)的艺术品质(location_art_quality)高于罗马地区(location:rome)的艺术品质。

关键效果

  • 历史选项:选择 flavor_ven.18.a
    获得巨额威望加成(add_prestige = prestige_extreme_bonus)。

背景介绍
在16世纪中后期至17世纪初,威尼斯共和国凭借其繁荣的贸易网络和艺术赞助传统,逐渐成为欧洲重要的艺术中心。当威尼斯地区的艺术品质超越传统艺术之都罗马时,这一事件标志着威尼斯在文化艺术领域的崛起,为其带来了极高的国际声望与荣誉。

完整事件代码

flavor_ven.18 = {
	type = country_event

	title = flavor_ven.18.title
	desc = flavor_ven.18.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1550.1.1
		to = 1610.1.1
		monthly_chance = 10
	}

	illustration_tags = {
        10 = happy
        10 = interior
    }

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

	trigger = {
		location:venice.location_art_quality > location:rome.location_art_quality
	}

	option = {
		name = flavor_ven.18.a
		add_prestige = prestige_extreme_bonus
	}
}