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.3] 科贾埃利省整合

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

触发条件

  • 国家宗教为东正教。
  • 拥有并完全控制省份 kocaeli_province(科贾埃利省)。
  • 正在整合省份 kocaeli_province

关键效果

  • 选项 Aflavor_byz.3.a
    • 获得少量威望加成。
    • kocaeli_province 省份中,所有由本国拥有的地块,其整合进度增加 50。

背景介绍: 作为东罗马帝国的继承者,拜占庭帝国在光复旧土的过程中,对关键地区的有效整合是恢复国力与统治秩序的重要环节。科贾埃利省(历史上的比提尼亚地区)地处博斯普鲁斯海峡东岸,是连接帝国核心区与小亚细亚的战略要地。成功整合该地区,不仅能巩固帝国对海峡的控制,也能提振国民士气,彰显帝国复兴的合法性。

完整事件代码

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

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

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

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