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_chi.74] 明朝法典编纂

时间范围

1390.1.1 - 1420.1.1(每月 10% 概率)

触发条件

  • 国家拥有统治者。
  • 国家不是元朝中国(is_yuan_china = no)。

关键效果

选项 A (flavor_chi.74.a)

  • 解锁政策效果:chi_ming_dynasty_code_policy
  • 添加政策:chi_ming_dynasty_code_policy

选项 B (flavor_chi.74.b)

  • 解锁政策效果:chi_ming_dynasty_code_policy
  • 添加威望:prestige_mild_penalty(轻度惩罚)。

背景介绍

此事件模拟了明朝初期(约1390年至1420年间)法典编纂与法律体系建立的历史进程。明朝建立后,为巩固统治、规范社会秩序,朝廷着手整理和颁布一系列法典与律令,旨在确立中央集权的法律框架,强化行政管理,并区别于前朝(元朝)的治理模式。事件反映了新王朝在制度建设上的关键努力。

完整事件代码

flavor_chi.74 = {
	hide_portraits = yes
	type = country_event
	title = flavor_chi.74.title
	desc = flavor_chi.74.desc

	illustration_tags = {
		10 = interior
		10 = regular
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1390.1.1
		to = 1420.1.1
		monthly_chance = 10
	}

	trigger = {
		has_ruler = yes
		is_yuan_china = no
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:burghers_estate }
		ruler = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_chi.74.a

		unlock_policy_effect = {
			type = chi_ming_dynasty_code_policy
		}

		add_policy = policy:chi_ming_dynasty_code_policy
	}

	option = {
		name = flavor_chi.74.b

		unlock_policy_effect = {
			type = chi_ming_dynasty_code_policy
		}

		add_prestige = prestige_mild_penalty
	}
}