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_ser.190] 希兰达尔修道院

时间范围:1350.1.1 - 1836.1.1(每月 10% 概率触发)

触发条件

  • 国家拥有 mount_athos 地区。
  • mount_athos 地区已建造 orthodox_monastery(东正教修道院)建筑。

关键效果

  • 选项 A (flavor_ser.190.a)

    • 花费 12 金币。
    • 使 mount_athos 地区获得 prosperity_severe_bonus(繁荣度大幅提升)。
    • 使 clergy_estate(神职人员阶层)获得 estate_satisfaction_severe_bonus(阶层满意度大幅提升)。
    • 获得 religious_influence_mild_bonus(宗教影响力小幅提升)。
  • 选项 B (flavor_ser.190.b)

    • 获得 prestige_mild_penalty(威望小幅惩罚)。
    • 使 clergy_estate(神职人员阶层)获得 estate_satisfaction_mild_penalty(阶层满意度小幅惩罚)。

背景介绍: 希兰达尔修道院是位于阿索斯圣山的一座重要塞尔维亚东正教修道院,由塞尔维亚国王斯特凡·乌罗什二世·米卢廷于14世纪初建立,并成为塞尔维亚王室和贵族的重要资助对象。该修道院不仅是塞尔维亚东正教信仰的中心,也是塞尔维亚文化、艺术和手稿保存的重要基地。此事件反映了塞尔维亚统治者对这座具有重要宗教和政治意义的修道院的持续支持与互动。

完整事件代码

flavor_ser.190 = { # Hilandar Monastery
	type = country_event
	title = flavor_ser.190.title
	desc = flavor_ser.190.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = SER
		from = 1350.1.1
		to = 1836.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:mount_athos
		location:mount_athos = {
			has_building = building_type:orthodox_monastery
		}
	}

	immediate = {
		location:mount_athos = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_ser.190.a
		change_gold_effect = { scale = -12 }
		location:mount_athos = {
			change_prosperity = prosperity_severe_bonus
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_severe_bonus
		}
		add_religious_influence_if_valid = { VALUE = religious_influence_mild_bonus }
	}

	option = {
		name = flavor_ser.190.b
		add_prestige = prestige_mild_penalty
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_mild_penalty
		}
	}
}