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.7 罗马正教化

时间范围

  • 起始日期:1300.1.1
  • 结束日期:1800.1.1
  • 触发概率:每月 10% 概率

触发条件

  • 国家宗教为东正教(religion = religion:orthodox
  • 拥有罗马地区(owns = location:rome
  • 罗马地区的主流宗教为东正教(location:rome = { dominant_religion = religion:orthodox }

关键效果

  • 选项名称flavor_byz.7.a
  • 效果
    • 增加少量威望(add_prestige = prestige_mild_bonus
    • 增加大量宗教影响力(add_religious_influence = religious_influence_ultimate_bonus

背景介绍

该事件模拟了东罗马帝国(拜占庭帝国)在恢复对罗马城的控制后,成功将其宗教影响力重新确立为东正教的历史进程。当拜占庭帝国在游戏中重新占领罗马并使其主流宗教回归东正教时,这一事件将触发,象征着帝国在宗教和文化上对旧都的重新整合,并带来威望与宗教影响力的提升。

完整事件代码

flavor_byz.7 = {
	type = country_event
	title = flavor_byz.7.title
	desc = flavor_byz.7.desc

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

	trigger = {
		religion = religion:orthodox
		owns = location:rome
		location:rome = {
			dominant_religion = religion:orthodox
		}
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

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

	option = {
		name = flavor_byz.7.a
		add_prestige = prestige_mild_bonus
		add_religious_influence = religious_influence_ultimate_bonus
	}
}