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.59] 直接任命政策

时间范围:1350.1.1 - 1821.1.1(每月 10% 概率)

触发条件

  • 国家不是元朝中国(is_yuan_china = no
  • 国家是“中华朝贡体系”(middle_kingdom)国际组织的领导者
  • 该国际组织当前没有启用“直接任命”(direct_appointment)政策

关键效果

  • 选项 A
    • 为“中华朝贡体系”国际组织添加“直接任命”政策
    • 贵族阶层满意度获得显著提升estate_satisfaction_severe_bonus
    • 社会价值观向贵族政治方向偏移(aristocracy_vs_plutocracy 向左移动 societal_value_move_to_left
  • 选项 B
    • 获得轻度研究进度加成(research_progress_mild_bonus

背景介绍: 在中华朝贡体系中,中央王朝对藩属国或地方官员的任命方式是一个重要的政治议题。推行“直接任命”政策意味着中央权力对地方人事的直接干预,这能强化中央集权、提升贵族阶层的忠诚度,但也可能影响行政效率与地方治理的灵活性。此事件反映了明朝及之后中国中央政权在处理庞大帝国官僚体系与地方关系时所面临的选择。

完整事件代码

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

	illustration_tags = {
		10 = interior
		10 = angry
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1350.1.1
		to = 1821.1.1
		monthly_chance = 10
	}

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

	trigger = {
		is_yuan_china = no
		international_organization:middle_kingdom ?= {
			leader_country = root
			NOT = { international_organization_has_policy = policy:direct_appointment }
		}
	}

	option = {
		name = flavor_chi.59.a

		international_organization:middle_kingdom = {
			add_policy_to_international_organization = policy:direct_appointment
		}

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

		change_societal_value = {
			type = aristocracy_vs_plutocracy
			value = societal_value_move_to_left
		}
	}

	option = {
		name = flavor_chi.59.b

		add_research_progress = research_progress_mild_bonus
	}
}