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_tur.200 保加利亚文化同化

时间范围

1444年1月1日 - 1700年1月1日,每月 1% 概率触发

触发条件

  • 保加利亚文化(culture:bulgarian)不存在于任何独立国家中(即没有以保加利亚文化为主流文化的国家)
  • 本国人口中保加利亚文化人口比例超过 5%

关键效果

选项: flavor_tur.200.a

  • 对保加利亚文化施加最高级别的文化传统惩罚(add_cultural_tradition = cultural_tradition_ultimate_penalty

背景介绍

此事件模拟了奥斯曼帝国(TUR)在1444年至1700年间,对境内保加利亚人口进行文化同化的历史进程。当保加利亚文化群体失去独立政治实体(即没有以保加利亚文化为主的国家),且在本国人口中仍占一定比例时,统治者可能选择推行强制同化政策,以削弱其文化认同,巩固帝国统治。

完整事件代码

flavor_tur.200 = {
	type = country_event
	title = flavor_tur.200.title
	desc = flavor_tur.200.desc

	dynamic_historical_event = {
		tag = TUR
		from = 1444.1.1
		to = 1700.1.1
		monthly_chance = 1
	}

	fire_only_once = yes

	trigger = {
		culture:bulgarian = {
			any_country_in_culture = {
				count = 0
			}
		}

		"culture_percentage_in_country(culture:bulgarian)" > 0.05
	}

	immediate = {
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_tur.200.a

		culture:bulgarian = {
			add_cultural_tradition = cultural_tradition_ultimate_penalty
		}
	}
}