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.14 威尼斯玻璃工业的兴起

时间范围:1350.1.1 - 1700.1.1(每月 10% 概率)

触发条件

  • 国家拥有威尼斯(Venice)地区。
  • 国家人口中希腊文化(greek_culture)的占比大于0%。
  • 君士坦丁堡(Constantinople)地区:
    • 如果拜占庭帝国(BYZ)存在,则该地区不属于拜占庭帝国。
    • 该地区不属于威尼斯(VEN)。

关键效果

  • 选项 A
    • 获得少量威望(prestige_weak_bonus)。
    • 在威尼斯(Venice)地区添加一个名为 ven_murano_glass_industry 的永久性修正(months = -1 表示无限期)。

背景介绍: 随着拜占庭帝国的衰落和君士坦丁堡局势的变化,威尼斯共和国凭借其在地中海贸易网络中的核心地位,吸引了大量来自希腊地区的工匠和商人。其中,掌握先进玻璃制造技术的希腊工匠移居至威尼斯的穆拉诺岛,为当地玻璃工业的兴起奠定了基础。这一事件标志着威尼斯开始利用其人才和地理优势,发展出闻名欧洲的奢侈品制造业。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1350.1.1
		to = 1700.1.1
		monthly_chance = 10
	}

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_glass.dds"

	trigger = {
		owns = location:venice
		"culture_percentage_in_country(culture:greek_culture)" > 0
		location:constantinople = {
			trigger_if = {
				limit = {
					country_exists = c:BYZ
				}
				NOT = {	owner = c:BYZ }
			}
			NOT = { owner = c:VEN }
		}
	}

	option = {
		name = flavor_ven.14.a
		add_prestige = prestige_weak_bonus
		location:venice = {
			add_location_modifier = { modifier = ven_murano_glass_industry months = -1 mode = add_and_extend }
		}
	}
}