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

时间范围

1350.1.1 - 1600.1.1(每月 5% 概率触发)

触发条件

  • 国家宗教为 纳瓦特尔教 (religion:nahuatl)
  • 国家当前正遭受 大瘟疫 (country_has_disease = disease:great_pestilence)

关键效果

选项: flavor_azt.150.a

  • 效果: 在人口最多的省份中,最多选择 1 + (总省份数 * 0.2) 个省份,对其境内的所有人口造成 10% 的人口损失。

背景介绍

该事件模拟了14至16世纪期间,信奉纳瓦特尔教的阿兹特克帝国(或其继承国)在遭遇席卷全国的大瘟疫时所面临的严峻考验。大瘟疫(Great Pestilence)可能指代历史上美洲原住民在接触旧大陆疾病(如天花、麻疹)后爆发的毁灭性流行病,这些疾病造成了前所未有的人口锐减与社会动荡。事件反映了统治者在灾难面前,不得不面对人口大量消亡的残酷现实。

完整事件代码

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

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

	illustration_tags = {
        10 = regular
        10 = exterior
    }

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

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

	option = {
		name = flavor_azt.150.a

		custom_tooltip = {
			text = many_pops_will_perish_tt
			ordered_owned_location = {
				order_by = population
				max = {
					value = 1
					add = {
						value = num_provinces
						multiply = 0.2
					}
				}
				every_pop = {
					add_pop_size = { # CAESAR-1694 destroy_pop
						value = pop_size
						multiply = -0.1
					}
				}
			}
		}
	}
}