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.27] 脱脱与伯颜之争

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

触发条件

  • 国家为 CHI
  • 脱脱(is_toqto_in_charge = yes)掌权。
  • 未实施“维持汉人政策现状”(NOT = { has_policy = maintain_status_quo_in_han_policies })政策。

关键效果

  • 选项 A (flavor_chi.27.a)
    • 实施政策:maintain_status_quo_in_han_policies(维持汉人政策现状)。
    • 调整中华帝国改革前修正器:-0.05
    • 所有属于 CHI 且文化属于 chinese_group(汉文化组)的人口获得 pop_satisfaction_severe_bonus(人口满意度大幅提升)。
  • 选项 B (flavor_chi.27.b)
    • 调整中华帝国改革前修正器:+0.1
    • 国家文化获得 cultural_influence_mild_bonus(文化影响力轻度提升)。

背景介绍: 此事件反映了元朝后期(约1340-1350年间)统治集团内部,以脱脱(Yua Toqto)为代表的改革派与以伯颜(Yua Bayan Merkid)为代表的保守派之间的权力斗争与政策分歧。脱脱试图通过调整对汉人的政策来缓和民族矛盾、稳定统治,而伯颜则可能主张维持或强化蒙古贵族的特权。事件的核心在于选择是否采纳脱脱的“维持汉人政策现状”方案,这一决策将直接影响元朝内部的社会稳定与改革进程。

完整事件代码

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

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

	illustration_tags = {
		10 = interior
		10 = angry
	}

	trigger = {
		is_toqto_in_charge = yes
		NOT = { has_policy = maintain_status_quo_in_han_policies }
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_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.27.a

		add_policy = policy:maintain_status_quo_in_han_policies
		chi_adjust_pre_rtr_modifiers = { value = -0.05 }
		custom_tooltip = {
			text = yua_every_chinese_pop_will_get_20_satisfaction
			every_pop = {
				limit = {
					owner = root
					culture = {
						has_culture_group = culture_group:chinese_group
					}
				}
				add_pop_satisfaction = pop_satisfaction_severe_bonus
			}
		}
	}

	option = {
		name = flavor_chi.27.b
		chi_adjust_pre_rtr_modifiers = { value = 0.1 }
		culture = {
			add_cultural_influence = cultural_influence_mild_bonus
		}
	}
}