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

时间范围

1350.1.1 - 1600.1.1,每月有 5% 的概率触发。

触发条件

  • 国家宗教为 纳瓦特尔教
  • 国家当前正遭受 大瘟疫 的疾病影响。

关键效果

  • 选项: flavor_azt.130.a
    • 为国家添加一个 温和的厄运惩罚

背景介绍

在14至16世纪,阿兹特克帝国及其周边纳瓦特尔文明区域曾多次遭受大规模瘟疫的侵袭。这些瘟疫(可能包括天花、麻疹等旧大陆疾病)对人口、社会结构和统治稳定造成了毁灭性打击。此事件模拟了当信奉纳瓦特尔教的统治者面对“大瘟疫”这场空前危机时,所面临的严峻挑战与信仰层面的动荡,通常伴随着“厄运”值的增长,象征着统治合法性与神眷的流失。

完整事件代码

flavor_azt.130 = {
	type = country_event
	title = flavor_azt.130.title
	desc = flavor_azt.130.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.130.a
		add_doom = doom_mild_penalty
	}
}