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.10] 威尼斯资源开发

时间范围

  • 起始日期:1585年1月1日
  • 结束日期:1595年1月1日
  • 触发概率:每月 20% 概率

触发条件

  • 事件仅对 威尼斯(VEN) 国家触发。
  • 事件为 动态历史事件,仅会触发一次。

关键效果

选项 A:flavor_ven.10.a(历史选项)

  • 威尼斯地区获得一次“发展度弱增益”。
  • 国库减少金额,数额为 威尼斯地区税收基础值的 6 倍

选项 B:flavor_ven.10.b

  • 国家 共和传统减少 5 点

背景介绍

该事件模拟了1585年至1595年间,威尼斯共和国可能面临的一次重大资源开发或内部投资决策。作为当时地中海贸易的核心,威尼斯经常需要在城市发展、基础设施建设与国库储备之间进行权衡。事件中的历史选项(选项A)反映了威尼斯倾向于将资金投入本地发展,以增强其长期竞争力,但这会立即消耗大量财政资源。另一个选项则代表了更为保守或引发内部不满的决策,可能导致共和体制的传统受到削弱。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1585.1.1
		to = 1595.1.1
		monthly_chance = 20
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
	}
	option = {
		name = flavor_ven.10.a
		historical_option = yes

		location:venice = {
			change_development = development_weak_bonus
		}
		add_gold = { value = location:venice.location_tax_base	multiply = -6 }

	}
	option = {
		name = flavor_ven.10.b
		add_republican_tradition = -5
	}
}