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.38 迁都哈拉和林

时间范围

1350.1.1 - 1450.1.1,每月有 25% 的概率触发。

触发条件

  • 国家是 元朝中国 (is_yuan_china = yes)。
  • 拥有 哈拉和林 地区 (owns = location:karakorum)。
  • 首都 不是 哈拉和林 (capital != location:karakorum)。
  • 拥有 大都 地区 (NOT = { owns = location:dadu })。
  • 拥有 上都 地区 (NOT = { owns = location:shangdu })。
  • 国际组织 中华 (international_organization:middle_kingdom) 中 包含当前首都地区 (NOT = { has_location = root.capital })。

关键效果

选项 A:flavor_chi.38.a

  • 执行迁都效果:将首都从当前首都迁移至哈拉和林 (flee_to_location_effect)。

选项 B:flavor_chi.38.b

  • 获得少量威望加成 (add_prestige = prestige_mild_bonus)。

背景介绍

元朝后期,随着中原统治的动摇和蒙古本部势力的压力,朝廷面临是否将政治中心从汉地迁回蒙古草原传统权力中心——哈拉和林的抉择。这一事件反映了元廷在失去对大都、上都等关键城市控制后,在维持中原统治与退回草原根据地之间的战略困境。

完整事件代码

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

	trigger = {
		is_yuan_china = yes
		owns = location:karakorum
		capital != location:karakorum
		NOT = { owns = location:dadu }
		NOT = { owns = location:shangdu }
		international_organization:middle_kingdom ?= {
			NOT = { has_location = root.capital }
		}
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		tag = YUA
		from = 1350.1.1
		to = 1450.1.1
		monthly_chance = 25
	}
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		capital = {
			save_scope_as = current_capital
		}
		location:karakorum = {
			save_scope_as = target_location
		}
		flee_to_location_effect_setup = {
			from = scope:current_capital
			to = scope:target_location
		}
	}

	option = {
		name = flavor_chi.38.a

		flee_to_location_effect = {
			from = scope:current_capital
			to = scope:target_location
		}
	}

	option = {
		name = flavor_chi.38.b

		add_prestige = prestige_mild_bonus
	}
}