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_ara.5 圣玛利亚德西赫纳修道院

时间范围:1300.1.1 - 1500.1.1(每月 2% 概率)

触发条件

  • 国家宗教为天主教 (religion = religion:catholic)。
  • 国家拥有萨里内纳地区 (owns = location:sarinena)。

关键效果

  • 选项 A (历史选项)
    • 名称:flavor_ara.5.a
    • 效果:
      • 减少国家金钱 (change_gold_effect = { scale = -3.00 })。
      • 增加教士阶层满意度 (add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus })。
  • 选项 B
    • 名称:flavor_ara.5.b
    • 效果:
      • 大幅降低教士阶层满意度 (add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_extreme_penalty })。

背景介绍: 该事件模拟了位于阿拉贡王国萨里内纳地区的圣玛利亚德西赫纳修道院在14至16世纪期间可能对国家产生的影响。作为重要的宗教与文化中心,修道院的维护与发展需要王室或地方领主的财政支持,同时其态度也深刻影响着国内教士阶层(一个重要的政治势力)的忠诚度与满意度。统治者面临的选择是:投入资源资助修道院以换取教会的支持,或是忽视其需求从而引发教士阶层的不满。

完整事件代码

flavor_ara.5 = { #Monastery of Santa Maria de Sigena
	type = country_event
	title = flavor_ara.5.title
	desc = flavor_ara.5.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = ARA
		from = 1300.1.1
		to = 1500.1.1
		monthly_chance = 2
	}
	
	illustration_tags = {
		10 = regular
		10 = interior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}
	
	trigger = {
		religion = religion:catholic
		owns = location:sarinena
	}

	option = {
		name = flavor_ara.5.a
		historical_option = yes
		change_gold_effect = { scale = -3.00 }
		add_estate_satisfaction = { type = estate_type:clergy_estate	value = estate_satisfaction_mild_bonus }
	}
	
	option = {
		name = flavor_ara.5.b
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_extreme_penalty }
	}
}