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.1102 拜占庭静修主义之争

时间范围

  • 事件窗口:1340.1.1 - 1365.1.1
  • 触发概率:每月 2% 概率

触发条件

  • 角色 byz_barlaam_of_seminara 必须:
    • 存活
    • 属于当前国家(ROOT)
    • 拥有变量 hesychasm_activated_variable
  • 当前国家必须是拜占庭(BYZ)

关键效果

选项 A:flavor_byz.1102.a

  • 历史选项:是
  • 宗教影响力大幅下降(religious_influence_severe_penalty
  • 教士阶层满意度大幅下降(estate_satisfaction_radical_penalty

选项 B:flavor_byz.1102.b

  • 将角色 byz_barlaam_of_seminara 迁移至一个天主教国家(宗教影响力最高的非本国天主教国家)
  • 触发目标国家的静修主义相关事件 flavor_byz.1101
  • 国家稳定度大幅下降(stability_severe_penalty
  • 宗教影响力小幅提升(religious_influence_weak_bonus

背景介绍

14世纪中叶,拜占庭帝国面临内外交困。在宗教领域,静修主义(Hesychasm)的兴起引发了激烈的神学辩论。以巴拉姆(Barlaam of Seminara)为代表的反对派与以格列高利·帕拉马斯(Gregory Palamas)为代表的支持派就静修祈祷和神光体验展开论战。这场争论不仅涉及神学教义,更牵动帝国政治与教士阶层,反映了拜占庭晚期社会在危机中寻求精神支柱的复杂局面。

完整事件代码

flavor_byz.1102 = { #
	hide_portraits = yes
	type = country_event
	title = flavor_byz.1102.title
	desc = flavor_byz.1102.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BYZ
		from = 1340.1.1
		to = 1365.1.1
		monthly_chance = 2
	}

	trigger = {
		character:byz_barlaam_of_seminara ?= {
			is_alive = yes
			owner = ROOT
			has_variable = hesychasm_activated_variable
		}
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		capital = { save_scope_as = target_location }
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ordered_known_country = {
			limit = {
				religion = religion:catholic
				this != ROOT
			}
			order_by = religious_influence
			max = 1
			save_scope_as = target_country
		}
		character:byz_barlaam_of_seminara ?= { save_scope_as = target_character }
		ordered_character = {
			limit = {
				religion = religion:orthodox
				has_estate = estate_type:clergy_estate
				is_ruler = no
				is_regent = no
				NOT = { has_variable = hesychasm_activated_variable }
			}
			order_by = {
				value = total_abilities
			}
			save_scope_as = target_character2
		}
		ruler_or_regent ?= { save_scope_as = target_character3 }
	}

	option = {
		name = flavor_byz.1102.a
		historical_option = yes

		add_religious_influence_if_valid = { VALUE = religious_influence_severe_penalty }
		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_radical_penalty
		}
	}

	option = {
		name = flavor_byz.1102.b

		scope:target_character = {
			move_country = scope:target_country
		}
		scope:target_country = { trigger_event_silently = flavor_byz.1101 }
		add_stability = stability_severe_penalty
		add_religious_influence_if_valid = { VALUE = religious_influence_weak_bonus }
	}
}