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.44] 宦官专权

时间范围

1400.1.1 - 1650.1.1,每月 10% 概率触发

触发条件

  • 仅限国家标签为 CHI 的国家
  • 事件仅能触发一次

关键效果

选项 A:flavor_chi.44.a

  • 所有阶层满意度增加 0.15
  • 如果当前没有空闲的改革槽位,则移除一个随机现有改革
  • 添加政府改革:empower_the_eunuchs(宦官专权)
  • 显示自定义提示:chi_how_to_strengthen_the_reform

选项 B:flavor_chi.44.b

  • 增加极端惩罚级别的稳定度(stability_extreme_penalty

背景介绍

在明朝中后期,宦官势力逐渐膨胀,开始深度干预朝政。他们利用接近皇帝的便利,结党营私,把持朝纲,甚至控制特务机构,对国家的政治稳定和行政效率造成了深远影响。此事件反映了皇权与宦官集团之间的复杂关系,以及统治者面临的选择:是借助宦官巩固权力,还是冒着政局动荡的风险遏制其势力。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1400.1.1
		to = 1650.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = interior
		10 = angry
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		unlock_government_reform_effect = {
			type = empower_the_eunuchs
		}
		random_current_reforms = {
			save_scope_as = target_reform
		}
		random_current_reforms = {
			limit = {
				is_major_reform = no
			}
			save_scope_as = target_reform
		}
	}

	option = {
		name = flavor_chi.44.a

		add_all_estate_satisfaction = {
			value = 0.15
		}

		if = {
			limit = {
				num_open_reform_slots = 0
			}
			remove_reform = scope:target_reform
		}

		add_reform = government_reform:empower_the_eunuchs
		custom_tooltip = chi_how_to_strengthen_the_reform
	}

	option = {
		name = flavor_chi.44.b

		add_stability = stability_extreme_penalty
	}
}