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_rus.11 东正教影响事件

时间范围

1500.1.1 - 1600.1.1
每月触发概率:1%(monthly_chance = 1

触发条件

  • 国家宗教为东正教(religion = religion:orthodox

关键效果

  • 选项 A (flavor_rus.11.a):
    增加宗教影响力(add_religious_influence = religious_influence_mild_bonus

  • 选项 B (flavor_rus.11.b):
    增加稳定度(add_stability = stability_mild_bonus

背景介绍

该事件反映了16世纪俄罗斯作为东正教核心国家所面临的内政与宗教平衡问题。在莫斯科大公国向沙皇国转型期间,统治者常需在强化教会影响力与维持国内稳定之间做出抉择,以巩固中央集权并应对社会变革。

完整事件代码

flavor_rus.11 = {
	type = country_event

	title = flavor_rus.11.title
	desc = flavor_rus.11.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		religion = religion:orthodox	
	}

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

	option = {
		name = flavor_rus.11.a
		add_religious_influence = religious_influence_mild_bonus
	}
	option = {
		name = flavor_rus.11.b
		add_stability = stability_mild_bonus
	}
}