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.72 威尼斯卫生官署

时间范围:1450.1.1 - 1550.1.1(每月 5% 概率)

触发条件

  • 国家拥有威尼斯地区。
  • 威尼斯地区已建有“医院”建筑。

关键效果

  • 选项 A (历史选项)
    • 在威尼斯地区建造“卫生官署”建筑。
    • 国家获得少量稳定度加成。
  • 选项 B
    • 国家遭受少量威望惩罚。

背景介绍: 该事件模拟了威尼斯共和国在文艺复兴时期为应对频繁的瘟疫与公共卫生挑战,于1450年至1550年间设立“卫生官署”的历史进程。作为欧洲最早的系统性公共卫生管理机构之一,威尼斯卫生官署负责监督城市卫生、检疫隔离与疫情控制,其建立反映了威尼斯共和国在行政管理与公共健康领域的先进理念,对后世公共卫生体系的发展产生了深远影响。

完整事件代码

flavor_ven.72 = { #Magistrato alla Sanità
	type = country_event
	title = flavor_ven.72.title
	desc = flavor_ven.72.desc

	fire_only_once = yes

	historical_info = flavor_ven.72.historical_info

	dynamic_historical_event = {
		tag = VEN
		from = 1450.1.1
		to = 1550.1.1
		monthly_chance = 5
	}

	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"

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

	option = {
		name = flavor_ven.72.a
		historical_option = yes
		location:venice = {
			construct_building = {
				building_type = building_type:magistrato_alla_sanita
			}
		}
		add_stability = stability_mild_bonus
	}

	option = {
		name = flavor_ven.72.b
		add_prestige = prestige_mild_penalty
	}
}