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.5 威尼斯城市发展

时间范围:1500.1.1 - 1560.1.1,每月 10% 概率触发

触发条件

  • 国家控制威尼斯地区(location:venice)。
  • 国家政府类型为共和国(government_type:republic)。

关键效果

  • 选项 A (历史选项)
    • 威尼斯地区获得温和发展度加成(change_development = development_mild_bonus)。
    • 国库减少相当于威尼斯地区税收基础值 6 倍的金币(add_gold = { value = location:venice.location_tax_base multiply = -6 })。
  • 选项 B
    • 国家获得轻微威望惩罚(add_prestige = prestige_weak_penalty)。

背景介绍: 该事件模拟了16世纪上半叶威尼斯共和国面临的城市发展与财政投入的抉择。作为地中海贸易的重要枢纽,威尼斯城邦的持续繁荣依赖于对核心城市基础设施和商业能力的投资,但这往往需要耗费巨额公共资金。共和国政府需权衡短期财政压力与长期发展收益。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1500.1.1
		to = 1560.1.1
		monthly_chance = 10
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}

	trigger = {
		owns = location:venice
		government_type = government_type:republic
	}

	option = {
		name = flavor_ven.5.a
		historical_option = yes
		location:venice = {
			change_development = development_mild_bonus
		}
		add_gold = { value = location:venice.location_tax_base	multiply = -6 }
	}
	option = {
		name = flavor_ven.5.b
		add_prestige = prestige_weak_penalty
	}
}