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.19 满洲身份认同

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

触发条件

  • 国家主流文化为 jurchen_culture(女真文化)

关键效果

  • 选项 A

    • 为该国添加名为 mch_manchu_identity 的国家修正,持续时间为永久(years = -1)。
    • 部落阶层满意度大幅降低(estate_satisfaction_extreme_penalty)。
  • 选项 B

    • 社会价值观“汉化 vs 非汉化”(sinicized_vs_unsinicized)小幅向右移动(societal_value_minor_move_to_right)。
    • 社会价值观“传统 vs 创新”(traditionalist_vs_innovative)大幅向左移动(societal_value_large_move_to_left)。
    • 获得少量威望(prestige_mild_bonus)。

背景介绍: 此事件模拟了历史上女真(后称满洲)部族在建立政权过程中面临的核心抉择:是强化自身独特的满洲身份认同,还是选择接受汉文化的影响并进行一定程度的汉化。这一选择深刻影响了其政治结构、社会价值观与统治阶层的忠诚度,是决定其政权未来走向的关键节点。

完整事件代码

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

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

	trigger = {
		culture = culture:jurchen_culture
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_mch.19.a

		add_country_modifier = {
			mode = add_and_extend
			modifier = mch_manchu_identity
			years = -1
		}

		add_estate_satisfaction = {
			type = estate_type:tribes_estate
			value = estate_satisfaction_extreme_penalty
		}
	}

	option = {
		name = flavor_mch.19.b

		change_societal_value = {
			type = sinicized_vs_unsinicized
			value = societal_value_minor_move_to_right
		}

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_large_move_to_left
		}

		add_prestige = prestige_mild_bonus
	}
}