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.2 阿提卡地区整合

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

触发条件

  • 国家宗教为东正教(religion = religion:orthodox)。
  • 拥有并完全控制阿提卡省份(own_entire_province = province_definition:attica_province)。
  • 正在整合阿提卡省份(is_integrating = province_definition:attica_province)。

关键效果

  • 选项 flavor_byz.2.a
    • 获得少量威望加成(add_prestige = prestige_mild_bonus)。
    • 在阿提卡省份内,所有由事件触发国拥有的地块,其整合进度增加50点(change_integration_progress = 50)。

背景介绍: 该事件模拟了拜占庭帝国在恢复对核心领土(如阿提卡地区)控制后,进行行政与文化整合的过程。作为东正教世界的中心,拜占庭在重新稳固对雅典等历史区域的控制时,会面临将其重新纳入帝国有效治理的挑战。此事件反映了中央政府通过地方整合来强化统治、提升国家威望的努力。

完整事件代码

flavor_byz.2 = {
	type = country_event
	fire_only_once = yes
	title = flavor_byz.2.title
	desc = flavor_byz.2.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:attica_province
		is_integrating = province_definition:attica_province
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}

	option = {
		name = flavor_byz.2.a
		add_prestige = prestige_mild_bonus

		province_definition:attica_province = {
			every_location_in_province_definition = {
				limit = {
					owner = root
				}
				change_integration_progress = 50
			}
		}
	}
}