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.26 脱脱更化

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

触发条件

  • 国家为 CHI
  • 脱脱(Toqto)执政(is_toqto_in_charge = yes)。
  • 主角国家是“中华”(middle_kingdom)国际组织的领导者。
  • “中华”国际组织当前拥有政策 policy:direct_appointment

关键效果

  • 选项 A (flavor_chi.26.a)

    • 为“中华”国际组织添加政策 policy:focus_on_classics
    • 减少 chi_adjust_pre_rtr_modifiers 修正值 0.05。
    • 将社会价值观 sinicized_vs_unsinicized 向“汉化”(左)方向进行大幅调整(societal_value_huge_move_to_left)。
  • 选项 B (flavor_chi.26.b)

    • 增加少量稳定度(stability_mild_bonus)。
    • 增加 chi_adjust_pre_rtr_modifiers 修正值 0.15。
    • 增加贵族阶层(estate_type:nobles_estate)少量满意度(estate_satisfaction_mild_bonus)。

背景介绍: 此事件模拟了元朝末年,权臣伯颜(Bayan)倒台后,脱脱(Toqto)主政并推行“更化”改革的时期。脱脱试图通过恢复科举、推崇儒学经典来缓和民族矛盾、巩固元廷统治,但改革也触及了蒙古贵族等既得利益集团。事件反映了元廷在统治危机中,于“汉化”政策与维持旧制之间的艰难抉择。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1340.1.1
		to = 1350.1.1
		monthly_chance = 15
	}

	trigger = {
		is_toqto_in_charge = yes
		international_organization:middle_kingdom ?= {
			leader_country = root
			international_organization_has_policy = policy:direct_appointment
		}
	}

	illustration_tags = {
		10 = interior
		10 = regular
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
		character:yua_toqto = {
			save_scope_as = target_character
		}
		character:yua_bayan_merkid = {
			save_scope_as = dead_character
		}
	}

	option = {
		name = flavor_chi.26.a

		international_organization:middle_kingdom = {
			add_policy_to_international_organization = policy:focus_on_classics
		}
		chi_adjust_pre_rtr_modifiers = { value = -0.05 }
		change_societal_value = {
			type = sinicized_vs_unsinicized
			value = societal_value_huge_move_to_left
		}
	}

	option = {
		name = flavor_chi.26.b

		add_stability = stability_mild_bonus
		chi_adjust_pre_rtr_modifiers = { value = 0.15 }
		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_mild_bonus
		}
	}
}