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_hab.94] 多元文化帝国

时间范围

1700.1.1 - 1836.1.1(每月 10% 概率触发)

触发条件

  • 国家已拥有 multicultural_empire 科技。

关键效果

选项: flavor_hab.94.a(历史选项)

  • 获得 stability_severe_bonus 稳定性加成。

背景介绍

该事件反映了哈布斯堡君主国(奥地利)在18世纪至19世纪初,随着领土扩张和民族构成日益复杂,逐渐形成并管理一个多民族、多文化帝国的历史进程。获得“多元文化帝国”科技后,君主国正式承认并试图制度化其内部的多样性,这一政策旨在通过包容不同文化和民族来维持帝国的稳定与统一。

完整事件代码

flavor_hab.94 = { #Multicultural Empire
	type = country_event
	title = flavor_hab.94.title
	desc = flavor_hab.94.desc

	fire_only_once = yes

	historical_info = flavor_hab.94.historical_info

	dynamic_historical_event = {
		tag = HAB
		from = 1700.1.1
		to = 1836.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		has_advance = multicultural_empire
	}

	option = {
		name = flavor_hab.94.a
		historical_option = yes
		add_stability = stability_severe_bonus
	}
}