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.73 大明律法

时间范围:1360.1.1 - 1390.1.1,每月 10% 概率触发

触发条件

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

关键效果

  • 选项 A
    • 为国家添加名为 chi_grand_pronouncements 的修正,持续 15 年。
    • 设置变量 chi_grand_pronouncements_enacted
    • 显示自定义提示 chi_ming_dynasty_code_will_be_changed
  • 选项 B
    • 为贵族阶层(estate_type:nobles_estate)增加大量满意度(estate_satisfaction_severe_bonus)。
    • 国库收入显著增加(change_gold_effect = { scale = 3 })。

背景介绍: 在明朝建立初期,为了巩固新王朝的统治并确立社会秩序,朝廷面临着制定一套新法典的迫切需求。这一事件反映了明朝开国皇帝朱元璋及其继任者试图通过颁布《大明律》等重大法令来规范官僚体系、强化中央集权,并平衡与贵族阶层的关系。选择不同的选项代表了在法典的严格程度与对传统贵族势力的安抚之间做出权衡。

完整事件代码

flavor_chi.73 = {
	type = country_event
	title = flavor_chi.73.title
	desc = flavor_chi.73.desc

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

	illustration_tags = {
		10 = interior
		10 = regular
	}

	trigger = {
		has_ruler = yes
		is_yuan_china = no
	}

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

	option = {
		name = flavor_chi.73.a

		add_country_modifier = {
			mode = add_and_extend
			modifier = chi_grand_pronouncements
			years = 15
		}
		set_variable = chi_grand_pronouncements_enacted
		custom_tooltip = chi_ming_dynasty_code_will_be_changed
	}

	option = {
		name = flavor_chi.73.b

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_severe_bonus
		}

		change_gold_effect = { scale = 3 }
	}
}