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_ser.250 马卡里耶·索科洛维奇

时间范围

1550.1.1 - 1574.1.1,在此期间内,每月有 10% 的概率触发。

触发条件

  • 国家必须是 自主牧首制(autocephalous_patriarchate) 类型国际组织的成员。
  • 国家必须拥有 “牧首制复兴(the_rebirth_of_the_patriarchate)” 这一进步。

关键效果

选项: flavor_ser.250.a

  • 获得 宗教影响力严重加成(religious_influence_severe_bonus)
  • 神职人员阶层(clergy_estate) 增加 阶层满意度严重加成(estate_satisfaction_severe_bonus)
  • 将事件中创建的 马卡里耶·索科洛维奇 人物移动到本国。

背景介绍

该事件模拟了16世纪中叶塞尔维亚正教会的重要人物——马卡里耶·索科洛维奇登上历史舞台的场景。作为奥斯曼帝国大维齐尔索库鲁·穆罕默德帕夏的兄弟,马卡里耶被任命为塞尔维亚牧首,这一任命在奥斯曼“米勒特”制度下,加强了帝国对东正教臣民的间接统治,同时也为塞尔维亚民族教会保留了一定的自治权和文化传承空间。事件反映了在特定政治与宗教条件下,关键人物对教会与国家关系产生的深远影响。

完整事件代码

flavor_ser.250 = { #Makarije Sokolovic
	type = country_event
	title = flavor_ser.250.title
	desc = flavor_ser.250.desc

	historical_info = flavor_ser.250.historical_info

	fire_only_once = yes

	image = "gfx/interface/illustrations/international_organization_types/autocephalous_patriarchate.dds"

	dynamic_historical_event = {
		tag = SER
		from = 1550.1.1
		to = 1574.1.1
		monthly_chance = 10
	}

	trigger = {
		is_member_of_international_organization_of_type = {
			type = autocephalous_patriarchate
		}
		has_advance = the_rebirth_of_the_patriarchate
	}

	immediate = {
		create_character = {
			first_name = name_macarius
			last_name = Sokolovic
			birth_date = 1510.2.8
			birth_location = location:visegrad
			estate = estate_type:clergy_estate
			adm = 60
			dip = 90
			mil = 10
			culture = culture:serbian
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_ser.250.a
		add_religious_influence = religious_influence_severe_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_severe_bonus
		}
		scope:target_character = {
			move_country = root
		}
	}
}