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.75 支持穆达船队

时间范围:1337.1.1 - 1533.1.1(每月 1% 概率)

触发条件

  • 仅限国家 VEN(威尼斯)
  • 事件仅触发一次

关键效果

  • 选项 A (flavor_ven.75.a):
    • 减少金钱(change_gold_effect = { scale = -2 }
    • 威尼斯地区获得轻微繁荣度加成(prosperity_mild_bonus
    • 获得轻微研究进度加成(research_progress_mild_bonus
  • 选项 B (flavor_ven.75.b):
    • 获得少量威望惩罚(prestige_weak_penalty

背景介绍: 该事件模拟了威尼斯共和国在14至16世纪期间对其关键的海上贸易船队——穆达船队的支持决策。穆达船队是威尼斯进行东方奢侈品贸易的生命线,其航行与安全直接关系到国家的经济繁荣与科技发展。事件反映了威尼斯政府面临的选择:是投入资源保障船队运营以换取长远利益,还是规避短期成本但可能损害国家声望。

完整事件代码

flavor_ven.75 = { #Supporting the Muda Convoys
	type = country_event
	title = flavor_ven.75.title
	desc = flavor_ven.75.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VEN
		from = 1337.1.1
		to = 1533.1.1
		monthly_chance = 1
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

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

	option = {
		name = flavor_ven.75.a
		change_gold_effect = { scale = -2 }
		location:venice = { change_prosperity = prosperity_mild_bonus }
		add_research_progress = research_progress_mild_bonus
	}

	option = {
		name = flavor_ven.75.b
		add_prestige = prestige_weak_penalty
	}
}