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_byz.6 拜占庭整合马尔蒂马省

时间范围
1300.1.1 - 1800.1.1(每月 10% 概率)

触发条件

  • 国家宗教为正教(Orthodox)
  • 拥有并正在整合马尔蒂马省(province_definition:marittima_province)

关键效果

  • 选项 Aflavor_byz.6.a):
    • 获得少量威望(prestige_mild_bonus
    • 在马尔蒂马省所有由本国拥有的地块上,整合进度增加 50(change_integration_progress = 50

背景介绍
该事件模拟了拜占庭帝国在正教信仰影响下,对马尔蒂马省进行行政与宗教整合的历史进程。作为帝国核心领土的一部分,马尔蒂马省的整合不仅增强了中央控制力,也进一步巩固了正教会在当地的影响力,体现了拜占庭中后期对地方治理与宗教统一的持续努力。

完整事件代码

flavor_byz.6 = {
	hide_portraits = yes
	type = country_event
	title = flavor_byz.6.title
	desc = flavor_byz.6.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BYZ
		from = 1300.1.1
		to = 1800.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	trigger = {
		religion = religion:orthodox
		own_entire_province = province_definition:marittima_province
		is_integrating = province_definition:marittima_province
	}

	immediate = {
		character:fra_charlemagne = {
			save_scope_as = target_character
		}
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

	option = {
		name = flavor_byz.6.a
		add_prestige = prestige_mild_bonus
		province_definition:marittima_province = {
			every_location_in_province_definition = {
				limit = {
					owner = root
				}
				change_integration_progress = 50
			}
		}
	}
}