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.64] 宦官势力的影响

时间范围
无特定时间范围(无 fromto 字段),每月概率未指定(无 monthly_chance 字段)

触发条件

  • 国家拥有宦官(has_eunuchs = yes
  • 国家首都存在(exists = capital

关键效果

  • 选项 A(flavor_chi.64.a

    • 添加国家修正项 chi_more_eunuchs,持续 20 年(模式为叠加并延长)
    • 首都获得少量繁荣度提升(prosperity_very_weak_bonus
  • 选项 B(flavor_chi.64.b

    • 增加少量威望(prestige_weak_bonus

背景介绍
在拥有宦官制度的国家中,宦官作为宫廷内的重要政治力量,其势力的扩张或抑制常对中央集权与地方治理产生直接影响。此事件反映了君主在面对宦官干政时,选择加强其势力以换取短期稳定,或通过威望手段平衡朝堂权力的历史抉择。

完整事件代码

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

	illustration_tags = {
		10 = interior
		10 = regular
	}

	trigger = {
		has_eunuchs = yes
		exists = capital
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		capital = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_chi.64.a

		add_country_modifier = {
			mode = add_and_extend
			modifier = chi_more_eunuchs
			years = 20
		}

		scope:target_location = {
			change_prosperity = prosperity_very_weak_bonus
		}
	}

	option = {
		name = flavor_chi.64.b

		add_prestige = prestige_weak_bonus
	}
}