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.16] 女真文化改革

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

触发条件

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

关键效果

  • 选项 A (flavor_mch.16.a)

    • 解锁中文语言改革(unlock_chinese_language_reforms)。
    • 设置变量 unlocked_mandarin_language_reforms
    • 增加少量天命值(celestial_authority_mild_bonus)。
  • 选项 B (flavor_mch.16.b)

    • 解锁阶层特权 mch_tribal_favor
    • 获得条件性收益(MCH_conditional_benefit)。

背景介绍: 此事件模拟了历史上女真(后金/满清)势力在崛起过程中面临的文化与政治抉择。当女真文化背景的政权成为中华朝贡体系的领导者时,他们需要在推行汉化改革以巩固统治,与维护自身部落传统和特权之间做出选择。选项A代表了主动融入汉文化体系、推行语言改革并获取天命正统性的路径;选项B则侧重于强化部落联盟的支持,通过授予特权来维持内部稳定。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		tag = MCH
		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
	}

	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.16.a

		custom_tooltip = unlock_chinese_language_reforms
		set_variable = unlocked_mandarin_language_reforms
		change_celestial_authority = { value = celestial_authority_mild_bonus }
	}

	option = {
		name = flavor_mch.16.b

		unlock_estate_privilege_effect = {
			type = mch_tribal_favor
		}
		custom_tooltip = MCH_conditional_benefit
	}
}