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.80 特拉卡埃莱尔登场

时间范围

1350.1.1 - 1550.1.1,每月 2% 概率触发

触发条件

  • 拥有特诺奇蒂特兰(Tenochtitlan)地区
  • 特诺奇蒂特兰地区已建造建筑:特诺奇蒂特兰大神庙(great_temple_of_tenochtitlan)
  • 国家宗教为纳瓦特尔教(nahuatl)

关键效果

选项 A:通过维齐洛波奇特利增强军国主义

  • 标记为历史选项
  • 获得大量陆军传统(army_tradition_extreme_bonus)
  • 获得国家修正“墨西卡扩张时期”(mexica_period_of_expansion_modifier),持续时间为长周期(modifier_duration_years_long),替换现有同名修正

选项 B:通过羽蛇神专注于内部发展

  • 获得大量稳定度(stability_extreme_bonus)
  • 获得国家修正“墨西卡稳定时期”(mexica_period_of_stability_modifier),持续时间为长周期(modifier_duration_years_long),替换现有同名修正

选项 C:通过特斯卡特利波卡神关注我们的人民

  • 当前统治者或摄政获得以下属性提升:
    • 行政能力(adm):5 至 15 点
    • 外交能力(dip):5 至 15 点
    • 军事能力(mil):5 至 15 点
  • 获得国家修正“墨西卡被动增长时期”(mexica_period_of_passive_growth_modifier),持续时间为长周期(modifier_duration_years_long),替换现有同名修正

背景介绍

此事件模拟了阿兹特克帝国(特诺奇蒂特兰)在1350年至1550年间,一位关键历史人物——特拉卡埃莱尔(Tlacaelel)的登场。特拉卡埃莱尔是阿兹特克帝国历史上极具影响力的政治家和军事战略家,曾任“Cihuacoatl”(相当于首相或最高顾问)一职,辅佐多位特拉托阿尼(君主)。他主导了帝国的军事改革、宗教体系强化(特别是对战神维齐洛波奇特利的崇拜)以及“花环战争”(Xochiyaoyotl)制度的建立,旨在为祭祀捕获俘虏而非单纯领土征服。他的政策和意识形态深刻塑造了阿兹特克帝国的扩张性、社会结构和宗教实践,使其从一个地区性强国转变为中美洲的霸主。事件触发要求国家控制特诺奇蒂特兰并建成其标志性的大神庙,反映了特拉卡埃莱尔的出现与帝国核心的宗教-军事体制紧密相关。

完整事件代码

flavor_azt.80 = {
	type = country_event
	title = flavor_azt.80.title
	desc = flavor_azt.80.desc
	historical_info = flavor_azt.80.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TNC
		from = 1350.1.1
		to = 1550.1.1
		monthly_chance = 2
	}

	trigger = {
		owns = location:tenochtitlan
		location:tenochtitlan = {
			has_building = building_type:great_temple_of_tenochtitlan
		}
		religion = religion:nahuatl
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = Tlacaelel
			adm = { 80 100 }
			dip = { 80 100 }
			mil = { 80 100 }
			age = 30
			save_scope_as = target_character
			script = azt_tlacaelel
		}

		random_religious_aspect = {
			save_scope_as = target_religious_aspect
		}
	}

	option = {	#Increase Militarism through Huitzilopochtli
		name = flavor_azt.80.a

		historical_option = yes

		add_army_tradition = army_tradition_extreme_bonus

		add_country_modifier = {
			modifier = mexica_period_of_expansion_modifier
			years = modifier_duration_years_long
			mode = replace
		}
	}

	option = {	#Focus on internal development with quetzalcoatl
		name = flavor_azt.80.b
		add_stability = stability_extreme_bonus

		add_country_modifier = {
			modifier = mexica_period_of_stability_modifier
			years = modifier_duration_years_long
			mode = replace
		}
	}

	option = {	#Focus on our people through tezcatlipoca_god
		name = flavor_azt.80.c
		ruler_or_regent = {
			add_adm = { 5 15 }
			add_dip = { 5 15 }
			add_mil = { 5 15 }
		}

		add_country_modifier = {
			modifier = mexica_period_of_passive_growth_modifier
			years = modifier_duration_years_long
			mode = replace
		}
	}
}