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.93 拉扎雷托韦基奥改革

时间范围:1500.1.1 - 1700.1.1,每月 1% 概率触发

触发条件

  • 国家拥有威尼斯地区。
  • 国家正在流行流感疾病。

关键效果

  • 选项 A (历史选项)

    • 国库减少 4 年收入。
    • 获得少量稳定度加成。
    • 威尼斯地区获得持续 20 年的修正 ven_reforms_of_lazzaretto_vecchio
  • 选项 B

    • 获得严重稳定度惩罚。
    • 威尼斯地区的流感疾病爆发强度降低至 0.5。

背景介绍: 拉扎雷托韦基奥是威尼斯潟湖中的一个岛屿,历史上曾作为麻风病院和后来的瘟疫隔离医院。在15至17世纪,面对反复爆发的瘟疫(如黑死病、流感等),威尼斯共和国实施了一系列公共卫生改革,包括建立更严格的隔离检疫制度。该事件模拟了威尼斯在流感流行期间,面临是否投入资源进行公共卫生改革(如加强拉扎雷托韦基奥医院的功能)的抉择。选择改革将耗费巨资但可能长期改善卫生状况,而拒绝改革则可能因疫情失控导致社会动荡。

完整事件代码

flavor_ven.93 = { #The Reforms of Lazzaretto Vecchio
	type = country_event
	title = flavor_ven.93.title
	desc = flavor_ven.93.desc

	fire_only_once = yes

	historical_info = flavor_ven.93.historical_info

	dynamic_historical_event = {
		tag = VEN
		from = 1500.1.1
		to = 1700.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:venice
		country_has_disease = disease:influenza
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
		location:venice = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_ven.93.a
		historical_option = yes
		change_gold_effect = { scale = -4 }
		add_stability = stability_mild_bonus
		location:venice = {
			add_location_modifier = { modifier = ven_reforms_of_lazzaretto_vecchio years = 20 mode = add_and_extend }
		}
	}

	option = {
		name = flavor_ven.93.b
		add_stability = stability_severe_penalty
		location:venice = {
			set_disease_presence = {
				disease_outbreak = disease:influenza.original_outbreak
				value = 0.5
			}
		}
	}
}