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_azt.140 大瘟疫的考验

时间范围:1350.1.1 - 1600.1.1(每月 5% 概率)

触发条件

  • 国家宗教为纳瓦特尔教(religion:nahuatl
  • 国家正遭受“大瘟疫”疾病(country_has_disease = disease:great_pestilence

关键效果

  • 选项 Aflavor_azt.140.a
    • 效果:国家稳定性遭受终极惩罚(add_stability = stability_ultimate_penalty

背景介绍: 在14至16世纪,特诺奇蒂特兰(Tenochtitlan,即阿兹特克帝国)及其统治的纳瓦特尔文明区域,可能遭遇了被称为“大瘟疫”的严重流行病。此类事件对以密集农业和城市生活为基础的社会结构构成了严峻挑战,往往导致人口锐减、社会动荡和统治危机。该事件模拟了在特定宗教(纳瓦特尔教)和特定灾难(大瘟疫)同时存在的历史情境下,统治者面临的艰难抉择及其对国家稳定的毁灭性影响。

完整事件代码

flavor_azt.140 = {
	type = country_event
	title = flavor_azt.140.title
	desc = flavor_azt.140.desc

	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = TNC
		from = 1350.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	trigger = {
		religion = religion:nahuatl
		country_has_disease = disease:great_pestilence
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

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

	option = {
		name = flavor_azt.140.a
		add_stability = stability_ultimate_penalty
	}
}