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.50] 设立新局

时间范围

1475.1.1 - 1520.1.1,每月 10% 概率触发

触发条件

  • 国家拥有宦官 (has_eunuchs = yes)

关键效果

  • 选项 A (flavor_chi.50.a)

    • 为国家添加并延长修正项 chi_western_bureau,持续 30 年。
  • 选项 B (flavor_chi.50.b)

    • 为国家添加并延长修正项 chi_eastern_bureau,持续 30 年。
  • 选项 C (flavor_chi.50.c)

    • 增加少量稳定度 (add_stability = stability_mild_bonus)。

背景介绍

在明朝中期的统治体系下,宦官势力与官僚机构之间的关系错综复杂。为了更有效地管理帝国事务,特别是涉及对外关系、贸易或特定区域的控制,朝廷内部有时会提议设立新的管理机构或“局”。这一事件反映了明朝中央政府在面对行政需求时,对于机构改革方向的内部决策过程。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1475.1.1
		to = 1520.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = interior
		10 = regular
	} 

	trigger = {
		has_eunuchs = yes
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_chi.50.a

		add_country_modifier = {
			mode = add_and_extend
			modifier = chi_western_bureau
			years = 30
		}
	}

	option = {
		name = flavor_chi.50.b

		add_country_modifier = {
			mode = add_and_extend
			modifier = chi_eastern_bureau
			years = 30
		}
	}

	option = {
		name = flavor_chi.50.c

		add_stability = stability_mild_bonus
	}
}