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_por.6] 热罗尼姆斯修道院

时间范围

  • 起始日期:1490年1月1日
  • 结束日期:1520年1月1日
  • 触发概率:每月 5% 概率

触发条件

  • 拥有里斯本地区

关键效果

  • 选项 A(历史选项):
    • 减少一定数量的金钱
    • 获得极端宗教影响力加成
  • 选项 B
    • 获得少量威望惩罚

背景介绍

该事件模拟了葡萄牙王国在1490年至1520年间,于首都里斯本建造热罗尼姆斯修道院的历史进程。作为曼努埃尔一世统治时期的重要宗教与建筑项目,修道院的兴建不仅体现了葡萄牙在大航海时代鼎盛期的国力与宗教热忱,也成为了国家宗教影响力的象征。事件反映了王室在宗教事务上的投入及其对国家威望与信仰凝聚力的影响。

完整事件代码

flavor_por.6 = { #Jerónimos Monastery
	type = country_event
	title = flavor_por.6.title
	desc = flavor_por.6.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1490.1.1
		to = 1520.1.1
		monthly_chance = 5
	}

	trigger = {
		owns = location:lisbon
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}
	
	option = {
		name = flavor_por.6.a
		historical_option = yes
		change_gold_effect = { scale = -2 }
		add_religious_influence = religious_influence_extreme_bonus
	}
	option = {
		name = flavor_por.6.b
		add_prestige = prestige_weak_penalty
	}
	historical_info = flavor_por.6.historical_info
}