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.120 法律法典化

时间范围:1350.1.1 - 1650.1.1,每月 10% 概率触发

触发条件

  • 国家已拥有“成文法典”科技 (has_advance = codified_laws)

关键效果

  • 选项 A (flavor_azt.120.a):
    • 获得大量政府力量 (add_government_power = government_power_extreme_bonus)
  • 选项 B (flavor_azt.120.b):
    • 获得少量稳定度 (add_stability = stability_mild_bonus)

背景介绍: 随着特诺奇蒂特兰(Tenochtitlan)的崛起与阿兹特克帝国的扩张,社会管理日益复杂。原有的口头传统和习惯法已难以应对庞大的帝国治理需求。在14至17世纪间,阿兹特克统治者面临着将部落习惯系统化、法典化的历史任务。这一过程不仅涉及法律条文的编纂,更关乎中央集权、税收体系和社会等级的制度化建设。法典化标志着阿兹特克文明从部落联盟向成熟国家体制过渡的关键阶段,为后续的帝国行政、司法和军事组织奠定了基础。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TNC
		from = 1350.1.1
		to = 1650.1.1
		monthly_chance = 10
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	
	trigger = {
		has_advance = codified_laws
	}

	option = {
		name = flavor_azt.120.a
		add_government_power = government_power_extreme_bonus
	}
	option = {
		name = flavor_azt.120.b
		add_stability = stability_mild_bonus
	}
}