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.49 宫廷机构改革

时间范围
1400.1.1 - 1821.1.1(每月 1% 概率触发)

触发条件

  • 国家是国际组织 middle_kingdom 的领导者

关键效果

  • 选项 A

    • 添加国家修正 chi_palace_branch,持续 40 年
    • 增加少量正统性
  • 选项 B

    • 添加国家修正 chi_admonishment_branch,持续 40 年
    • 社会价值观 spiritualist_vs_humanist 小幅向左移动
  • 选项 C

    • 添加国家修正 chi_touring_censors,持续 40 年
    • 社会价值观 centralization_vs_decentralization 小幅向左移动
  • 选项 D

    • 大幅增加稳定度

背景介绍
在明朝至清朝的漫长历史中,作为“天朝上国”的中华帝国,其宫廷与官僚体系的运作方式对国家治理有着深远影响。统治者时常面临如何调整中央机构、强化皇权与官僚监督,以及平衡不同治理理念的抉择。本事件反映了当中国居于“中华朝贡体系”核心地位时,朝廷内部关于行政体系改革的不同路径与争论。

完整事件代码

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

	illustration_tags = {
		10 = interior
		10 = regular
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1400.1.1
		to = 1821.1.1
		monthly_chance = 1
	}

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

	trigger = {
		is_leader_of_international_organization = international_organization:middle_kingdom
	}

	option = {
		name = flavor_chi.49.a

		add_country_modifier = {
			mode = add_and_extend
			modifier = chi_palace_branch
			years = 40
		}

		add_legitimacy = legitimacy_mild_bonus
	}

	option = {
		name = flavor_chi.49.b

		add_country_modifier = {
			mode = add_and_extend
			modifier = chi_admonishment_branch
			years = 40
		}

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_minor_move_to_left
		}
	}

	option = {
		name = flavor_chi.49.c

		add_country_modifier = {
			mode = add_and_extend
			modifier = chi_touring_censors
			years = 40
		}

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_minor_move_to_left
		}
	}

	option = {
		name = flavor_chi.49.d

		add_stability = stability_severe_bonus
	}
}