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.230 特诺奇蒂特兰的统治

时间范围

  • 触发窗口:1337.1.1 - 1480.1.1
  • 触发概率:每月 1% 概率

触发条件

  • 国家为 TNC(特诺奇蒂特兰)
  • 首都中存在 奴隶 人口,且其规模大于 0.1

关键效果

选项一:无人能质疑我们的统治!

  • 获得 威望极大提升
  • 获得 政府点数极大提升
  • 获得 稳定度小幅提升

选项二:我们的敌人将如风中尘埃般溃散……

  • 在首都投下 对抗性炸弹,施加修正 antagonism_tzompantli_further_aggression
  • 获得 陆军传统极大提升
  • 增加 厄运小幅提升

背景介绍

该事件反映了特诺奇蒂特兰(阿兹特克帝国首都)在14至15世纪期间,基于奴隶人口维持其统治权威与军事扩张的历史背景。首都中奴隶的存在象征着帝国的社会结构与统治基础,事件选项分别对应强化内部统治权威或对外展示军事威慑与宗教献祭(通过“对抗性炸弹”体现)两种策略,体现了阿兹特克帝国通过仪式性暴力与军事传统巩固权力的特点。

完整事件代码

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

	fire_only_once = yes

	dynamic_historical_event = {
		tag = TNC
		from = 1337.1.1
		to = 1480.1.1
		monthly_chance = 1
	}

	trigger = {
		capital = {
			any_pop = {
				pop_size > 0.1
				pop_type = pop_type:slaves
			}
		}
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:clergy }
		capital = {
			save_scope_as = target_location
		}
	}

	#None shall question our rule!
	option = {
		name = flavor_azt.230.a

		add_prestige = prestige_extreme_bonus
		add_government_power = government_power_extreme_bonus
		add_stability = stability_mild_bonus
	}

	#Our foes will crumble, like dust in the wind...
	option = {
		name = flavor_azt.230.b

		drop_antagonism_bomb = {
			target = capital
			modifier = antagonism_tzompantli_further_aggression
		}
		add_army_tradition = army_tradition_extreme_bonus
		add_doom = doom_mild_bonus
	}
}