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_gen.44 热那亚瘟疫传播者

时间范围:1340.1.1 - 1400.1.1(每月 10% 概率)

触发条件

  • 国家拥有变量 genoese_plague_bringer
  • 疾病 bubonic_plague(黑死病)处于活跃状态。

关键效果

  • 历史选项:选择此选项将执行以下操作:
    1. 在热那亚(location:genoa)、君士坦丁堡(location:constantinople)和墨西拿(location:messina)三个地区,将原始爆发的黑死病(disease:bubonic_plague.original_outbreak)的疾病存在值设为 1。
    2. 移除国家变量 genoese_plague_bringer

背景介绍: 14世纪中叶,黑死病席卷欧亚大陆,造成了毁灭性的人口损失。热那亚共和国作为地中海重要的贸易城邦,其商船和贸易网络在客观上成为了疾病传播的渠道之一。该事件模拟了在特定历史时期内,热那亚可能作为“瘟疫传播者”,将黑死病从其贸易节点(如克里米亚的卡法)进一步扩散到地中海其他关键港口城市(如君士坦丁堡和墨西拿)的历史情景。

完整事件代码

flavor_gen.44 = {
	type = country_event
	fire_only_once = yes
	title = flavor_gen.44.title
	desc = flavor_gen.44.desc
	dynamic_historical_event = {
		tag = GEN
		from = 1340.1.1
		to = 1400.1.1
		monthly_chance = 10
	}
	image = "gfx/interface/illustrations/situation/black_death.dds"
	trigger = {
		has_variable = genoese_plague_bringer
		disease_is_active = disease:bubonic_plague
	}
	#The end is nigh...
	option = {
		name = flavor_gen.44.a
		historical_option = yes
		location:genoa = {
			set_disease_presence = {
				disease_outbreak = disease:bubonic_plague.original_outbreak
				value = 1
			}
		}
		location:constantinople = {
			set_disease_presence = {
				disease_outbreak = disease:bubonic_plague.original_outbreak
				value = 1
			}
		}
		location:messina = {
			set_disease_presence = {
				disease_outbreak = disease:bubonic_plague.original_outbreak
				value = 1
			}
		}
		hidden_effect = {
			remove_variable = genoese_plague_bringer
		}
	}
}