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_kie.7 基辅大主教区危机

时间范围

1560.1.1 - 1821.1.1,每月有 3% 的概率触发。

触发条件

  • 国家控制着基辅地区 (location:kyiv),并且该地区拥有修正项 kie_crown_controlled_metropolitan
  • 国家信仰的宗教 不是 东正教 (religion:orthodox)。
  • 国家 没有 启用特权 plc_empower_orthodox_nobility

关键效果

选项 A:flavor_kie.7.a

  • 国家稳定性遭受 极端惩罚 (stability_extreme_penalty)。
  • 在基辅地区,所有由本国控制且信仰东正教的民众 (pop) 满意度将遭受 终极惩罚 (pop_satisfaction_ultimate_penalty)。

选项 B:flavor_kie.7.b

  • 移除基辅地区的修正项 kie_crown_controlled_metropolitan
  • 教士阶层 (clergy_estate) 的满意度遭受 轻度惩罚 (estate_satisfaction_mild_penalty)。

背景介绍

在1560年至1821年间,控制基辅但非东正教信仰的国家可能面临一场治理危机。基辅作为东正教的重要中心,其大主教区 (kie_crown_controlled_metropolitan) 处于国家直接控制之下。当统治者的信仰与当地主流宗教相悖时,这种控制引发了尖锐的矛盾。事件迫使统治者做出抉择:是强硬维持控制,激怒当地东正教民众并动摇国家稳定;还是做出让步,移除对教区的直接控制以缓和矛盾,但这会招致国内教士阶层的不满。这反映了历史上在宗教多元地区,中央政权与地方宗教势力之间的紧张关系。

完整事件代码

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

	dynamic_historical_event = {
		tag = KIE
		tag = UKR
		tag = PLC
		tag = ZAZ
		tag = POL
		from = 1560.1.1
		to = 1821.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	trigger = {
		location:kyiv = {
			owner ?= root
			has_location_modifier = kie_crown_controlled_metropolitan
		}

		NOT = { religion = religion:orthodox }
		NOT = { has_estate_privilege = estate_privilege:plc_empower_orthodox_nobility }
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		location:kyiv = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_kie.7.a

		add_stability = stability_extreme_penalty

		custom_tooltip = {
			text = kie_all_kiev_pops_become_angrier_tt
			scope:target_location = {
				every_pop = {
					limit = {
						owner ?= root
						religion = religion:orthodox
					}
					add_pop_satisfaction = pop_satisfaction_ultimate_penalty
				}
			}
		}
	}

	option = {
		name = flavor_kie.7.b

		scope:target_location = {
			remove_location_modifier = kie_crown_controlled_metropolitan
		}

		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_mild_penalty
		}
	}
}