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.4] 威尼斯文艺复兴文化影响

时间范围

  • 事件窗口:1475.1.1 - 1501.1.1
  • 触发概率:每月 10% 概率

触发条件

  • 国家限制:仅限威尼斯(VEN)触发
  • 其他条件:该事件为动态历史事件,在指定时间范围内随机触发,且仅能触发一次(fire_only_once = yes

关键效果

  • 选项flavor_ven.4.a
    • 增加少量威望(add_prestige = prestige_mild_bonus
    • 为当前主流文化增加极大的文化影响力(culture = { add_cultural_influence = cultural_influence_extreme_bonus }

背景介绍

15世纪末至16世纪初,威尼斯共和国凭借其繁荣的贸易网络和富庶的经济,成为意大利文艺复兴的重要中心之一。这一时期,威尼斯不仅在艺术、建筑和学术上取得了显著成就,其文化影响力也随着商路和外交活动辐射至整个地中海乃至欧洲其他地区。该事件模拟了威尼斯在这一历史阶段,利用其财富与地位,主动推广自身文化,从而提升国家声望和软实力的过程。

完整事件代码

flavor_ven.4 = {
	type = country_event
	title = flavor_ven.4.title
	desc = flavor_ven.4.desc

	image = "gfx/interface/illustrations/institutions/renaissance.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1475.1.1
		to = 1501.1.1
		monthly_chance = 10
	}

	option = {
		name = flavor_ven.4.a
		add_prestige = prestige_mild_bonus
		culture = {
			add_cultural_influence = cultural_influence_extreme_bonus
		}
	}
}