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_mch.6 剃发易服

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

触发条件

  • 国家文化为 jurchen_culture(女真文化)。
  • 国家是 international_organization:middle_kingdom(中华朝贡体系)的领导者。
  • 国家拥有统治者。

关键效果

  • 选项 A (flavor_mch.6.a):
    • 实施政策 policy:enforce_queue_hair(强制推行剃发)。
    • 为国家文化添加 cultural_influence_severe_bonus(文化影响力严重增益)。
  • 选项 B (flavor_mch.6.b):
    • 实施政策 policy:queue_hair_status_quo(维持剃发现状)。
    • 所有阶层满意度增加 0.1

背景介绍: 此事件模拟了历史上由女真(满洲)统治者建立的清朝所推行的“剃发易服”政策。该政策强制要求被征服的汉人及其他民族改变发式和服饰,以满洲习俗为标准,作为政治臣服和文化同化的标志。事件反映了统治者如何在推行文化统一与维持社会稳定之间做出抉择。

完整事件代码

flavor_mch.6 = {
	type = country_event
	title = flavor_mch.6.title
	desc = flavor_mch.6.desc

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

	trigger = {
		culture = culture:jurchen_culture
		is_leader_of_international_organization = international_organization:middle_kingdom
		has_ruler = yes
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	immediate = {
		unlock_law_effect = {
			type = mch_queue_hair
		}

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

		ruler = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_mch.6.a

		add_policy = policy:enforce_queue_hair
		culture = {
			add_cultural_influence = cultural_influence_severe_bonus
		}
	}

	option = {
		name = flavor_mch.6.b

		add_policy = policy:queue_hair_status_quo
		add_all_estate_satisfaction = {
			value = 0.1
		}
	}
}