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.108 圣玛利亚·蒙特塞拉特

时间范围:1402.1.1 - 1500.1.1(每月 5% 概率)

触发条件

  • 国家拥有变量 montserrat_free
  • 国家拥有巴塞罗那地区。

关键效果

  • 选项 A (历史选项)
    • 国库黄金减少 1 年收入。
    • 巴塞罗那地区所有由本国拥有的神职人员阶层人口获得“重度满意度加成”。
  • 选项 B
    • 巴塞罗那地区所有由本国拥有的神职人员阶层人口获得“重度满意度惩罚”。

背景介绍: 该事件模拟了阿拉贡王国在15世纪初期,围绕巴塞罗那附近的蒙特塞拉特修道院(圣玛利亚·蒙特塞拉特)可能发生的历史决策。蒙特塞拉特修道院是加泰罗尼亚地区重要的宗教与文化中心。事件反映了统治者面临的选择:是投入资源支持教会以换取神职人员的忠诚,还是拒绝资助并可能引发该阶层的不满。

完整事件代码

flavor_ara.108 = { #Santa María de Montserrat
	type = country_event
	title = flavor_ara.108.title
	desc = flavor_ara.108.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ARA
		from = 1402.1.1
		to = 1500.1.1
		monthly_chance = 5
	}

	trigger = {
		has_variable = montserrat_free
		owns = location:barcelona
	}
	
	illustration_tags = {
		10 = regular
		10 = interior
	}

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

	option = {
		historical_option = yes
		name = flavor_ara.108.a

		change_gold_effect = { scale = -1.00 }
		location:barcelona = {
			every_pop = {
				limit = {
					owner = root
					pop_type = pop_type:clergy
				}
				add_pop_satisfaction = pop_satisfaction_severe_bonus
			}
		}
	}

	option = {
		name = flavor_ara.108.b

		location:barcelona = {
			every_pop = {
				limit = {
					owner = root
					pop_type = pop_type:clergy
				}
				add_pop_satisfaction = pop_satisfaction_severe_penalty
			}
		}
	}
}