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.28 威尼斯兵工厂

时间范围:1500.1.1 - 1700.1.1,每月 2% 概率触发

触发条件

  • 威尼斯地区(location:venice)拥有建筑 building_type:venetian_arsenal(威尼斯兵工厂)。
  • 玩家拥有威尼斯地区(owns = location:venice)。

关键效果

  • 选项flavor_ven.28.a
    • 效果:获得海军传统极端加成(add_navy_tradition = navy_tradition_extreme_bonus)。

背景介绍: 威尼斯兵工厂(Arsenale di Venezia)是威尼斯共和国在历史上至关重要的海军造船厂和军械库。它始建于12世纪,并在随后的几个世纪中不断扩建,成为当时欧洲最大、最高效的工业复合体之一。兵工厂采用流水线生产方式,能够以惊人的速度建造和装备战舰,是威尼斯维持其地中海海上霸权和商业帝国的重要支柱。该事件反映了兵工厂在16至17世纪期间,对威尼斯海军传统和军事力量的持续贡献。

完整事件代码

flavor_ven.28 = { #The Venetian Arsenal
	type = country_event
	title = flavor_ven.28.title
	desc = flavor_ven.28.desc

	fire_only_once = yes

	historical_info = flavor_ven.28.historical_info

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

	image = "gfx/interface/illustrations/units/navy_heavy_ship_3.dds"

	trigger = {
		location:venice = {
			has_building = building_type:venetian_arsenal
		}
		owns = location:venice
	}

	option = {
		name = flavor_ven.28.a
		add_navy_tradition = navy_tradition_extreme_bonus
	}
}