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.23 元朝对汉人官僚的清洗

时间范围:1338.6.1 - 1343.1.1(每月 15% 概率触发)

触发条件

  • 国家是元朝中国 (is_yuan_china = yes)

关键效果

  • 选项 A (flavor_chi.23.a):
    • 为国家添加名为 yua_purge_of_han_bureaucrats 的修正,持续10年。
    • 调整 chi_adjust_pre_rtr_modifiers 参数,数值增加 0.1。
  • 选项 B (flavor_chi.23.b):
    • 国家合法性遭受严重惩罚 (add_legitimacy = legitimacy_severe_penalty)。
    • 调整 chi_adjust_pre_rtr_modifiers 参数,数值减少 0.05。

背景介绍: 此事件模拟了元朝统治后期,蒙古统治者与汉族官僚及地方势力之间日益紧张的民族与政治关系。元朝为巩固统治,可能采取强硬手段清洗或压制汉族官僚系统,以削弱其影响力并强化蒙古贵族的控制。事件中的两个选项代表了统治者在此问题上的不同抉择:是采取高压清洗政策,还是承受合法性危机以维持现状。

完整事件代码

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

	dynamic_historical_event = {
		tag = CHI
		from = 1338.6.1
		to = 1343.1.1
		monthly_chance = 15
	}

	fire_only_once = yes

	illustration_tags = {
		10 = interior
		10 = armed
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:kaifeng = {
			save_scope_as = target_location
		}
		create_character = {
			estate = estate_type:burghers_estate
			first_name = name_meng4
			last_name = name_fan
			birth_location = scope:target_location
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	trigger = {
		is_yuan_china = yes
	}

	option = {
		name = flavor_chi.23.a

		add_country_modifier = {
			mode = add_and_extend
			modifier = yua_purge_of_han_bureaucrats
			years = 10
		}
		chi_adjust_pre_rtr_modifiers = { value = 0.1 }
	}

	option = {
		name = flavor_chi.23.b

		add_legitimacy = legitimacy_severe_penalty
		chi_adjust_pre_rtr_modifiers = { value = -0.05 }
	}

	after = {
		kill_character_silently = scope:target_character
	}
}