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.12] 理藩院设立

时间范围

1337.1.1 - 1821.1.1,每月 10% 概率触发

触发条件

  • 国家主流文化为 女真文化 (culture = culture:jurchen_culture)
  • 拥有至少 50个省份,且这些省份位于以下任一地区:
    • 蒙古地区 (region:mongolia_region)
    • 西藏地区 (region:tibet_region)
    • 新疆地区 (region:xinjiang_region)
    • 北亚次大陆 (sub_continent:north_asia)
    • 中亚次大陆 (sub_continent:central_asia)

关键效果

选项 A (flavor_mch.12.a):

  • 解锁政府改革 “理藩院” (unlock_government_reform_effect = { type = lifan_yuan })
  • 立即采用 “理藩院” 政府改革 (add_reform = government_reform:lifan_yuan)

选项 B (flavor_mch.12.b):

  • 解锁政府改革 “理藩院” (unlock_government_reform_effect = { type = lifan_yuan }) (此选项仅解锁改革,不立即采用)

背景介绍

此事件模拟了历史上由女真(满洲)统治者建立的王朝(如清朝)在扩张并有效控制蒙古、西藏、新疆及中亚等广袤边疆地区后,为管理这些非汉地民族与事务而设立专门机构——“理藩院”的历史进程。理藩院是清朝处理蒙古、回部、西藏等少数民族事务的核心中央机构,体现了对多元帝国进行差异化治理的统治智慧。

完整事件代码

flavor_mch.12 = {
	type = country_event
	title = flavor_mch.12.title
	desc = flavor_mch.12.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
		any_province = {
			count >= 50
			OR = {
				region = region:mongolia_region
				region = region:tibet_region
				region = region:xinjiang_region
				sub_continent = sub_continent:north_asia
				sub_continent = sub_continent:central_asia
			}
		}
	}

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

		unlock_government_reform_effect = { type = lifan_yuan }
		add_reform = government_reform:lifan_yuan
	}

	option = {
		name = flavor_mch.12.b

		unlock_government_reform_effect = { type = lifan_yuan }
	}
}