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.8 威尼斯桨手征召

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

触发条件

  • 国家为 VEN(威尼斯)。
  • 已拥有科技 naval_doctrines_advance
  • 解锁政策 venetian_oarsmen_conscription
  • 水手比例低于 50%(sailors_percentage < 0.5)。

关键效果

  • 选项 A (flavor_ven.8.a) - 历史选项
    • 添加政策 policy:venetian_oarsmen_conscription
  • 选项 B (flavor_ven.8.b)
    • 增加少量稳定度(add_stability = stability_mild_bonus)。
    • 增加少量海军传统(add_navy_tradition = navy_tradition_mild_bonus)。

背景介绍: 在16至17世纪,威尼斯共和国的海军力量是其在地中海维持贸易与军事优势的核心。随着海军学说的发展,以及水手资源的相对短缺,威尼斯面临着重振其传统桨帆船舰队人力的问题。此事件反映了威尼斯为应对这一挑战,考虑实施专门的桨手征召政策,以保障其舰队在关键时期的作战能力。

完整事件代码

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

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

	trigger = {
		has_advance = naval_doctrines_advance
		NOT = { has_unlocked_policy_trigger = { type = venetian_oarsmen_conscription } }
		sailors_percentage < 0.5
	}
	
	illustration_tags = {
        10 = regular
        10 = interior
    }
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		unlock_policy_effect = { type = venetian_oarsmen_conscription }
	}
	option = {
		name = flavor_ven.8.a
		historical_option = yes
		add_policy = policy:venetian_oarsmen_conscription
	}
	option = {
		name = flavor_ven.8.b
		add_stability = stability_mild_bonus
		add_navy_tradition = navy_tradition_mild_bonus
	}
}